C++ Compiler version for 7.5X.2 on Win 2003

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
venkat_kp
Charter Member
Charter Member
Posts: 33
Joined: Sun May 07, 2006 8:16 am

C++ Compiler version for 7.5X.2 on Win 2003

Post by venkat_kp »

Hi

I am getting

##E TBLD 000000 14:03:21(000) <main_program> Subprocess command failed with exit status 256
##W TFCP 000000 14:03:21(001) <transform> The number of reject datasets "0"is less than the number of input datasets "1".
##W TBLD 000000 14:03:21(002) <main_program> Output from subprocess: cxx: file 'C:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.

1st installed the Microsoft Visual C++ Toolkit 2003 version 1.01.0000 and then the DS 7.5.X2.

When I type cxx from the dos command line it says

C:\Documents and Settings\Administrator>cxx
cxx: file 'C:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.

From which place it's being picked up.

I did not specify any thing in the Director. Left as it is .

I read the posts but there was no specific solution mentioned except installing C++ fist and then the DS.

Appreciate any help.

Thanks,
Venkat.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Doesn't Search work for you?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
venkat_kp
Charter Member
Charter Member
Posts: 33
Joined: Sun May 07, 2006 8:16 am

Post by venkat_kp »

ray.wurlod wrote:Doesn't Search work for you?
Already searched before posting, but could not find any solution except installing C++ 1st and then install DS, which I already did but did not work.

Thanks.
Post Reply