cancel
Showing results for 
Search instead for 
Did you mean: 

BindingData 'null', interfaceMapping 'null' interfaceDefinition 'null'

Former Member
0 Kudos

Hello All,

Plenty of messages are at 'system error' - Messaging: General error status in production.

all the interface scenario is "Sender system to BPE".

screen shot has complete error log :

I tried to resend the messages, again messages are failing with above mentioned error log. I have requested Basis to restart the Production PI (7.31 sp6 single stack )system, messages are flowing properly now.

My question is

1. Why this error occurred ? How to avoid this case in the future?

2. How to push the 'system error' messages?

Thanks in advance.

reg, Avinash

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

Hello Avinash,

I guess messages are getting stuck because of CCBPM.

Check in SXMB_MONI_BPE,May be some data load or processing issue.

Also check the note share by Praveen.

former_member182412
Active Contributor
0 Kudos

Hi Avinash,

The reason for this error is described in cause 4 in below blog.

PI Messages are not delivered to SAP NetWeaver BPM - Technology Troubleshooting Guide - SCN Wiki

'As the SAP NetWeaver BPM process and SAP NetWeaver PI content can be created independently, it is possible that the interface assigned to the receiver business component and the interface assigned to the SAP NetWeaver BPM process start or intermediate message event do not match'

Check this works for you.

2029903 - com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException: Unexpected uriID


Resolution

  1. Set property 'isUpgradeScenario' to false.
  2. The location of this property is -

          http://<server>:<port>/nwa

         -> Configuration Management
         -> Infrastructure
         -> Java System Properties
         -> Services
         -> XPI Service: Java Proxy Runtime

Regards,

Praveen.