Page 1 of 1

Server Jobs to Parallel Jobs Conversion

Posted: Wed May 19, 2004 11:03 pm
by Maharaj
HI

Is it possible to convert the existing Server Jobs to Parallel Jobs?

1. If possible how do we that?
2. Is there any restrictions involved in that?.

Thanx in advance
Maharaj
:)

Posted: Wed May 19, 2004 11:19 pm
by ray.wurlod
It is not possible to convert.
Under certain circumstances, which you will find documented in Parallel Job Developer's Guide, you can encapsulate server jobs in Shared Containers and include those in Parallel jobs.

Posted: Wed May 26, 2004 4:21 am
by Maharaj
thanx a lot .

regds
Maharaj
:)

Server Jobs to parallel jobs

Posted: Mon May 31, 2004 12:15 am
by mandyli
Hi

It not possible tp server jobs to parallel jobs. only way u need to recreate the server job to Parallel job.
please check in parallel job document.


Rds
mandyli

Posted: Wed Jun 09, 2004 11:40 pm
by Sreenivasulu
First You need to check which all server jobs need to be converted to parallel jobs. Those jobs should be converted to parallel which are really slow and those in which there are large number of updates/inserts

Regards