Page 1 of 1

Problem with WebSphere Transformer Stage

Posted: Fri Feb 23, 2007 8:01 am
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..,

Posted: Fri Feb 23, 2007 8:05 am
by DSguru2B

Posted: Tue Feb 27, 2007 6:27 am
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,

Posted: Tue Feb 27, 2007 7:18 am
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.

Posted: Tue Feb 27, 2007 7:32 am
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.

Posted: Tue Feb 27, 2007 7:40 am
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?

Posted: Tue Feb 27, 2007 8:30 am
by kamal kishore
Sorry it is Webservice Transformer Stage, we installed webservice pack on both the client and server machines.

Posted: Tue Feb 27, 2007 9:56 am
by kamal kishore
Sorry it is Webservice Transformer Stage, and we had also installed the Webservice pack on both the client and server machines.