现在的位置: 首页 > 综合 > 正文

[BTS] RFCTYPE RFCTYPE_DATE with length 8 and decimals 0 to XML format

2013年04月10日 ⁄ 综合 ⁄ 共 5855字 ⁄ 字号 评论关闭

日志名称:          Application
来源:            BizTalk Server
日期:            2012/11/26 18:59:44
事件 ID:         5754
任务类别:          (1)
级别:            错误
关键字:           经典
用户:            暂缺
计算机:           AppTestSrv.AppCenter.xz
描述:
A message sent to adapter "WCF-SAP" on send port "CNDDC.SAP.WCF-SAP.DEV280.Y_RFC_CON_01" with URI "sap://CLIENT=280;LANG=EN;@a/SAP.CN.DDC.COM/00?GWHOST=SAP.CN.DDC.COM&GWSERV=SAPGW00&ListenerGwServ=SAPGW00&ListenerGwHost=SAP.CN.DDC.COM&RfcSdkTrace=False&AbapDebug=False" is suspended. 
 Error details: Microsoft.ServiceModel.Channels.Common.XmlReaderGenerationException: An error occurred when trying to convert the byte array [30-00-30-00-30-00-30-00-30-00-30-00-30-00-30-00] of RFCTYPE RFCTYPE_DATE with length 8 and decimals 0 to XML format. Parameter/field name: ZZPSDATE   Error message: 年、月和日参数描述无法表示的 DateTime。 ---> System.ArgumentOutOfRangeException: 年、月和日参数描述无法表示的 DateTime。
   在 System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
   在 System.DateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, DateTimeKind kind)
   在 Microsoft.Adapters.SAP.SapMetadataUtilities.ConvertRfcBytesToXmlString(SAPConnection sapConnection, Byte[] data, Int32 offset, Int32 datalength, Int32 singleByteFieldLength, RFCTYPE type, Int32 decimals, String fieldname, Encoding encoding)
   --- 内部异常堆栈跟踪的结尾 ---
   在 Microsoft.Adapters.SAP.SapMetadataUtilities.ConvertRfcBytesToXmlString(SAPConnection sapConnection, Byte[] data, Int32 offset, Int32 datalength, Int32 singleByteFieldLength, RFCTYPE type, Int32 decimals, String fieldname, Encoding encoding)
   在 Microsoft.Adapters.SAP.SapTableMetadata.GetDataValueInXmlFormat(Int32 fieldIndex, Byte[] data, SAPConnection sapConnection)
   在 Microsoft.Adapters.SAP.XmlGenerator.Read()
   在 System.Xml.XmlDictionaryWriter.WriteNode(XmlDictionaryReader reader, Boolean defattr)
   在 System.ServiceModel.Channels.XmlReaderBodyWriter.OnWriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.BodyWriter.WriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.BodyWriterMessage.OnWriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer)
   在 Microsoft.Adapters.AdapterUtilities.AdapterMessage.OnWriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer)
   在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfMarshaller.CreateBizTalkMessageStream(Message wcfMessage, IAdapterConfigInboundMessageMarshalling config)
   在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfMarshaller.CreateBizTalkMessage(IBaseMessageFactory messageFactory, IAdapterConfigInboundMessageMarshalling marshallingConfig, Message wcfMessage)
   在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result) 
 MessageId:  {4C71D215-2B12-4018-8943-50DA6DAFCEA3}
 InstanceID: {CE9F2DDC-AB95-4FC7-99D2-1913D5FF1A7E}
事件 Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="BizTalk Server" />
    <EventID Qualifiers="49344">5754</EventID>
    <Level>2</Level>
    <Task>1</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-11-26T10:59:44.000000000Z" />
    <EventRecordID>59971</EventRecordID>
    <Channel>Application</Channel>
    <Computer>AppTestSrv.AppCenter.xz</Computer>
    <Security />
  </System>
  <EventData>
    <Data>{4C71D215-2B12-4018-8943-50DA6DAFCEA3}</Data>
    <Data>{CE9F2DDC-AB95-4FC7-99D2-1913D5FF1A7E}</Data>
    <Data>WCF-SAP</Data>
    <Data>sap://CLIENT=280;LANG=EN;@a/SAP.CN.DDC.COM/00?GWHOST=SAP.CN.DDC.COM&amp;GWSERV=SAPGW00&amp;ListenerGwServ=SAPGW00&amp;ListenerGwHost=SAP.CN.DDC.COM&amp;RfcSdkTrace=False&amp;AbapDebug=False</Data>
    <Data>CNDDC.SAP.WCF-SAP.DEV280.Y_RFC_CON_01</Data>
    <Data>Microsoft.ServiceModel.Channels.Common.XmlReaderGenerationException: An error occurred when trying to convert the byte array [30-00-30-00-30-00-30-00-30-00-30-00-30-00-30-00] of RFCTYPE RFCTYPE_DATE with length 8 and decimals 0 to XML format. Parameter/field name: ZZPSDATE   Error message: 年、月和日参数描述无法表示的 DateTime。 ---&gt; System.ArgumentOutOfRangeException: 年、月和日参数描述无法表示的 DateTime。
   在 System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
   在 System.DateTime..ctor(Int32 year, Int32 month, Int32 day, Int32 hour, Int32 minute, Int32 second, Int32 millisecond, DateTimeKind kind)
   在 Microsoft.Adapters.SAP.SapMetadataUtilities.ConvertRfcBytesToXmlString(SAPConnection sapConnection, Byte[] data, Int32 offset, Int32 datalength, Int32 singleByteFieldLength, RFCTYPE type, Int32 decimals, String fieldname, Encoding encoding)
   --- 内部异常堆栈跟踪的结尾 ---
   在 Microsoft.Adapters.SAP.SapMetadataUtilities.ConvertRfcBytesToXmlString(SAPConnection sapConnection, Byte[] data, Int32 offset, Int32 datalength, Int32 singleByteFieldLength, RFCTYPE type, Int32 decimals, String fieldname, Encoding encoding)
   在 Microsoft.Adapters.SAP.SapTableMetadata.GetDataValueInXmlFormat(Int32 fieldIndex, Byte[] data, SAPConnection sapConnection)
   在 Microsoft.Adapters.SAP.XmlGenerator.Read()
   在 System.Xml.XmlDictionaryWriter.WriteNode(XmlDictionaryReader reader, Boolean defattr)
   在 System.ServiceModel.Channels.XmlReaderBodyWriter.OnWriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.BodyWriter.WriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.BodyWriterMessage.OnWriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer)
   在 Microsoft.Adapters.AdapterUtilities.AdapterMessage.OnWriteBodyContents(XmlDictionaryWriter writer)
   在 System.ServiceModel.Channels.Message.WriteBodyContents(XmlDictionaryWriter writer)
   在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfMarshaller.CreateBizTalkMessageStream(Message wcfMessage, IAdapterConfigInboundMessageMarshalling config)
   在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfMarshaller.CreateBizTalkMessage(IBaseMessageFactory messageFactory, IAdapterConfigInboundMessageMarshalling marshallingConfig, Message wcfMessage)
   在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)</Data>
  </EventData>

</Event> 

抱歉!评论已关闭.