PATH error with GENERIC Stage

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
fridge
Premium Member
Premium Member
Posts: 136
Joined: Sat Jan 10, 2004 8:51 am

PATH error with GENERIC Stage

Post by fridge »

hi, we are moving some code to v8 from v7.5

a job that contains a generic stage that calls the diff operator is failing with the following error

main_program: Could not locate operator definition, wrapper, or Unix command for "jobmon_ident"; please check that all needed libraries are preloaded, and check the PATH for the wrappers

I am pretty sure that this is down to the PATH / LIBPATH from dsenv not pointing to wherever the orch operators reside on the installation , but
cant work out where they should be..

Its been a 'standard' installation of the engine so cant see why it cant find them , its not like its a buildop that hasnt been migrated to the project.

Know its a pain but have pasted the enviornment vars from the problem job if anyone can shed any light I would be gratedul



LIBPATH=/ds8/opt/IBM/InformationServer/Server/Projects/Ed_test_V8/buildop:/ds8/opt/IBM/InformationServer/Server/DSComponents/lib:/ds8/opt/IBM/InformationServer/Server/DSComponents/bin:/ds8/opt/IBM/InformationServer/Server/DSParallel:/ds8/opt/IBM/InformationServer/Server/PXEngine/user_lib:/ds8/opt/IBM/InformationServer/Server/PXEngine/lib:/ds8/opt/IBM/InformationServer/Server/Projects/Ed_test_V8/RT_BP1009.O:/ds8/opt/IBM/InformationServer/Server/branded_odbc/lib:/ds8/opt/IBM/InformationServer/Server/DSEngine/lib:/ds8/opt/IBM/InformationServer/Server/DSEngine/uvdlls:/ds8/opt/IBM/InformationServer/ASBNode/apps/jre/bin:/ds8/opt/IBM/InformationServer/ASBNode/apps/jre/bin/classic:/ds8/opt/IBM/InformationServer/ASBNode/lib/cpp:/ds8/opt/IBM/InformationServer/ASBNode/apps/proxy/cpp/aix-all-ppc:/ds8/opt/IBM/InformationServer/Server/DSEngine/bin:/ds8/opt/IBM/InformationServer/Server/PXEngine/bin:/db2/cdwhd32/home/sqllib/lib:/lib:/usr/lib

PATH=/ds8/opt/IBM/InformationServer/Server/Projects/Ed_test_V8/wrapped:/ds8/opt/IBM/InformationServer/Server/Projects/Ed_test_V8/buildop:/ds8/opt/IBM/InformationServer/Server/Projects/Ed_test_V8/RT_BP1009.O:/ds8/opt/IBM/InformationServer/Server/DSComponents/lib:/ds8/opt/IBM/InformationServer/Server/DSComponents/bin:/ds8/opt/IBM/InformationServer/Server/DSParallel:/ds8/opt/IBM/InformationServer/Server/PXEngine/user_osh_wrappers:/ds8/opt/IBM/InformationServer/Server/PXEngine/osh_wrappers:/ds8/opt/IBM/InformationServer/Server/PXEngine/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin:/db2/cdwhd32/home/sqllib/bin:/db2/cdwhd32/home/sqllib/adm:/db2/cdwhd32/home/sqllib/misc:/usr:/usr/bin:/usr/vacpp:/usr/vacpp/bin
Post Reply