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

changing SQL instance for Enterprise console

I am moving my sophos database using the import and export wizard form Sql 2000 to sql 2008 r2.

If I change the regisrty value "DatabasConnectMS"  data source to the new instance  that was created. Will this cause any bad effacts to the enerpise console. Once I move to database I will be upgrading my EC form 5.0 to 5.1

Note sql server is on a different machine.

:35021


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

    These look to be unrelated messages, I've never seen the management service crash like that but it would be worth sorting the database computer out first as there is a chance it might be related.

    Firstly, I'm not sure if -S .\  is addressing the instance correctly.  If it's a no-named instance, you should be able to specify just the computer name, i.e.:

    sqlcmd -E -S UCRXSQL01 -Q .....

    as I assume UCRXSQL01 is the name of the SQL server.  If it has an instance name then it would be: .\instancename or UCRXSQL01\instancename.

    I assume that on UCRXSQL01 there is a local windows group called "Sophos DB Admins" and the database account (http://www.sophos.com/en-us/support/knowledgebase/113954.aspx) is a member of it?  The database account is the one stored in the registry key on the management server: 

    • 64-bit server: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sophos\EE\Management Tools\DatabaseUser\
    • 34-bit server: HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\EE\Management Tools\DatabaseUser\

    I assume that you have a domain and that this is a domain account?  If it isn't a domain account but a local account on the management server, just create the same account name and password on the SQL computer and add that to the "Sophos DB admins" group.

    Regards,

    Jak

    :35111
Reply
  • HI,

    These look to be unrelated messages, I've never seen the management service crash like that but it would be worth sorting the database computer out first as there is a chance it might be related.

    Firstly, I'm not sure if -S .\  is addressing the instance correctly.  If it's a no-named instance, you should be able to specify just the computer name, i.e.:

    sqlcmd -E -S UCRXSQL01 -Q .....

    as I assume UCRXSQL01 is the name of the SQL server.  If it has an instance name then it would be: .\instancename or UCRXSQL01\instancename.

    I assume that on UCRXSQL01 there is a local windows group called "Sophos DB Admins" and the database account (http://www.sophos.com/en-us/support/knowledgebase/113954.aspx) is a member of it?  The database account is the one stored in the registry key on the management server: 

    • 64-bit server: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sophos\EE\Management Tools\DatabaseUser\
    • 34-bit server: HKEY_LOCAL_MACHINE\SOFTWARE\Sophos\EE\Management Tools\DatabaseUser\

    I assume that you have a domain and that this is a domain account?  If it isn't a domain account but a local account on the management server, just create the same account name and password on the SQL computer and add that to the "Sophos DB admins" group.

    Regards,

    Jak

    :35111
Children
No Data