FNDCPASS error in R12 - Error in password verification for APPS
-bash-4.4$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS welcome1
Log filename : L3965032.log
Report filename : O3965032.out
-bash-4.4$ cat L3965032.log
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.2
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
FNDCPASS:
+---------------------------------------------------------------------------+
Current system time is 18-SEP-2019 16:02:00
+---------------------------------------------------------------------------+
Arguments
FNDCPASS system/***** SYSTEM APPLSYS *****
+----------------------------------------------------------------------------+
Working...
Error in password verification for APPS
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 18-SEP-2019 16:02:01
+---------------------------------------------------------------------------+
SOLUTION
SQL> show parameter case
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
sec_case_sensitive_logon boolean TRUE
SQL> alter system set sec_case_sensitive_logon=FALSE;
System altered.
-bash-4.4$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS welcome1
Log filename : L3965033.log
Report filename : O3965033.out
-bash-4.4$ cat L3965033.log
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.2
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
FNDCPASS:
+---------------------------------------------------------------------------+
Current system time is 18-SEP-2019 16:04:42
+---------------------------------------------------------------------------+
Arguments
FNDCPASS system/***** SYSTEM APPLSYS *****
+----------------------------------------------------------------------------+
Working...
FNDCPASS completed successfully.
+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 18-SEP-2019 16:06:40
+---------------------------------------------------------------------------+
-bash-4.4$
-bash-4.4$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS welcome1
Log filename : L3965032.log
Report filename : O3965032.out
-bash-4.4$ cat L3965032.log
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.2
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
FNDCPASS:
+---------------------------------------------------------------------------+
Current system time is 18-SEP-2019 16:02:00
+---------------------------------------------------------------------------+
Arguments
FNDCPASS system/***** SYSTEM APPLSYS *****
+----------------------------------------------------------------------------+
Working...
Error in password verification for APPS
+---------------------------------------------------------------------------+
Concurrent request completed
Current system time is 18-SEP-2019 16:02:01
+---------------------------------------------------------------------------+
SOLUTION
SQL> show parameter case
NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
sec_case_sensitive_logon boolean TRUE
SQL> alter system set sec_case_sensitive_logon=FALSE;
System altered.
-bash-4.4$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS welcome1
Log filename : L3965033.log
Report filename : O3965033.out
-bash-4.4$ cat L3965033.log
+---------------------------------------------------------------------------+
Application Object Library: Version : 12.2
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
FNDCPASS:
+---------------------------------------------------------------------------+
Current system time is 18-SEP-2019 16:04:42
+---------------------------------------------------------------------------+
Arguments
FNDCPASS system/***** SYSTEM APPLSYS *****
+----------------------------------------------------------------------------+
Working...
FNDCPASS completed successfully.
+---------------------------------------------------------------------------+
Concurrent request completed successfully
Current system time is 18-SEP-2019 16:06:40
+---------------------------------------------------------------------------+
-bash-4.4$