Syntax error while executing remote execution job
search cancel

Syntax error while executing remote execution job

book

Article ID: 414246

calendar_today

Updated On:

Products

ESP dSeries Workload Automation Workload Automation Agent

Issue/Introduction

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

Environment

Workload Automation Agent for Remote Execution

Resolution

Replace  " <= 0"  with " -le 0" in the script.