Skip to content

Instantly share code, notes, and snippets.

@zzramesses
Created February 19, 2020 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzramesses/8b274e0b163739e9ce6a38d2082d89b8 to your computer and use it in GitHub Desktop.
Save zzramesses/8b274e0b163739e9ce6a38d2082d89b8 to your computer and use it in GitHub Desktop.
xrm issues
{"d":{"__type":"CRMServiceWrapper.SharedLibraries.Results.RetrieveResult","RetrievedRecords":null,"Success":false,"ErrorMessage":"\r\nServer stack trace: \r\n at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)\r\n at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)\r\n at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)\r\n at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)\r\n at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)\r\n at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)\r\n at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)\r\n\r\nException rethrown at [0]: \r\n at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)\r\n at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData\u0026 msgData, Int32 type)\r\n at CRMServiceWrapper.SharedLibraries.srEnterpriseDataService.IEnterpriseDataService.RetrieveCrmCredentialByAccessToken(String apiKey, String accessToken)\r\n at CRMServiceWrapper.SharedLibraries.AuthenticationDetails.CreateProxy()\r\n at CRMServiceWrapper.SharedLibraries.WrappedEntity.Retrieve(AuthenticationDetails authenticationDetails, String[] attributesToRetrieve)\r\n at WrapperService.Crm2013Service.Retrieve(AuthenticationDetails authenticationDetails, String logicalName, Dictionary`2 searchAttributes, String[] returnedAttributes)"}}
{"d":{"__type":"CRMServiceWrapper.SharedLibraries.Results.RetrieveResult","RetrievedRecords":null,"Success":false,"ErrorMessage":" at CRMServiceWrapper.SharedLibraries.WrappedEntity.convertAttributes()\r\n at CRMServiceWrapper.SharedLibraries.WrappedEntity.createCrmEntity()\r\n at CRMServiceWrapper.SharedLibraries.WrappedEntity.Retrieve(AuthenticationDetails authenticationDetails, String[] attributesToRetrieve)\r\n at WrapperService.Crm2013Service.Retrieve(AuthenticationDetails authenticationDetails, String logicalName, Dictionary`2 searchAttributes, String[] returnedAttributes)"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment