The user is attempting to run a Korn shell script using a remote execution job. This attempt resulted in the following error:
dev_cleanup_archivelog.ksh: line 142: " <= 0" : arithmetic syntax error
Workload Automation Agent for Remote Execution
Replace " <= 0" with " -le 0" in the script.