Page 1 of 1

where are username and password stored internally?

Posted: Tue Dec 14, 2004 10:11 pm
by Pavan_Yelugula
Hi All
where are the username and password stored internally. we want to change the user name and password for our DataStage server

1st solution: re-install Data Stage with our new username and password
2nd solution: if we can find out where that file which stores the username and password internally.we can go change the old ones with the new ones

Will the second way work?

it would be really helpful if you can tell me the exact path of the username and password file

Thanks and Regards
Pavan

Posted: Tue Dec 14, 2004 10:27 pm
by ray.wurlod
User name and password are not stored by DataStage on UNIX; it relies wholly upon operating system authentication.

If you uninstall DataStage then re-install you will be safer than simply re-installing. Make sure you've exported any projects, so that you can re-import them afterwards. A small amount of other files, such as .odbc.ini and uvodbc.config and the hashed file SDKSequences, will need to be preserved too. And you may need to re-create any other hashed files that were created in project directories (in "accounts").

Posted: Thu Dec 16, 2004 6:50 pm
by roy
Hi,
simply use the OS mechanism for password changes (sould be passwd or psswd)
and your good to go.
at least it gave me no problems on true 64.

IHTH,