Problem:
In the execution of autoconfig in the patch file system. we faced the following error.
[SETUP PHASE] AutoConfig could not successfully execute the following scripts:Directory: /u01/apps/fs2/inst/apps/TEST_TESTEBSSYS01/admin/install
adgendbc.sh INSTE8_SETUP 1
AutoConfig is exiting with status 1
Cause :
Unique constraint error (00001) is OK if key already exists
Creating the DBC file…
java.sql.SQLException: No suitable driver found for
Database connection to failed
ADD call failed with exit code 1
Updating Server Security Authentication
java.sql.SQLRecoverableException: IO Error: Invalid number format for port number
Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
Updating Server Security Authentication failed with exit code 1
Restoring DBC file from backed up location /u01/apps/fs2/inst/apps/TEST_TESTEBSSYS01/appltmp/TXK/TEST_Mon_Oct_04_01_20_2021.dbc
adgendbc.sh ended at Mon Oct 4 01:20:03 EDT 2021
adgendbc.sh exiting with status 1
ERRORCODE = 1 ERRORCODE_END
.end std out.
Solution :
To resolve the issue, execute the following steps:
Change the following parameter to TRUE on source instance before performing a clone
s_jdbc_connect_descriptor_generation
or
1. Set the parameter to TRUE on the Target instance
2. Run autoconfig for the affected parameters to reference Target instance
3. Re-test issue
After the above fix autoconfig completed without issue.
Thanks for reading.