Opening multiple user ax application

Hi All,

Greetings. How to open multiple user ax application in single system?

(To be more clear) → Consider, I am user named A. I have to open ax application in the name of user B and so on.

Regards,

Kuppusamy S

I don’t think that is possible as ax depends on windows authentication for running the application.

Pranav…

Hi,

You can use ‘Run as’ functionality (right click on AX under programs > select run as) to run AX as different users.

You can also use ‘Run as’ from code which is used in standard AX. This might help - http://msdn.microsoft.com/en-us/library/aa893873.aspx

Hi Pranav,

I am ready to provide credentials if it asks to open the application.

Regards,

Kuppusamy S

Hi Harish,

Is it possible to open by providing credentials in command line interface?

Regards,

Kuppusamy S

Hi,

There is no command.

As I mentioned earlier, right click on the AX program link and select ‘run as’. If you are in doubt, Google for ‘Run as’

You Can Do MSTC For Opening Multiple Ax.

Hi,

U can use the AX32.exe from the command line to open the AX directly.

Thanks,

Vikas Mehta