show / hide menu

Data Retention

Here, you would be able to remove the old RPA Genie logs from database in order to clear the space. Earlier, scripts had to be executed manually to clear the log space but now, Log Retention is used for this purpose.

We have the option to preserve the logs related to sessions, jobs, transactions, audits, and events for a certain number of days. Here, we can set the number of days for which the logs need to be stored.

  • Session Retention – we can specify the total number of days to retain the Session logs. The following database tables will get affected post that period: robot.Robot_Sessions, robot.MachineSessions
  • Job Log Retention – we can specify the total number of days to retain the Job logs. The following database tables will get affected post that period: robot.Job, robot.JobLog, robot.Exception
  • Transaction Retention – we can specify the total number of days to retain the Transaction logs. The following database tables will get affected post that period: robot.RobotTransactions
  • Audit Retention – we can specify the total number of days to retain the Audit logs. The following database tables will get affected post that period: robot.RobotAudit, robot.MachineAudit
  • Events Retention – we can specify the total number of days to retain the Events logs. The following database tables will get affected post that period: robot.RobotEvents, robot.MachineEvents