This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SQL not supported - update from Ent Console 3.1.0.2476 to 4.5

Hi,

I am attempting to upgrade Enterprise Console from 3.1.0.2476 to 4.5. I have visied http://sophos.com/support./upgrades, downloaded the advisor and it tells me

Warning SQL server compatibility,The SQL server used is no longer supported. The upgrade will involve upgrading the SQL server.

So, I upgraded to SQLExpress 2008R2, re-ran the advisor and got the same message.

Any ideas?

Regards

Scott

:5913


This thread was automatically locked due to age.
Parents
  • Hello Scott,

    are you running SEC3.1 with the upgraded SQL server? Please check the version manually.

    sqlcmd -E -S <server\instance> -W -Q "SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')"
    where <server\instance> should be taken from the registry value DatabaseConnectionMS under HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\EE\Management Tools\ (Data Source=..., and Initial Catalog= should be SOPHOS3 in your case).

    Christian

    :5921
Reply
  • Hello Scott,

    are you running SEC3.1 with the upgraded SQL server? Please check the version manually.

    sqlcmd -E -S <server\instance> -W -Q "SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')"
    where <server\instance> should be taken from the registry value DatabaseConnectionMS under HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\EE\Management Tools\ (Data Source=..., and Initial Catalog= should be SOPHOS3 in your case).

    Christian

    :5921
Children
No Data