|
Home > Archive > BizTalk Server General > April 2006 > Exception occurred when persisting state to the database.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Exception occurred when persisting state to the database.
|
|
| Sandeep 2006-04-10, 7:34 pm |
| Hi,
This is the Exception I am seeign in my production environment, This is
making instances to a state of "Suspended (not resumable)"
One other thing which i observed in the Event Log is
1. The Messaging engine has throttled all inbound messages for the host
"ReceiveHost" due to high stress levels on the MessageBox database. All
inbound messages will be throttled until the MessageBox stress level is
reduced.
2. The Messaging engine is no longer throttling inbound messages for
the host "ReceiveHost".
Any Idea how can i get around this issue
Any help would be great.
Here is the entire reason
Uncaught exception terminated service
Tracksource.BizTalk.xxx.Servicing(c92d426c-4d17-84b5-f281-1369b549ec21),
instance 6ca2c887-1906-4470-9dfe-636f856c49d7
Exception occurred when persisting state to the database.
Exception type: PersistenceException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void Commit()
Help Link:
Additional error information:
A batch item failed persistence Item-ID
2684b7bc-4add-4a68-90b1-18fab809333a OperationType MAIO_CommitBatch
Status -1061151998 ErrorInfo The published message could not be routed
because no subscribers were found. Please use the Health and Activity
Monitoring (HAT) tool to diagnose this situation. .
Exception type: PersistenceItemException
Source:
Target Site:
Help Link:
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. Please use the Health and Activity Monitoring (HAT) tool to
diagnose this situation. with status -1061151998.
Exception type: PublishMessageException
Source:
Target Site:
Help Link:
Additional error information:
Exception occurred when persisting state to the database.
Exception type: PersistenceException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void
Commit(Microsoft.BizTalk.Agent.Interop.IBTMessageBatchEx[],
Microsoft.XLANGs.Core.Segment,
Microsoft.BizTalk.Agent.Interop.IBTOperationStatus ByRef)
Help Link:
Additional error information:
A batch item failed persistence Item-ID
2684b7bc-4add-4a68-90b1-18fab809333a OperationType MAIO_CommitBatch
Status -1061151998 ErrorInfo The published message could not be routed
because no subscribers were found. Please use the Health and Activity
Monitoring (HAT) tool to diagnose this situation. .
Exception type: PersistenceItemException
Source:
Target Site:
Help Link:
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. Please use the Health and Activity Monitoring (HAT) tool to
diagnose this situation. with status -1061151998.
Exception type: PublishMessageException
Source:
Target Site:
Help Link:
Additional error information:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Thanks,
Sandeep
| |
| Greg Forsythe 2006-04-10, 7:34 pm |
| Your error is a routing problem. The message is being published to the
messagebox and there are no subscribers.
Receive Ports and Orchestrations can publish to the messagebox and
orchestrations and send ports can subscribe to messages.
Do you know what is publishing the message and what is supposed to receive
it.
Are you using direct binding or filters
Do the message context properties of the failed message match any
subcription
Are you using 2004 or 2006
Greg
"Sandeep" <skesiraju@gmail.com> wrote in message
news:1144261752.853913.136390@j33g2000cwa.googlegroups.com...
> Hi,
>
> This is the Exception I am seeign in my production environment, This is
> making instances to a state of "Suspended (not resumable)"
>
> One other thing which i observed in the Event Log is
>
> 1. The Messaging engine has throttled all inbound messages for the host
> "ReceiveHost" due to high stress levels on the MessageBox database. All
> inbound messages will be throttled until the MessageBox stress level is
> reduced.
> 2. The Messaging engine is no longer throttling inbound messages for
> the host "ReceiveHost".
>
> Any Idea how can i get around this issue
>
> Any help would be great.
>
> Here is the entire reason
>
> Uncaught exception terminated service
> Tracksource.BizTalk.xxx.Servicing(c92d426c-4d17-84b5-f281-1369b549ec21),
> instance 6ca2c887-1906-4470-9dfe-636f856c49d7
>
> Exception occurred when persisting state to the database.
>
> Exception type: PersistenceException
> Source: Microsoft.XLANGs.BizTalk.Engine
> Target Site: Void Commit()
> Help Link:
> Additional error information:
>
> A batch item failed persistence Item-ID
> 2684b7bc-4add-4a68-90b1-18fab809333a OperationType MAIO_CommitBatch
> Status -1061151998 ErrorInfo The published message could not be routed
> because no subscribers were found. Please use the Health and Activity
> Monitoring (HAT) tool to diagnose this situation. .
>
> Exception type: PersistenceItemException
> Source:
> Target Site:
> Help Link:
> 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. Please use the Health and Activity Monitoring (HAT) tool to
> diagnose this situation. with status -1061151998.
>
> Exception type: PublishMessageException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
> Exception occurred when persisting state to the database.
>
> Exception type: PersistenceException
> Source: Microsoft.XLANGs.BizTalk.Engine
> Target Site: Void
> Commit(Microsoft.BizTalk.Agent.Interop.IBTMessageBatchEx[],
> Microsoft.XLANGs.Core.Segment,
> Microsoft.BizTalk.Agent.Interop.IBTOperationStatus ByRef)
> Help Link:
> Additional error information:
>
> A batch item failed persistence Item-ID
> 2684b7bc-4add-4a68-90b1-18fab809333a OperationType MAIO_CommitBatch
> Status -1061151998 ErrorInfo The published message could not be routed
> because no subscribers were found. Please use the Health and Activity
> Monitoring (HAT) tool to diagnose this situation. .
>
> Exception type: PersistenceItemException
> Source:
> Target Site:
> Help Link:
> 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. Please use the Health and Activity Monitoring (HAT) tool to
> diagnose this situation. with status -1061151998.
>
> Exception type: PublishMessageException
> Source:
> Target Site:
> Help Link:
> Additional error information:
>
>
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
> Thanks,
> Sandeep
>
|
|
|
|
|