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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » FMC33903E

Post new topic  Reply to topic
 FMC33903E « View previous topic :: View next topic » 
Author Message
jk
PostPosted: Tue Oct 21, 2003 1:32 am    Post subject: FMC33903E Reply with quote

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
View user's profile Send private message
mike_mq
PostPosted: Tue Oct 21, 2003 3:14 am    Post subject: Reply with quote

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
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 » Workflow Engines - IBM MQ Workflow & Business Process Choreographer » FMC33903E
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.