Sequential File

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
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Sequential File

Post by snt_ds »

Hi,

We have a simple job which reads from a TAB delimited Seq file and applies a couple of simple transformation rules and then writes to an Oracle Table.
Strangely when I run this job, it imports 50% of the data from the file and hangs..does nothing..I have to eventually stop the job. The DEV env has 2 nodes.

Now I point it to a another Config file with only 1 Node and it runs swiftly, as it should.

Any reason why it does not run when we have more than one node?
(We have multiple jobs in the project reading from a Seq file and using the default, 2 node config file, but we get an error only in this one)

Thanks,
NV
snt_ds
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Post by snt_ds »

Resolved - This was due to Duplicate Data which was removed via the Remove Duplicate Stage.
snt_ds
Post Reply