Hey everyone,
Recently, AX was migrated onto a new server with a different address. I’m getting the following error messages after I open AX SSRS reports in VS. These errors still contain the old AX server address. Does anyone know where it has to be updated?
======================
Error 3 Could not connect to net.tcp://server1:8201/DynamicsAx/Services/UserSessionService. The connection attempt lasted for a time span of 00:00:01.0046644. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.11.111:8201. C:\Program Files (x86)\MSBuild\Microsoft\DynamicsTools\Microsoft.Dynamics.Framework.Design.Reporting.Modeling.targets 103 6 Invoices
Error 4 The “GenerateRdlTask” task failed unexpectedly.
Microsoft.Dynamics.AX.Framework.Services.Client.UserSessionServiceException: Could not connect to net.tcp://server1:8201/DynamicsAx/Services/UserSessionService. The connection attempt lasted for a time span of 00:00:01.0046644. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.11.111:8201. —> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://axapp01:8201/DynamicsAx/Services/UserSessionService. The connection attempt lasted for a time span of 00:00:01.0046644. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.11.111:8201. —> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.11.111:8201
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
— End of inner exception stack trace —
Server stack trace:
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
Thanks