Author |
Message
|
ajaykumar.maram |
Posted: Tue Jul 25, 2017 6:31 am Post subject: WebSphere MQ Managed File Transfer in Windows |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
|
Back to top |
|
|
Vitor |
Posted: Tue Jul 25, 2017 6:47 am Post subject: Re: WebSphere MQ Managed File Transfer in Windows |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ajaykumar.maram wrote: |
I have see the similar post but I didn't get any solution |
Why not? There's a very clear (and apparently successful) suggested solution in that post, which almost certainly applies in your case as well.
Why do you think it doesn't? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
bruce2359 |
Posted: Tue Jul 25, 2017 7:49 am Post subject: |
|
|
Poobah
Joined: 05 Jan 2008 Posts: 9446 Location: US: west coast, almost. Otherwise, enroute.
|
Moved to MFT forum. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Tue Jul 25, 2017 8:43 pm Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
Thanks for the reply vitor,
In that post I've seen the cases to identify the issue but I didn't find any thing. |
|
Back to top |
|
|
Vitor |
Posted: Wed Jul 26, 2017 4:54 am Post subject: |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ajaykumar.maram wrote: |
In that post I've seen the cases to identify the issue but I didn't find any thing. |
So you've applied the solution in that post and are still getting a 2087?
You need to raise a PMR as you've identified a bug with MQ's routing mechanism that no one else has found. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
rammer |
Posted: Wed Jul 26, 2017 7:32 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
Double check your configuration especially around xmitq, channels etc. Do all channels start ? |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Wed Jul 26, 2017 7:36 am Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
Hi Vitor & rammer,
Before I raise a PMR plz verify the list of commands I've used and let me know if I miss somthing. I'm Facing the issue when I'm creating the fteAgent.
https://www.dropbox.com/s/4d91zpkjbvu79tp/FTE_Commands.txt?dl=0
Thanks in advance.
Last edited by ajaykumar.maram on Wed Jul 26, 2017 7:49 am; edited 2 times in total |
|
Back to top |
|
|
Vitor |
Posted: Wed Jul 26, 2017 7:46 am Post subject: |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Sorry - I work for a company in the finance industry and the proxy blocks access to Dropbox and other such sites - something about stealing customer information and storing it outside the organization.
But I confirm that the Technote you originally used has the correct instructions. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
rammer |
Posted: Wed Jul 26, 2017 7:53 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
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. |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Wed Jul 26, 2017 7:55 am Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
Vitor wrote: |
Sorry - I work for a company in the finance industry and the proxy blocks access to Dropbox and other such sites - something about stealing customer information and storing it outside the organization.
But I confirm that the Technote you originally used has the correct instructions. |
Here are the list of command vitor.
==============================================================Installation2=======================================================================
crtmqm -u DLQ QM_LNX
strmqm QM_LNX
runmqsc QM_LNX
define listener(LISTENER.1432) trptype(tcp) control(qmgr) port(1432)
start listener(LISTENER.1432)
define channel(SYSTEM.ADMIN.SVRCONN) chltype(SVRCONN)
define qlocal(DLQ) like(SYSTEM.DEAD.LETTER.QUEUE)
set CHLAUTH(*) TYPE(BLOCKUSER) USERLIST('nobody','*MQADMIN')
set CHLAUTH(SYSTEM.ADMIN.*) TYPE(BLOCKUSER) USERLIST('nobody')
define qlocal(Q6)
define qlocal(QM_WIN) usage(xmitq)
define qlocal(QM_LNX) usage(xmitq)
define qremote(Q6_QM_WIN) rname(Q6) rqmname(QM_WIN) xmitq(QM_WIN)
define channel(QM_WIN.QM_LNX) chltype(RCVR) trptype(TCP)
define channel(QM_LNX.QM_WIN) chltype(SDR) conname('angelillo.x.com(1420)') xmitq(QM_WIN) trptype(TCP)
define channel(MFT_LNX.QM_LNX) chltype(RCVR) trptype(TCP)
define channel(QM_LNX.MFT_LNX) chltype(SDR) conname('veracruz.x.com(1424)') xmitq(QM_LNX) trptype(TCP)
end
==============================================================Installation1=======================================================================
crtmqm -u DLQ QM_WIN
strmqm QM_WIN
runmqsc QM_WIN
define listener(TCP.LISTENER) trptype(tcp) control(qmgr) port(1420)
start listener(TCP.LISTENER)
define channel(SYSTEM.ADMIN.SVRCONN) chltype(SVRCONN)
define qlocal(DLQ) like(SYSTEM.DEAD.LETTER.QUEUE)
set CHLAUTH(*) TYPE(BLOCKUSER) USERLIST('nobody','*MQADMIN')
set CHLAUTH(SYSTEM.ADMIN.*) TYPE(BLOCKUSER) USERLIST('nobody')
define qlocal(Q6)
define qlocal(QM_LNX) usage(xmitq)
define qlocal(QM_MFT_LNX) usage(xmitq)
define qremote(Q6_QM_LNX) rname(Q6) rqmname(QM_LNX) xmitq(QM_LNX)
define channel(QM_LNX.QM_WIN) chltype(RCVR) trptype(TCP)
define channel(QM_WIN.QM_LNX) chltype(SDR) conname('veracruz.x.com(1432)') xmitq(QM_LNX) trptype(TCP)
define channel(MFT_LNX.QM_WIN) chltype(RCVR) trptype(TCP)
define channel(QM_WIN.MFT_LNX) chltype(SDR) conname('veracruz.x.com(1424)') xmitq(QM_LNX) trptype(TCP)
end
==============================================================Installation2=======================================================================
crtmqm -u DLQ MFT_LNX
strmqm MFT_LNX
runmqsc MFT_LNX
define listener(TCP.LISTENER) trptype(tcp) control(qmgr) port(1424)
start listener(TCP.LISTENER)
define channel(SYSTEM.ADMIN.SVRCONN) chltype(SVRCONN)
define qlocal(DLQ) like(SYSTEM.DEAD.LETTER.QUEUE)
set CHLAUTH(*) TYPE(BLOCKUSER) USERLIST('nobody','*MQADMIN')
set CHLAUTH(SYSTEM.ADMIN.*) TYPE(BLOCKUSER) USERLIST('nobody')
define qlocal(QM_LNX) usage(xmitq)
define qlocal(QM_WIN) usage(xmitq)
define channel(QM_LNX.MFT_LNX) chltype(RCVR) trptype(TCP)
define channel(QM_WIN.MFT_LNX) chltype(RCVR) trptype(TCP)
define channel(MFT_LNX.QM_LNX) chltype(SDR) conname('veracruz.x.com(1432)') xmitq(QM_LNX) trptype(TCP)
define channel(MFT_LNX.QM_WIN) chltype(SDR) conname('angelillo.x.com(1420)') xmitq(QM_WIN) trptype(TCP)
end
===========================Installation1&2=========================
fteSetupCoordination -coordinationQMgr MFT_LNX -coordinationQMgrHost veracruz.raleigh.ibm.com -coordinationQMgrPort 1424 -coordinationQMgrChannel SYSTEM.DEF.SVRCONN
fteSetupCoordination -coordinationQMgr MFT_LNX -coordinationQMgrHost veracruz.raleigh.ibm.com -coordinationQMgrPort 1424 -coordinationQMgrChannel SYSTEM.DEF.SVRCONN
===============================================Installation2=======================================================================
fteSetupCommands -connectionQMgr QM_LNX -connectionQMgrHost veracruz.raleigh.ibm.com -connectionQMgrPort 1432 -connectionQMgrChannel SYSTEM.DEF.SVRCONN
==============================================================Installation1=======================================================================
fteSetupCommands -connectionQMgr QM_WIN -connectionQMgrHost angelillo.raleigh.ibm.com -connectionQMgrPort 1420 -connectionQMgrChannel SYSTEM.DEF.SVRCONN
==============================================================Installation2=======================================================================
fteCreateAgent -agentName AGENT_LNX -agentQMgr QM_LNX -agentQMgrHost veracruz.raleigh.ibm.com -agentQMgrPort 1432 -agentQMgrChannel SYSTEM.DEF.SVRCONN
==============================================================Installation1=======================================================================
fteCreateAgent -agentName AGENT_WIN -agentQMgr QM_WIN -agentQMgrHost angelillo.raleigh.ibm.com -agentQMgrPort 1420 -agentQMgrChannel SYSTEM.DEF.SVRCONN |
|
Back to top |
|
|
Vitor |
Posted: Wed Jul 26, 2017 7:58 am Post subject: |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
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. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
Vitor |
Posted: Wed Jul 26, 2017 7:59 am Post subject: |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rammer wrote: |
you could set yourself an easy 2 Queue Manager scenario to test and build from there. |
_________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
rammer |
Posted: Wed Jul 26, 2017 8:01 am Post subject: |
|
|
Partisan
Joined: 02 May 2002 Posts: 359 Location: England
|
Before reading all that.
After you create the coordination queue manager and agents etc you did pipe in the mqsc output scripts?
Also can you confirm that all the channels will start? |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Wed Jul 26, 2017 8:14 am Post subject: |
|
|
Novice
Joined: 10 Jul 2015 Posts: 20
|
rammer wrote: |
Before reading all that.
After you create the coordination queue manager and agents etc you did pipe in the mqsc output scripts?
Also can you confirm that all the channels will start? |
Yes Rammer, I've run those mqsc scripts and all the channels are running. I also tested the remote messaging between all the queue managers. |
|
Back to top |
|
|
ajaykumar.maram |
Posted: Wed Jul 26, 2017 8:15 am 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. |
Vitor, plz let me know what I've missed. |
|
Back to top |
|
|
|