Hi,
We are facing error while migrating DB components (ISInternal, ISCoreAudit) for Integration Server v. 8.0.1.0 to 8.2.2.0 (non-clustered env.).
#####################################################
$ ./dbConfigurator.sh -a migrate -d oracle -c ISInternal -v latest -l “jdbc:wm:oracle://xxxx:1521;serviceName=orcl” -u dbuser -p dbpass
- Executing action
- Action : migrate
- Database : Oracle
- Component : ISInternal
- To version : latest
- URL : jdbc:wm:oracle://xxxx:1521;serviceName=orcl
- User : dbuser
- create Database Component: ComponentTracker CTR
- Versions
- Version: oracle 25
-
Scripts create
-
Script(1): /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/25/create/ora_ctr_c_ddl.sql
-
Script(2): /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/migrate/20_to_25/ora_ctr_m_20_to_25.sql
-
Script(3): /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/25/create/ora_ctr_c_ddl_view.sql
-
Script(4): /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/migrate/10_to_20/ora_ctr_m_10_to_20.sql
-
Script(5): /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/migrate/20_to_25/ora_ctr_m_ccs_set_component_version.sql
-
Executing script : /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/25/create/ora_ctr_c_ddl.sql
-
Executing script : /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/migrate/20_to_25/ora_ctr_m_20_to_25.sql
-
Executing script : /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/25/create/ora_ctr_c_ddl_view.sql
-
Executing script : /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/migrate/10_to_20/ora_ctr_m_10_to_20.sql
-
Executing script : /app/webMethods80_IS/common/db/scripts/oracle/componenttracker/migrate/20_to_25/ora_ctr_m_ccs_set_component_version.sql
Summary of installation errors
“ISInternal” is not installed. Please install the component using create action
Database component configurator summary
Date : Thu May 02 05:28:13 BST 2013
Database : Oracle
User : dbuser
Action : migrate
Action : migrate
#####################################################
When we tried to install it, then we are getting error like “CDC ERROR [sag-cjdbc42-0011][Oracle JDBC Driver][Oracle]ORA-00955: name is already used by an existing object” . See below:
Summary of installation errors
Error in executing file /app/webMethods80_IS/common/db/scripts/oracle/isinternal/40/create/ora_isi_c_ddl.sql
SQL error [sag-cjdbc42-0011][Oracle JDBC Driver][Oracle]ORA-00955: name is already used by an existing object
Database component configurator summary
Date : Thu May 02 05:29:28 BST 2013
Database : Oracle
User : dbuser
Action : create
Following components could not be installed:
ISInternal 40
###############################################################
As a result, I am not able to view scheduler information in Integration server and getting below error in server.log:
[sag-cjdbc42-0011][Oracle JDBC Driver][Oracle]ORA-00904: “INTERNALTASK”: invalid identifier
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
I have followed complete process as described in SAG upgarde guide 8-2-SP1_webMethods_Upgrade_Guide.
Kindly advise on this.
#webMethods-General#webMethods-Upgrade#Integration-Server-and-ESB#webMethods