I am seeing the following two errors in my Laserfiche-> WebClient-> Server-> Operational log and am wondering if someone can point me to what I need to be checking to resolve the error?
Question
Question
Access Denied [9013] /laserfiche/DocumentService.ashx/GetSecurity
Replies
Change the log level in the configuration page to avoid having these informational errors show up in the event log:
To add to this, Laserfiche Server throws error code 9013 when someone tries to access something within an repository they don't have permission to do. For example, attempting to open a document they have Browse but not Read permissions on.
Like Robert mentioned, it's an informational message that a user encountered said error. Not something to "resolve".
Is the logging level able to be changed in a config file?
Yeah, it's in "C:\Program Files\Laserfiche\Web Access\Web Files\Config\WebAccessConfig.xml" under node:
<LoggingOptions>
<EventLogLevel>CRITICAL</EventLogLevel>
The log level in the WebAccessConfig.xml file is already set to CRITICAL.
Are you seeing a lot of these errors? They shouldn't be showing up unless the log level is Informational or Debug.
The event log messages at Informational/Debug log level can be ignored, they do not represent actual errors and are there for debugging purposes.
Within the last 24 hours it appears in the log file ~195 times.
I would consider enabling Audit Trail logging for failed attempts if not already in place, then running an audit report with a "Succeeded = False" filter to see who is triggering the 9013s and on what.