Compilation Error

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
sjordery
Premium Member
Premium Member
Posts: 202
Joined: Thu Jun 08, 2006 5:58 am

Compilation Error

Post by sjordery »

When I tried to recompile DataStage job which was already compiled some time ago, I received the following error:

"A configuration file (APT_CONFIG_FILE) must be set up to compile a Parallel transformer stage.
(EX_TX_LTG_Sun_ESTS_INCR_ph1_job.ltgsumhistincr".
Other developers getting the same errors.
We already working for more than one year in this environment.

Any help is appreciated.
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Hi ,

I think in your job there is a parameter APT_CONFIG_FILE which should be pointing to correct path in order to get your job compile . Make sure that it has some valid default value in it .
Nag
Kryt0n
Participant
Posts: 584
Joined: Wed Jun 22, 2005 7:28 pm

Post by Kryt0n »

Log in to your project through Admin, click the "Environments" button and select "Parallel" under "Categories". find the APT_CONFIG_FILE variable and get its value. Go to the directory identified and make sure the specified file exists.

If no value set, go to the $DSHOME/../Configurations directory, get the name of the apt file (assuming only one, if more than one, will have to find out from someone in your team which file should be used) and set the APT_CONFIG_FILE param to this file (with full pathname)
Post Reply