If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > fixpack problem?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-28-04, 14:31
toby25 toby25 is offline
Registered User
 
Join Date: Sep 2003
Posts: 63
fixpack problem?

when trying to execute a sql-statement via CommandCenter or via CommandLineProcessor I recieve Error
SQL0551N "BRPT" does not have the privilege to perform operation "EXECUTE" on
object "NULLID.SQLC2D04". SQLSTATE=42501
since we've upgraded to command center v7.2 fix pack 11
Reply With Quote
  #2 (permalink)  
Old 04-29-04, 08:05
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by toby25
when trying to execute a sql-statement via CommandCenter or via CommandLineProcessor I recieve Error
SQL0551N "BRPT" does not have the privilege to perform operation "EXECUTE" on
object "NULLID.SQLC2D04". SQLSTATE=42501
since we've upgraded to command center v7.2 fix pack 11
Rebind your packages per the Fixpack README.

From sqllib/bnd:
db2 "bind @db2ubind.lst blocking all grant public"
db2 "bind @db2cli.lst blocking all grant public"
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
  #3 (permalink)  
Old 05-04-04, 16:55
toby25 toby25 is offline
Registered User
 
Join Date: Sep 2003
Posts: 63
Exclamation

I did execute those 2 commands but its still not working.
I am still getting SQL0551N "user1" does not have the privilege to perform operation "EXECUTE" on
object "NULLID.SQLC2D04". SQLSTATE=42501

has anyone tried anything different apart from running those 2 bind commands to resolve this fixpack 11 problem with command center.

Thanks,
toby
Reply With Quote
  #4 (permalink)  
Old 05-04-04, 18:09
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Grant EXECUTE on that package only and see what happens

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #5 (permalink)  
Old 05-05-04, 18:57
toby25 toby25 is offline
Registered User
 
Join Date: Sep 2003
Posts: 63
That one worked. Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On