PATH issue on first compile

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
fober
Participant
Posts: 5
Joined: Wed Mar 24, 2004 11:59 am

PATH issue on first compile

Post by fober »

I am trying to compile my first job. The install seemed to go well, I have created projects ok, left my "config" file as default for now, but when I first compile this basic job (it just loads a sequential dat file into an RDBMS), I get these errors.

Anybody know the easy fix to this?

I am sourcing the dsenv that was provided with the install.

##I TFSC 000001 13:53:35(006) <main_program> APT configuration file: /home/dsadm/Ascential/DataStage/Configurations/default.apt
##E TOSH 000205 13:53:36(000) <main_program> PATH search failure:
##E TOSH 000000 13:53:36(001) <main_program> Could not locate operator definition, wrapper, or Unix command for "transform"; please check that all needed libraries are preloaded, and check the PATH for the wrappers
##W TOSH 000004 13:53:36(002) <main_program> Operator transform does not exist in the registry.


I am not even sure what I should be PATH'ing here.
thanks
Frank Ober
Thanks,
Frank Ober
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Re: PATH issue on first compile

Post by Eric »

Do you have the supported compiler installed on the Linux Server?
fober
Participant
Posts: 5
Joined: Wed Mar 24, 2004 11:59 am

Re: PATH issue on first compile

Post by fober »

Eric wrote:Do you have the supported compiler installed on the Linux Server?
Yes ... I installed gcc-c++ (and g++) which is where the COMPILER Env variables are set to.

My dsenv file is being sourced by dsadm and it's pretty straight forward.

This happens with a build operator stage and non-build stage?

Support and I will work on this tomorrow. I'll post the fix when I get it.

regards
Frank
Thanks,
Frank Ober
fober
Participant
Posts: 5
Joined: Wed Mar 24, 2004 11:59 am

Re: PATH issue on first compile

Post by fober »

It was operator.apt (it was empty). Seems to be an install glitch on Linux with the 7.1 (newest) product.

I got a populated version of this file and I was off and compiling like a pro (sic!).

Anyway, that's the answer.
Frank
Thanks,
Frank Ober
Post Reply