Visual Studio 2015を使用してSSISパッケージでMicrosoft Dynamics CRMに接続するためにKingswaySoftを使用しています。サーバーでパッケージを実行しようとすると、次のエラーが表示されます。SSISパッケージでCRM接続エラーをデバッグするにはどうすればよいですか?
Data Flow Task:Error: KingswaySoft.IntegrationToolkit.DynamicsCrm.CrmServiceException: CRM service call returned an error: An error has occurred when retrieving metadata for CRM entity 'ccseq_amaccount': CRM service call returned an error: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
私は(here & hereを参照)WCFアプリケーションのためのIncludeExceptionDetailInFaultsをオンにする設定キーを追加する方法についていくつかの質問を見ていないが、特にSSISパッケージのためにこれをオンにする方法を私に告げる何も。より多くのエラーの詳細を見る他の方法も歓迎するでしょう。
上記の提案は、Dynamics CRM web.configファイルに適用する必要があります。私はそうすることを強く勧めます。代わりに、Dynamics CRMアプリケーションサーバーでEventViewerをチェックするか、On Premise環境で作業している場合はCrmDiagTool(https://crmdiagtool2011.codeplex.com/)を使用してトレースをキャプチャします。 – Nathan