Hi ,
I have installed the VS 2013 version recently in my local machine and connected to one of my dev server. When I am trying to add a dataset and select a query class I am getting a weird error. "Exception occurred on the metadata service on client or server. See exception details below > Unable to log on to Microsoft Dynamics AX"
Attached the screen shot of it.
And below is more details from the log.
Unable to get version information using existing WCF configuration from local storage.
Exception details: Microsoft.Dynamics.AX.Framework.Services.Client.MetadataServiceException: Exception occurred on the metadata service on client or server. See exception details below: >Unable to log on to Microsoft Dynamics AX. ---> System.ServiceModel.FaultException: Unable to log on to Microsoft Dynamics AX.
Server stack trace: 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) |
I tried the below things, to get rid of this error. But no luck.
1) I created a new axc config and refreshed the WXF configs multiple times.
2) I am a local admin to the SSRS server and have full access to the reporting folder. Able to validate the settings too.
And when I try to deploy any standard reports from my VS, the VS is crashing. Below is the logs
Faulting application name: devenv.exe, version: 12.0.40629.0, time stamp: 0x5590c8a4 Faulting module name: MSVCR120_CLR0400.dll, version: 12.0.52519.0, time stamp: 0x5849f912 Exception code: 0xc00000fd Fault offset: 0x0007e22c Faulting process id: 0x2aa4 Faulting application start time: 0x01d46fc730e57706 Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe Faulting module path: C:\WINDOWS\SYSTEM32\MSVCR120_CLR0400.dll Report Id: 259ae06b-5c94-4b7a-808c-72385ac8b408 Faulting package full name: Faulting package-relative application ID: |
Thanks in advance.
*This post is locked for comments