Hi all,
I had a working AXAPTA .NET Windows Service using the BusinessConnector.dll. At that time, the AOS 4.0 server is running on a Win2k8 server listening on port 2713.
Yesterday an upgrade took place and a new Windows Server 2012 took over. AOS is now configured to run on the new server, listening on 2712 instead.
I then changed the Axapta.LogonAs() objectServer parameter to the new server and port i.e. "192.168.ABC.XYZ:2712".
When I tried to connect it again, it throws BusinessConnectorException: Failed to establiosh connection.
I did not configure the AOS, and also not familiar with exception causes. Can anyone kindly share where to look for troubleshooting this exception?
Thank you.