I am attempting to insert XML message into Biztalk message box database and I am getting the error
Exception occurred when persisting state to the database.
I have an orchestration which needs to read this message from the message box. I have applied appropriate filter in receive port of the orchestration. Also the filter criteria is matched with the xml which I am trying to insert.
Can anybody throw some light on this problem?
I have resolved the problem. The orchestration which reads the inserted message from message box doesn’t have the direct port and so when I try to insert a message in message box it doesn’t find the subscriber of that message.
I have made the orchestration port as direct port and problem got resolved.