cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Administrator: error in HTTP Destination

Former Member
0 Kudos

I want to create a http destination to an ABAP AS in the Visual Administrator like it is described in the Installation Guide for ADS:

"Visual Administrator - Cluster - Services - Destination - HTTP - New". After typing in the destination, I wanted to Save and Test it but allways the same error:

"Error during ping operation: Error while silently connecting: org.w3c.www.protocol.HttpExeption: Connect timed out"

The http destination works when starting with I.E. direct on the J2EE server!!!

Edited by: Victor Grogger on Jan 24, 2008 1:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Victor,

Normally ignore that message.Then goto se38

and execute the following programs FP_TEST_00 and also

FP_CHECK_DESTINATION_SERVICE.While executing the program FP_CHECK_DESTINATION_SERVICE first execute the program without destination check.It should return you the pop up with the bytes transfered.Then execute this with the destination check.It should return you with the same messsage.Also check the ADS Connection in SM59 under the

http connections.Check whether the connection test will give a

successfull test or not.

Reward Points if helpful.

Regards,

Vamshi.

Former Member
0 Kudos

Hi Vamshi,

I have startet these reports before, but the result was that everything work exept the report FP_CHECK_DESTINATION_SERVICE by using the option 'with destination check'.

The error message is 'SYSTEM ERROR: com.adobe.ProcessingException: Problem accessing data from Destination: dest:FP_ICF_DATA_H6E//sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?fp-language=DE

Former Member
0 Kudos

Hi victor,

Do you have ads_agent service user and also adsuser

system user.If not please create them. While checking the https destination please enter the ads_agent password and user name correctly.Also make sure that the ads_agent has the SAP_BC_FP_ICF role.Give the correct instance name and the client in which the ads_agent should be cheked and the language.

Reward points if helpfull.

Regards,

Vamshi.

Former Member
0 Kudos

Hi Vamshi,

The user has the role and it is not configured as a HTTPs Connection. System ID, Client a.s.o. is correct but allways the same message. I Started and stopped the services but no success. I think the user and the setting should be correct otherwise it won't work with I.E.isn't it?

Meanwhile I tried to look at the proxy configuration but I didn't find a mistake. We have configured the proxy in Visual Administration in Service 'Web Services Container' in the 'settings' tab. Is there any other possibility to set the proxy?

Former Member
0 Kudos

Hi Victor,

I think the user user should be in 001 client.If not

create a user in the client in which u want to.

The user must be a service user and then assign the role to him.Then in the http destination.Select authentiacation as basic and then give the user name and password.Then save and test.Neglect the message it shows.Then execute the fp_test_00 program if it works then its okay.I assume that you

your 'ads' rfc is working fine and you are not using the ssl connection.

Reward points if helpful.

Regards,

Vamshi.

Former Member
0 Kudos

thx it works now. the ADSUser in J2EE had wrong settings!

Former Member
0 Kudos

Hi!

Can you please describe the solution for this problem?

Best Regards,

Sergey

Former Member
0 Kudos

Our problem was the ADSUser in Java Stack. The Problem was that the Roles and the User were defined in capital and small letters and Java is case sensitive. We corrected the user to capital letters and then this problem was solved and ADS worked, but the error when testing the http destination we already get! I think there will never be a positive test request when using Java Stack and ABAP stack on different servers. Sorry.

Former Member
0 Kudos

Hi, Victor!

Can you tell me, where actually you correct the name?

I've solve my problem by creating ADS_USER in different client and changing Destination properties.

Best Regards,

Sergey

Edited by: Sergey Fedulov on Feb 12, 2008 9:42 PM

Former Member
0 Kudos

I did it in the visual administrator in the service security roles.

Former Member
0 Kudos

Hi,

Iam facing the issue :

PROBLEM TRYING TO READ DATA FROM DESTINATION...!

FP_ICF_DATA_SID/sap/bc/fp/form/layout/FP_FORM_SECURITY_TEST.XDP?FP-LANGUAGE=de

CAN U PLEASE LET ME KNOW WHAT CONFIG IS MISSING?

REGARDS,

KRISHNAM

Former Member
0 Kudos

Hi,

Open a new thread with your problem continues Refer the note 944221. It will help u reslove the issue .

Regards,

Vamshi.

Former Member
0 Kudos

For us the solution was to update the Destination FP_ICF_DATA_<SID> in Visual Adminstrator and implement the destination under the HTTP branch (not under Web Service). This is documented elsewhere.

Finally, check that you have the ABAP port number (i.e. 8000 not 50000).

Answers (0)