Error message after upgrading to 8.0.1

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
its_me48
Participant
Posts: 33
Joined: Fri Apr 29, 2005 10:09 am

Error message after upgrading to 8.0.1

Post by its_me48 »

We are using DS Server edition 7.5.2.. I have installed new version 8.0.1 and plan to upgrade existing jobs to 8.0.1 server edition (will move to Enterprise edition (parallel jobs) after successful migration of server jobs from 7.5.2 to 8.0.1.


I imported the project in 8.0.1 (was exported in ver 7.5.2) and it imports all the jobs and compiles just fine.
When I run the job, I get the following error message

Job..Mapping: C Stage PlugIn function "Get" required

Any ideas what I need to do?

Thanks!!
sonnycapra
Participant
Posts: 2
Joined: Fri Apr 13, 2007 8:12 am

Post by sonnycapra »

Hello,

I did get the same error with DataStage v7.5.2 et v7.0 when I had an old version of the c compiler (vac).
Verify the pre-requisites in the documentation to find the good version (at least 6.0 for DS 7.5.2 but I don't know for DS 8).
Or the same error message can appear if the path is not correctly set. Verify the path includes /usr/vac/bin/ (if the compiler is installed there)

Sonny.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This may mean that one of the plug-in (= optionally installed) stage types is either not installed or not registered in your new project. This may be the case for a server stage type or a parallel stage type, depending on in which job type you encountered the message.
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