KB Article #70864

Increase limits to read big JOBLOGS

Problem

-- Message retruned when reading a joblog:



JobLog size is too big.
               File size:115157446
               Max Size:1000000
You can change the 'Max size' value by the property TO_AGENT_MAX_JOBLOG_SIZE in OPSchedule.ini


Resolution

2 Steps:



* Insert following variable into /Config/OPShedule.ini file (OPSCHEDULE member for AS400):



# Where X is the value in octet for the maximum size to read
# default value for X is 1 000 000
TO_AGENT_MAX_JOBLOG_SIZE = X



* Restart PS to take into account new variable