Multiple compilation

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
Terala
Premium Member
Premium Member
Posts: 73
Joined: Wed Apr 06, 2005 3:04 pm

Multiple compilation

Post by Terala »

Hi,

I would like to know if there is a way where we can compile some jobs by passing a parameter ( APT_CONFIG_FILE).

We recently exported jobs to a different environment and some of the jobs failed compilation due to config file not being found on the target server. Can we compile the jobs through a script using dscc and passing a parameter of config file?

Thanks
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Multiple compile won't solve your problem. You have hardcoded an APT_CONFIG_FILE in those jobs and will need to correct that by either adding config files or modifying the jobs.
Post Reply