Inaccessible Error logs: Security

2

Good afternoon, recently I've been getting the following error

  

The source was not found, but some or all event logs could not be   searched. To create the source, you need permission to read all event   logs to make sure that the new source name is unique. Inaccessible   logs: Security.

As I've been searching the internet, I've found solutions like running Visual Studio in Admin mode, as well as creating a new Key in path :

  

Key =   HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ services \ eventlog \ Application \ ApplicationName

However, my biggest problem is that my application is hosted on Godaddy and the strangest thing is that this error has been occurring only for some cases. For example: I try to generate a simple financial report of some edition of my project and I get this error above, in some other editions I do not have this error and generate the report as I would like.

Has anyone ever faced this problem and knows how to circumvent it?

    
asked by anonymous 26.10.2016 / 18:36

1 answer

1

I was able to solve my problem. It turns out that someone had access to the database and changed the values of some lines and when it tried to access to perform calculations, it returned that error.

Thank you to anyone who helped me.

    
26.10.2016 / 21:31