cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form configuration error

Former Member
0 Kudos

Dear All,

I have configured my adobe forms on an abap+java stack. once i try running a program on tcode: SFP, on execution it gives the following error:

System Error

FPRUNX

Message no: 001

Could you please help me sort this problem.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

OttoGold
Active Contributor
0 Kudos

Last try:

1) http://help.sap.com/saphelp_nw04s/helpdata/en/c2/3b7ba18ea44e13aa9bb252189e2f34/frameset.htm

2) http://www.sapfans.com/forums/viewtopic.php?f=12&t=280997

especially: The problem was In ECC the service AdobeDocumentServicesSec was set up in SM59 but nothing was configured for SSL. So I have changed this to: AdobeDocumentServicesSec.

Otto

Former Member
0 Kudos

Hi,

I think you have a java stack. So just login to your java stack using visual admin then navigate as below

Cluster>services>Destinations

Double click on it then you will find the destinations on the right hand side, navigate to http

then create new destination by clickin on the new button at the bottom

Name the new rfc as FP_ICF_DATA_<SID>

Then enter the url as http://server:port here port will be abap http service port (normally it will be 8xx1, check in smicm)

enter the remaining details and select the authentication as basic and enter the adsuser and password for it.

save and test dont worry if it fails.

Now execute the program. Your pdf configuration should work fine now:

Please refer the below link if you have any problems:

http://help.sap.com/saphelp_nw2004s/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm

Regards,

Vamshi.

Answers (7)

Answers (7)

OttoGold
Active Contributor
0 Kudos

Hello, have you solved your problem? If so, please share your solution and close the thread. If not, maybe this doc can help:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30ec0508-9438-2c10-f393-a41fb2556...

Otto

OttoGold
Active Contributor
0 Kudos

The problem is im not a basis guy. Only what I heard before I can provide, what might not be enough:((

Only thing you might have not checked and I can think of is the security - there is some tricky SSL connection between ERP and ADS, if i remember well. I cannot provide any details cause this SSL/https is the only "keyword" I can remember. You can check this if you know how. I am sorry I can help more. Otto

Former Member
0 Kudos

I can understand, its ok .. and thanks for your help. I'll just wait and see if anyone else can drop in a solution.

by the way, I am using basic authentication not SSL.

cheers.

OttoGold
Active Contributor
0 Kudos

Possible cause:

- Please check SAP note: #915399 what describes how the destination Servce has to be created / maintained.

- When you maitain the URL to the FP_ICF_DATA_<SID> destination, quite often the JAVA port is used instead of the ABAP. Make sure you use the hostname and port what you see in transaction: SMICM on the ABAP side!

- If you do not enter specific client, the logon will take place in the default client on the ABAP side. Please make sure the ADS_Agent user exists in the client where the JAVA stack is trying to log on.

- Make sure the Service: default_host/sap/bc/fp is activated in Tr. SICF on the ABAP Stack.

- Make sure in Transaction SU01, that the ADS_Agent user (-or the user you have defined in the Visual Administrator for the destination -) is:

- not locked

- type: System

- assigned to the role: SAP_BC_FP_ICF

Former Member
0 Kudos

Hello Otto,

Thanks for your prompt response.

I have followed the steps you placed in the link but the error is still there.

- Destination service is there and on testing gives the following message:

HTTP GET Response Code 200

Content Type text/html (correct a/c to sapnote: 944221)

- SICF service is active

- The user is also defined accordingly

Moreover, I have rechecked my settings again a/c to sapnote: 944221 but I still receive the error on executing FP_TEST_00 (whereas http://<ABAP server>:<ABAP http port>/sap/bc/fp/form/layout/fp_test_00.xdp (returns the xml file) )

- FP_PDF_TEST_00 (returns the version, which seems ok)

- FP_CHECK_DESTINATION_SERVICE (without check) --> shows the size (ok)

- FP_CHECK_DESTINATION_SERVICE (with check) --> error mentioned in above msgs.

(With this, I think there's a mistake in the destination service but unable to debug where exactly)

OttoGold
Active Contributor
0 Kudos

Check here and around: /people/dezso.pap/blog/2007/02/19/common-problems-with-sap-interactive-forms-by-adobe--part-ii-

OttoGold
Active Contributor
0 Kudos

Hello,

first: run FP_CHECK_DESTINATION_SERVICE with the checbox checked true which sends and receives the data from ADS the same way it is done when the form is generated. If this report reports error, then you have a problem in your ADS config. It can be in SICF, with the service user or something like that.

second: if the above mentioned works, this error also appears when there is a problem with the form. The form can be malformed (don´t tell ask me why, how...), if something has changed and now is missing and ESPECIALLY when there is a problem with the data/binding/form-structure. You can debug the last mentioned error if you deactivate parts of the context and you may find the part of the context which causes the problem.

Regards, Otto

Former Member
0 Kudos

I ran the report: FP_CHECK_DESTINATION_SERVICE with the check box but it returned the error:

System Error: Request start time: Wed Jan 05 <timestamp> 2011

all my services through SICF also.

The system is patched to level 13

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Have you done all tests to check your Adobe configuration is correct ?

Thanks

Sunny

Former Member
0 Kudos

Hi,

Please run the report FP_TEST_00 using se38 command and post the result of the same.

Regards,

Prashant

Former Member
0 Kudos

Hi,

refer to this note 944221 Troubleshooting if problems occur in forms processing .

Regards,

Vamshi.

Former Member
0 Kudos

@Vamshi:

Thanks for the SAPnote. I have followed every step and everything seems fine. Ive also installed the credentials supplied by SAP but the problem is still there.

@Sunny:

yeah a/c to the sapnote provided by Vamshi, it checks all the config and its fine. still the error resides.

@Prashant:

On executing it I received the following message on status bar (in red):

ADS: Request start time: Tue Jan 04 13:17:57 PKT 2011(200101)

Meldungsnr. FPRUNX001

Edited by: Basis Guy on Jan 4, 2010 2:34 PM