Author |
Message
|
skraikwar |
Posted: Fri Feb 17, 2006 7:43 pm Post subject: Problem in creating Q manager: AMQ8101: WebSphere MQ error |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 5
|
hi,
I have Websphere MQ installed on Unix, and I am trying to create QM which is giving me following error -
AMQ8101: WebSphere MQ error (893) has occurred.
could not description for this. but when i went to check fdc file following was its content -
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Saturday February 18 11:38:40 TAIST 2006 |
| Host Name :- uatfcr (AIX 5.3) |
| PIDS :- 5724B4101 |
| LVLS :- 530.4 CSD04 |
| Product Long Name :- WebSphere MQ for AIX |
| Vendor :- IBM |
| Probe Id :- ZS086002 |
| Application Name :- MQM |
| Component :- zsllpiCreateQM |
| Build Date :- Jun 18 2003 |
| CMVC level :- p530-04-030617 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000501 (UNKNOWN) |
| Program Name :- crtmqm |
| Process :- 00147598 |
| Major Errorcode :- MQRC_UNEXPECTED_ERROR |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ0893 |
| Probe Severity :- 4 |
"AMQ47598.0.FDC" 73 lines, 5543 characters
| Probe Description :- AMQ6090: WebSphere MQ was unable to display an error |
| message 893. |
| FDCSequenceNumber :- 0 |
| Arith1 :- 1 1 |
| Arith2 :- 4294967295 ffffffff |
| Comment1 :- realUID:501, effectiveUID:501 |
| |
| Comment2 :- cannot set mqm uid |
| |
| |
+-----------------------------------------------------------------------------+
No MQM Function Stack Available
Please help me to rectify it. _________________ Regards,
Sandy |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Feb 17, 2006 9:11 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Could it be that the file permissions are not right?
Can you show us the file permissions ? (ls -l)
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
wschutz |
Posted: Sat Feb 18, 2006 2:59 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
|
Back to top |
|
 |
skraikwar |
Posted: Sun Feb 19, 2006 7:49 pm Post subject: |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 5
|
Hi, can you please tell me where I need to check file permission, my user have all permission in mqm. do I need to check anyehere else.
fjb_saper wrote: |
Could it be that the file permissions are not right?
Can you show us the file permissions ? (ls -l)
Enjoy  |
_________________ Regards,
Sandy |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Feb 19, 2006 8:38 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Code: |
ls -l /opt/mqm/bin/crtmqm
ls -l /usr/mqm/bin/crtmqm |
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
skraikwar |
Posted: Sun Feb 19, 2006 8:46 pm Post subject: |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 5
|
Hi,
Thnx for your prompt reply, here are the permissions-
1. for /opt/mqm/bin/crtmqm
i do not have mqm under /opt. is this required to run all mqm commands?
2. for /usr/mqm/bin/crtmqm
-rwxrwxr-x 1 mqm mqm 2094332 Jun 18 2003 /usr/mqm/bin/crtmqm
on others it do not have write permission but since i am a member of mqm group, i have write permission also.
Still it is not able to solve my problem, please help me.
fjb_saper wrote: |
Code: |
ls -l /opt/mqm/bin/crtmqm
ls -l /usr/mqm/bin/crtmqm |
 |
_________________ Regards,
Sandy |
|
Back to top |
|
 |
rowles |
Posted: Mon Feb 20, 2006 1:43 am Post subject: |
|
|
 Acolyte
Joined: 12 Oct 2005 Posts: 51
|
How are you calling crtmqm? Are you just typing it on the command line, or is it being called from a program? there can be issues, especially with Java in running a setuid program on unix. _________________ --
Steve. |
|
Back to top |
|
 |
skraikwar |
Posted: Mon Feb 20, 2006 3:46 am Post subject: |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 5
|
Hey,, your very first advice worked, i checked up permission again and found instead of x(executable) it should be s for user and group...
that it and it started working fine.
but yeah, i am creating mq through java program only any specific error known to you while using java.
Thanks for your help. _________________ Regards,
Sandy |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Feb 20, 2006 6:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
skraikwar wrote: |
fjb_saper wrote: |
Code: |
ls -l /opt/mqm/bin/crtmqm (Solaris)
ls -l /usr/mqm/bin/crtmqm (AIX) |
 |
|
Glad you figured it out. You should check your installation there may be a few more cases where the permissions are not right. Maybe you need to reinstall?
Did you run the install as root or mqm ?
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
skraikwar |
Posted: Mon Feb 20, 2006 10:22 pm Post subject: |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 5
|
I have started using MQ, may be while using I will discover some more things to do, I am not aware about the how we run the install as root or mqm as it is done by admin section only.
Thanks for you support. We may see you here and there in this forum as a great MQ Guy. _________________ Regards,
Sandy |
|
Back to top |
|
 |
HubertKleinmanns |
Posted: Tue Feb 21, 2006 9:52 am Post subject: |
|
|
 Shaman
Joined: 24 Feb 2004 Posts: 732 Location: Germany
|
Maybe your admins are a little bit paranoid and remove all sticky bits, to obtain a secure system.
Tell them, the systems will become more secure, when they remove all network cables, disable WLAN etc.  _________________ Regards
Hubert |
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 21, 2006 10:02 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
skraikwar wrote: |
We may see you here and there in this forum as a great MQ Guy. |
Not wanting to take any kudos away from fjb_saper or wschutz, but it is easier than you might think to find solutions. By going to the Search link at the top of the page, and entering the probe Id ZS086002, the solution to this same problem crops up more than once. Also, I often find Google holds a route to answering questions and solving problems.
Enjoy MQ  |
|
Back to top |
|
 |
vennela |
Posted: Tue Feb 21, 2006 2:28 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
fjb_saper wrote: |
You should check your installation there may be a few more cases where the permissions are not right. Maybe you need to reinstall?
Did you run the install as root or mqm ?
Enjoy  |
If I find any of the permissions not right, I uninstall and install again instead of setting them manually. |
|
Back to top |
|
 |
|