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

e03d0056

I am getting this error code: e03d0056 using Sophos Enterprise Console version 5.4.0 on a few of our Sophos managed computers. I ask this because when I click on the corresponding link under the Computer Details screen, I get this: Your search - sav - e03d0056 site:www.sophos.com/en-US/support/knowledgebase - did not match any documents. No pages were found containing "sav - e03d0056 site:www.sophos.com/en-US/support/knowledgebase". Under the Scanning errors column, it shows, "; The on-access driver failed to determine the name for a file. [0xe03d0056]". What I am hoping for is information that provides: where to look, what it is, what could be causing it, the importance, or a possible solution.


This thread was automatically locked due to age.
Parents Reply
  • The on-access driver failed to determine the name for a file. [e03d0056] seems of little use.

    I would suggest to suppress it: e03d0056 as a 32-bit signed dec is: -532873130.

    PS C:\> [int]::Parse('e03d0056',"HexNumber")
    -532873130

    There is a table in the 'core' database called: "ErrorAlertFilters"; you could try using this to filter it out in the future, for example the command (admin prompt):

    sqlcmd -E -S .\sophos -d SOPHOS550 -Q "INSERT INTO ErrorAlertFilters (Source, Number) VALUES ('SAV', '-532873130') "

    I have assumed a default local Sophos instance (.\sophos)  is being used and SEC 5.5, hence the SOPHOS550 database name.  
    For more details on the database name see: https://community.sophos.com/kb/en-us/17323
    For locating the instance of SQL in use by SEC see: https://community.sophos.com/kb/en-us/113030 

    This will prevent the "SAV" message being displayed in SEC in the future if you acknowledge the current ones.

    Hopefully that helps.

    Regards,

    Jak

Children
No Data