BizTalk Server 2006映射出错 [英] Getting Error with BizTalk Server 2006 Maps

查看:77
本文介绍了BizTalk Server 2006映射出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好..
我面临着BizTalk Map的一些问题我使用了Logical Exsistence functoid,Logical NOT functoid和Value mapping functoid ...因为有些时候我没有得到根节点所以,如果没有节点,我会返回0 ..当数据存在时,我会收到错误,如下所述 - 未发生异常(看到下面的"内部异常")已暂停服务实例'EpicSapIntegration.Orchestration_Hiring(ca2fdd8e-f3fa-ba17-1bd5-55d0e220b09a)'。服务实例将保持暂停状态,直到管理恢复或终止。
如果恢复,实例将从其上一个持久状态继续,并可能重新抛出相同的意外异常。
InstanceId:74b210e9-593e-4480-b0be-95099d18da73
形状名称:Send_2
ShapeId:38493b0c-346e-4cd9-8b83-70ba385921f8
抛出异常:段2,进度6
内部异常:将状态持久保存到数据库时发生异常。

异常类型:PersistenceException
来源:Microsoft.XLANGs.BizTalk.Engine
目标站点:Void Commit()
以下是一个堆栈跟踪,用于标识发生异常的位置


at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.Commit()
at Microsoft.XLANGs.Core.Service.Persist(Boolean dehydrate,Context ctx,Boolean idleRequired,Boolean finalPersist,Boolean bypassCommit ,布尔终止)
在Microsoft.XLANGs.Core.ServiceContext.PendingCommit(Boolean ignore,XMessage msg)
在Microsoft.XLANGs.Core.ExceptionHandlingContext。 PendingCommit(Boolean ignoreCommit,XMessage msg)
在Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.SendMessage(Int32 iOperation,XLANGMessage msg,Correlation [] initCorrelations,Correlation [] followCorrelations,SubscriptionWrapper& subscriptionWrapper,Context cxt,Segment seg,ActivityFlags标志)
在Microsoft.XLANGs.Core.PortBase.SendMessage(Int32 iOperation,XLANGMessage msg,Correlation [] initCorrelations,Correlation [] followCorrelations,SubscriptionWrapper& subscriptionWrapper,Context cxt,Segment seg)
在EpicSapIntegration.Orchestration_Hiring.segment2(StopConditions stopOn)
在Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,StopConditions stopCond,Exception& exp)
附加错误信息:


批次项目失败持久性项目ID 485348fd-c238-4024-a1c9-012000fc72a3 OperationType MAIO_CommitBatch状态-1061151960 ErrorInfo访问零件数据或其中一个碎片时发生错误。部件数据或片段可能不存在于数据库中。 。

异常类型:PersistenceItemException
其他错误信息:


无法在批处理中发布(发送)消息。这通常是因为没有人期望收到此消息。错误是访问零件数据或其中一个碎片时发生错误。部件数据或片段可能不存在于数据库中。状态-1061151960。

例外类型:PublishMessageException

问候
Sandeep



解决方案

类似的线程
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.biztalk.sdk&tid=25fa7d80-aa79-41fe-8f7b-645bc4f112fb&cat=&lang =&安培; CR =&安培; SLOC =安培; p = 1

Hi All..
I am facing some problem with BizTalk Map
i used Logical Exsistence functoid,Logical NOT functoid and Value mapping functoid ...because some sometime i don't get root node so in case no nodes are there i return 0 ..due to this when data is there i get error as mentioned below




  Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'EpicSapIntegration.Orchestration_Hiring(ca2fdd8e-f3fa-ba17-1bd5-55d0e220b09a)'.
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: 74b210e9-593e-4480-b0be-95099d18da73
Shape name: Send_2
ShapeId: 38493b0c-346e-4cd9-8b83-70ba385921f8
Exception thrown from: segment 2, progress 6
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 occured

   at Microsoft.BizTalk.XLANGs.BTXEngine.BTXXlangStore.Commit()
   at Microsoft.XLANGs.Core.Service.Persist(Boolean dehydrate, Context ctx, Boolean idleRequired, Boolean finalPersist, Boolean bypassCommit, Boolean terminate)
   at Microsoft.XLANGs.Core.ServiceContext.PendingCommit(Boolean ignore, XMessage msg)
   at Microsoft.XLANGs.Core.ExceptionHandlingContext.PendingCommit(Boolean ignoreCommit, XMessage msg)
   at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.SendMessage(Int32 iOperation, XLANGMessage msg, Correlation[] initCorrelations, Correlation[] followCorrelations, SubscriptionWrapper& subscriptionWrapper, Context cxt, Segment seg, ActivityFlags flags)
   at Microsoft.XLANGs.Core.PortBase.SendMessage(Int32 iOperation, XLANGMessage msg, Correlation[] initCorrelations, Correlation[] followCorrelations, SubscriptionWrapper& subscriptionWrapper, Context cxt, Segment seg)
   at EpicSapIntegration.Orchestration_Hiring.segment2(StopConditions stopOn)
   at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)
Additional error information:

        A batch item failed persistence Item-ID 485348fd-c238-4024-a1c9-012000fc72a3 OperationType MAIO_CommitBatch Status -1061151960 ErrorInfo An error occurred when accessing the part data or one of its fragments. The part data or fragment may not exist in the database. .
       
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 An error occurred when accessing the part data or one of its fragments. The part data or fragment may not exist in the database.  with status -1061151960.
       
Exception type: PublishMessageException

Regards
Sandeep

       

 

解决方案

similar kinda thread
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.biztalk.sdk&tid=25fa7d80-aa79-41fe-8f7b-645bc4f112fb&cat=&lang=&cr=&sloc=&p=1


这篇关于BizTalk Server 2006映射出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆