parallel job converted to server job automatically

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
tejaswini
Participant
Posts: 19
Joined: Thu Aug 26, 2004 5:40 am

parallel job converted to server job automatically

Post by tejaswini »

Hi,

I had a parallel job. but some how that got converted to server job.
Is there any way to get back the original parallel job?

thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I know of no way to convert a PX job to a server job automatically. A "Save as" won't work. Does the server job actually compile & run?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

What symptom suggests that the job is a server job?

Have you been hacking in the Repository, particularly DS_JOBS table?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
tsn
Participant
Posts: 51
Joined: Wed Jan 10, 2007 1:32 am

Post by tsn »

If you have backup you can reterive the parallel job, otherwise I don't think it is possible. surprise to hear that parallel job was converted automatically to server job.
with regards,
tsn
tejaswini
Participant
Posts: 19
Joined: Thu Aug 26, 2004 5:40 am

Post by tejaswini »

the icon has changed like server job
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What about the contents of the job showing as "server"? Does it compile? Does it run? Does it contain PX or Server stages?
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

i was having the same problem.
your project may corrupt anytime.
not sure, if REINDEX will help.
you may think of re creating the AUDIT logs also.
tejaswini
Participant
Posts: 19
Joined: Thu Aug 26, 2004 5:40 am

Post by tejaswini »

keshav0307 wrote:i was having the same problem.
your project may corrupt anytime.
not sure, if REINDEX will help.
you may think of re creating the AUDIT logs also.
Please tell me what do u mean by 'REINDEX' and how will i do it?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Can you please execute the following query from Administrator client's command window?

Code: Select all

SELECT * FROM DS_JOBS WHERE NAME = '<<Job Name>>';
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply