Hello,
I try to set up a small BPM but it won't fire and in monitoring I get the error MESSAGE_NOT_USED.
When I look at the XI runtime cache I can't find my business process (but all receiver and interface definitions which points to it)... And It won't show after a complete cache refresh either.
My BPM configuration is as follows:
BPM with receiver interface:
CreditWorthinessChangeInformation_Abstract
The CreditWorthinessChangeInformation_Abstract interface uses the following message type:
CreditWorthinessChangeInformation
The inbound messages that should trigger the BPM comes from the following interface:
CreditWorthinessChangeInformation_Out
Which uses the same message type as the abstract receiving interface of the BPM:
CreditWorthinessChangeInformation
Any suggestions what might be wrong or missing?
Regards Johan
If your BPM is not in the sxi_cache, I assume that in your configuration, the service 'Integration Process' is not connected to the correct BPM from design.
Check all these entries and check, if all change lists are activated.
Check sxi_cache for errors after that.
Regards
Stefan
Noow, I got the BP to be shown in the SXI_CACHE transaction but it can't be activated and the error messages are:
Send step: Property exception for '85BA5FA037C111D9B4F3F205A40409EA' is missing
Send step: Fault message 'a2d3b6e537c111d99e36f205a40409ea' is not defined
Seems to be something wrong with the synchronous send step?...
Add a comment