What is the Job Log or Uproc Script naming convention on version 6?
book
Article ID: 128168
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
How can I identify what is the file within the folder log/area that corresponds to a given Uproc Execution on version 6 as the files do not contain the Uproc name? How can I identify the Uproc CL_INT script in the folder data/area/upr ?
Environment
Dollar Universe 6
Resolution
The Job Log naming convention changed on version 6 as the Object Name Lenght ( Uproc / Session ...) names were increased from 10 characters to 64 characters. As a result, on Dollar Universe 6, IDs are used instead of the Object Names on the Uproc Scripts and Job Logs.
On version 5, the Job Log was as follows: orsypjoblog=${orsyplogdir}/${S_ESPEXE}${S_CODSESS}${S_NUMSESS}${S_CODUG}${S_PROCEXE}.${S_NUMPROC}
On version 6, the Job Log is as follows: orsypjoblog=${orsyplogdir}/${S_ESPEXE}${S_ID_SESSION}${S_NUMSESS}${S_ID_UG}${S_ID_UPROC}.${S_NUMPROC}
Where the variable S_ID_UG corresponds to the ID of the Management Unit and S_ID_UPROC corresponds to the ID of the Uproc. In case you need to find out the ID's of the object, you can launch the command "universe" as explained in the documentation.