Update CMC Tridion 2009 SP1 Database to 2011 SP1

When performing a pre-upgrade check for the content manager database from Tridion 2009 SP1 to 2011 SP1, I get the following error in the manager and log files.

Any clues?

<TdmLog DateCreated="2012-04-19T10:20:26" ApplicationVersion="6.1.0.996">
<Event DateTime="2012-04-19T10:20:26" Id="0" Type="1">
    <ErrorCode>0</ErrorCode>
    <Description>Tridion Content Management Database Upgrade Analysis</Description>
    <Source>MainModule.ProcessScripts</Source>
</Event>

DB Update Manager

+3
source share
2 answers

<ErrorCode>0</ErrorCode>assumes everything is okay? I suspect this success message is possibly a double check with customer support.

+1
source

Nuno is right. ErrorCode 0 means no errors, so the preliminary update was successful and no problems were found. If you find a problem detected by checking before upgrading, you will receive an error message and the error code will not be 0.

+6

All Articles