cancel
Showing results for 
Search instead for 
Did you mean: 

MSG_NOT_FOUND Exception

Former Member
0 Kudos

Hi all,

I've imported some scenarios from a development enviroment to a test enviroment. I've set all IPs, users, passwords... but I get this exception, and I don't know how to solve it:

com.sap.aii.af.ra.ms.api.DeliveryException: XIServer:MSG_NOT_FOUND:

at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:455)

at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:133)

at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:855)

at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

at java.security.AccessController.doPrivileged(Native Method)

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

The scenarios include BPMs. Its seems that XI doesn't find the messages, but I think they are correctly imported...

Any idea?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member859847
Active Contributor
0 Kudos

Hi,

I hope the following link will help to resolve proble.

can you check it.

/community [original link is broken]

?

regards

mahesh.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

The link was right, it was a patch trouble. Now it works perfectly.

Thank you!

Former Member
0 Kudos

Hi all,

I've more information about the error... the exception is thrown in the last step of the BPMs. I think it's a persistence error, and a trace shows that 'PE_ADAPTER unknown'.

Maybe the persistence system is wrong configured? How can I see it?

Thanks in advance.