cancel
Showing results for 
Search instead for 
Did you mean: 

CCM2.0 Config in NW2004s (PI7.0) u0096 XI Error

Former Member
0 Kudos

I’ve run into the following error in SRM after running program BBP_CCM_TRANSFER_CATALOG. Can someone please tell me what it means and hopefully how to correct it?

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

- <!--

Call Integration Server

-->

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

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

<SAP:Code area="INTERNAL">SYSTEM_NOT_CONFIGURED_AS_XMB</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>System not configured as XI Integration Engine</SAP:Stack>

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

</SAP:Error>

I followed the CCM 2.0 cookbook instructions but obviously I made a mistake or I missed something. I’ve configured both MasterDataInclusionInCatalogOnWAS700 and CatalogeUploadWAS700 scenarios. I’m a little unsure whether the MasterDataInclusionInCatalogOnWAS700 is defined correctly as the instructions were very vague and assumed one’s XI knowledge is grater than mine.

Also, can someone please explain to me which scenario (the CatalogeUpload or MasterDataInclusion) is required when you execute program BBP_CCM_TRANSFER_CATALOG?

Regards,

Jerry

Accepted Solutions (1)

Accepted Solutions (1)

former_member189324
Contributor
0 Kudos

Hi Jerry,

According to the error details, your SRM system Integration Engine (IE) is not configured and you have to Activate the IE in Tr: SICF to fix the below error.

Check the XI Configuration Chapter for the specific SRM Sceanrio you are implementing.

For the 2nd question, you have to get help from SRM Business Experts.

Thanks

Prasad

Former Member
0 Kudos

Hi Prasad,

I've checked the CCM services in SRM (sap-bc-bsp-ccm) and they are all active.

I thought I followed the XI configuration but obviously I missed soemthing. Unfortunately I don't understand the error message to figure what I did wrong.

Thoughts?

Thanks,

Jerry

Former Member
0 Kudos

Hi Prasad,

Here is the information from the trace, I'm not sure how to interpret this message:

<Trace level="1" type="T">Get definition of external pipeline SENDER</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-LOOKUP_INTERNAL_PL_ID" />

<Trace level="1" type="T">Corresponding internal pipeline SAP_SENDER</Trace>

<Trace level="1" type="B" name="PLSRV_CALL_INTEGRATION_SERVER" />

- <!-- ************************************

-->

- <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">

<Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />

- <!-- ************************************

-->

- <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">

<Trace level="1" type="T">URL for integration server read from global configuration</Trace>

<Trace level="1" type="T">URL= dest://INTEGRATION_SERVER_DX1</Trace>

<Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP" />

</Trace>

</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />

<Trace level="1" type="System_Error">Error exception return from pipeline processing!</Trace>

<Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />

- <!-- ************************************

-->

Does the trace end with the last successfully processed record or the one that caused the error?

Jerry

moorthy
Active Contributor
0 Kudos

Hi,

Can you cross verify the steps in the configuration guide-

Page no 12 to 15 and Page no 27 to 37.

https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF

Regards,

Moorthy

former_member189324
Contributor
0 Kudos

Hi Jerry,

The trace is set at a lower level. You have to change the IE configuration to increase the Trace level for more detailed trace. Check the XI config guide for this topic.

Check your SRM system for the problem. Your CCMS IE has to be separated with a dedicated client (if CCMS is running on a different client) for XI communcation.

I am sending you an email with a screen shot how it looks in Tr: SICF of your SRM syssem.

Moorthy: The probelm here is not in XI system configuration but in the SRM System IE configuration. SRM applications has specific Configurations for different SRM Scenarios and they are documented separately.

Thanks

Prasad

moorthy
Active Contributor
0 Kudos

Prasad,

First thanks for the update.

Yes, Actually I wanted to verify the SRM system is configured as Application System and it is pointing to the XI system.( http destination).These steps are provided in the XI configuration guide right.

I wanted to check SXMB_ADM->Integration ENgine Configuration ( in SRM system).

Regards,

moorthy

Former Member
0 Kudos

Hi Prasad,

The error message is being generated in our SRM system and not the XI system. Any hints as to where to change the trace level in SRM?

I've successfully completed all of the checks outlined in OSS Note 817920 - Readiness Checks (XI). We had no problems so our 'assumption' is that the XI server is configured correctly.

Further, when I create a PO for a vendor who has been setup to recieve POs via XI, we get a message in XI that the receiver information is not setup. This is correct as I haven't setup the receiver information. This makes me think that SRM is able to connect to XI without any errors. However the error message gives the indication that SRM doesn't recognize the XI server.

As I'm not that confidant in my XI configuration, I'm unsure as to whether is't SRM-CCM software or my XI config. But as I'm not seeing anything in XI, it can't be my config becuase it hasn't gotten that far.

Thoughts?

Jerry

Former Member
0 Kudos

Jerry,

Seems you havent configured your business system (SRM client) as application server by giving the Integration Server url (XI pipeline url).

In SRM client go to SXMB_ADM --> Integration Engine Configuration

and check whether you specified correct XI pipeline url or RFC Destination(type H) to XI in the 'Corresponding Integ. Server' field.

Former Member
0 Kudos

Hi Jay,

Thank you for the response.

We've verified those steps numerous times without any success.

We've also tried using the actual HTTP address instead of dest://INTEGRATION_SERVER_DX1 but that didn't work either. We did however receive a different error message when we tried the direct HTTP reference. The error was

INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>

<SAP:P1>401</

Ideas?

Thanks,

Jerry

moorthy
Active Contributor
0 Kudos

Hello,

401 error is Anuthroized Error.

Go thru this thread-

-regards

moorthy

Answers (0)