Create a configuration for .NET Business Connector

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

.NET Business Connector is a component of the development environment for Microsoft Dynamics AX. You use .NET Business Connector to build software applications that can be integrated with Microsoft Dynamics AX. You can think of .NET Business Connector as a Microsoft Dynamics AX client that does not have a user interface. In other words, .NET Business Connector is non-interactive. You can use .NET Business Connector to access the same X++ code, business logic, and security model that are available to the Microsoft Dynamics AX client. .NET Business Connector contains a kernel that is used to interpret and run code, and it provides a run-time environment for interaction with elements in the Application Object Tree (AOT). For more information about .NET Business Connector, see the .NET Business Connector developer documentation on MSDN.

Create a configuration for an instance of .NET Business Connector

To modify the configuration options for an instance of .NET Business Connector, you must be a member of the Administrators group on the local computer. You cannot modify the original configuration of a system. To change a configuration, you must create and modify a new configuration. By default, changes that are made to configurations are stored in the registry for each user.

Note

You can install an instance of .NET Business Connector and the Microsoft Dynamics AX client on the same computer. However, in this case, the configuration settings for the client are used for both components if .NET Business Connector runs under the account that is currently logged in. If you want to run an instance of .NET Business Connector and the Microsoft Dynamics AX client on the same computer, we recommend that you specify a unique domain account for .NET Business Connector. For more information, see Configure system accounts.

  1. Open the Microsoft Dynamics AX 2012 Configuration utility. Click Start, click Administrative Tools, and then click Microsoft Dynamics AX 2012 Configuration.

  2. In the Configuration Target list, click Business Connector (non-interactive use only).

  3. Click Manage, and then click Create configuration.

  4. In the Create configuration dialog box, in the Name box, type a name.

  5. You can copy settings from either the active configuration or the original configuration. The original configuration is the default configuration. Select the configuration that you want to copy settings from, and then click OK.

    Note

    You cannot delete or rename the original configuration. You can only rename or delete configurations that you create.

For more information about the fields and options in the Microsoft Dynamics AX 2012 Configuration utility, press F1 to view Help content for this tool on Microsoft TechNet.

See also

Manage a client configuration