ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Error on creating queue manager on Windows Server

Post new topic  Reply to topic
 Error on creating queue manager on Windows Server « View previous topic :: View next topic » 
Author Message
tapak
PostPosted: Tue Mar 14, 2006 6:42 am    Post subject: Error on creating queue manager on Windows Server Reply with quote

Centurion

Joined: 26 Oct 2005
Posts: 149
Location: Hartford,CT

I am trying to configure MQ 5.3 on windows server machine . The userid MUSER_MQADMIN was not created while MQ was installed . So I manually created the userid and added to the group mqm. Default server is created properly .When I try to create a new queue manager I am getting different errors. Sometimes the MQ explorer disappears . Here is the list of errors I got in event viewer and the error in fdc files. . Any thoughts ?

1. Probe Description :- AMQ6119: An internal WebSphere MQ error has occurred |
| (Access Violation at address 000E3795 when reading) |
| FDCSequenceNumber :- 0 |
| Comment1 :- Access Violation at address 000E3795 when reading

2. Error code 20 starting FTCDEV1/Command Server WebSphere MQ service.

The service was unable to start FTCDEV1/Command Server. The error message reported was as follows: Process could not be started - return code 20

3. Faulting application amqmsrvn.exe, version 5.300.1200.5342, faulting module ntdll.dll, version 5.2.3790.1830, fault address 0x0002f583.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
_________________
IBM Certified Solution Designer -- WebSphere MQ V5.3
IBM Certified Solution Designer -- WebSphere Business Integration - Message Broker V5
IBM Certified Specialist -- IBM WebSphere App Svr Advd Single Svr Ed. for Multiplatforms (Java)
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Mar 14, 2006 6:51 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You can try running
Code:
amqmdain regsec

_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
tapak
PostPosted: Tue Mar 14, 2006 7:26 am    Post subject: Reply with quote

Centurion

Joined: 26 Oct 2005
Posts: 149
Location: Hartford,CT

Running amqmdain regsec didnt helped.
_________________
IBM Certified Solution Designer -- WebSphere MQ V5.3
IBM Certified Solution Designer -- WebSphere Business Integration - Message Broker V5
IBM Certified Specialist -- IBM WebSphere App Svr Advd Single Svr Ed. for Multiplatforms (Java)
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Mar 14, 2006 7:27 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Then you probably need to uninstall and reinstall.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Mar 14, 2006 8:26 am    Post subject: Re: Error on creating queue manager on Windows Server Reply with quote

Jedi

Joined: 09 Mar 2004
Posts: 2080

tapak wrote:
The userid MUSER_MQADMIN was not created while MQ was installed . So I manually created the userid and added to the group mqm.

I assume you mean MUSR_MQADMIN.

Check also the security settings ("Identity" tab) on the "IBM MQSeries Services" DCOM application. To get to this on Windows XP, go to

Component Services (can start from Start Menu or by typing dcomcnfg)
> Console Root
> > Component Services
> > > Computers
> > > > My Computer
> > > > > DCOM Config
> > > > > > IBM MQSeries Services
> > > > > > (right-click on this, choose Properties, go to Identity tab)

I think this should have the user and password boxes filled in with MUSR_MQADMIN and its password.

See also : http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/topic/com.ibm.mq.amqzag.doc/musrpwd.htm

I wonder why that user didn't get created ... are you installing as a lower-privileged user, perhaps?
Back to top
View user's profile Send private message
tapak
PostPosted: Wed Mar 15, 2006 6:22 am    Post subject: Reply with quote

Centurion

Joined: 26 Oct 2005
Posts: 149
Location: Hartford,CT

I tried running using the local user as well as a domain user . Still getting some authorization issues . Channged the dcom login parameters alsoas mentioned..nd I noticed that for each application server created in websphere application server a queue manager is created automatically in the mq server . Any thoughts on this .I asked the sys admin to reinstalll.. But no luck.

We created a domain with name domain mqm and created a userid with name mmqm in the domain controller. Gave the required permissions to the domain domain mqm. Not sure what I am missing here.

Stilll getting some authorization errors as below .

Probe Description :- AMQ9508: Program cannot connect to the queue manager. |
| FDCSequenceNumber :- 0 |
| Arith1 :- 2 2 |
| Arith2 :- 2035 7f3 |
| Comment1 :- QM_ftcsvr011 |
| |
| Comment2 :- MQRC_NOT_AUTHORIZED



WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Wed March 15 08:31:15 Eastern Standard Time 2006 |
| Host Name :- FTCSVR011 (Windows Ver 5.2 Build 3790: Service Pack 1) |
| PIDS :- 5724B4100 |
| LVLS :- 530.12 CSD12 |
| Product Long Name :- WebSphere MQ for Windows |
| Vendor :- IBM |
| Probe Id :- ZD007030 |
| Application Name :- MQM |
| Component :- zdmMQCONN |
| Build Date :- Dec 8 2005 |
| CMVC level :- p530-12-L051208 |
| Build Type :- IKAP - (Production) |
| UserID :- mqm |
| Process Name :- D:\Program Files\IBM\WebSphere MQ\bin\amqzdmaa.exe |
| Process :- 00005252 |
| Thread :- 00000001 |
| QueueManager :- QM_ftcsvr011 |
| Major Errorcode :- MQRC_NOT_AUTHORIZED |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ07F3 |
| Probe Severity :- 4 |
| Probe Description :- AMQ07?3: WebSphere MQ was unable to display an error |
| message 7F3. |
| FDCSequenceNumber :- 0
_________________
IBM Certified Solution Designer -- WebSphere MQ V5.3
IBM Certified Solution Designer -- WebSphere Business Integration - Message Broker V5
IBM Certified Specialist -- IBM WebSphere App Svr Advd Single Svr Ed. for Multiplatforms (Java)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Error on creating queue manager on Windows Server
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.