|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
FMC33903E |
« View previous topic :: View next topic » |
Author |
Message
|
jk |
Posted: Tue Oct 21, 2003 1:32 am Post subject: FMC33903E |
|
|
Apprentice
Joined: 09 Jan 2002 Posts: 36
|
Hi,
The environment is MQ5.2
MQWf 3.3.2
DB 7.2
Windows 2K
Im getting an "FMC33903E Error while creating MQSeries queue manager FMCQM occurred." while creatingg the default configuration. In the log file the error is attached below.
***************************
47P8479, 5639-B43 (C) Copyright IBM Corp. 1994, 2001. ALL RIGHTS RESERVED.
Starting MQSeries Commands.
: *BEGIN CMVC */
: **************************************************************************
: *
: * Workfile: fmcccltc.mqs, v3-comm, fmv3
: * Last update: 99/10/18 10:52:43
: * SCCS path, id: /home/flowmark/vc/0/1/6/8/s.39 1.7
: *
: *************************************************************************/
: *END CMVC */
: *BEGIN COPYRIGHT */
: **************************************************************************
: *
: * Licensed Materials - Property of IBM
: * 5697-FM3 5655-A96
: * (C) Copyright IBM Corp. 1998, 1999
: * US Government Users Restricted Rights - Use, duplication or
: * disclosure restricted by GSA ADP Schedule Contract
: * with IBM Corp.
: *
: *************************************************************************/
: *END COPYRIGHT */
: *BEGIN DISCLAIMER */
: **************************************************************************
: * DISCLAIMER
: * ----------
: * This material contains programming source code for your consideration.
: * These examples have not been thoroughly tested under all conditions.
: * IBM, therefore, cannot guarantee or imply reliability, serviceability,
: * or function of these programs.
: * ALL PROGRAMS CONTAINED HEREIN ARE PROVIDED TO YOU "AS IS", WITHOUT ANY
: * WARRANTIES (EXPRESS OR IMPLIED) OR SUPPORT WHATSOEVER, INCLUDING BUT
: * NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
: * FOR A PARTICULAR PURPOSE.
: *************************************************************************/
: *END DISCLAIMER */
:
: *************************************************************************
: * Client channel definition (server connection) using TCP/IP *
: * at FMCQM *
: *************************************************************************
1 : DEFINE CHANNEL('FMCQM.CL.TCP') +
: CHLTYPE(SVRCONN) +
: TRPTYPE(TCP) +
: DESCR('Bi-directional channel to/from FMCQM TCPIP') +
: MAXMSGL(9999999) +
: MCAUSER('fmc') +
: MSGDATA(' ' ) +
: MSGEXIT(' ' ) +
: REPLACE +
: RCVDATA(' ' ) +
: RCVEXIT(' ' ) +
: SCYDATA(' ' ) +
: SCYEXIT(' ' ) +
: SENDDATA(' ' ) +
: SENDEXIT(' ' ) +
: HBINT(5)
AMQ8405: Syntax error detected at or near end of command segment below:-
DEFINE CHANNEL('FMCQM.CL.TCP') CHLTYPE(SVRCONN) TRPTYPE(TCP) DESCR('Bi-directional channel to/from FMCQM TCPIP') MAXMSGL
(9999999) MCAUSER('fmc') MSGDATA
AMQ8427: Valid syntax for the MQSC command:
DEFINE CHANNEL(channel_name)
CHLTYPE( SVRCONN ) [ DESCR(string) ]
[ HBINT ] [ LIKE(channel_name) ]
[ MAXMSGL(integer) ] [ MCAUSER(string) ]
[ NOREPLACE | REPLACE ] [ RCVDATA(string) ]
[ RCVEXIT(string) ] [ SCYDATA(string) ]
[ SCYEXIT(string) ] [ SENDDATA(string) ]
[ SENDEXIT(string) ] [ TRPTYPE( LU62 | TCP | NETBIOS |
PX ) ]
:
: *************************************************************************
: * Client channel definition (client connection) using TCP/IP *
: * to FMCQM *
: *************************************************************************
2 : DEFINE CHANNEL('FMCQM.CL.TCP') +
: CHLTYPE(CLNTCONN) +
: CONNAME('PRASANNAB(14010)') +
: TRPTYPE(TCP) +
: DESCR('Bi-directional channel to/from FMCQM TCPIP') +
: MAXMSGL(9999999) +
: MSGDATA(' ') +
: MSGEXIT(' ') +
: REPLACE +
: QMNAME('FMCQM') +
: RCVDATA(' ') +
: RCVEXIT(' ') +
: SCYDATA(' ') +
: SCYEXIT(' ') +
: SENDDATA(' ') +
: SENDEXIT(' ') +
: HBINT(5)
AMQ8405: Syntax error detected at or near end of command segment below:-
DEFINE CHANNEL('FMCQM.CL.TCP') CHLTYPE(CLNTCONN) CONNAME('PRASANNAB(14010)') TRPTYPE(TCP) DESCR('
Bi-directional channel to/from FMCQM TCPIP') MAXMSGL(9999999) MSGDATA
AMQ8427: Valid syntax for the MQSC command:
DEFINE CHANNEL(channel_name)
CHLTYPE( CLNTCONN ) CONNAME(string)
[ DESCR(string) ] [ HBINT ]
[ LIKE(channel_name) ] [ MAXMSGL(integer) ]
[ MODENAME(string) ] [ NOREPLACE | REPLACE ]
[ PASSWORD(string) ] [ QMNAME(string) ]
[ RCVDATA(string) ] [ RCVEXIT(string) ]
[ SCYDATA(string) ] [ SCYEXIT(string) ]
[ SENDDATA(string) ] [ SENDEXIT(string) ]
[ SEQWRAP(integer) ] [ TPNAME(string) ]
[ TRPTYPE( LU62 | TCP | NETBIOS | SPX ) ] [ USERID(string) ]
:
2 MQSC commands read.
2 commands have a syntax error.
All valid MQSC commands were processed.
*************************
Thanks in advance |
|
Back to top |
|
 |
mike_mq |
Posted: Tue Oct 21, 2003 3:14 am Post subject: |
|
|
Centurion
Joined: 17 Oct 2003 Posts: 123
|
Hello,
I got the similar error while configuring MQWF Components, as in my case QueueManager FMCQM is already existing on MQSeries Server. So I deleted my FMCQM and ran the configuration utility. Can you see whether FMCQM is already running / existing?
Best Regards,
Mike. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|