Saturday, January 30, 2010

Changing SYSADMIN default password

Hi All,

This article is about "Reset of SYSADMIN password".

Steps:
1. Keep all the services running.
Do not shutdown appsTier Or dbTier application

2. Login to OS level via applmgr manager user
Login to application server via Operating System User.

3. Run environment scripts
a. cd $APPL_TOP
run APPLORA.env
$ . ./APPLORA.env

b. cd admin (folder)
run adovars.env
$. ./adovars.env

c. cd $FND_TOP/bin (folder)
run FNDCPASS to change the SYSADMIN password
(IMPORTANT: Change ONLY the SYSADMIN password)

eg:
FNDCPASS apps/apps 0 Y system/manager USER SYSADMIN {new password}

4. Restart the Apache,Forms,Reports, Listener & Concurrent Manager services
In short: Restart the dbTier Or appsTier services.

5. To test, login into the application as the SYSADMIN user and the new password.

6. Verify that a concurrent program such as Active Users runs.
eg: Login to application user and run the any concurrent reports.

Thanks

No comments: