Advanced Installation TopicsAX User Native Impersonation

AX User Native Impersonation

Sana Commerce 8.3
Your provider

Enable/Disable Native Impersonation

Applies to the Microsoft Dynamics AX .NET Business Connector with the custom AX Web services implemented by Sana.

The Microsoft Dynamics AX Web services that are implemented by Sana Commerce support AX user native impersonation.

If you use the three-tier architecture of Microsoft Dynamics AX and Application Object Server (AOS) and Web services are installed on different computers you should enable AX user native impersonation.

Step 1: Open the 'web.config' files of the Sana Commerce backoffice and frontend and locate the <connectionStrings> configuration section.

Step 2: Add NativeImpersonation=true at the end of the AX connection string (do the same in both 'web.config' files):

Example:

<add name="AxWebService" connectionString="EndPointConfigurationName=AX;UserName=UserName;Password=Password;Domain=Domain;NativeImpersonation=true"/>
Advanced Installation TopicsAX User Native Impersonation