Compilation error with $APT_CONFIG_FILE

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
ankita
Participant
Posts: 57
Joined: Sun Nov 13, 2005 11:17 pm

Compilation error with $APT_CONFIG_FILE

Post by ankita »

Hi,

While compiling a job with parallel transformer we are getting below error:
"A configuration file (APT_CONFIG_FILE) must be set up to compile a Parallel Transformer stage".
Can you please help to solve this problem.

Thanks,
Ankita
devidotcom
Participant
Posts: 247
Joined: Thu Apr 27, 2006 6:38 am
Location: Hyderabad

Post by devidotcom »

Include the environment variable $APT_CONFIG_FILE in the job.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... or at the very least in the project. Not only can you not compile without APT_CONFIG_FILE pointing to a valid configuration file, you can not run a parallel job either.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ankita
Participant
Posts: 57
Joined: Sun Nov 13, 2005 11:17 pm

Post by ankita »

In our project, APT_CONFIG_FILE is set to config files and was working properly till date. Suddenly started throwing this error, we found that DS server is up, and config files are existing is proper path, but /tmp dir is 100% full, no space left. Can it be a space issue ?

Thanks for your responses !
Ankita
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Clear it out, let us know.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply