You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact support.
If you prefer not to see double-underlined words and corresponding ads, place your cursor
May be this thread is duplicated.
I searched on this forum about reset of sa login password.
but i dont find solution for it.
I forgot my sa login password. I searched on the net and used -psa option in run server file. it is mentioned that the new password will be displayed in the error log file. i checked the file but i dont find any password of it
I can use dataserver utility and recreate the master device so that sa passwotd will be null.
is there any other way to reset the sa login password.
How -psa option will be run?
where is the new password will be displayed?
No it does not print to the log, only to the screen.
To capture it into a file you need to redirect output to a file
e.g.
startserver -f RUN_pd_p >/tmp/RUN_pd_p.log 2>&1
grep 'password for sa' /tmp/RUN_pd_p.log