problem with parrelel job

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
sudheepkv
Participant
Posts: 12
Joined: Tue Jan 03, 2006 3:03 am

problem with parrelel job

Post by sudheepkv »

hi

Till now i am working in DS server jobs and now i try to run a parrelel job.
then it gives a fatel error "This jobtype is not currently runnable on this platform" could u help me to solve this issue
sudhi
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

HI,

Please ho through the info for Parallel extender in the forum and those provided along with the software.

Parallel jobs need a differnent configuration namely

1. Separate Software installation for Parallel extender
2. Linking to the compatible C++ compiler
3. Node configuration

Regards
Sreeni
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: problem with parrelel job

Post by chulett »

sudheepkv wrote:then it gives a fatel error "This jobtype is not currently runnable on this platform" could u help me to solve this issue
Easy - this jobtype is not currently runnable on this platform. :wink:

You have to have a very special version of DataStage in order to run PX on Windows. Normally they must be promoted to a UNIX server in order to run. You can develop them with the version you have, however.
-craig

"You can never have too many knives" -- Logan Nine Fingers
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Hi Sudhi,
You must use DataStage 7.5x2 EE Windows version in order to run Parallel jobs on the Windows platform.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You need to purchase an additional licence to be able to develop parallel jobs.

To be able to compile and run parallel jobs you need an appropriate version. Currently the only version that supports the parallel engine on Windows is 7.5x2.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply