Friday, August 29, 2014

Resetting System Password in PDK

Forgot your PDK system password?

The system password is stored in the PDK02400 table located in the Dynamics database. It is not recommended to remove or reinsert a record in this table.

Here is a simple update script to reset the system password allowing the user to redefine it.

Note: It is highly recommended that you backup your database before trying out these commands or any other scripts.

Script:

UPDATE DYNAMICS..PDK02400 SET DMYPWDID=1, PASSWORD = 0x00202020202020202020202020202020

Post your comments regarding to this blog.

Regards,
Natarajan S

No comments:

Post a Comment