Friday, January 31, 2014

NAV Errors and solutions

1. Error Message
---------------------------
You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator.

Solution
USE [master]
GO
GRANT VIEW SERVER STATE TO PUBLIC
GO
-------------

2. Error message

The page contains a control add-in that is not permitted. Contact System Administrator

Solution:

NAV 2009 Sp1 comes with addin by default.

Run table from object designer named. Client Add-in 2000000069.

In the table write the following data.

Control Add-in Name: Microsoft.Dynamics.NAV.MicrosoftDynamicsOnlineConnectControl
Public Key Token: 31bf3856ad364e35
Description: Microsoft Dynamics Online Connect control add-in

No comments:

Post a Comment