Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / gp2themax / gptip42day - Resetting the ...

gptip42day - Resetting the GP system password

Frank Hamelly | MVP, MCP, CSA Profile Picture Frank Hamelly | MVP... 46,532 Super User 2025 Season 1

Occasionally, the GP system password is forgotten or lost.  This password is required to make changes at the system level, such as adding a new user, changing user security, etc.  Here's how to recover when this happens.

1.  In SQL Management Studio, run this script to remove the existing password -

           UPDATE DYNAMICS.SY02400
           SET PASSWORD = 0x0202020202020202020202020202020
 
2.  In GP, reset the system password.
 
Tools>Setup>System Password
 

* click image to enlarge

Now, store the password in a safe, accessable place!!


This was originally posted here.

Comments

*This post is locked for comments