Services & Training
Post Upgrade checks | Post v2008 Upgrade Checks |
|
|
|
|
After your upgrade from 2006 SP2 to v2008 you will receive a message asking if you would like to look at your upgrade logs. It is ESSENTIAL that you check all logs for errors. Failure to do this could result in database issues occurring in the future and, potentially, the only resolution to this issue could be a reconversion of your 2006 SP2 data. We have compiled a list of acceptable errors, if these errors show in your logs they can be safely ignored. If ANY OTHER ERRORS are shown you will need to send your upgrade logs to IdeaGen for investigation. To manually find the logs after the upgrade you will need to look in your \IdeaGen\WBPro\Atlas Server\Temp folder:
If thefiles size of a particular log is 0kb then you do not need to check this file. For all other logs:
Acceptable errors:
SET AUTODDL OFF;
Reason: This usually only applies to the function COPY_CHECKLIST and can be ignored as it does not cause the rest of the upgrade to fail.
DROP TABLE <TABLENAME>; Reason: This error occurs when a table is no longer needed in Workbench as is required to be dropped. Some tables will not exist in a database as they have been (successfully) dropped in a previous upgrade, therefore this error can be ignored.
insert into <TABLE_NAME> (<IDFIELD_NAME>,<OTHER_FIELDS>) values (0, <OTHER_FIELD_VALUES>);
ISC ERROR CODE:335544665 Reason: Workbench databases use a “zero” based record in most tables so that foreign keys can be used successfully between tables. These zero-based records are inserted by upgrade scripts, and sometimes on more than one occasion, and therefore subsequent attempts to insert this record fail. This error can be ignored ONLY WHEN IT APPLIES TO INSERTING THE ZERO-BASED RECORD. All other errors resulting from inserting records into tables must be investigated by IdeaGen.
DROP PROCEDURE DISTINCTCOURSEPERSONNELRPT; **** Script Error **** ISC ERROR CODE:335544351 ISC ERROR MESSAGE: unsuccessful metadata update Procedure DISTINCTCOURSEPERSONNELRPT not found
|
|
|