Re: Please help I didnot understand why I m getting this error.

Home Page Forums BizTalk 2004 – BizTalk 2010 Please help I didnot understand why I m getting this error. Re: Please help I didnot understand why I m getting this error.

#25108

[quote user="Anonymous"]

A batch item failed persistence Item-ID 79625df0-2754-4957-8a5c-991c58307f02 OperationType MAIO_CommitBatch Status -1061151998 ErrorInfo The published message could not be routed because no subscribers were found. .

Exception type: PersistenceItemException

Additional error information:

Failed to publish (send) a message in the batch. This is usually because there is no one expecting to receive this message. The error was The published message could not be routed because no subscribers were found. with status -1061151998.

Exception type: PublishMessageException

[/quote]

It’s a subscription error.

During the process, a message is sent to the MessageBox and if a subscriber is found the process can continue, if not there is an error.

To check why you don’t have the subscription :

  • Go in the Administration console, BizTalk Group Page and set a New query
  • Search for Subscriptions, in the result you can see the subscriptions and the expression of the subscription
  • Check you message in error, in the property of the message, check the context to see the different value of the property.
  • The value of the property in the message and in the expression of the subscription must match to work AND the property in the message must be promoted. Only promoted property can be used for routing.

Hope this help you.