Error Message :
N/A
After updating the Automation Engine (AE) from version 8 to version 10, the settings of SAP R3 jobs may show the following inconsistency regarding the job language definition: <Please see attached file for image>

Instead of displaying the language in the conventional two letters format (DE for German) the expression 'Chinese traditional is displayed. Actually, Chinese is the last entry in the language list.
If the Job is updated without setting the correct language setting again the Job will abort.
In older versions (<= version 8) this parameter could be defined with one character, for example 'D' for German. For instance:
8='400'A='D'E='0'
This could be verified using the following query on the JBA table by analyzing the JBA_REST field contained in the job:
select JBA_REST, oh.oh_name from JBA, OH where JBA_OH_Idnr in (select oh_idnr from oh where oh_name like '%' and oh_otype='JOBS');
The following output is produced by this error (indicates only a one character value 'D' for the language setting. 8='01'C='C'E='1'A='D'9=''B=''I='0'e='0'u=''v=''w='0'x='0'y='0'z='0'X='0'Y=''Z=''1='0'
This output from the JBA_REST table with a 2 character value for the language setting, which is the accepted value size since version 10. 8='01'C='C'E='1'A='DE'9=''B=''I='0'e='0'u=''v=''w='0'x='0'y='0'z='0'X='0'Y=''Z=''1='0'