Unable to load JIL from 11.3.6 SP1
search cancel

Unable to load JIL from 11.3.6 SP1

book

Article ID: 186157

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent CA Workload Automation AE

Issue/Introduction

Using the following JIL from 11.3.6.SP1 doesn't work with 11.3.6SP8:

[[email protected] tmp]$ jil </tmp/Jil-Accent2.jil

______________________________________________________________________________

CAUAJM_I_50323 Inserting/Updating job: test-Robert

CAUAJM_E_50442 Invalid attribute value for <description>: Unexpected end of character string: " Declenche le depart de la cedule Solaris et l'ouverture du Web "

CAUAJM_E_10302 Database Change WAS NOT successful.

______________________________________________________________________________

CAUAJM_E_50198 Exit Code = 1

______________________________________________________________________________

 

----------------------------Begin: JIL----------------------------

insert_job: test_job job_type: cmd

owner: autosys

machine: waaedev

permission: gx,ge

date_conditions: 1

days_of_week: all

start_times: "05:30"

command: ls

description: " Declenche le depart de la cedule Solaris et l'ouverture du Web "

std_out_file: "${HOME}/GesCed/Logs/${AUTO_JOB_NAME}-autosys-${AUTORUN}.out"

std_err_file: "${HOME}/GesCed/Logs/${AUTO_JOB_NAME}-autosys-${AUTORUN}.err"

alarm_if_fail: 1

profile:

shell: /bin/ksh

Environment

Release : 11.3.6

Component : CA Workload Automation AE (AutoSys)

Resolution

the error referenced below indicates issue with characters in description field, where the text contains a single tick mark.

CAUAJM_E_50442 Invalid attribute value for : Unexpected end of character string: " Declenche le depart de la cedule Solaris et l'ouverture du Web "

Adding correct NLS_LANG variable resolves the issue