After upgrading to 12.3, when attempting to view SQL JOBS within the Automic Web Interface, the process tab displays:
'An unexpected error occurred. Further details are available in the logfiles'
This only happens with SQL JOBS utilizing JCL_CONCAT_CHAR.
Release : 12.3
Component : AUTOMATION ENGINE
Error within the SQL Form Builder
This will be resolved in a future release of the AWI.
Workaround:
Edit the affected jobs and remove any spacing between JCL_CONCAT_CHAR statements. Such as:
:JCL_CONCAT_CHAR "*"
:JCL_CONCAT_CHAR
To:
:JCL_CONCAT_CHAR "*"
:JCL_CONCAT_CHAR