Author |
Message
|
RAHULTHOTA |
Posted: Tue Dec 24, 2002 1:55 am Post subject: AMQ 4048 PROBLEM |
|
|
Novice
Joined: 13 Dec 2002 Posts: 13
|
Can any one please help me in solving the problem.When I try to start a channel it is always in retrying mode and when i try to ping it gives AMQ 4048 error.
Is there any working solution for this? |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Dec 24, 2002 6:46 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Can you post the definition of both ends of your channel here? |
|
Back to top |
|
 |
RAHULTHOTA |
Posted: Wed Dec 25, 2002 8:18 pm Post subject: CHANNEL DEFINITION |
|
|
Novice
Joined: 13 Dec 2002 Posts: 13
|
The definition of my channels are:
SENDER:DEFINE CHANNEL(CNRBGW.TO.HUB) CHLTYPE(SDR) XMITQ(CNRBGGWQM) DISCINT(0) CONNAME('172.16.3.53(1414)') TRPTYPE(TCP)
RECEIVER:DEFINE CHANNEL(HUB.TO.CNRBGW) CHLTYPE(RCVR) TRPTYPE(TCP) PUTAUT(DEF)
ALSO I tried to create channels from MQ-SERIES explorer wherein i just give the names and the ipaddress and port details.
I hope i would get a solution now |
|
Back to top |
|
 |
vennela |
Posted: Thu Dec 26, 2002 6:09 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
You need to have the same name on boh ends
i,e,
CNRBGW.TO.HUB on both the sdr and rcvr definitions
RECEIVER:DEFINE CHANNEL(CNRBGW.TO.HUB ) CHLTYPE(RCVR) TRPTYPE(TCP) PUTAUT(DEF)
(or may be the other name)
---
Venny |
|
Back to top |
|
 |
jcsdgdl |
Posted: Fri Jun 18, 2004 8:17 am Post subject: |
|
|
Newbie
Joined: 13 May 2004 Posts: 2 Location: MEXICO
|
HI Venella..
I was looking for this problem 4048 and just founded this help.. I get this error when i try to connect to CICS, the strange is last week works fine, I guees nothing was installed.. U say that maybe the channels must have the same name.... I tried with this, but did not work.. return a message like this "The name is already defined, do you want to delete the previous channel"
Is there another way to resolved this..
Thank U
Juan Carlos _________________ Juan Carlos Santillan Dueñas
Getronics CP Mexico |
|
Back to top |
|
 |
mfuini |
Posted: Wed Mar 23, 2005 1:15 pm Post subject: Did anyone resolve this? |
|
|
Novice
Joined: 20 Jan 2005 Posts: 15
|
I am having a unexpected error AMQ4048 from the MQ Explorer when trying to start or delete a channel.
Thanks,
Mark _________________ Mark Fuini
markfuini@yahoo.com |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Mar 23, 2005 2:17 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
For starters, you might post your channel definitions. If it is an unexpected error, you might look in the WMQ error logs for more information. Do you get an *.FDC file when it happens? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 24, 2005 2:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Sounds to me that before he does anything he needs to review the intercommuncations manual and check his channel definitions carefully.
His receiver looks like a sender name. Maybe he has some sender with the receiver name. That would explain why he can't just define a new one.
Back to the books it is...  |
|
Back to top |
|
 |
|