PYTNPURG: A record has been in the event table longer than the specified Maximum number of days - HxGN EAM - 12.0.1 - Feature Briefs - Hexagon

HxGN EAM Python Framework and Flex Python Scripting

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
12.0.1

Each time the EAM job runs it must evaluate all event records to determine whether the record should be deleted based on the number of days it has been in the events table. The number of days the record has been in the table is based on the calculation: System Date/Time - Date Created/Time on event record (considering server time offset).

If the resulting number of days > PYTNPURG (python purge) installation parameter value, then the system should delete the event record.

Event records that are in error, records that have never been processed, and fully successful records can be deleted because of this comparison. It is in place to ensure that the table does not grow indefinitely.