Hi All,
I have successfully installed NAV 2013 R2 with web client.
After i created a one New DataBase and restored from the installation folder(Demo Database NAV (7-1)).
Service also started But i try to connect a new instance then getting Error Message like this,
Microsoft Dynamics NAV
The Microsoft Dynamics NAV server is currently not ready to serve requests. Try again later or contact your system administrator.
OK
if anything i am wrong please guide me to resolve this problem. ](*,)
Regards,
Muthusubramaian.M
0
Answers
Thanks
Mark
In SQL Management, go to Security - Logins - find the login used by the NAV Server (e.g. Network Service) - Properties - User Mapping - find the new database and select db_owner in the "Database role membership".
Kind regards,
DMC
The account from the service had all needed permissions, also db_owner.
Then I changed the option "Prevent data loss from table changes" from "Yes" to "No" (Development Environment: <Tools> <Options>) and clicked "OK".
After that everything worked as expected.
Regards,
Baba Guru.
I was looking for solution to the same problem and I found this topic. I found another (I think) reason.
During my remote instalation at the customer's server I encountered the same problem. I tried various solutions, like Firewall rules on ports, diferent Microsoft Dynamics NAV Server configuration, even Baba Guru solution didn't help. Every time during connection Client showed the same error. I found that after this Microsoft Dynamics NAV Server was stopped. When I checked Event Log I found something like this:
DynamicsNAV71 The service has removed service principal names from Active Directory. Account: xxx \ $ xxx service principal names: DynamicsNAV/xxx: 7045 DynamicsNAV/xxxx.local: 7045
Then I tried change loggin method used by service from Network service to current user. It helped. I don't know, what was the reason, but I guess some rule of AD.
I had "Demo Database NAV (7-1)" as database name in instance settings. While I was restoring a DB with the name "Demo Database NAV (6-0)" in Management Studio.
=D> =D> =D> =D> =D> =D>
Changing the "Database Name" field in instance settings within Dynamics NAV Server console fixed the issue.
StackTrace:
at Microsoft.Dynamics.Nav.Runtime.NavTenantCollection.WaitForConfigurationCompleted()
at Microsoft.Dynamics.Nav.Runtime.NavTenantCollection.TryGetTenantById(String tenantId, NavTenant& tenant, Boolean includeSystemTenant, Boolean includeFailed)
at Microsoft.Dynamics.Nav.Runtime.NavTaskScheduler.CreateTaskRunInfo(TaskScheduleInfo schedule)
at Microsoft.Dynamics.Nav.Runtime.NavTaskScheduler.RunScheduler()