cancel
Showing results for 
Search instead for 
Did you mean: 

Error sending message from PI to BPM

Former Member
0 Kudos

Hi experts.

We are facing problems consuming an asynchronous service provided by BPM. This is the error thrown in BPM:

SOAP: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: System Error Received. HTTP Status Code = 200: However System Error received in payload ErrorCode = GENERAL ErrorCategory = XIAdapterFramework Parameter1 = Parameter2 = Parameter3 = Parameter4 = Additional text = com.sap.engine.interfaces.messaging.api.exception.ConfigException: SLDAccess set to true, but not available. ErrorStack = [http://sap.com/xi/XI/Message/30^Error "GENERAL"]


We are working with 7.31 SP 11 and both systems are deployed in different SIDs.


I would appreciate any help related to the error.


Many thanks.

Christian.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Christian,

Based on the information you provided it's hard to tell where the error comes from (BPM instance or PI instance) - are you simply making a SOAP call from PI to BPM? . On The PI system you should check the SLD and make sure that you have the Process Orchestration Technical Systems properly registered. It sghould look like in the screen shot - a Process Orchestration System (PI-AEX and BPM) should have 6 technical systems. The SLDAccess error typically comes with the RWB system isn't registered. This can perhaps be due to some error when you ran the Functional Unit Configuration (a necessary post-installation step).

regards, Nick

Former Member
0 Kudos

Hi Nick.

As you mentioned I'm just doing a SOAP call (XI 3.0) from PI to BPM.

The system is correctly registered with the 6 components you mentioned above.

Any idea?

Thanks a lot for your time.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nick.

Another thing is that we are not working with PI and BPM in the same SID so in our SLD we have 6 entries for PI and 6 entries for BPM.

Another interesting aspect we've seen is that looking into BPM log we retrieve this error each hour.

Unable to find the SLD element (DIRECTORY, )
Thrown:
com.sap.aii.ib.bom.landscape.SLDElementNotFoundException: Unable to find the SLD element (DIRECTORY, )


On the other hand, communication BPM to PI is working correctly.

Thanks a lot for your time.

Regards.