Error during running the PX program having 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

Post Reply
neeraj
Participant
Posts: 107
Joined: Tue May 24, 2005 4:09 am

Error during running the PX program having transformer

Post by neeraj »

Hi,

I am facing following problem while running the PX job.


Transformer_7: Failed to load the library "V0S7_parallel_seq_Transformer_7.dll". Either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incompatible with this system. Could not find "V0S7_parallel_seq_Transformer_7" on the library search path defined by the environment variable PATH; path: /D=/Ascential/DataStage/DSCAPIOp:/D=/Ascential/DataStage/RTIOperators:/D=/Ascential/DataStage/DSParallel:/D=/Ascential/DataStage/Projects/Neeraj_project/RT_BP123.O:/D=/Ascential/DataStage/Engine/bin:/D=/Ascential/DataStage/Projects/Neeraj_project/wrapped:/D=/Ascential/DataStage/Projects/Neeraj_project/buildop:/D=/Ascential/DataStage/PXEngine/user_osh_wrappers:/D=/Ascential/DataStage/PXEngine/osh_wrappers:/D=/Ascential/DataStage/PXEngine/bin:/C=/ODI/OStore/bin:/C=/PROGRA~1/MKSTOO~1/bin:/C=/PROGRA~1/MKSTOO~1/bin/X11:/C=/PROGRA~1/MKSTOO~1/mksnt:/D=/oracle/ora92/bin:/C=/Program Files/Oracle/jre/1.3.1/bin:/C=/Program Files/Oracle/jre/1.1.8/bin:/C=/WINDOWS/system32:/C=/WINDOWS:/C=/WINDOWS/System32/Wbem:/D=/turboc.


Please tell me what changes i need to make to run my simple parallel job hacing sequential stage as a source and target and trasnformer stage


Thanks in advance
Neeraj Mahajan
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The error message tells you the problem. The transformer stage is actually compiled rather than generated osh script, so a C++ compiler is needed. And it either couldn't find yours or didn't like what it found. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

Did you have visual studio .NET installed Before installing DataStage?
Post Reply