Hi.
When running the example-2vm script, it installs a NAV server, and a SQL server. Without AD domain controller.
Normally I would create AD-Domain with a user account that can be used on service tier and on sql server.
BUT, on the two servers created in azure, it is only created local users!
I em trying to manually add a second NAV Server.
The Local user, used on NAV service is navserver\NSTService.
On The SQL server and in the NAV-Database, the script must give the NAV service access to the database.
And as I can see this is done by adding a local user sqlserver\NSTService, and this is not the account running the service.
How can this nav service get Access to the database?
This two automaticly installed servers, works without any problem!
What am I missing :-k
0
Comments
Take a look at this link https://community.dynamics.com/nav/f/34/p/160925/386207#386207. I think same as your issue.
Regards,
Yukon
I have often come accros that an user accounts needs to access a network share in another domain.The solution was to create same account on both computers with the same password.
Have you checked the cables?
Have you released the filters?
http://www.navfreak.com
Anyway i had to install AD to be able to use Dev.Env. / Classic client in this environment.
Is there anyone who has installed/used Dev.Env without installing ActiveDirectory?
If you run the 2VM Azure script you should have everything setup.
And if you install the dev environment you don't need to have a AD.
We don't have any AD on most of our azure implementations. Instead we are using the trick that I told you about.
But you can also try to connect with the option "Database Server Authentication" but then you need to set up a database user on your SQL and activate "Mixed mode" on the SQL instance.
Have you checked the cables?
Have you released the filters?
http://www.navfreak.com
So i guess you need to set up a NAV-Service for windows client-auth. So where do you have your extra NAV-Service installed? (NAV-Server or SQL-Serer?).
What i tried was to install it on a third server, to avoid to mess up the any of the 2 original servers.
For instance, if we have had added another user to the virtual machine, that user needs to start the dev env. by right-clicking and choose "Run as administrator" to be able to compile tables.
Try and see if that helps.
What is the error you getting when you try to compile tables and other objects?
Have you checked the cables?
Have you released the filters?
http://www.navfreak.com
I have changed the environment so i em not able to test your tip on running as administrator, but anyway thanks :-)
I em trying to find the best way off setting this up on Azure. It was also another reason that i installed AD, and that is that i think you need to add, all develop-users manually in SQL server and other places.
Do you have any pros/cons, using AD or not?