Date Posted:
Product: Columbus
Product: Columbus
Problem:
Is it possible to store more than 31 days worth of jobs in the Jobstatus8282.log?
Solution:
Yes, it is possible to store more than 31 days worth of job information, I refer you to the ''Job Status'' section of the Columbus Help.
The information contained in the Job status table is backed up in a disk file (
~/.imacro/jobstatus.PORT.log
, where PORT
is the TCP port of the Acapella master server). Depending on the version of Columbus/Acapella being used Columbus the location of the job status log may vary. You will find it either in the /var/lib/acapella/.imacro or the /var/lib/acapella/.Acapella/X.X directory (where X.X is the version of Acapella on your server), it's called ''jobstatus8282.log'' The entries over 31 days old are removed from the disk file. It is possible to change the settings by placing specific module calls at the beginning of the Acapella server startup script (/var/lib/acapella/acapellaserverd.script in a standard Columbus installation on Linux), for example:
Acc::SetOption("JobRetentionDaysInMemory", value=100)
Acc::SetOption("JobRetentionDaysOnDisk", value=365)
Comments
0 comments
Article is closed for comments.