Page 1 of 1

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

Posted: Tue Nov 04, 2008 8:01 am
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

Posted: Tue Nov 04, 2008 8:04 am
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.

Posted: Thu Nov 06, 2008 7:52 am
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?