Author |
Message
|
madi |
Posted: Tue Jan 17, 2006 8:21 am Post subject: mqsicreateconfigmgr -- '[IBM][CLI Driver] SQL1092N |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
Hi All
I am trying to create a configmgr and I get the following error
( ConfigMgr ) Unexpected exception accessing configuration repository; exception text: '[IBM][CLI Driver] SQL1092N "" does not have the authority to perform the requested command. '.
My user ID is a member of all the groups db2admns and db2users and mqm etc.
Plz help.
madi |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jan 17, 2006 8:27 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
But the error message indcates that you're trying to use the "" userid (ie null), how are you specifying the mqsicreateconfigmgr command? Are you specifying the -u flag without an userid? _________________ -wayne |
|
Back to top |
|
 |
madi |
Posted: Tue Jan 17, 2006 8:30 am Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
Thanks for repling
Here is what I used
mqsicreateconfigmgr -i A67628 -a PASSWORD -q QMGR -n Database -u USERID -p PASSWORD
Thanks |
|
Back to top |
|
 |
wschutz |
Posted: Tue Jan 17, 2006 8:33 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Whats "USERID" ? Is that your ID? What happens if you don't specify -u and -p ?? _________________ -wayne |
|
Back to top |
|
 |
madi |
Posted: Tue Jan 17, 2006 8:35 am Post subject: |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
same thing!!! doent matter if i give use -u and -p or not |
|
Back to top |
|
 |
madi |
Posted: Tue Jan 17, 2006 9:03 am Post subject: diff problem |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
Hi guys
The problem with the previous databases was that it was not giving me permission. I created them but now I dont have permission!! So i created another database for the config mgr and when i try to create config mgr I am getting the following error
( ConfigMgr ) Unexpected exception accessing configuration repository; exception text: '[IBM][CLI Driver] SQL30082N Attempt to establish connection failed with security reason "1" ("PASSWORD EXPIRED"). SQLSTATE=08001 '.
plz help
madi |
|
Back to top |
|
 |
madi |
Posted: Tue Jan 17, 2006 9:06 am Post subject: got it |
|
|
 Chevalier
Joined: 17 Jan 2006 Posts: 475
|
got it!!
i was not giving the domain for the user id like ABC\userid
now when i did i got it to work
thanks for all the help
madi |
|
Back to top |
|
 |
elvis_gn |
Posted: Tue Jan 17, 2006 8:39 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi madi,
Do you mean you are now doing
mqsicreateconfigmgr -i A67628 -a PASSWORD -q QMGR -n Database -u ABC\userid -p PASSWORD
Regards. |
|
Back to top |
|
 |
|