Error: C Stage Plugin function only as a new datastage user

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
rverharen
Premium Member
Premium Member
Posts: 34
Joined: Fri Jan 19, 2007 9:09 am
Location: Breda, The Netherlands

Error: C Stage Plugin function only as a new datastage user

Post by rverharen »

Hello,

I have added a new datastage user.
When using this new user, with its own unixuser instead of dsadm, I get the error C Stage PlugIn function "Get" required.
I have read the topics concerning this problem but in this case everything works fine when addressing the O/S as dsadm.

Do you have an idea what causes the problem?

Greetings, Roy
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Look at your OS level acess rights to the object file created by the buildop, probably your new user isn't in the "dstage" group or otherwise has no execute access to the buildop.
JeroenDmt
Premium Member
Premium Member
Posts: 107
Joined: Wed Oct 26, 2005 7:36 am

Post by JeroenDmt »

Arnd,

I'm on this with Roy.
We are having this problem when using the Oracle OCI stage. When we execute the job using dsadm, everything works fine. When we run the same job using another unix-user's credentials, we get error messages:
- ds_loadlibrary: error in dlopen
- CreateNotificationMail..XFM_LogFile: C Stage PlugIn function "Get" required
etc.

I think the other user may need to be set up to be able to use the Oracle OCI stage or something like that. But I haven't been able to find out what I need to change for that to work.
Can you give us directions on that?
Post Reply