Hi
I have successfully installed and configured nav 2009 SP1 SQL classic client connected to SQL Server 2012, and I created a blank database. Then I restored a backup (the backup is from an untouched Nav database including the demo tenant).
Is there anything I need to configure on SQL Server or Nav SQL classic client level before I create user accounts?
In addition (to enable the object change listener) I changed the owner on SQL Server level in Security\Schemas of $ndo$navlistener to domain\user (this user will have the role-ID Super in Nav).
Then I run this query:
ALTER DATABASE DatabaseName SET ENABLE_BROKER;
GRANT CREATE PROCEDURE TO [DOMAIN\user];
GRANT CREATE QUEUE TO [DOMAIN\user];
GRANT CREATE SERVICE TO [DOMAIN\user];
GRANT VIEW DEFINITION TO [DOMAIN\user];
GRANT SUBSCRIBE QUERY NOTIFICATIONS TO [DOMAIN\user];
GRANT RECEIVE ON QueryNotificationErrorsQueue TO [DOMAIN\user];
Now I will upload my own Nav license file to the SQL Server and add user accounts.
I only have the documentation files on the Nav 2009 SP1 DVD. The topics concerning installation Nav with SQL Server are rather fragmented. And I am not sure, which points are important for my small environment: My SQL Server 2012 is separated and there are a few clients which will connect to the database. I have chosen the SQL Server (and not the standard database) because I feel more comfortable if the infrastructure grows.
One of the next step seems to be to connect with role tailored client
Is there anything important before?
Tell me, if you have not enough information.
These are kind of “step-by-step” guidelines to implement several NAV scenarios.
Also, make sure you have installed the required “Extended Stored Procedures” xp_ndo_enumusersids and xp_ndo_enumusergroups!
With NAV 2009 SP1 you’ll also need Traceflag 4616 fired up!