Hello All, I am having issues with RapidStart connector for AX 2012. After I hit 'Start Service', the system threw an exception as below. I referred to the blog and opened up the port for 9350 and 9354 but still having the same issue.
I have installed - Windows Azure AppFabric SDK V1.0.
Also I notice this on my programs - WCF RIA Services V1.0 SP1
http://community.dynamics.com/product/ax/f/33/p/73165/151407.aspx?ref=rc-a
Service cannot be started. System.InvalidOperationException: The Address property on ChannelFactory.Endpoint was null. The ChannelFactory's Endpoint must have a valid Address specified.
at System.ServiceModel.ChannelFactory.CreateEndpointAddress(ServiceEndpoint endpoint)
at System.ServiceModel.ClientBase`1.CreateChannel()
at System.ServiceModel.ClientBase`1.CreateChannelInternal()
at System.ServiceModel.ClientBase`1.get_Channel()
at GenericDocumentServiceClient.GenericDocumentService.findKeys(GenericDocumentServiceFindKeysRequest request)
at GenericDocumentServiceClient.findKeys(CallContext CallContext, QueryMetadata _axdQuery, QueryCriteria QueryCriteria)
at Microsoft.Dynamics.AX.AppConfig.ConnectorLoader.DAXConfigurationLoader.GetOrganizations()
at Microsoft.Dynamics.AX.AppConfig.ConnectorLoaderService.AppConfigConnectorService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
Any help is greatly appreciated. Thank you