Page 1 of 1

Space issue when we receive file

PostPosted: Wed Aug 07, 2013 6:40 pm
by Antonyraj85
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

Re: Space issue when we receive file

PostPosted: Wed Aug 07, 2013 6:55 pm
by NicC
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.

Re: Space issue when we receive file

PostPosted: Wed Aug 07, 2013 8:19 pm
by Robert Sample
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.

Re: Space issue when we receive file

PostPosted: Wed Aug 07, 2013 9:11 pm
by Antonyraj85
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

Re: Space issue when we receive file

PostPosted: Wed Aug 07, 2013 9:26 pm
by Antonyraj85
Hi Robert,

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

Antony

Re: Space issue when we receive file

PostPosted: Wed Aug 07, 2013 9:40 pm
by dick scherrer
Hello,

You did make sure that all 3 maxmsgl values are large enough?

Re: Space issue when we receive file

PostPosted: Thu Aug 08, 2013 3:52 pm
by Antonyraj85
Hi Sch,

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

Kind regards,
Antony

Re: Space issue when we receive file

PostPosted: Thu Aug 08, 2013 9:25 pm
by dick scherrer
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.