Page 1 of 1

Multi Instance Log

Posted: Thu Nov 29, 2007 10:35 am
by nvalia
Hi,

I have a Multi Instrance job, say job and I run 2 instances simutaneously, say job.a & job.b

The last eventid for main job was 100 and each job instance logs, say 3 events.

So will job.a have eventids as 101,102,103 and job.b have 104,105,106 or can they be intermingled.
101,103,104 for job.a and 102,105,106 for job.b

My question is will the log entries always be in order for each isntance?

Thanks,
NV

Posted: Thu Nov 29, 2007 11:42 am
by singhald
As per my knowledge no......

Posted: Thu Nov 29, 2007 12:23 pm
by kcbland
View job log shows all instances in timestamp order, viewing job.a log only shows a, job.b log only shows b, etc.

Posted: Thu Nov 29, 2007 1:43 pm
by ray.wurlod
Within the single Repository table that stores all events from all instances of the job, events are logged in timestamp order. Event ID exists only to establish uniqueness; there is no meaning to be attached to its value. Events from multiple instances are intermixed, depending on their arrival time.

The answer to your next question is no.