cancel
Showing results for 
Search instead for 
Did you mean: 

Error while testing FP_TEST_00

Former Member
0 Kudos

Hi,

I configured ADS in my machine where ABAP and JAVA stacks are running on same WAS.

I did so many times but i never faced this error while testing FP_TEST_00 program.

i'am getting this errror

"ADS:com.adobe.processingexception:problem accessing d(200101)

Message No.FPRUNX001"

I checked with the sap notes and some blogs on FPRUNX001 error and i followed those documents where i couldnt find any problem in configuration.

i think problem is with adsuser id but all the necessary security roles and groups are assigned to ADSUser as per the document.

Please guide me with a solution.

With Regards,

Pradeep.B

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hello Pradeep,

Can you test the SE38 transaction FP_TEST_IA_01 and see if the pdf is atleast rendered correctly?

Select appropriate printing device(eg.lp01) and click on print preview. If ADS is configured properly you should see a PDF file.

Former Member
0 Kudos

Hi guys,

thanks for the inputs,problem solved.

The thing is for the role SAP_BC_FP_ICF the authorizations tab in pfcg tcode is in yellow and it was not made into green.

After doing that the problem is solved and it is mentioned in the note 915399

Thanks and Regards,

Pradeep.B

0 Kudos

The ABAP SM59 connection is for calling ADS from ABAP.

You have to create an addtional destination from Java to ABAP via NetWeaver Administrator, Configuration Management, Destinations. (I guess you are running NetWeaver 7.0). This connection is required for ADS to call the ABAP system for the form template.

Former Member
0 Kudos

You are saying abt the HTTP destination which we need to create in Visual Admin right.

Yes i created that FP_ICF_DATA_SID and the url maintained is http://hostname(Abap):portnumber (http port of ABAP),user ADS_AGENT and its password are maintained and when i click on save and test it is giving me the succesfull message.

Infact i tested by extending the url http://hostname:portnumber/sap/bc/fp/fp_test_00.xdp

it is showing me the success message.

yes it NW 7.0

With reagdrs,

Pradeep

0 Kudos

OK, this means that the ABAP system can deliver the form. Could you please check the values you've entered for the Java Destination Service? URL (server, port), user, password?

Former Member
0 Kudos

You mean to say in sm59 ,i had given correct URL,Port,User and password but when i click on connection test it is giving me 403 forbidden error.

But once i faced the same error (403) when i click on connection test but still i was able to get the output of FP_TEST_00.It is in different server.

I tested the url http://hostname(java):portnumber(Java)/AdobeDocumentServices/Config and the test was succesfull with the ADSUser and password which i entered there.

With regards,

Pradeep.B

0 Kudos

When you enter the URL (replace server and port with the correct values of your ABAP system)

http://<server>:<port>/sap/bc/fp/form/layout/FP_TEST_00.XDP

in a browser and logon with the callback user (probably called ADS_AGENT), do you see an XML?

Best regards,

Andreas

Former Member
0 Kudos

Yes Andreas i'am able to see

Regards,

Pradeep.B

0 Kudos

Hi,

The error message "problem accessing d(" looks like that there is a problem for ADS accessing the Java Destination Service FP_ICF_DATA_<SID>, where <SID> needs to be replaced by the system id of your ABAP system. Could you please check whether you have maintained this service? Did you assign the correct role for the callback user (Java --> ABAP)? In ABAP transaction SICF, is service sap/bc/fp active?

Please run program FP_CHECK_DESTINATION_SERIVCE with and without the checkbox enabled.

Best regards,

Andreas

Former Member
0 Kudos

Hi Andreas,

Thankyou for your reply.

Yeah i tested the destination service it is perfect.

But whe in test FP_CHECK_DESTINATION_SERVICE

1) with out selecting along with destination service chek box it is giving me the "9284 bytes transferred"

2) when i enable the check box it is giving me this error "No Vendor Specified"

Regards,

Pradeep.B

Former Member
0 Kudos

And for your information it is a Sun Solaris server