I checked in Event Viewer to find this error;
Event ID 8004
General:
Initilization Failed.
Step: Migrating data if necessary
Error: std::runtime_error. Database upgrade failed. Please see KBA 113946
Data: ErrorUnexpected
I ran this in the command prompt;
C:\Program Files\Sophos\Enterprise Console>OSQL -E -S .\SOPHOS -Q "SELECT Name FROM SYSDATABASES" Name
-------------------------------------------------------------------------------
------------------------------------------------- master
tempdb
model
msdb
SOPHOS4
SOPHOS50
SOPHOSPATCH
(7 rows affected)
Followed by this command;
C:\Program Files\Sophos\Enterprise Console>Upgradedb.exe -debug -sourceVersion=4
19.03.2012 18:28:42 ... successfully completed.19.03.2012 18:28:42 Validating parameter values ...19.03.2012 18:28:42 ... successfully completed.19.03.2012 18:28:42 Transferring data to the new database ...19.03.2012 18:28:43 Error: std::exception thrown SP Error: 55 (ErrorDataTransferFailed)19.03.2012 18:28:43 Exit code 5 (Failed to transfer data from the old database.)
But now I am stuck any ideas?
This thread was automatically locked due to age.