Problem using Convert in Transformer

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

betterthanever
Participant
Posts: 152
Joined: Tue Jan 13, 2009 8:59 am

Post by betterthanever »

[quote="krishna81"]No, I did not moved .o file to any where.but my make file copying file to prior directory.[/quote]

did you compile with the same compiler options as in the project settings??
mhester
Participant
Posts: 622
Joined: Tue Mar 04, 2003 5:26 am
Location: Phoenix, AZ
Contact:

Post by mhester »

Please make sure that in your routine definition that you have added a fully qualified pathname pointing to your .o or .so. If you have then make sure that you have the correct permissions on the library or object. you could put the object/library in the search path by putting it in PXEngine/usr_lib and then you should be fine with just putting in the name of the library or object.
Post Reply