Author |
Message
|
venkat kurra |
Posted: Tue Nov 27, 2001 8:04 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Hi,
I am sending messages with message length 2MB or 4MB.After that i modified message length of server connection,local queue,sender channel, receiver channel,xmitq,...what are the objects involve like system queues to 10MB.And i modified quemanager properties message length attribute as 10MB and restarted the queue manager.finally i send 6MB message and get 2010 MQRC_DATA_LENGTH-ERROR.
My question is shell i change queue manager attribute like that?I know for NT and AS/400 maximum limit is 100MB.
How can i send messages like 6MB?
On MQSERVER(qmgr errors)
-----------
-------------------------------------------------------------------------------
11/27/2001 11:07:19
AMQ9208: Error on receive from host winrunnerpc000629264b9b (172.16.5.16).
EXPLANATION:
An error occurred receiving data from winrunnerpc000629264b9b (172.16.5.16)
over TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these
values and tell the systems administrator.
-------------------------------------------------------------------------------
11/27/2001 11:10:59
AMQ9208: Error on receive from host winrunnerpc000629264b9b (172.16.5.16).
EXPLANATION:
An error occurred receiving data from winrunnerpc000629264b9b (172.16.5.16)
over TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these
values and tell the systems administrator.
-------------------------------------------------------------------------------
ON MQCLIENT
-----------
2010 MQRC_DATA_LENGTH-ERROR
thanks,
venkat
[ This Message was edited by: venkat kurra on 2001-11-27 10:10 ] |
|
Back to top |
|
 |
kirani |
Posted: Tue Nov 27, 2001 1:30 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Venkat,
I think what you have done is correct.
I would recommend you to change the message size in all components to 100MB and see what happens.
Regards,
Kiran
|
|
Back to top |
|
 |
venkat kurra |
Posted: Tue Nov 27, 2001 2:50 pm Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Kirani,
I don't know why we need to change it to 100MB?I need to send 6MB only so we can modify up to 10MB is more then enough. |
|
Back to top |
|
 |
kirani |
Posted: Wed Nov 28, 2001 10:14 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Venkat,
I know it sounds strange, but it wouldn't hurt to try it out
Regards,
Kiran
|
|
Back to top |
|
 |
venkat kurra |
Posted: Wed Nov 28, 2001 3:35 pm Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Hi kirani,
I changed those values to 100MB(max) and restart the queue manager even it is not working.That's why we are using 2 or 3MB messages only.
Thanks,
Venkat |
|
Back to top |
|
 |
StefanSievert |
Posted: Wed Nov 28, 2001 4:50 pm Post subject: |
|
|
 Partisan
Joined: 28 Oct 2001 Posts: 333 Location: San Francisco
|
Venkat,
could you please clarify if you are using a client channel or a server-2-server connection? In the upper part you said that you have changed SENDER and SERVER channels, while you were referring to an MQCLIENT with your 2010 return code.
If you
1) are using a MQ client on NT and
2) are using AMQCLCHL.TAB and NOT the MQSERVER variable on NT,
have you updated the AMQCLCHL.TAB file after you changed the channel definitions on your AS/400.
If this all doesn't apply to your installation, you might want to involve your network (IP) people to have a look at it.
Keep us posted!
Cheers,
Stefan
_________________
Stefan Sievert
IBM Certified * MQSeries
[ This Message was edited by: StefanSievert on 2001-11-28 16:52 ] |
|
Back to top |
|
 |
venkat kurra |
Posted: Thu Nov 29, 2001 11:39 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Hi Stefan,
I am using Windows 2000 server and windows95 client.Initially we planed to this 6MB from windows 95 to windows 2000 to AS/400.That's why i mensitiond sender channel(from win to AS/400).Actually we don't want it right now.we should receive 6MB message from windows 95.So i increased queue manager,server connection channel and queue maxmsglength.I used set MQSERVER for server connection.I applied service pack on both systems.I resterted system every time.I asked IBM people and suppose to send TRC files.
Thanks,
Venkat |
|
Back to top |
|
 |
awalls |
Posted: Thu Nov 29, 2001 8:32 pm Post subject: |
|
|
Newbie
Joined: 28 Nov 2001 Posts: 3
|
Hi Venkat
When you are using the MQSERVER environment variable the max message size you can send is 4mb |
|
Back to top |
|
 |
venkat kurra |
Posted: Fri Nov 30, 2001 11:31 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Hi Walls,
Where did you get this information.Please send me that details.We plan to use client connection channels only.but for testing i used this mqserver server connection channel.
Thanks,
Venkat |
|
Back to top |
|
 |
awalls |
Posted: Sun Dec 02, 2001 1:30 pm Post subject: |
|
|
Newbie
Joined: 28 Nov 2001 Posts: 3
|
Hi Venkat
The info is in the Client manual under Reference section, MQSeries manuals, in the MQSeries Information Centre, Part 3 chapter 9 under the MQSERVER documentation. |
|
Back to top |
|
 |
|