Page 1 of 1

PATH issue on first compile

Posted: Tue Apr 27, 2004 3:10 pm
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

Re: PATH issue on first compile

Posted: Wed Apr 28, 2004 9:06 am
by Eric
Do you have the supported compiler installed on the Linux Server?

Re: PATH issue on first compile

Posted: Wed Apr 28, 2004 9:35 pm
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

Re: PATH issue on first compile

Posted: Thu Apr 29, 2004 3:07 pm
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