cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Abap Proxies & User Logins

Former Member
0 Kudos

Hi there

I created a scenario for a proxy to proxy interface. Same system, diffirent client. My question is, the proxy uses a HTTP connection that you setup in SM59. The login of your http connection, should it be tha same as your communication channel (XI Adapter) ? Because I get a error in the sxmb_moni on the receiver side saying "Unable to read user password from communication of channel type"

Thanx,

Jan

Edited by: Jan de Lange on Nov 7, 2008 11:40 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The login of your http connection, should it be tha same as your communication channel (XI Adapter) ?

--> not necessary.....

Former Member
0 Kudos

Sorry to be pedantic but your addressing type in channel setup is HTTP Destination and in sm59 you

have a connection of type h with path prefix: /sap/xi/engine?type=entry with the same name you have in the Http destination in the channel config?

Former Member
0 Kudos

Yes it is. This has been really bugging me. Can't seem to find something wrong. Maybe its on the basis side of things. I went through the config a couple of times but cannot find any problems.

prateek
Active Contributor
0 Kudos

Check my replies here

Also make sure ur license is valid till date.

Regards,

Prateek

Former Member
0 Kudos

Hi Jan.

If you test the connection in sm59...does it work?

Rodney

Former Member
0 Kudos

Yes it worked. I first had the scenario set up from Proxy to File and it worked fine. Then I only changed the receiver channel from File to XI then it gave me that error.

Former Member
0 Kudos

Here is the error trace:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIServer</SAP:Category>

<SAP:Code area="OUTBINDING">CO_TXT_CHANNEL_PASSWORD_ERROR</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Unable to read user password from communication channel of type Error when accessing the secure store (access ID = 84161349A3EBD315E1000000AC13D508) Error while reading from the secure store: ERROR_UNKNOWN: Cannot find entry in secure store (SECSTORE,023)</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>