Error 80040154 Unable to initialize datastage compiler

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
ag_ram
Premium Member
Premium Member
Posts: 524
Joined: Wed Feb 28, 2007 3:51 am

Error 80040154 Unable to initialize datastage compiler

Post by ag_ram »

Hi ,

I have created a batch file to compile a job in unix server.

Below commands are used in the batch file for accessing dscc utility.

cd D:\Program Files\Ascential\DataStage7.5.1

dscc /h <host> /u <userid> /p <passwrd> /j <jobname> <projectname>


I kept the batch file in a D: drive location and executed it.

The error message which i got from the console is
"Initializing

Error80040154
Unable to initialize datastage compiler"

Can anyone please tell me why is it not able to initialize the compiler ?

Thanks In Advance !
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You can't "cd" to a drive letter without adding the "/d" option. Not saying that's your issue but it sure would be an issue when launching the command from any other drive. I know that's not what you are doing, just pointing something out.

I can't answer your initialization question, but would guess it would be path or environment related, something missing from one or both.
-craig

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