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 » First steps..

Post new topic  Reply to topic
 First steps.. « View previous topic :: View next topic » 
Author Message
Thomasb
PostPosted: Mon Jan 03, 2005 9:59 am    Post subject: First steps.. Reply with quote

Novice

Joined: 07 Oct 2002
Posts: 15
Location: Sundsvall, Sweden

Installed the trial software of IBM MQ Series 5.3 on my Windows XP box.

After the interactive setup I removed the default QM and decided to setup a small 'distributed' environment to learn more about different kinds of queues.

But something went wrong almost immediately.

Here's what I did

(xxx.xxx.x.xxx is the ip-adress of my local machine)


crtmqm -q mq1
strmqm
runmqsc
define qlocal (trans) usage (xmitq)
define qremote (rq) rname (lq) rqmname ( 'mq2') xmitq (trans)
define channel (ch) chltype (sdr) conname ('xxx.xxx.x.xxx(1420)') xmitq (trans) trptype (tcp)
end


crtmqm mq2
strmqm mq2
runmqlsr -m mq2 -t tcp -p 1420
runmqsc mq2
define qlocal (lq)
define channel (ch) chltype (rcvr) trptype (tcp)
end

runmqchl -c ch -m mq1

<new window>

amqsput rq
<something>

amqsget lq mq2

NOTHING!!


This is modified examples from "Quick Beginnings" for Windows

Guess I make a simple mistake but what???
Back to top
View user's profile Send private message Visit poster's website
csmith28
PostPosted: Mon Jan 03, 2005 10:18 am    Post subject: Reply with quote

Grand Master

Joined: 15 Jul 2003
Posts: 1196
Location: Arizona

Your message is probably in TRANS do this:

c: >runmqsc mq1
start chl(CH)

You didn't start your sender channel and the XMITQ is not properly configured to TRIGGER.

Note that all of your object names will have been capitalized because you didn't use ('object') syntax. MQSeries will capitalize everything that is not encased in the single quote.
_________________
Yes, I am an agent of Satan but my duties are largely ceremonial.
Back to top
View user's profile Send private message
Thomasb
PostPosted: Mon Jan 03, 2005 12:34 pm    Post subject: Ooops! Reply with quote

Novice

Joined: 07 Oct 2002
Posts: 15
Location: Sundsvall, Sweden

You where right!

Thanks!

Thought I did with the command

runmqchl -c ch -m mq1

But..
Back to top
View user's profile Send private message Visit poster's website
EddieA
PostPosted: Mon Jan 03, 2005 12:54 pm    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
runmqchl -c ch -m mq1

Except this is a command line program, so the values are NOT folded to upper case. That only happens in runmqsc.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
csmith28
PostPosted: Mon Jan 03, 2005 4:39 pm    Post subject: Reply with quote

Grand Master

Joined: 15 Jul 2003
Posts: 1196
Location: Arizona

Code:
runmqchl -c ch -m mq1


Yeah, I am surprised you didn't get and AMQ9519 Channel Not Found or AMQ9999 Channel Program Ended Abnormally error.
_________________
Yes, I am an agent of Satan but my duties are largely ceremonial.
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 » First steps..
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.