Author |
Message
|
steiner |
Posted: Mon Jul 21, 2003 8:22 am Post subject: Message Errors when Queue create |
|
|
Voyager
Joined: 07 Mar 2003 Posts: 89
|
Hello,
Just a little explication.
When I create a new Queue on my server I become the message :
AMQ5615: Default objects cannot be created: CompCode = 2 Reason = 2063.
So the Queue functionnalities are good and it function correctly.
I read the explications of the message error but I don't know where the problem comes.
So I just want to say that the message arrives all times for all Queues that I want to create.
Has anyone also become those message, and anyone help me to find where the errors are.
Thanks a lot... |
|
Back to top |
|
 |
bduncan |
Posted: Mon Jul 21, 2003 8:48 am Post subject: |
|
|
Padawan
Joined: 11 Apr 2001 Posts: 1554 Location: Silicon Valley
|
Reading the description of the 2063 error in the MQSeries Application Programming Reference, it sounds like your problem is a security issue. You didn't mention specifically, but I'm assuming you are trying to create these queues through your application, rather than runmqsc or MQExplorer. That means that whatever user your application is running as has the authority to connect to the queue manager, and put and get messages, but not to create new objects (queues). You should use the dspmqaut command to confirm that this user has the appropriate authorities. _________________ Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator |
|
Back to top |
|
 |
steiner |
Posted: Tue Jul 22, 2003 12:18 am Post subject: Message error when I create a Queue |
|
|
Voyager
Joined: 07 Mar 2003 Posts: 89
|
Thanks for your response.
So I understand what you want to say.
So the problem is that when I create The Queue, I do the following operations:
all the queues are stopped
nobody , also others users cannot start a Queue (then have not the autorities)
I create the Queue with the command : crtmqm -ll -lf 16348 -lp 50 -ls 12 TOTOMCC (the value are store in mq.ini)
I have no tools for MQ-Series open or connected
So I don't understand where the problem is ??
Thanks a lot for your help |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jul 22, 2003 6:09 am Post subject: Re: Message error when I create a Queue |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
steiner wrote: |
I create the Queue with the command : crtmqm |
That command creates a queue manager, to the best of my knowledge, not a queue. |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Jul 22, 2003 8:01 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
What operating system are you on? You can see this error if you are on Solaris and have installed the DCE version of the libraries and you don't have DCE. |
|
Back to top |
|
 |
steiner |
Posted: Wed Jul 23, 2003 12:26 am Post subject: Message Error |
|
|
Voyager
Joined: 07 Mar 2003 Posts: 89
|
Hello,
Tanks a lot for your help.
To the question , the answers are :
I work on HP-UX 11i
MQ-series V5.20 with Fix pack V11 and V11DCE
So perhaps can this help you and so perhaps in the follow me.
Thanks a lot ... |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jul 23, 2003 7:25 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Are you trying to say that you installed MQ with the DCE option? If so, do you have DCE (the actual product not MQ DCE) installed on the system? If you don't, then uninstall MQ and re-install and select non-DCE. |
|
Back to top |
|
 |
|