Transform Job not compiling - Version 8.x windows

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
ganganmb
Participant
Posts: 3
Joined: Wed Sep 10, 2008 8:48 am
Location: INDIA

Transform Job not compiling - Version 8.x windows

Post 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.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post 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.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Post Reply