cancel
Showing results for 
Search instead for 
Did you mean: 

Soap receiver channel error

former_member192238
Participant
0 Kudos

Hello Experts,

I am facing an issue in Proxy to SOAP SYNC scenario in receiver cahnnel i am facing issue as follow

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: unable to get URLConnection: com.sap.security.core.server.destinations.api.ConfigurationException: [destination_0004] Unable to create URLConnection:No logged in user found.: java.io.IOException: unable to get URLConnection: com.sap.security.core.server.destinations.api.ConfigurationException: [destination_0004] Unable to create URLConnection:No logged in user found

With same traget URL i am bale to connect in QA environment in DEV i am facing the issue.

Please suggest me if any one has faced similar issue any help is highly appreciated.

Regards

Praveen Reddy

Accepted Solutions (0)

Answers (7)

Answers (7)

nitindeshpande
Active Contributor
0 Kudos

Hi Praveen,

Does the user id created in your DEV system? I feel the communication coming from the 3rd party server is not getting logged into your development system. This is happening for the response data coming from your 3rd party system.

Regards,

Nitin

manikandan_shanmugam3
Active Participant
0 Kudos

Hi Praveen,

I am facing same issue with Sync SOAP Receiver channel, Can you please let me know the solution?

Regards,

Mani

JaySchwendemann
Active Contributor
0 Kudos

Just a guts feeling but are you using principal propagation or some sort of SSO? You may want to skim developer traces and increase tracing level for the specific category (be careful in production environments because of performance impacts). If you at all can reproduce this issue, narrowing down the cause using XPI Inspector would also be an option.

Cheers

Jens

iaki_vila
Active Contributor
0 Kudos

HI Praveen,

Are you using URL connection or HTTP destination?, with http destination you will to need  to have configured the connection in the SM59. Check with your basis team if there is a proxy or firewall to make problematic the connection.

Regards.

ridvan_polat
Participant
0 Kudos

Hi Praveen,

Making dummy change on related communication channel will fix the issue.

It worked on my case.

Ridvan Polat

Former Member
0 Kudos

Hi Praveen,

>> com.sap.security.core.server.destinations.api.ConfigurationException: [destination_0004] Unable to create URLConnection:No logged in user found

It seems the issue is with the user provide for authentication. Check the username and password and try to run the scenario once again.

former_member312864
Active Participant
0 Kudos

Dear Praveen,

Restart your SOAP communication channel. It might solve your issue.

Regards,

Sarojkanta

former_member192238
Participant
0 Kudos

HI,

I have tried many times it didnt work actually we are using configure proxy it is working for QA in DEV it is throwing error.

Regards