Author |
Message
|
mqjoe |
Posted: Fri Aug 14, 2015 1:51 pm Post subject: file node error in case of file size more than 100 mb |
|
|
Newbie
Joined: 14 Aug 2015 Posts: 4
|
Can some one help me with steps to set MQSI_FILENODES_MAXIMUM_RECORD_LENGTH for filenode to handle file size more than 100mb. i am usinfg iib 9.0.0.1 version |
|
Back to top |
|
 |
jsware |
Posted: Sun Aug 16, 2015 2:19 pm Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
Hi,
Try reading this page in the online help. http://www-01.ibm.com/support/knowledgecenter/SSMKHH_9.0.0/com.ibm.etools.mft.doc/bh44530_.htm
You can have broker specific environment settings, integration server specific and execution groups specific ones, depending on your requirements.
If you only have one execution group that needs to handle >100Mb files, then using an execution group specific command environment to set the environment variable means additional memory is not allocated to all you execution groups. _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Aug 17, 2015 4:47 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
mqjoe |
Posted: Mon Aug 17, 2015 12:35 pm Post subject: |
|
|
Newbie
Joined: 14 Aug 2015 Posts: 4
|
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Aug 17, 2015 10:11 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
mqjoe wrote: |
Thank you Guys |
Well? Did the hints given solve your problem?
Care to share what you did so that others can benefit from your experience? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
mqjoe |
Posted: Thu Aug 27, 2015 7:02 am Post subject: |
|
|
Newbie
Joined: 14 Aug 2015 Posts: 4
|
I added export MQSI_FILENODES_MAXIMUM_RECORD_LENGTH=268435456 in profile and bounced the broker solved the issue. |
|
Back to top |
|
 |
|