If information recording to access protocol is failed, operations are logged into the AuditError.txt file located in the folder %PROGRAMDATA%\Foresight\Foresight Analytics Platform.
NOTE. The ProgramData folder is hidden in the operating system by default.
Recording failure can be caused by: connection interruption, log overflow, absence of write permissions, and so on.
The AuditError.txt file contains:
Repository. Identifier of the repository where error occurred.
Object. Repository object, which caused error.
Identifier. Identifier of problem repository object.
Time. Date and time of error occurrence.
Operation. Operation on object: read, write, and so on.
Result. Operation execution result.
Workstation. Workstation name.
OS User. Operating system user name at workstation.
Platform user. User name of the specified repository.
IP Address. Workstation IP address.
NOTE. Additional information.
Error Text. Text of the error returned by analytics platform or DBMS driver.
The example of file contents:
Repository|Object|Identifier|Time|Operation|Result|Workstation|OS user|Platform user|IP address|Comment|
REPOSITORY|Security policy|METABASESECURITY|24.06.2015 14:33:39|read policy|Success|COMPUTER|USER|user|10.0.235.59;192.168.184.1;169.254.241.169||
Error writing to access protocol:
Error of the OCIStmtExecute function: ORA-02289: sequence does not exist
-----------------------------------------------------------------------------------------
Repository|Object|Identifier|Time|Operation|Result|Workstation|OS user|Platform user|IP address|Comment|
REPOSITORY|Security policy|METABASESECURITY|10.07.2015 09:30:46|Read policy|Success|COMPUTER|USER|user|10.0.235.59;192.168.184.1;169.254.241.169||
Error writing to access protocol:
Microsoft SQL Server Native Client 10.0 MSSQL-8115: Arithmetic overflow error converting expression to data type nvarchar.
-----------------------------------------------------------------------------------------
Repository|Object|Identifier|Time|Operation|Result|Workstation|OS user|Platform user|IP address|Comment|
REPOSITORY|Security policy|METABASESECURITY|10.09.2015 07:21:34|Read security policy|Success|COMPUTER|USER|user|10.0.235.59;192.168.184.1;169.254.241.169||
Error writing to access protocol:
(PostgresSeverity=ERROR)(SQLState=42501)(Message=permission denied for sequence b_jau_key_seq)(PostgresMessage=ERROR: permission denied for sequence b_jau_key_seq )
See also: