This happens when the file size of "reports.log" has reached its maximum limit at operating system which is 2GB.
If $INST_TOP/logs/appl/conc/log/reports.log will be huge -- 2GB in size, then reports can not append anything else to it and hence concurrent program accessing reports.log for its execution will error out.
To implement the solution, please execute the following steps:
1. Stop the concurrent manager.
2. Rename/Truncate existing "reports.log" in directory $INST_TOP/logs/appl/conc/log/reports.log and create a empty "reports.log".
3. Start the concurrent manager.
4. Retest the issue.
5. Migrate the solution as appropriate to other environments.
No comments:
Post a Comment