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 > SQL1092N -"" does not have the authority to perform the requested command

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-18-10, 00:12
samu78nyc samu78nyc is offline
Registered User
 
Join Date: Nov 2006
Posts: 31
SQL1092N -"" does not have the authority to perform the requested command

Hi All,
We have DB2 v9.5 Fix Pack 5 on AIX 5.3. We created an ID for backup vendor commvault to perform backup/restore but restrict them from data in the user tables. Below is what I have done so far..
created a group 'MAINT'
created an ID 'comvault' and assigned to MAINT group
updated dbm cfg using SYSMAINT MAINT
updated environment variable DB2_ALTERNATE_GROUP_LOOKUP using GETGRSET
recycled db2
When I try to backup the db, I am getting the SQL1092N error.

$ id
uid=76226077(comvault) gid=1(staff) groups=207(MAINT)
$ db2 backup db <dbname> online
SQL1092N "COMVAULT" does not have the authority to perform the requested command.

Any help is greatly appreciated.
Thanks,
Sam.
Reply With Quote
  #2 (permalink)  
Old 03-18-10, 14:01
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 552
Sam, there are 5 diff answers to your question. be specific on the error message. better yet, look up message description.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #3 (permalink)  
Old 03-18-10, 15:07
n_i n_i is online now
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,233
Don't use uppercase group names.
Reply With Quote
  #4 (permalink)  
Old 03-18-10, 16:44
samu78nyc samu78nyc is offline
Registered User
 
Join Date: Nov 2006
Posts: 31
Thanks Nick. Works great.
Reply With Quote
Reply

Thread Tools
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