I am using Navision 2016 and NAVUserPasswrod protocol to authenticate clients. However, I lost my admin password and now cannot login as an admin. Any suggestion how can I reset my admin password. I am using MSSQL DB.
@sharma623 You need to go to Users and then navigate to Microsoft Dynamics NAV Password authentication and click on assist edit (triple dot) and then change the password for that user.
I am using Navision 2016 and NAVUserPasswrod protocol to authenticate clients. However, I lost my admin password and now cannot login as an admin. Any suggestion how can I reset my admin password. I am using MSSQL DB.
Contact your partner, they will be able to add you as SUPER user from the SQL Backend. It is a pretty simple process, but not something you want to experiment with your self, and this is why you pay your partner anyway.
Answers
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Contact your partner, they will be able to add you as SUPER user from the SQL Backend. It is a pretty simple process, but not something you want to experiment with your self, and this is why you pay your partner anyway.
If your service is started, and you have admin rights to run Powershell on the NAV server, you can use powershell to add an admin user with SUPER. The PS commands are New-NAVServerUser and New-NAVServerUserPermission set.
https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.management/new-navserveruser?view=businesscentral-ps-18
https://docs.microsoft.com/en-us/powershell/module/microsoft.dynamics.nav.management/new-navserveruserpermissionset?view=businesscentral-ps-18