This issue occurs when your reports.log in $APPLCSF/$APPLLOG exceeds the size by more than 2GB.
To check the size
$ cd $APPLCSF/$APPLLOG
$ ls -l reports.log
Solution
Backup your reports.log file rename it to reports.log.bk
Create a new reports.log file
$ touch reports.log
To check the size
$ cd $APPLCSF/$APPLLOG
$ ls -l reports.log
Solution
Backup your reports.log file rename it to reports.log.bk
Create a new reports.log file
$ touch reports.log
No comments:
Post a Comment