Author |
Message
|
drgusto |
Posted: Thu Oct 31, 2002 12:22 pm Post subject: MQ 5.2.1 crtmqm error |
|
|
Newbie
Joined: 31 Oct 2002 Posts: 3
|
Can anybody help me with this error? I just loaded MQ v5.2.1 onto my laptop and simply attempting to create a basic qm through explorer or command-line generates the following:
-------------------------------------------------------------------------------
10/31/2002 10:50:07
AMQ7006: Missing attribute Prefix from configuration data.
EXPLANATION:
The QueueManager stanza in the configuration data is missing the required
Prefix attribute.
ACTION:
Check the contents of the configuration data and retry the operation.
-------------------------------------------------------------------------------
10/31/2002 10:50:23
AMQ7886: Unable to create queue manager test.
EXPLANATION:
Queue manager test could not be created. MQSeries returned error -1073741819:
CRTMQM -q -ld"D:\Program Files\IBM\MQSeries\log" test Process could not be
started - return code -1073741819
ACTION:
No Action Required.
-------------------------------------------------------------------------------
Thank you for any assistance you can provide.
Doc |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Oct 31, 2002 12:38 pm Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Have you tried leaving off the path for the logs ???
if so then check registry key
[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Configuration\LogDefaults]
"LogDefaultPath"="c:\\var\\mqm\\logs"
"LogPrimaryFiles"="3"
"LogSecondaryFiles"="2"
"LogFilePages"="256"
"LogType"="CIRCULAR"
"LogBufferPages"="17" _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
drgusto |
Posted: Fri Nov 01, 2002 5:41 am Post subject: MQ 5.2.1 crtmqm error |
|
|
Newbie
Joined: 31 Oct 2002 Posts: 3
|
yes, then i get the same "Prefix" error AMQ7006. I tried resetting the "DefaultPrefix" reg value, but same problem. Anything else I can try?
thx. |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Nov 01, 2002 7:24 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Check this key also
[HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Configuration\AllQueueManagers]
"DefaultPrefix"="c:\\var\\mqm"
"ConvEBCDICNewline"="NL_TO_LF" _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
drgusto |
Posted: Fri Nov 01, 2002 9:03 am Post subject: |
|
|
Newbie
Joined: 31 Oct 2002 Posts: 3
|
same error. The DefaultPrefix path is a valid path (although obviously different than the path u mentioned). The other string value "ConvEBCDICNewline" did not exist, so I added it. I am not sure about the error explanation though, how could the Prefix be missing? |
|
Back to top |
|
 |
RichA |
Posted: Fri Mar 21, 2003 8:35 am Post subject: |
|
|
 Centurion
Joined: 14 Mar 2002 Posts: 102
|
This might be a bit late for a reply, but I've just had the same problem and this was the only thread that kept matching my searches so I thought I'd mention how I fixed it in my case I removed the HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Configuration\QueueManager key from the registry.
I'm unsure as to why this existed on the machine, but then it's not mine so I can't say what other people will/won't have done.
I think this key should only exist if there's actually a queue manager on the machine, in this case there wasn't. After removal the crtmqm worked and the key was recreated with queue manager information, previously it was empty. |
|
Back to top |
|
 |
|