Problem with WebSphere Transformer Stage

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
kamal kishore
Participant
Posts: 15
Joined: Fri Feb 16, 2007 9:20 am
Location: VSP

Problem with WebSphere Transformer Stage

Post by kamal kishore »

Hi,

We are working on DataStage 7.5.1A, in a job we are using WebSphere Transformer Stage in a shared container and using that shared container in a simple job, while compiling the job we are not getting any error but while executing the job we are getting an error like:

pscCreatePnLuMSPNC1.MSPN_Transcode_WS: Unable to load plug-in in call to ORPHLoadPlugin()

Note:MSPN_Transcode_WS is the name of the WebSphere Transformer Stage.

Do we need to install any plug-in for that stage to work.

Thanks in advance..,
KAMAL
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
kamal kishore
Participant
Posts: 15
Joined: Fri Feb 16, 2007 9:20 am
Location: VSP

Post by kamal kishore »

Hi,

We are not using any MQ in our job, we had installed C++ compiler but still we are getting this error. Do we need to install any specific version of C++ compiler, or do we need to install any separate plug-in stage packs.


Any sought of help is appreciated in advance,
KAMAL
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What exactly is in the shared container? Anything more than just a Transformer? And to be clear, is it a Parallel transformer or a BASIC transformer?

You need to install the specific version of the specific C++ compiler that your version of DataStage says that is supported. It's picky that way. I'm assuming you must at least be close or you wouldn't have been able to compile the job - assuming you are using a PX transformer. 'Load' issues like this are typically environment variable settings issues, problems with variables like LD_LIBRARY_PATH or SHLIB_PATH. AFAIK.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kamal kishore
Participant
Posts: 15
Joined: Fri Feb 16, 2007 9:20 am
Location: VSP

Post by kamal kishore »

In the shared container we are using sort and remove duplicate stage and the Webservice transformer stage. But i think there is no problem with the compiler also because as the job is getting compiled and we are getting this error while we are executing the job.
KAMAL
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:? First you said it was a WebSphere transformer stage, now the WebService transformer stage - which is it?

If the latter, is/was the Web Services PACK installed on this server without issue?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kamal kishore
Participant
Posts: 15
Joined: Fri Feb 16, 2007 9:20 am
Location: VSP

Post by kamal kishore »

Sorry it is Webservice Transformer Stage, we installed webservice pack on both the client and server machines.
KAMAL
kamal kishore
Participant
Posts: 15
Joined: Fri Feb 16, 2007 9:20 am
Location: VSP

Post by kamal kishore »

Sorry it is Webservice Transformer Stage, and we had also installed the Webservice pack on both the client and server machines.
KAMAL
Post Reply