6/17/2025 6:28:49 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
| |
|
Re: Reset admin password on 6.1
Posted: 11 Aug 06 10:45 AM
|
fiogf49gjkf0d Hi Oscar,
This should work, must be the way you are doing it, the script below will set the password to blank;
update usersecurity set userpw = '62c3a78ae34a2b0f62' where userid = 'ADMIN'
This works on any SLX DB version, best practice is to login to Query Analyser as the sysdba user select your SLX db and then run this script.
Regards Duncan |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|