Tuesday, 6 November 2018

After cloning,FNDCPASS hangs when changing SYSADMIN password - log file says Working...

Note:This solution applied on clone environment


Error in log file:
############################################################################

devapp:UAT-APP:[/home/applmgr]$ cat L2355305.log
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.1

Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.

FNDCPASS:
+---------------------------------------------------------------------------+

Current system time is 05-NOV-2018 23:18:24

+---------------------------------------------------------------------------+

Arguments

   FNDCPASS system/***** USER SYSADMIN *****
+----------------------------------------------------------------------------+
Working...


Solution
###############################################################################
1.Shutdown application
2.Shutdown database
3.Start database
4.Run autoconfig on DbTier
5.Run autoconfig on AppsTier
6.Start Application
7.Changed sysadmin password successfully

Command:

FNDCPASS apps/<pwd> 0 Y system/<pwd> USER SYSADMIN <new pwd>

Log file:
################################################################################
devapp:UAT-APP:[/home/applmgr]$cat L2365260.log
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.1

Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.

FNDCPASS:
+---------------------------------------------------------------------------+

Current system time is 06-NOV-2018 01:55:24

+---------------------------------------------------------------------------+

Arguments

   FNDCPASS system/***** USER SYSADMIN *****
+----------------------------------------------------------------------------+
Working...
Password is changed successfully for user SYSADMIN.
FNDCPASS completed successfully.

+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 06-NOV-2018 01:55:29

+---------------------------------------------------------------------------+

No comments:

Post a Comment