How to retrive the errorevent message as soon as we push some message in SFP.
Summary
I am pushing a studentinitiation message from OIC integration to SFP.I want to retrive the error message if any as soon as i push my studentinit message in SFP to generate and error report.Content
Hi,
I am pushing a studentinitiation message from OIC integration to SFP.I want to retrieve the error message if any, as soon as i push my studentinit message in SFP to generate error report.
From the documentation we understand that we should be using infostore messages queue to retrieve any message.The problem i am facing is there is no link between the error message and the original message so that i can pass the parameter to infostore messages queue and retrieve the particular message.The only way to understand the link between the original message and the corresponding error message is MessageId Value from original messaged and FailedMessageID in the error message.Since the FailedMessageId is not a valid parameter to pass to the infostore message queue for error retrival we are not able to proceed