您的位置:首页 > Web前端

[BTS] Correct the specified Action, or refer to the documentation on the allowed formats for the Actions. Note that Actions are case-sensitive.

2012-11-26 18:38 543 查看
日志名称: 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&GWSERV=SAPGW00&ListenerGwServ=SAPGW00&ListenerGwHost=SAP.CN.DDC.COM&RfcSdkTrace=False&AbapDebug=False</Data>
<Data>CNDDC.SAP.WCF-SAP.DEV280.Y_RFC_CON_01</Data>
<Data>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)</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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐