Hello,
I accidently deprived myself from all authorisation when i was checking users authorisations (nav 2017), i can't even ran an object now. Please help thanks.
here's an example of an error that shows when i run an object :
***You do not have permission: Tools, Object Builder***
*This post is locked for comments
Just use the second command I’ve showed to you before and create the user permission you want for accessing NAV (for example SUPER). So:
New-NAVServerUserPermissionSet -PermissionSetId SUPER -ServerInstance <<Service Name>> -WindowsAccount "Domain\USerName"
Thank you very much, Problem Sloved!
Hi,
Instead of creating a new user, how can i reset my user profile as a superuser using powershell?
thank you
Can you login as an admin and insert the roles to your user account?
If not, you can use Powershell:
#Add User -
New-NAVServerUser -ServerInstance <<Service Name>> -WindowsAccount <<Domain\USerName>> -LicenseType Full -State Enabled
#Add User Permission -
New-NAVServerUserPermissionSet -PermissionSetId SUPER -ServerInstance <<Service Name>> -WindowsAccount "Domain\USerName"
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156