Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Exception type: PersistenceException
- This topic has 3 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
December 1, 2006 at 7:13 AM #16658
Getting following error message when processing certain, not all messages. Any ideas?
Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'Biztalk_PO_EDI.BizTalk_Orchestration(559ed300-dd24-f628-aa04-29b715424fbd)'.
The service instance will remain suspended until administratively resumed or terminated.
If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception.
InstanceId: 93f2e158-26d5-4548-97f9-858a06d31a60
Shape name: SendPO
ShapeId: 9ca35a26-d421-4f56-928d-86042fc4f9df
Exception thrown from: segment 1, progress 18
Inner exception: Exception occurred when persisting state to the database.
Exception type: PersistenceException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void Commit()
The following is a stack trace that identifies the location where the exception occuredat Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.Commit()
at Microsoft.XLANGs.Core.Service.Persist(Boolean dehydrate, Context ctx, Boolean idleRequired, Boolean finalPersist, Boolean bypass -
December 3, 2006 at 10:49 AM #16685
I have seen this before sometimes when my message type was an Xml Document. Or when I was using Xml Documents as return types from calling .net components.
Other times, I have seen this when I call a .net component that uses a non-serializable class as a reference.
Hope this helps.
-
December 4, 2006 at 5:07 AM #16691
I'm using a dynamic send port, when I look at the message therer is not message type. The app was working ok. we have recently moved the databases from C to D drive.. would this have ant adverse affect?
Thanks
-
December 4, 2006 at 8:52 PM #16713
It could be moving the database. But I would think you’d have other issues before this – i.e. when starting the service or receiving the file. Sorry, don’t know what else to say on this one.
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.