Author |
Message
|
ajaykumar.maram |
Posted: Thu Jul 27, 2017 4:05 am Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
rammer wrote: |
Sorry I cant see anything in Dropbox. Just double check all your settings, you could set yourself an easy 2 Queue Manager scenario to test and build from there. (sorry ive not been through the chapter 2 example)
Or post your comannds in here. |
As per ur suggestion I've tried 2 Queue Manager scenario, even in this scenario I'm facing the same issue.
I've created 2 Queue managers FTE1 & FTE2 including sender & receiver channels(which are running fine). When I try to create the fteagents I'm getting the same error "2087". Below are the commands.
fteSetupCoordination -coordinationQMgr FTE1 -coordinationQMgrHost localhost -coordinationQMgrPort 1414 -coordinationQMgrChannel SYSTEM.DEF.SVRCONN
runmqsc FTE1< FTE1_create.mqsc
fteSetupCommands -connectionQMgr FTE2 -connectionQMgrHost localhost -connectionQMgrPort 1415 -connectionQMgrChannel SYSTEM.DEF.SVRCONN -f
fteCreateAgent -agentName AGENT1 -agentQMgr FTE2 -agentQMgrHost localhost -agentQMgrPort 1415 -agentQMgrChannel SYSTEM.DEF.SVRCONN -f |
|
Back to top |
|
|
rammer |
Posted: Thu Jul 27, 2017 4:32 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
What happens if you create the agent without the channel setting so for example
fteCreateAgent -agentName AGENT1 -agentQMgr FTE2 |
|
Back to top |
|
|
rammer |
Posted: Thu Jul 27, 2017 5:50 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
I meant to add take aall the options off that put it in client mode as your doing it all local you can use bindings mode. |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Thu Jul 27, 2017 6:49 am Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
rammer wrote: |
I meant to add take aall the options off that put it in client mode as your doing it all local you can use bindings mode. |
When run "fteCreateAgent -agentName AGENT1 -agentQMgr FTE2 -f" it is giving the same error.
"BFGMQ1007W: The coordination queue manager cannot be contacted or has refused a connection attempt. The WebSphere MQ reason code was 2087. The agent's presence will not be published." |
|
Back to top |
|
|
rammer |
Posted: Thu Jul 27, 2017 9:00 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
ok so I just quickly created a very basic 3 queue manager FTE scenraio on b=version 8
QM1 - Normal MQ
QM2 - Normal MQ
QM3 - Coordination and Command FTE Queue MAnager
Set up channels between them all.
Set up XMITQ between them all of QM1 - QM3 as the names
Create the coordination queue manager
fteSetupCoordination -coordinationQMgr QM6
*remember to pipe in the confiuration mqsc file**
Create Command
fteSetupCoordination -coordinationQMgr QM6
Create agents
ftecreateagent -agentname QM5.AGENT.FTE1 -agentqmgr QM5
ftecreateagent -agentname QM4.AGENT.FTE1 -agentqmgr QM4
**remember to pipe in the mqsc file to correct qmgr.
No errors.
Also notice I didnt use IP Address / Port in the config as im using it all local .
You may have the errors when running it in client mode due to security not sure but the above works fine. Just delete your test and start again make sure to delete the files from under c:\programfiles.....mqmft\ |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Thu Jul 27, 2017 8:17 pm Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
Vitor wrote: |
ajaykumar.maram wrote: |
Before I raise a PMR plz verify the list of commands I've used and let me know if I miss somthing. |
You've missed something.
You've missed the same thing described in the previous post you didn't find anything in. |
Thanks Vitor, as you said I found my mistake and resolved the issue. The mistake I did was creating a transmission queue with wrong name in "QM_WIN" queue manager when I change the transmission queue from "QM_MFT_LNX" to "MFT_LNX" it is working fine.
Thank you Vitor & rammer for your help. |
|
Back to top |
|
|
fjb_saper |
Posted: Thu Jul 27, 2017 8:44 pm Post subject: |
|
|
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20729 Location: LI,NY
|
You could have left the xmitq alone and created a qmgr alias.
What you missed to understand is that FTE expects a DEFAULT routing of the messages from qmgr to qmgr... _________________ MQ & Broker admin |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Thu Jul 27, 2017 10:51 pm Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
Sorry to disturb you again.
I have facing another issue I've created the entire setup with agents. When I start agents "AGENT_WIN & AGENT_LNX" they are working fine. When I use "fteListAgents" it showing only one Agent(AGENT_LNX). I've tried on both the boxes. The file transfer is also working fine. Can some tell me wt was the problem. |
|
Back to top |
|
|
|