Page 1 of 1

Transform Job not compiling - Version 8.x windows

Posted: Thu Jul 23, 2009 5:15 am
by ganganmb
In my machine I installed Information Server 8x. I installed Visual C++ 2005 Express Edition.
I set system variable INCLUDE = C:\Program Files\Microsoft Visual Studio 8\VC\include\
And LIB = C:\Program Files\Microsoft Visual Studio 8\VC\lib\;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Lib\

And I set compileopt = -W/TP -W/EHa -DAPT_USE_ANSI_IOSTREAMS -c -W/Zc:wchar_t-
And Linkopt = -s -W/dll -W/base:0x50000000 -W/Zc:wchar_t-

Microsoft Visual .NET 2003 is also installed in my machine.

Still could not compile my TRANSFORM job.

Please guide me.

Posted: Thu Jul 23, 2009 6:49 am
by priyadarshikunal
If you have searched it on dsxchange or google the you would have found it. Here is an excerpt from IBM page:

Microsoft Visual C++ .NET 2003
This compiler is available on Microsoft Developer Network library releases. You must change the APT_COMPILEOPT and APT_LINKOPT environment variables for this compiler after you install the suite.
1. Run the Administrator for DataStage and QualityStage.
2. Select Project > Properties > Environment .
3. Edit the value field of Parallel > Compiler > APT_COMPILEOPT .
4. Remove " -W/Zc:wchar_t- " from the end of the existing setting.
5. Edit the value field of Parallel > Compiler > APT_LINKOPT .
6. Remove " -W/Zc:wchar_t- " from the end of the existing setting.