Configuring MBFE on queue manager 'WBRK6_DEFAULT_QUEUE_MANAGER' with repository
'C:/IBM/MBFE/repository/data'.
5724-H72 (C) Copyright IBM Corp. 1994, 2004. ALL RIGHTS RESERVED.
Starting MQSC for queue manager WBRK6_DEFAULT_QUEUE_MANAGER.
: * USAGE:
: * runmqsc myQueueManager < mbfemqqueue.tst
: *
: *
: * $Id: mbfemqqueue.tst,v 1.4 2005/05/03 05:01:05 cu0008 Exp $
:
:
: * queue used to synchronize with MQ
1 : DEFINE QLOCAL (SYSTEM.BROKER.MBFE.CONTROL.QUEUE) REPLACE;
AMQ8006: WebSphere MQ queue created.
:
: * queues used to store internal informations about files
2 : DEFINE QLOCAL (SYSTEM.BROKER.MBFE.REPOSITORY.QUEUE) +
: MAXDEPTH(300000) +
: GET(ENABLED) +
: PUT(ENABLED) +
: NOTRIGGER +
: DEFPSIST(YES) +
: MAXMSGL(4194304) +
: REPLACE;
AMQ8006: WebSphere MQ queue created.
:
3 : DEFINE QLOCAL (SYSTEM.BROKER.MBFE.WORK.QUEUE) +
: MAXDEPTH(300000) +
: GET(ENABLED) +
: PUT(ENABLED) +
: NOTRIGGER +
: DEFPSIST(YES) +
: MAXMSGL(4194304) +
: REPLACE;
AMQ8006: WebSphere MQ queue created.
4 : END
3 MQSC commands read.
No commands have a syntax error.
All valid MQSC commands were processed.
Error configuring MBFE on queue manager 'WBRK6_DEFAULT_QUEUE_MANAGER' at path 'C
:/IBM/MBFE/repository/data'.
com.primeur.ft.fs.persistence.FSPersistenceException: Error creating FSQueue man
ager MQ persistence. Queue manager 'WBRK6_DEFAULT_QUEUE_MANAGER' has already bee
n configured to host another FS queue manager
at com.primeur.ft.fs.persistence.mq.FSMQQueueManager.prepareQueueManager
(FSMQQueueManager.java:280)
at com.primeur.ft.fs.persistence.mq.FSMQQueueManager.connect(FSMQQueueMa
nager.java:86)
at com.primeur.ft.fs.FSQueueManager.<init>(FSQueueManager.java:107)
at com.primeur.ft.fs.FSEnvironment.createConnection(FSEnvironment.java:5
87)
at com.primeur.ft.fs.FSEnvironment.createQueueManager(FSEnvironment.java
:652)
at com.primeur.ft.fs.tools.cmdLine.CreateFSQueueManager.createFSQueueMan
ager(CreateFSQueueManager.java:396)
at com.primeur.ft.fs.tools.cmdLine.CreateFSQueueManager.main(CreateFSQue
ueManager.java:329)
MBFE configuration failed.
Any suggestion? I created the queues manually and tried to run the sample file2file flow. that is also not working. Any suggestion without deleting the queue manager?
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