error while using DB2 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
ramesh_inform
Participant
Posts: 57
Joined: Mon Dec 03, 2007 12:43 am
Location: hyderabad

error while using DB2 stage

Post by ramesh_inform »

the error is :

"RNANDIP" does not have the privilege to perform operation "SELECT"
on object "MR3402.INB_BRKG_CUST". SQLSTATE=42501

my job design looks like this

seq file--->copy--->DB2 stage


any idea??
ramesh.n.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

"RNANDIP" does not have the privilege to perform operation "SELECT"
on object "MR3402.INB_BRKG_CUST".

DataStage needs SELECT privilege to check metadata and to perform View Data. And if you don't have SELECT privilege, chances are that you don't have INSERT and UPDATE privilege also. Check with your DBA.
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