Welcome to the dBforums forums.

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
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > How to reset sa login password.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-04-08, 01:24
niranjan555 niranjan555 is offline
Registered User
 
Join Date: Aug 2007
Posts: 54
How to reset sa login password.

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?


Regards
Reply With Quote
  #2 (permalink)  
Old 01-04-08, 03:53
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 830
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
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On