Space issue when we receive file



Support for MQSeries and Websphere Message Oriented Middleware communication systems for z/OS

Space issue when we receive file

Postby Antonyraj85 » Wed Aug 07, 2013 6:40 pm

Hi Team,

Actual size of the file is 259MB which when zipped is 15MB. When we receive the rar file, we are getting following error message.

"com.ibm.mq.MQException:- MQJE001: Completion Code 2, Reason 2030"

We have checked QLOCAL MAXMSGL size which is 100 MB. So any idea, why still, it is failing with space issue.

Antony
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: Space issue when we receive file

Postby NicC » Wed Aug 07, 2013 6:55 pm

From your terminology and the variable names the length of the message can be up to 100mb BUT you say space which is a different thing altogether - space relates to storage - probably DASD so you have a shortage of DASD or the allocation of the file is not big enough .This is nothing to do with message length.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: Space issue when we receive file

Postby Robert Sample » Wed Aug 07, 2013 8:19 pm

Google is your friend. Googling mqje001: reason code 2030 returns on the first page this hit: http://www-01.ibm.com/support/docview.w ... wg21154055 which starts off
2030 MQRC MSG TOO BIG FOR Q
Technote (troubleshooting)


Problem(Abstract)
MQPUT fails and you receive the following:

2030 X’07EE’ MQRC_MSG_TOO_BIG_FOR_Q

Cause
The message length exceeds the maxmsgl specified in the WebSphere MQ queue manager, queue and channel definitions.

Resolving the problem
The queue manager, queue and channel must have maxmsgl set to be large enough to hold your messages.

1.Alter the queue manager maxmsgl.
2.Alter the queue maxmsgl.
3.Alter the channel maxmsgl.
and it proceeds to give the commands needed to change the three queue maximum message lengths. Since you only mentioned one in your post, I suspect you haven't changed everything that needs changing.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Space issue when we receive file

Postby Antonyraj85 » Wed Aug 07, 2013 9:11 pm

Hi Robert,

Thanks. Yes, I have checked already the link you replied. I have done alter and 100 MB now(Which is maximum size) and chceked with application team. They confirmed, file size is 15 MB only. still, it is failing with space sissue

Antony
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: Space issue when we receive file

Postby Antonyraj85 » Wed Aug 07, 2013 9:26 pm

Hi Robert,

I referred the below link
http://www-01.ibm.com/support/docview.w ... wg21420754

Antony
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: Space issue when we receive file

Postby dick scherrer » Wed Aug 07, 2013 9:40 pm

Hello,

You did make sure that all 3 maxmsgl values are large enough?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Space issue when we receive file

Postby Antonyraj85 » Thu Aug 08, 2013 3:52 pm

Hi Sch,

I have done these 3 - CLNTCONN, SRVCONN Channels and XMIT Q(Local Q for receive file).

Kind regards,
Antony
Antonyraj85
 
Posts: 79
Joined: Mon Jun 14, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: Space issue when we receive file

Postby dick scherrer » Thu Aug 08, 2013 9:25 pm

Hello,

Themn i suspect you will need to work with your network (or whatever their designation) people to determine just where the problem occurs.

You might try creating a new test file of 10 meg that is not compressed and see if this will transfer successfully.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to WebSphere MQ

 


  • Related topics
    Replies
    Views
    Last post