We have moved to www.dataGenX.net, Keep Learning with us.

Tuesday, December 18, 2012

Specifying C++ compiler settings for DataStage in Windows





Today I am sharing how to specify the C++ compiler settings for DataStage in Windows Environment. From last few days I also face a lot of issue with this :P so thought it need to share with you all.
For :  DataStage 8.x


1)            Simple download the Visual C++ 2008 Express Edition with SP1 from below Links


2)            Extract the ISO files and click on Setup.exe.
3)            It will open a prompt a Window in that Select “Visual C++ 2008 Express Edition” (3rd from the top)
4)            Installed It
5)            Now open CMD and execute below commands

a)            setx -m INCLUDE "%INCLUDE%; C:\Program Files (x86)\MKS Toolkit\include;
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include;C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include”

b)             setx -m LIB "%LIB%;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib;C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib;C:\Program Files (x86)\MKS Toolkit\lib;C:\Program Files (x86)\MKS Toolkit\usr\lib"

c)             setx -m PATH “%PATH%; C:\Program Files (x86)\MKS Toolkit\mksnt;C:\PROGRA~2\MKSTOO~1\bin64;C:\PROGRA~2\MKSTOO~1\bin;C:\PROGRA~2\MKSTOO~1\bin\X11;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin;


6)            Please change the path according to your Installation
7)            Now open DS administrator select Project à Properties à General à Environment and check these parameters :



Means NO CHANGE in default parameters.

8)            Save the settings and restart the computer.
9)            If all goes fine, C++ compiler Setting is done for your system. Njoy J




till then.....
njoy the simplicity.......