issue while executing stored procedure

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
rkdatastage
Participant
Posts: 107
Joined: Wed Sep 29, 2004 10:15 am

issue while executing stored procedure

Post by rkdatastage »

Hi All
I am trying to call a stored procedure from a datastage job through ODBC Enterprise Stage.

The error is like this :
ODB_ROLLBACK_STOREDPROCE: Write mode failure: exec CTRL.DBo.sp_rollback_cp, '821001',
'CTRL.DBo.LoadStatus','CPY.testcopy.WH_EMP' doesn't exist.

The 4 parameters i am passing are stored procedure name, Loadstatusid,control table and target table .

i am using SQLSERVER 2008 database.

Any thoughts , please share

Regards
RK
nikhilanshuman
Participant
Posts: 58
Joined: Tue Nov 17, 2009 3:38 am

Post by nikhilanshuman »

do you have write privileges on the database?
Nikhil
Post Reply