Datastage 7.5.x compilation error for transformer

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
hari_marthala
Participant
Posts: 6
Joined: Mon Jul 05, 2010 1:09 am
Location: Hyderabad

Datastage 7.5.x compilation error for transformer

Post by hari_marthala »

Getting an error while running a job with parallel transformer stage in my personel computer. I have even installed VC++ for satisfying C++ compiler option. The environment variables like APT_COMPILER,APT_LINKER are already mapped to them.

Even though i have VC++ installed in my system, while compiling a job with transformer stage it throwing compilation error on PX transformer stage. Please help me on how to work out with transformer stage
Hari Marthala
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Exactyl what version of DataStage do you have installed, as only 7.5x2 can actually run PX jobs. Also, please post your compilation error and also your runtime error; without those we would just be guessing as to your problem.
hari_marthala
Participant
Posts: 6
Joined: Mon Jul 05, 2010 1:09 am
Location: Hyderabad

Re: Datastage 7.5.x compilation error for transformer

Post by hari_marthala »

Yes presently i dont have error message to give, i installed it in my own PC but not able to resolve the compilation issue. Will the visual C++ compiler suitable for Datastage 7.5.2
Hari Marthala
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I don't know the correct C++ compiler that DataStage requires, it is specified in the documentation and installation instructions. If you don't have 7.5x2 then you will be able to compile, but not run PX jobs.
When you compile you will get an error message, if you view the details and then paste them to this thread you will get some assistance. While it is likely that your problems are due to the compiler we won't know for certain until we see an error message.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

ArndW wrote:I don't know the correct C++ compiler that DataStage requires, it is specified in the documentation and installation instructions.
Its C++ .net 2003 compiler, for 7.5.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
rupeshg
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 22, 2005 6:02 am
Location: United Kingdom

Post by rupeshg »

Hari, even if you have correct version of C++ compiler your parallel jobs won't run on Datastage 7.5.2 version. As rightly said by ArndW, the datastage version that works on windows in 7.x series is 7.5x2. You need to get the right installable along with the right compiler to get it working.
Post Reply