cancel
Showing results for 
Search instead for 
Did you mean: 

doubt configuring pck

Former Member
0 Kudos

Hi all,

What is the url i need to give

1)when i configure receiver SOAP adapter in XI to send message to PCK.

2) when i configure receiver SOAP adapter in PCK to send message to XI.

Which namespace and interface name i need to specify in Sender SOAP adapter in PCK.

Thanks,

Sakthi

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> What is the url i need to give

> 1)when i configure receiver SOAP adapter in XI to send message to PCK.

> 2) when i configure receiver SOAP adapter in PCK to send message to XI.

Use XI adapter to connect XI and PCK, not SOAP.

The URL is mentioned in the only help:

http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/0a1640a991c742e10000000a1550b0/frameset.htm

> Which namespace and interface name i need to specify in Sender SOAP adapter in PCK.

Choose the same name and namespace as the message has in XI. In the PCK there is no value help, so you have to type manually or use copy&paste.

Regards

Stefan

Former Member
0 Kudos

Hi,

I configured XI receiver adapter to send message to pck as said in saphelp.

When i sent message its getting failed, its not reaching pck.

When i checked SXMB_MONI, am getting the following error

<?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="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: ConfigException in XI protocol handler. Failed to determine a receiver agreement for the given message. Root cause: com.sap.aii.af.service.cpa.impl.exception.CPALookupException: Couldn't retrieve outbound binding for the given P/S/A values: FP=;TP=;FS=ip_rfcpckrfc;TS=BS_pck;AN=MI_topck_ib;ANS=http://com.Bajaj/Ekanban/pck;</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

Can anyone tell how to slove this error.

Thanks & Regards,

Sakthi

Former Member
0 Kudos

hi Sakthi,

check whether you have reciver agreement or not.andtry to clear cpa cache.

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hi,

I have configured Receiver agreement and i tried by refreshing CPACache, even then am getting the same error.

Then in communication channel monitoring, xi adapter communication channels

are not displayed. Remaining commu. channels for other adapters i can able to monitor there.

Thanks & Regards,

Sakthi

Former Member
0 Kudos

you will not find XI adapter monitoring in RWB .

check your interface mapping whether correct outbound and inboubd parameters are given.

Regards

Sreeram.G.Reddy

Message was edited by:

Sreeram Reddy

stefan_grube
Active Contributor
0 Kudos

The message has reach PCK but could not be processed there.

Apply for this: combination

sender party + service, receiver party + service, interface + namespace

a sender agreement and a receiver agreement.

In PCK all sender and receiver agreements are obligatory.

I think in your scenario the partners are empty, the service and interface and namespace you see in the SXMB_MONI.

Regards

Stefan

Former Member
0 Kudos

Hi,

As you said i changed the configuration, error i was getting has changed and now am getting this error

"<?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="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.ConfigException: Failed to read channel configuration. Reason: Value with name NumberRetries not available</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>"

Can you tell how to solve this error.

Even when i try the scenario from pck to xi also am getting the same error as

"com.sap.aii.af.ra.ms.api.ConfigException: Failed to read channel configuration. Reason: Value with name NumberRetries not available"

We are using PI7.0 and PCK sp10.

This error is because of configuration missed by basis or developer.

Thanks,

Sakthi

Message was edited by:

sakthi devi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please see the below links

How to use Client Authentication with SOAP Adapter - /people/rahul.nawale2/blog/2006/05/31/how-to-use-client-authentication-with-soap-adapter

/people/jin.shin/blog/2006/03/09/pck-for-enabling-testing-sap-netweaver-xi-adapter-scenarios

/people/rahul.nawale2/blog/2006/07/22/smime-security-for-the-mail-adapter-within-xi

/people/rahul.nawale2/blog/2006/06/16/acl--confine-users-sending-messages

/people/sravya.talanki2/blog/2006/11/15/post-installation-steps-for-activating-adobe-document-services-in-sap-xi-nw-2004s

Regards

Chilla..