Biztalk プロジェクトを Biztalk 2009 から Biztalk 2016 および .NET 4.6.2 に移行しました。古いバージョンではすべて正常に動作しますが、新しいバージョンでは WCF-Custom アダプターでエラーが発生します。
A message sent to adapter "WCF-Custom" on send port "PhySndGuiExportResponsePort" with URI "net.msmq://serviceserver/private/EwrServicesInQueue" is suspended.
Error details: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.InteropServices.COMException: The mapping does not exist. For Config Store applications, the config info has not been set.
at Microsoft.BizTalk.SSOClient.Interop.ISSOConfigStore.GetConfigInfo(String applicationName, String identifier, Int32 flags, IPropertyBag properties)
at SSOSettingsFileManager.SSOHelper.GetConfigInfo(String affiliateApplication, Boolean enableRemoteAccess)
at SSOSettingsFileManager.SSOSettingsManager.GetSettings(String affiliateApplication, Boolean enableRemoteAccess)
at SSOSettingsFileManager.SSOSettingsFileReader.Read(String affiliateApplication, Boolean enableRemoteAccess)
at SSOSettingsFileManager.SSOSettingsFileReader.ReadString(String affiliateApplication, String valueName)
at DAP.IdentityModel.Selectors.ForwardingDAPClientCredentials..ctor()
--- End of inner exception stack trace ---
at Microsoft.BizTalk.Adapter.Wcf.Converters.BehaviorFactory.ApplyEndpointBehavior(ServiceEndpoint serviceEndpoint, String wcfExtensions, String endpointBehaviorConfiguration)
at Microsoft.BizTalk.Adapter.Wcf.Config.CustomTLConfig.ApplyEndpointBehavior(ServiceEndpoint serviceEndpoint)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.CreateChannelFactory[TChannel](IBaseMessage bizTalkMessage)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.InitializeValues(IBaseMessage message)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2..ctor(IBaseMessage message, WcfTransmitter`2 transmitter)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfTransmitter`2.GetClientFromCache(String spid, IBaseMessage message)
at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfAsyncBatch`2.BatchWorker(List`1 messages)
MessageId: {DC4E26FC-B65B-4AE6-B2F3-01AFC5B85D6F}
InstanceID: {94A91D61-D8BE-4F74-8B06-1B4C58B36CEA}
sendport PhySndGuiExportResponsePort は、PassThroTransmit 送信パイプライン、トランスポート タイプ WCF-Custom、証明書認証を使用しています。
ssomanage ツールを実行して、マッピングが BtsDeploymentProperties であることを確認しますが、他の GUID ではありません。これによりエラーが発生する可能性はありますか?
C:\Program Files\Common Files\Enterprise Single Sign-On>ssomanage.exe -listmappings tvn.Infra SSO サーバーの使用: biztalk2016server
アプリケーション「tvn.Infra」の既存のマッピング -
(E) $ConfigStore$\BtsDeploymentProperties : BtsDeploymentProperties
それを解決するためのアイデアは大歓迎です。ありがとうございました。