Author |
Message
|
mq_crazy |
Posted: Thu Aug 12, 2004 12:22 pm Post subject: Error AMQ8405 |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
Guys i am new to MQ, i am trying to define cluster receiver channel, but i am getting this error, can u check whether i am typing right.
DEFINE CHANNEL(TO.ATLN400_1) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) +
CONNAME('170.153.74.193(1414)') CLUSTER(CL_ODS_01)
Error i am getting AMQ8405: syntax error detected at near or end of the command.
Mine is MQ 5.3 CSD07 on HP-UX
Thanks |
|
Back to top |
|
 |
EddieA |
Posted: Thu Aug 12, 2004 12:26 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Cut and Paste into runmqsc worked for me.
Make sure that there's a space before the '+' and to be certain, start the next line with a space.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
mq_crazy |
Posted: Thu Aug 12, 2004 12:44 pm Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
HEY THANKS FOR THE REPLY, I MADE SURE THERE IS SPACE BEFORE + AND STARTED THE NEXT LINE WITH SPACE, STILL GETTING SAME ERROR. PLEASE HELP. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Aug 12, 2004 1:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I just did the same cut&paste and it worked for me. What version of WMQ are you running? You can use mqver to get it. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Aug 12, 2004 3:30 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Quote: |
Mine is MQ 5.3 CSD07 on HP-UX
|
I have an HP-UX 11i 5.3 CSD07 setup.
Code: |
DEFINE CHANNEL(TO.ATLN400_1) CHLTYPE(CLUSRCVR) TRPTYPE(TCP) +
CONNAME('170.153.74.193(1414)') CLUSTER(CL_ODS_01)
AMQ8014: WebSphere MQ channel created.
|
_________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
mq_crazy |
Posted: Thu Aug 12, 2004 7:47 pm Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
Guys, i got it, i took out the + sign and it worked. Thanks a lot for all your replies. |
|
Back to top |
|
 |
|