Problem in Dataset Reading

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
pksahu
Participant
Posts: 29
Joined: Wed Jul 25, 2007 5:07 am

Problem in Dataset Reading

Post by pksahu »

Hi,
I am writing the Datasets in sequential mode. But when I am reading the dataset in the next job in parallel mode, I am not able to read it and it remains halt after some time.

Could anyone faced this problem earlier?

Regards,
pksahu
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are any error messages produced? Do both jobs (the one that writes data into the Data Set and the one that reads from the Data Set) use the same configuration file? Can you view the data in the Data Set using the Data Set Management tool?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
saugat_1982
Participant
Posts: 29
Joined: Mon Nov 20, 2006 7:17 am
Location: Melbourne

Post by saugat_1982 »

No . of Nodes in both jobs should be same .
Saugat Dey
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Can you view the data as Ray asked, or try to execute the UNIX command "orchadmin ll {dataset}"? Any error messages?
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

does the next job configuration file have the node used in previous jobs.

if not add that node as read only node in the configuration used in next job
Post Reply