Author |
Message
|
smdavies99 |
Posted: Tue Mar 23, 2010 12:04 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Now Kimbert, don't go all Baldrick on us
You should know by now that 'cunning plans' always result in a dismal failure.
Perhaps a dastardly plan? _________________ 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 |
|
 |
Vitor |
Posted: Tue Mar 23, 2010 5:26 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
smdavies99 wrote: |
Now Kimbert, don't go all Baldrick on us
You should know by now that 'cunning plans' always result in a dismal failure.
Perhaps a dastardly plan? |
Dastardly is good. Evil plans are mine however. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jbanoop |
Posted: Tue Mar 23, 2010 7:36 am Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
Why dont you try echo ing the variables to see if it is actually set.
Is this variable set in the session that started the broker ?
You might want to have the admin team verify that the variable is actually set. maybe something like printenv.
Hope it helps |
|
Back to top |
|
 |
nmaddisetti |
Posted: Tue Mar 23, 2010 11:57 am Post subject: |
|
|
Centurion
Joined: 06 Oct 2004 Posts: 145
|
Hi All,
ThankQ very much for all your replys.
When we talk to our admin about the variable setup we came to know that there is a typo error in the setup.
After correcting and restarting the broker.
We are able to process 180 MB XML report file successfully.
Thanks all once again.
Regards,
Venkat. |
|
Back to top |
|
 |
bdebruin |
Posted: Wed Apr 14, 2010 12:58 pm Post subject: Large File Processing on WMB using WTX |
|
|
 Novice
Joined: 14 Apr 2010 Posts: 12
|
I ran into a similar issue and we used gzip to get the file through the FileInput Node and then read the file using WTX's GZIP Adapter. The solution allows up to 2.4 gig files provided they're able to zip below the 100 meg limitation (which could be raised) and provided you have the memory for 2+ gig files.
Here's the scoop:
http://www.debruinconsulting.com/fast.php |
|
Back to top |
|
 |
|