vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| References: <749d8fdfb5e4bbd8af4064aea65509b1@localhost.talkab outdatabases.com> In-Reply-To: <749d8fdfb5e4bbd8af4064aea65509b1@localhost.talkab outdatabases.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Lines: 19 Message-ID: <43fb0342$0$13157$e4fe514c@dreader20.news.xs4all.n l> NNTP-Posting-Host: 212.136.106.126 X-Trace: 1140523843 dreader20.news.xs4all.nl 13157 freakie/212.136.106.126:36783 Xref: number1.nntp.dca.giganews.com comp.databases.sybase:90381 abhaybhasin wrote: > Hi all > > I have a server running on a unix box to which the sa login has been > locked and password forgotten.The box also has a replication server on > it.I have tried trace flag 4044 but it has'nt worked.If anybody has an > idea as to how to unlock the account and change the password,then please > do reply ASAP. you can directly contact me on the email address. > > > If you have a login with sso privs you can unlock the account with sp_locklogin and reset the password with sp_password, Otherwise modify the RUN file and add -usa to ulock the login and -psa to generate a new password. http://manuals.sybase.com/onlinebook...;pt=12549;uf=0 |