How to change manager password on version 9 upwards
On version 9 upwards you cannot change the manager password through SQL anymore. Now you have to do it like this:
-
Run the following query to change B1i user password:
UPDATE OUSR SET PASSWORD=’E362C4E2529C756FE51645701C5D10EF15928E6F’, PASSWORD1=’718F4CC7′, PASSWORD2=’B594EB7D’, Locked=’N’ WHERE USER_CODE=’B1i’
- Logon with B1i user and manager password
- Assign a license to B1i user and change the manager password
Be the first to leave a comment
You must be Logged on to comment or reply to a post.