Parallel Routine O/S is Windows

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
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Add a reject-handling output link to your Transformer stage.

(Only fix one thing at a time. Let us know if that fixes changes anything.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
PK
Participant
Posts: 4
Joined: Sun Oct 21, 2007 11:51 am

Post by PK »

Thanks Ray for replying quickly :) . I made the changes as suggested by you but still I am getting same error
PK
Participant
Posts: 4
Joined: Sun Oct 21, 2007 11:51 am

Post by PK »

I searched in forum and found few post in which my error is similary to error in one of the post
http://www.dsxchange.com/viewtopic.php?t=96159&highlight=paralell+routine+windows

Does External routines use object file ( *.obj) on a windows system
OR
Should i complie my code either .lib or .dll and then link it
PK
Participant
Posts: 4
Joined: Sun Oct 21, 2007 11:51 am

Post by PK »

Ok finally resolved. Now able to compile and run the job :lol: .

One thing I observed is that site has have lot of solution in the forum for Unix, AIX etc.. but hard to find solution for users using px in windows :evil: .

So any one need help can contact me

Moving this post to resolved.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

To help others in future please post HOW you resolved it.
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