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

Updates Warning in Console (v4.5)

Console Warning

Hi All,

This isn't a show stopper or anything, more aesthetic, but I would like jto resolve it if possible.  My console and clients are all up to date but I still see the above warning in my console.  Maybe there's an XML file somewhere that needs changing?  Any help appreciated.

Thanks,

SophosAV

:11857


This thread was automatically locked due to age.
  • Shall I delete this entry?

    Well, I'd do - but I'd backup the database first :smileywink:. Not that I ever did so I can't definitely say it will cause no harm. Take a look at the ComputerEMLibraryStatusAllDelete procedure ... (BTW: if you don't have an EMLibrary the table DeployedPackages is empty). Can't say if it'll help though.

    Christian

    :12233
  • It should be safe to delete the record if you're no longer using EML but always worth a backup of the db first:

    Something like:
    \program files\sophos\enterprise console\db\backupdb.bat C:\windows\temp\sophos45.bak .\sophos sophos45

    What you could do as a test is update the NotificationTime column to a recent time, that way, if that is the cause it should go back to the tick and you know it's worth removing. :)


    Jak

    :12249
  • Thank you QC & Jak,

    I used the following TSQL to remove the row;

    DELETE FROM EMLibraryServers WHERE ComputerID = '1'

    I now have green circles with black ticks in-place of the warnings :smileyvery-happy:

    I really appreciate both your time and help on this issue.  I'm going to mark Jak's last post as the solution. 

    SophosAV

    :12349