Author |
Message
|
bittu |
Posted: Wed Apr 09, 2008 4:54 am Post subject: |
|
|
Novice
Joined: 25 Mar 2008 Posts: 22
|
says configuration error for TCP/IP occurred.
I have confirm with Network team there is no firewall security issue. |
|
Back to top |
|
 |
exerk |
Posted: Wed Apr 09, 2008 5:01 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
I suggest you check, very carefully, the channel definitions at each end.
It would also have been helpful to publish the relevant part of the error log from which you obtained the information regarding the error, answers to your problem may have been supplied sooner. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
Gaya3 |
Posted: Wed Apr 09, 2008 5:08 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
telnet <ip Address> <qmgr port number>
try this and see whats the results
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Vitor |
Posted: Wed Apr 09, 2008 5:08 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bittu wrote: |
configuration error for TCP/IP occurred.
I have confirm with Network team there is no firewall security issue. |
1) Does it quote a TCP/IP error code? (that's slightly rhetorical). Have you asked Mr Google what the code means?
2) Why assume it's a firewall issue? Do you think the only thing that can be wrongly configured in a TCP/IP network is a firewall? This assumes the channel settings are correct of course.
3) Why didn't you investigate the channel issue as a first move? Why did the channel stopping seem like a normal WMQ activity?
4) Why is information like this dripping so slowly out of you? None of us can see your setup. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bittu |
Posted: Wed Apr 09, 2008 5:22 am Post subject: |
|
|
Novice
Joined: 25 Mar 2008 Posts: 22
|
*Previously we were using sender /receiver channel but due to some firewall security at receiveing end my org. decide to use server/requester chanel.
SERVER/REQUSTER channel is running normally . When i try to put the data at my channel stages changes and goes to initialise stage :
Channel DEF at my end :
DEFINE CHANNEL ('XXXX.YYYY') CHLTYPE(SVR) +
* ALTDATE () +
* ALTTIME () +
TRPTYPE(TCP) +
BATCHINT(0) +
BATCHHB(0) +
BATCHSZ(50) +
CONNAME(' ') +
LOCLADDR(' ') +
CONVERT(NO) +
DESCR(' ') +
DISCINT(6000) +
HBINT(300) +
LONGRTY(999999999) +
LONGTMR(1200) +
SHORTRTY(10) +
SHORTTMR(60) +
MAXMSGL(4194304) +
MCATYPE(PROCESS) +
MCAUSER(' ') +
MSGDATA(' ') +
MSGEXIT(' ') +
NPMSPEED(FAST) +
RCVDATA(' ') +
RCVEXIT(' ') +
SCYDATA(' ') +
SCYEXIT(' ') +
SENDDATA(' ') +
SENDEXIT(' ') +
SEQWRAP(999999999) +
USERID(' ') +
XMITQ('YYYY'') +
SSLCAUTH(REQUIRED) +
SSLCIPH(' ') +
SSLPEER(' ') +
KAINT(AUTO) +
REPLACE
xmitq DEF :
DESCR(WebSphere MQ Default Local Queue)
PROCESS( ) BOQNAME( )
INITQ(SYSTEM.CHANNEL.INITQ) TRIGDATA(XXXX.YYYY)
CLUSTER( ) CLUSNL( )
QUEUE(YYYY) CRDATE( )
CRTIME(11.56.44) ALTDATE( )
ALTTIME(04.02.00) GET(ENABLED)
PUT(ENABLED) DEFPRTY(4)
DEFPSIST(YES) MAXDEPTH(500000)
MAXMSGL(4194304) BOTHRESH(0)
SHARE DEFSOPT(SHARED)
HARDENBO MSGDLVSQ(PRIORITY)
RETINTVL(999999999) USAGE(XMITQ)
TRIGGER TRIGTYPE(FIRST)
TRIGDPTH(1) TRIGMPRI(0)
QDEPTHHI(80) QDEPTHLO(20)
QDPMAXEV(ENABLED) QDPHIEV(DISABLED)
QDPLOEV(DISABLED) QSVCINT(999999999)
QSVCIEV(NONE) DISTL(YES)
NPMCLASS(NORMAL) DEFTYPE(PREDEFINED)
TYPE(QLOCAL) SCOPE(QMGR)
DEFBIND(OPEN) IPPROCS(1)
OPPROCS(4) CURDEPTH(0)
*I asked to check the channel def at receiving end also.
REGARDS |
|
Back to top |
|
 |
exerk |
Posted: Wed Apr 09, 2008 5:31 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
How many QR objects feed into this XMITQ? Or are the application(s) part of a request/reply loop? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|