Showing posts with label Changing SYSADMIN default password. Show all posts
Showing posts with label Changing SYSADMIN default password. Show all posts

Wednesday, December 15, 2010

Changing SYSADMIN default password

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 application2. Login to OS level via applmgr manager userLogin to application server via Operating System User.3. Run environment scriptsa. cd $APPL_TOPrun APPLORA.env$ . ./APPLORA.envb. cd admin (folder)run adovars.env$. ./adovars.envc. 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 servicesIn 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.