2016-06-27 18 views
1

私はCRM SDK 2013年pluginRegistrationツールに接続しようとしていると私はCRM 2013 |プラグイン登録ツールエラー

Source : mscorlib 
Method : HandleReturnMessage 
Date : 27-Jun-16 
Time : 7:56:13 AM 
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 <serviceDebug> 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. 
Stack Trace : Server stack trace: 
    at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter) 
    at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) 
    at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) 
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) 
    at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) 
Exception rethrown at [0]: 
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
    at Microsoft.Xrm.Sdk.Discovery.IDiscoveryService.Execute(DiscoveryRequest request) 
    at Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy.Execute(DiscoveryRequest request) 
    at Microsoft.Xrm.Tooling.Connector.CrmWebSvc.DiscoverOrganizations(Uri discoveryServiceUri, Uri homeRealmUri, ClientCredentials clientCredentials, ClientCredentials deviceCredentials) 
    at >Microsoft.Xrm.Tooling.CrmConnectControl.CrmConnectionManager.ValidateServerConnection(CrmOrgByServer selectedOrg) 

は、あなたが得るMORの情報と、この問題を解決するのに役立つ可能性があり、このエラーが出ますか?

+0

あなたのSDKのバージョンからプラグイン登録ツールは、CRMのバージョンと一致するかどうかを確認するために二重のチェックをしましたか? – dynamicallyCRM

+0

どちらも2013年版 –

+0

接続セクションのスクリーンショットを添付できますか? – dynamicallyCRM

答えて

2

私は同じ問題を抱えていました。私たちの組織の1つであるSQLデータベースがオフラインになっていたためでした。

修正するには、まずの例外を見つけなければなりません。これを行うには、例外メッセージに示されているような詳細なエラーを有効にします。

これを行うにはいくつかの手順があります。

https://community.adxstudio.com/products/adxstudio-portals/documentation/developers-guide/knowledge-base/enable-detailed-errors-on-the-organization-service/

関連する問題