Using a DB2 Enterprise and a Xfm in the same Job.

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
srikanthd1978
Charter Member
Charter Member
Posts: 38
Joined: Wed Mar 17, 2004 1:16 am
Location: USA

Using a DB2 Enterprise and a Xfm in the same Job.

Post by srikanthd1978 »

people,

I have a job that uses DB2 enterprise to pull data from a table and then i have a transformer that does some manipulation of this data.

When i run the JOb the Job completes successfully but i get the follwoing warnings:

Warning: The following libraries failed to load "V0S145_testXfmCheckFree_Transformer_145": Could not load "V0S145_testXfmCheckFree_Transformer_145": No such file or directory; for class "APT_TransformOperatorImplV0S145_testXfmCheckFree_Transformer_145"
Can anyone throw more light on these and explain.

Thanks
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

I am also getting similar kind of error!!!

Check this post.

The cause of this error may be the same as mentioned in the post. :roll:
Regards,
S. Kirtikumar.
Mat01
Premium Member
Premium Member
Posts: 50
Joined: Wed Jun 02, 2004 11:12 am
Location: Montreal, Canada

Post by Mat01 »

Sorry... double posting
Last edited by Mat01 on Mon Mar 10, 2008 1:17 pm, edited 1 time in total.
Mat01
Premium Member
Premium Member
Posts: 50
Joined: Wed Jun 02, 2004 11:12 am
Location: Montreal, Canada

Post by Mat01 »

Hi guys,

After months of searching someone here found the solution to this problem. If you are on a MPP system you need to set the following env variable to true.

Code: Select all

$APT_COPY_TRANSFORM_OPERATOR = TRUE
To quote the manual:
Transform Library
If you are working on a non-NFS MPP system you need to set the
APT_COPY_TRANSFORM_OPERATOR to true in order to enable
Transformer stages to work in this environment. DataStage users must
have the appropriate privileges to create project directory paths on all the
remote nodes at runtime. APT_COPY_TRANSFORM_OPERATOR is set
false by default.
Regards,

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

Post by ray.wurlod »

Time to mark the thread as Resolved, then?
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