Hi All,
Looking for help on below error.
Getting this while running updatedb.sh for upgrading 7613 DB to MAS9.
6 ms create sequence eauditseq as bigint no cycle no maxvalue start with 28803238 increment by 1
;
// Success.
com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'a_longdescription'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:261)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1752)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:946)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:840)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7739)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4384)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeQuery(SQLServerStatement.java:762)
at com.ibm.tivoli.maximo.dbmanage.connection.LoggingStatement.executeQuery(LoggingStatement.java:279)
at psdi.configure.Util.createOneSqlServerSequences(Util.java:18850)
at psdi.configure.Util.createSqlServerSequences(Util.java:18534)
at psdi.tools.UpdateDB.createSQLServerSequence(UpdateDB.java:287)
at psdi.tools.UpdateDB.main(UpdateDB.java:3684)
bash-4.4$
******************************
I have checked below things.
maxattribute, maxattributecfg, maxtable, maxobject, maxobjectcfg - table dont exist.
logndescription - audit is not on.
maxsequence - there was one entry related to A_LONGDESCRIPTION. Deleted the same, but error still exists.
maxrelationship - no entry related to A_longdescription table.
Could someone please advise on this?
------------------------------
Ritesh Ranjan
------------------------------