Author |
Message
|
Hema30 |
Posted: Wed Mar 03, 2004 9:26 am Post subject: BIG IDOCS |
|
|
Acolyte
Joined: 02 Aug 2003 Posts: 59
|
Hi,
When the IDOC SIZE is bigger it is being put in bad message queue.I have increased the MAXMSGL on QM and QUEUE to 75mb.But still the problem continues.Is there anything like increasing the buffersize of the MQGET program??  |
|
Back to top |
|
 |
JasonE |
Posted: Wed Mar 03, 2004 9:55 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Are you using the MQ R/3 Link pgm? Look at "maxidocsize" in the ini files, does this help? |
|
Back to top |
|
 |
Hema30 |
Posted: Wed Mar 03, 2004 10:11 am Post subject: Yes |
|
|
Acolyte
Joined: 02 Aug 2003 Posts: 59
|
Yes,we use MQSeries Link for R/3 and i have changed the "maxidocsize" to 75mb.Still same problem. |
|
Back to top |
|
 |
JasonE |
Posted: Thu Mar 04, 2004 4:28 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
Is this inbound (to sap) or outbound (from sap)?
I suspect outbound. If so, do you know if many idocs are batched together or is it a single one? I believe the size (sum) of all the IDocs in the transaction is checked against MaxIDocSize. |
|
Back to top |
|
 |
Hema30 |
Posted: Thu Mar 04, 2004 6:04 am Post subject: hi |
|
|
Acolyte
Joined: 02 Aug 2003 Posts: 59
|
Jason,
This is inbound to SAP.I have checkked mqxidocsize,maxmsgl everything is ok. |
|
Back to top |
|
 |
cvanmook |
Posted: Wed May 19, 2004 12:36 pm Post subject: |
|
|
Novice
Joined: 16 Jan 2004 Posts: 23
|
Hi , maybe the idoc message on the queue isn't correctly put !
You need to check several things:
The idoc must be filled as followed , the EDI_DC record need to be 512 bytes and all the detail records need to be 1063 bytes if one is shorter you need to fill out the records with blanks.
It must be a stream without newlines after each idoc.
And check the MQMD if alle structure field are filled in well.
Maybe the put application has not finished the idoc's so you have al incorrect lenght of the last line of the idoc.. if this is please contact the put application ...
Hope this will help you,
Best regards,
Christan van Mook |
|
Back to top |
|
 |
|