Page 1 of 1

Problem with Invocation ID value

Posted: Mon Dec 13, 2010 2:20 am
by balu536
We have a multi instance jobs A,B,C called from a sequence SEQ. This sequence is triggered by the perl script. In the perl script we are passing the invocation ID as XY2.XYZA2.A2A3. Now in the director log we are seeing the jobs as

A.XY2
B.XY2
C.XY2

We are not getting the jobs and logs as
A.XY2.XYZA2.A2A3
B.XY2.XYZA2.A2A3
C.XY2.XYZA2.A2A3


We need the invocation ID values for the condition in the oracle queries in these jobs.

Hence how can i solve this problem?

Re: Problem with Invocation ID value

Posted: Mon Dec 13, 2010 2:29 am
by rumu
A '.' is not accepted as part of invocation id .Hence modify the value being passed as Invocation Id.