Hello all,
seems that SEC 5.5.1 is in the works already (though naturally I can't say when exactly later this year will be).
Christian
This thread was automatically locked due to age.
Hello all,
seems that SEC 5.5.1 is in the works already (though naturally I can't say when exactly later this year will be).
Christian
Thanks. I seen that. I am concentrating on the TLS issue first since solving it may also solve other issues ...
But for now, in that KB they write :
sqlcmd -E -S .\sophos
SELECT loginname FROM syslogins
go
Well. Nothing, but absolutely nothing in there works.
I indeed have the registry key with (local)\SOPHOS registry key. (And not ".\SOPHOS key")
sqlcmd -E -S .\sophos do not work
sqlcmd -E -S (local)\sophos do not work
Whatever the case, SELECT loginname FROM syslogins will not work either. "syslogins" being wrong. Error near"-E"
Another Sophos time sucker nightmare ...
So from the connections string it seems you're using the default SOPHOS named instance on the local computer.
Are you saying that, in a command prompt:
sqlcmd -E -S .\SOPHOS
does not connect and you get an error?
What about:
sqlcmd -E -S hostname\SOPHOS
Where you are changing "hostname" to the name of the computer.
I assume that the Windows service that backs the SQL instance is running?
Regards,
Jak
Any clue ? I posted a case two weeks ago now, and the only thing Sophos support have done so far is to send me the link for the instructions ... It is not because they did not have instructions on hand to guess easily I have been through those steps already ...