From: pnichols <pa...@co...> - 2003-05-06 19:29:47
|
How do I overcome the password problems on Windows 2000 with 1.5 RC1? I hqave tried the following (1) Gone to GSEC typed in gsec -modify sysdba -pw masterkey (2) Try to connect as user sysdba and masterkey call fails. (3) Tried to add a user with gsec -add -user SomeUser -pw somepassword\ The gsec takes both with no errors, but when I try to connect to a database usingt isql, I get the errors that password was not found isql -u someuser -p somepassword isql>CONNECT C:\SomeDatabase Errors come back stating that use rand password are not found/defined. So I go to gsec again gsec <ENTER> gsec> display and the users are shown. Running this on Unix (Linux) poses no problem, so what am I missing on Windows? thanks a million.. |