11-16-2011 07:11 AM - edited 03-01-2019 02:30 PM
Hi,
We have collection manager 3.7 upgraded from 3.6.
It complains:
2011-11-16 15:13:48,327 [main] WARN com.cisco.scmscm.db.DbInserter.RPT_SUR - initTypesArray - expected 16 columns in RPT_SUR, but found 15 - perhaps this table was created for a different SCE application release?
How can I update the table to handle the expected 16 column?
Thank you.
Solved! Go to Solution.
11-19-2011 01:36 AM
Hi Stefan,
Seems the WARN messages show up due to a change which is integrated from 3.6.5.
For me it is a cosmetic and as far as I checked the log4j(logging feature) functions well
for those adapters even with the warning.
So you can ignore it.
Thanks!
Tomo
11-17-2011 07:49 AM
Hi Stefan,
Indeed a column has been added to PRT_SUR table from 3.7.0 based on the release note.
But it should be properly updated during the upgrading if you run install-cm.sh with "-o" option.
Can you try the upgrade procedure described in below again?
If it still doesn't work, please share the following information for further troubleshooting.
+ Console logging during the upgrade
+ CM support file
Thanks!
Tomo
11-18-2011 12:33 AM
Hi Tomo,
thank you for pointing me to the right direction. After issuing:
~/cm/bin/cm invoke com.cisco.scmscm.adapters.jdbc.JDBCAdapter -updateDbObjects
~/cm/bin/cm invoke com.cisco.scmscm.adapters.jdbc.JDBCAdapter -upgradeSPAMTable
~/cm/bin/cm invoke com.cisco.scmscm.adapters.jdbc.JDBCAdapter -upgradeSURTable
~/cm/bin/cm invoke com.cisco.scmscm.adapters.jdbc.JDBCAdapter -upgradeLURTable
the db object were created.
Let me please ask one more question...when CM starts I get some warnings to the cm.log:
2011-11-18 09:23:26,672 [Thread-5] WARN com.cisco.scmscm.util.StreamGobbler - com.cisco.scmscm.adapters.CSVAdapter :STDERR>log4j:ERROR Could not connect to remote log4j server at [localhost]. We will try again later.
2011-11-18 09:23:31,639 [Thread-3] WARN com.cisco.scmscm.util.StreamGobbler - com.cisco.scmscm.adapters.topper.TAAdapter :STDERR>log4j:ERROR Could not connect to remote log4j server at [localhost]. We will try again later.
2011-11-18 09:23:33,422 [Thread-7] WARN com.cisco.scmscm.util.StreamGobbler - com.cisco.scmscm.adapters.jdbc.JDBCAdapter :STDERR>log4j:ERROR Could not connect to remote log4j server at [localhost]. We will try again later.
How can I verify/resolve this please?
Thank you.
11-19-2011 01:36 AM
Hi Stefan,
Seems the WARN messages show up due to a change which is integrated from 3.6.5.
For me it is a cosmetic and as far as I checked the log4j(logging feature) functions well
for those adapters even with the warning.
So you can ignore it.
Thanks!
Tomo
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide