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

Cannot Open Sophos Enterprise Console After upgrade to version 5

I successfully upgraded my Sophos Enterprise Console to 5.0

Now I can’’’’t open Enterprise Console.

It said that my user does not have any assigned role which
is weird because it was working before and when I checked all Sophos related
group, my user was part of it.

Thanks in advance.

:22465


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

    Glad it worked out!

    I'm surprised the first query resulted in an error if the second one worked.

    Running:

    sqlcmd -E -S .\sophos -d SOPHOS50 -Q "SELECT * FROM dbo.UserRoles "

    now at least, should return the record you inserted. i.e. the 1,1,1.

    Maybe try:

    sqlcmd -E -S .\sophos -d SOPHOS50 -Q "SELECT * FROM UserRoles "

    Maybe it didn't like the dbo part  (not in the second query) but that would be odd as well.

    I guess it doesn't really matter but odd all the same.

    Regards,

    Jak

    :22477
Reply
  • HI,

    Glad it worked out!

    I'm surprised the first query resulted in an error if the second one worked.

    Running:

    sqlcmd -E -S .\sophos -d SOPHOS50 -Q "SELECT * FROM dbo.UserRoles "

    now at least, should return the record you inserted. i.e. the 1,1,1.

    Maybe try:

    sqlcmd -E -S .\sophos -d SOPHOS50 -Q "SELECT * FROM UserRoles "

    Maybe it didn't like the dbo part  (not in the second query) but that would be odd as well.

    I guess it doesn't really matter but odd all the same.

    Regards,

    Jak

    :22477
Children
No Data