Skip to main content

NAV 2015, “How-to” solve “You are not authorized to sign in..” error

NAV 2015, “How-to” solve “You are not authorized to sign in..” error


you are not aut
How to login in “any database”
Follow this and you can login in any database (delete ALL existing configuration and can login)
Source Waldo Blog  http://dynamicsuser.net/blogs/waldo/archive/2012/12/05/nav-2013-how-to-log-in-any-database.aspx
By SQL Script > Grant SUPER to Role ID in Access control table
There are 2 ways for your case, run SQL script on your database:
1. Come back to no user as before you create the user:
DELETE [Access Control]
DELETE [User]
2. Set all users as SUPER users:
UPDATE [Access Control] SET [Role ID] = ‘SUPER’
Source https://community.dynamics.com/nav/f/34/p/166672/408485#408485
by “PowerShell”, nice RESCUE Solution
1. Start the NAV 2015 Administration Shell or Powershell ISE
2. Execute the command:
  1. NewNAVServerUser ServerInstance YOURINSTANCENAME WindowsAccount YOURUSERACCOUNT
(of course replace the ‘YOUR…’ with your data :D  ; probably YOURINSTANVCE should be: DynamicsNAV80 )
3. Execute the command:
  1. NewNAVServerUserPermissionSet ServerInstance YOURINSTANCENAME WindowsAccount YOURUSERACCOUNT PermissionSetID SUPER
Source https://community.dynamics.com/nav/f/34/p/166672/408485#408485
NAV MSDN Bible
You can find info on assigning permissions here: https://msdn.microsoft.com/en-us/library/dd338839(v=nav.80).aspx
And also general info on creating users here: https://msdn.microsoft.com/en-us/library/dd355093(v=nav.80).aspx
Source https://community.dynamics.com/nav/f/34/p/166672/408485#408485
Have Fun

Comments

Popular posts from this blog

Quick Fix Visual Studio displaying NAV Report Layout as XML

I got this issue with Visual Studio 2015 Enterprise Edition.  Every time I open a Dynamics NAV report layout in Visual Studio, RDLC is rendered as XML file instead of visual layout with all the fields and tool boxes.  How the report layout looks:  FIX : In order to fix the issue you need to install  "Microsoft SQL Server Data Tools" .  To install "Microsoft SQL Server Data Tools" you need to go to  Control Panel   ->  Programs and Features  - >  Microsoft Visual Studio <Edition>  -> Change Or you can re run the installation setup.  From the features list, enable "Microsoft SQL Server Data Tools" option and proceed.  Once the installation is completed you are good to go. This time report layout will open in correct design layout.  Hope this helps you to resolve the issue. happy designing.  Please provide your feedback with a comment.  Thank you and Regards, +256775120005 Kairo Okello Dan ERP Solutions Consultant

The Difference Between Microsoft Dynamics NAV and AX

The Difference Between Microsoft Dynamics NAV and AX Microsoft Dynamics offers a variety of ERP solutions. You might say there is a solution for every purpose and every industry. Two of the offerings,  Dynamics NAV  and  Dynamics AX (now part of  Dynamics 365 ) share some of the same features so you might wonder: ‘what are the differences and which is right for my organization?’ Both ERP solutions are highly customizable, available in and adaptable to many languages and currencies used around the world. The two solutions can also be employed in a central location or across diverse satellite locations and are designed to grow as a business grows. Their industry-specific functionality can assure compliance with local and regional requirements. In short, both solutions could rightly be described as comprehensive and well equipped to manage complex requirements of supply chain and inventory. So, what is the difference? Is one better than the other for your particular organiz

How to install a Microsoft Dynamics NAV cumulative update

How to install a Microsoft Dynamics NAV 2018 cumulative update Introduction This article describes how to install a cumulative update for Microsoft Dynamics NAV 2018. You have to recompile all objects after you install a cumulative update. A cumulative update is a cumulative set of files that includes all hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2018. A cumulative update includes files that are separated into the following folders: APPLICATION DVD See  Upgrading the Data to Microsoft Dynamics NAV 2018  for details. How to install the cumulative update files APPLICATION The APPLICATION folder includes the following files: AccumulatedChangeLog.<Locale>.<Build No.>.txt Changelog.<Locale>.<Build No.>.txt CUObjects.<Locale>.<Build No.>.fob Objects.<Locale>.Objects.<Locale>.<Build No.>.txt To install the application files, follow these