cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent; PDF Form not working, Message FPRUNX001

Former Member
0 Kudos

Hello everybody,

I am just starting with PDF Form,

When I execute the form Iu2019m getting this message error:

ADS: Request start time: Tue Jun 24 09:28:58 UTC 2008(200101)

Message ID: FPRUNX Message number: 001

Thanks for help

Please contact me, if you need any other informationu2019s

Best regards

Edited by: alphonse halley on Jun 24, 2008 11:34 AM

Accepted Solutions (1)

Accepted Solutions (1)

vaibhav_tiwari
Contributor
0 Kudos

Hi Alphonse,

ADS is not running properly on the SAP server you are using. So configure it properly on both the ABAP System and Java System.

Go to the following link for complete ADS configuration guide:

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd9a6]

Regards,

Vaibhav Tiwari.

Former Member
0 Kudos

Hello Vaibhav,

I test with the progrme FP_PDF_TEST_00, I have no failed message,

can I do something esle to know the service si not installed ?

I thing every thing is installed about ADS

thanks for you help

vaibhav_tiwari
Contributor
0 Kudos

Hi Alphonse,

Do the following:

Check the ABAP Connection (This is a test for checking the RFC destination. This test applies to both connections using Basic Authentication and SSL connections.)

Procedure

1. Log on to your SAP system.

2. Call transaction SE38.

3. Enter the name of the test report FP_PDF_TEST_OO.

4. Enter the name of the connection. Enter the default name ADS, or, if you have specified another name, the one you are using in your system.

5. Choose Execute (F8).

Result

If the configuration is correct, the system displays the version number of the Adobe document services.

If the configuration is not correct, the system displays a corresponding message. For solving the problem.

Regards,

Vaibhav Tiwari.

Former Member
0 Kudos

Hello,

thanks for replaying

the configuration is correct beceause I'am getting the version number !

thanks for the help

Former Member
0 Kudos

hello,

when I try to get a trace of the Adobe document services, on my program by calling this function FP_GET_LAST_ADS_TRACE, i'am getting this one :

Adobe Document Services Tue Jun 24 08:55:21 UTC 2008 Trace Results:#

String: rp.script.uri = sap/SAPPDFDocument.rps#

String: Trace = 4#

String: Username = MYUSER#

Stream: PDFDocument#

Stream: XFD

I hope this will help's you to answer me !

thanks for you help

best regards

Former Member
0 Kudos

HI,

I am also getting the same error and i checked with all the recomondations given by you even. it is showing the version but the error is displaying,could you help me out.

Regards,

Abhinay

Former Member
0 Kudos

Please check this.

Visual Admin > Security Provider >Policy config >com.ADS.jar >Security Roles >

Add ADSUSER, ADS_AGENT and J2EE_ADMIN in User mapping field.

Regards,

Rajesh L S

Answers (1)

Answers (1)

Former Member
0 Kudos

Recently I had the same error with Adobe Form. In my case there were a few problems regarding data binding and data format. In a Form there was unresolved data binding warning and data format mismatch with one field - Form interface contained variable of type decimal and in the Form content that variable was bound to the field of type numeric with data format integer. Adobe Form with such kind of issues can be activated without errors but during Form call you get error FPRUNX001

So my advice would be to consider things like:

  • Resolve data binding warnings. Its in the Report palette witch by default is located in the bottom left corner of the vertical palettes bar.
  • Check that Form interface data types match with Form content fields data formats in data binding sub-menu.

Also in your Form calling application you can trace ADS by using these function modules:

  • FP_GET_LAST_ADS_ERRSTR - provides texts about the cause of the error
  • FP_GET_LAST_ADS_TRACE - provides a trace of the Adobe document services