
I am trying to set up Enterprise Portal in our test environment, with no luck:
2017-05-24 09:11:03Z Microsoft.Dynamics.Setup.AxSetupException: An error occurred during setup of Client Components.
2017-05-24 09:11:03Z Reason: Client SDK configuration generation failed. See details below.
2017-05-24 09:11:03Z Exception occurred on the metadata service on client or server. See exception details below:
2017-05-24 09:11:03Z >Unable to log on to Microsoft Dynamics AX.
2017-05-24 09:11:03Z Verify that services have been deployed correctly.
2017-05-24 09:11:03Z ---> Microsoft.Dynamics.AX.Framework.Services.Client.MetadataServiceException: Exception occurred on the metadata service on client or server. See exception details below:
2017-05-24 09:11:03Z >Unable to log on to Microsoft Dynamics AX. ---> System.ServiceModel.FaultException: Unable to log on to Microsoft Dynamics AX.
2017-05-24 09:11:03Z Server stack trace:
2017-05-24 09:11:03Z at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
2017-05-24 09:11:03Z at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
2017-05-24 09:11:03Z at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
2017-05-24 09:11:03Z at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
I've been following the steps here:
https://technet.microsoft.com/en-us/library/dn169057.aspx
I'm installing EP on a VM that has SharePoint Foundation 2013 SP1 + May 2017 CU (re-ran config after CU install), SQL 2014 SP2 CU5 Express, AX version for the install is 2012 R2 CU7.
Both the BC account and I have system/security admin access in AX, and we are both local administrators on both VMs (AOS, SharePoint).
I can access the metadataservice URL successfully: http://<AOSServer> :8101/DynamicsAx/Services/MetadataService
I am sure it is something simple I am missing, but cannot figure it out. Any ideas?
*This post is locked for comments
I have the same question (0)yes it was something simple, I didn't set up Business Connector correctly in the AX client on the SharePoint server, once I got that set up, everything installed.