Just attempted to upgrade to Management console version 5.2 from 5.0
Installation appeared to go perfectly. Followed upgrade guide to the letter.
However, the management service now refuses to start.
A little investigation into the event logs shows.....
Sophos Managements Service :
Initialization failed.
Step: Migrating data if necessaryError: std::runtime_error. Database upgrade failed. Please see KBA 113946.Data: ErrorUnexpected
It would appear the database has not been upgraded.
After more diggings I've checked the database instances using :
sqlcmd -E -S .\sophos -Q "select name from sysdatabases"
This returns all databases including SOPHOS45, SOPHOS50 (current version) and SOPHOS52
More digging I have tried to update the database manually....
upgradedb.exe -debug -sourceVersion=50
returns.....
03.06.2013 10:45:55 Parsing command-line qualifiers ... successfully completed.
03.06.2013 10:45:55 Validating parameter values ...
03.06.2013 10:45:55 ... successfully completed.
03.06.2013 10:45:55 Transferring data to the new database ...
03.06.2013 10:46:01 Error: std::exception thrown SP Error: 55 (ErrorDataTransfe
rFailed)
03.06.2013 10:46:01 Exit code 5 (Failed to transfer data from the old database.)
Help please. Thanks in advance.
This thread was automatically locked due to age.