cancel
Showing results for 
Search instead for 
Did you mean: 

ADS in ABAP and JAVA on different servers

Former Member
0 Kudos

Dear community,

I need to run ADS with ABAP and JAVA on different servers but after read and apply every step on The ADS Configuration Guide, still getting doubts and problems. Those steps work succesfully on a server with ABAP+JAVA on same server. Those are the problems:

When I perform the report test FP_TEST_00 i get this error:

ADS: com.adobe.ProcessingException: Problem accessing d(200101)

I haven't found a a detailed procedure to set on ABAP and JAVA on different servers...

Do you know any procedure to set this scenario??

As a result, I don't know which role i must assign to adsuser on Java UME because i did not found any SAP_ADSCALLER role as i have ridden on some forums or blogs...

I try to set ADS on ABAP+JAVA on different servers by this official guides:

The ADS Configuration Guide:

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

The ADSConfiguration Guide for Print Scenarios

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a04ef746-4c89-2a10-0f8e-eb2b3460fb7c

Thanks in advance

Kind regards

Scottie

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

So,

Also on VA/ server / services / destinations / HTTP / FP_ICF_DATA_DEV if I do Save and Test i get this error:

Error during ping operation:Received HTTP response 502

But URL is right defined as documentation explains and SICF menu options show. Also ADSUser is right- typped and pass is working... but I can not understand why...

On ABAP server, SICF Fp +Fpads +ICF services are activated and on SM59 RFC http for ADS created using ADSUser, tests option are OK for everyone.

Users ADSUser are created on JAVA by VA as documentation explain, with ADSCallers Group assigned and is technical user type. Also is created on ABAP as system user with consecuent roles.

ADS_AGENT has roles assigned and is defined as service user.

What could be wrong or missed??

Thanks in advance

Former Member
0 Kudos

Is is possible run ADS on this scenario?

server1 ABAP is ECC6.0 sp18

server2 JAVA is Netweaver 7.0 sp21 (ADS is installed here)

Connection is done to run Portal ESS on server2 collecting data from server1...

Former Member
0 Kudos

Hi Scott,

I have a pretty similar setup as you do, and ADS works for me.

BUT, I had to give the user ADS_AGENT in the ABAP system more rights since the suggested roles was not enough. I have not figured out exactly what I should give that user so for now I am using profile SAP_ALL...

Br Linus

Former Member
0 Kudos

HI again,

ADS_AGENT now has sap_all but still same problem:

Creating or Changing the Destination Service, On Visual Administrator/Destinations/HTTP/ FP_ICF_DATA_<SID>

When I set the URL http://<hostname>:<HTTP_port>; i am getting error Received HTTP response 502

- If I paste the http://<hostname>:<HTTP_port>; +

- Enter the appropriate client number of the system, where the service user ADS_AGENT exists into the client field. Keep the other fields System ID and Language empty +

- Under Logon Data, choose BASIC in the Authentication field. +

- Enter ADS_AGENT in the Username field and enter the same password as given for this service user in the SAP NetWeaver AS ABAP in the Password field

- Choose Save and Test and Received HTTP response 502 appears.

But if I paste on Explorer http://<hostname>:<HTTP_port>/sap/bc/fp/form/layout/fp_test_00.xdp, request User (ADS_AGENT) +Pwd and work ok, so error only appears by Visual Administrator...

Anybody knows how can resolve this doubt?

Thanks in advance

Former Member
0 Kudos

Finally solved it. Was an own network problem.

Problem only happened on Visual Administrator not on web explorer, so after check VA logs and HTTP traffic, we found a network problem. Every call from VA to ABAP was locked by our ISA server. After release this lock, ADS is working OK.

Thanks a lot for your help!