DB2 bulk Load

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
mcs_suman
Participant
Posts: 20
Joined: Thu Sep 27, 2007 8:42 am
Location: chennai
Contact:

DB2 bulk Load

Post by mcs_suman »

Hi ,

I am using DB2 bulk load stage I am getting following error

1) does not have the privilege to perform operation "LOAD".
2)DB2_UDB_Load_289,0: Input 0 consumed 1744300 records.

In job it show 1744300 records has been passed but no Record is found in Target

The user has Access permission I dont know Why I an getting privilege

Nowhere I have mentioned the insert operation as Load

Does any one has any Idea about it..

Thanks

Suman
suman
kwwilliams
Participant
Posts: 437
Joined: Fri Oct 21, 2005 10:00 pm

Re: DB2 bulk Load

Post by kwwilliams »

Suman,

Talk to your DBA, while you may have insert privileges on the table, your user does not have privileges to load.

See DB2 documentation:

http://publib.boulder.ibm.com/infocente ... 004589.htm
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

That rows you see transfered just indicates that you were successful in building the load file.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
mcs_suman
Participant
Posts: 20
Joined: Thu Sep 27, 2007 8:42 am
Location: chennai
Contact:

Re: DB2 bulk Load

Post by mcs_suman »

HI kwwilliams,

I have insert Privilege on the table..I am getting those message only when I use DB@ bulk load stage.While using rest of the stage it's fine.

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

Post by ArndW »

Suman - the link that kwwiliiams put in his post documents that you need more than just INSERT privileges in order to do a load.
Post Reply