cancel
Showing results for 
Search instead for 
Did you mean: 

PCK Scenario

Former Member
0 Kudos

Hi,

Iam doing a scenario PCK->XI. Iam following the blog

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2269. [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] I have followed all the steps in the blog . But iam getting this error when iam trying to execute the scenario. Iam getting this error in call adapter. Any help on this will be appreciated.

<?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="INTERNAL">PARTY_NORMALIZING_ERROR</SAP:Code>

<SAP:P1>tco_party</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error during party normalization (party = tco_party, agency = , schema = ) Normalization: Alternative party ID 'tco_party' does not exist (agency '' and scheme '&amp;PARTY_SCHEME&amp;')</SAP:Stack>

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

</SAP:Error>

regards,

Sudheer.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi Sudheer,

Check the note <b>818190</b>. It talks about the issue faced by you and the soltuion.

<i>You send a message with a generated Web service client, and the system issues an INTERNAL.PARTY_NORMALIZING_ERROR error message. The error text outputs an incorrect party-agency-scheme combination.</i>

Regards,

Bhavesh