-1

I'm trying to install the .NET Business Connector for Dynamics AX 2012 R3 but during the installation I get an error message indicating that the AOS cannot be reached. The server mentioned in the error message does not exist.

How can I tell the setup it should use a different server?

Alex
  • 23,004
  • 4
  • 39
  • 73
Kempeth
  • 1,856
  • 2
  • 22
  • 37

2 Answers2

1

The answer turned out to be: The registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dynamics\6.0\Configuration\Original (installed configuration)

Value "aos2"

I've changed that to the correct value and now everything works.

Kempeth
  • 1,856
  • 2
  • 22
  • 37
0

From the TechNet page Install the .NET Business Connector AX 2012

  1. On the Connect to an AOS instance page, enter the name of the computer that runs the instance of Application Object Server (AOS) that you want to connect to. You can optionally specify the name of the AOS instance, the TCP/IP port number, and the WSDL port for services. Click Next.
FH-Inway
  • 4,432
  • 1
  • 20
  • 37
  • The note below that text in TechNet explains that: "If you entered information about the AOS connection for other Microsoft Dynamics AX components that are installed on this computer, this page is not displayed. Subsequent installations on the same computer reuse the existing AOS connection." – FH-Inway Apr 13 '17 at 11:53