zoukankan      html  css  js  c++  java
  • [BTS] Correct the specified Action, or refer to the documentation on the allowed formats for the Actions. Note that Actions are casesensitive.

    日志名称:          Application
    来源:            BizTalk Server
    日期:            2012/11/26 18:35:16
    事件 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.UnsupportedOperationException: Incorrect Action <BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Operation Name="ZPS_ILX_CPMT_MAST_SCREEN" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/ZPS_ILX_CPMT_MAST_SCREEN" />
      <Operation Name="ZPS_ILX_CPMT_PLANING" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/ZPS_ILX_CPMT_PLANING" />
    </BtsActionMapping>. Correct the specified Action, or refer to the documentation on the allowed formats for the Actions. Note that Actions are case-sensitive.
     
    Server stack trace: 
       在 System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       在 System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       在 System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       在 System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
     
    Exception rethrown at [0]: 
       在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       在 System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
       在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result) 
     MessageId:  {31A134C2-8304-4E2D-AD37-1781795FA6A6}
     InstanceID: {8C451EB3-6203-4D0B-A7C8-5FC25A399657}
    事件 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:35:16.000000000Z" />
        <EventRecordID>59961</EventRecordID>
        <Channel>Application</Channel>
        <Computer>AppTestSrv.AppCenter.xz</Computer>
        <Security />
      </System>
      <EventData>
        <Data>{31A134C2-8304-4E2D-AD37-1781795FA6A6}</Data>
        <Data>{8C451EB3-6203-4D0B-A7C8-5FC25A399657}</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.UnsupportedOperationException: Incorrect Action &lt;BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&gt;
      &lt;Operation Name="ZPS_ILX_CPMT_MAST_SCREEN" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/ZPS_ILX_CPMT_MAST_SCREEN" /&gt;
      &lt;Operation Name="ZPS_ILX_CPMT_PLANING" Action="http://Microsoft.LobServices.Sap/2007/03/Rfc/ZPS_ILX_CPMT_PLANING" /&gt;
    &lt;/BtsActionMapping&gt;. Correct the specified Action, or refer to the documentation on the allowed formats for the Actions. Note that Actions are case-sensitive.
     
    Server stack trace: 
       在 System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       在 System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       在 System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
       在 System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)
     
    Exception rethrown at [0]: 
       在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&amp; msgData, Int32 type)
       在 System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
       在 Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)</Data>
      </EventData>
    </Event>

    Cause:

    In action, please make sure that operation name can't same as SOAP action name.

    Solution:

    Change operation id in orchestration. and change the action config xml.

    Reference:

    http://msdn.microsoft.com/en-us/library/cc185273.aspx 

  • 相关阅读:
    Tensorflow CIFAR10 (二分类)
    2018年阿里巴巴重要开源项目汇总
    环境变量备份
    ubuntu Qt5 librealsense opencv
    ubuntu16.04 qt opencv3.4
    时间作为文件名
    ubuntu16.04 安装opencv3
    Visual studio 2015/2017 opencv3.4 kineck2.0 osg realsense配置
    开源监控系统整合Nagios+Cacti+Nconf详解
    nagios系列(八)之nagios通过nsclient监控windows主机
  • 原文地址:https://www.cnblogs.com/xuzhong/p/2789571.html
Copyright © 2011-2022 走看看