Hi. I have a project delivering about 450 files a day, with a total size of 60 – 70 MB. My solution is supposed to aggregate all files into one. The files is flatfiles on both ends.
I am using BizTalk 2004 on a dual core 3.4GHz with 2 GBRam (winXP)
I have tried to add a library with an aggregation method, but this just sends the performance down the drain…. so i tryed with just an receive port and a send port with the Copy Mode set to apennd, but the BizTalk couldnt handle that eighter… So i am stuck with using BizTalk just to messaging ( moving files from one folder to another) and a script in the sendlocation that aggregates the files.
When I say that the performance whent down the drain I mean that BizTalk suspend the orch with discarted messages.
And with just send/receive port i neeeded to restart my machine to get it working again. The System process run by user system whent to 99 % CPU
Does anybody have any idea on how to do this (aggregate many files into one) with the performance not taking a hit ? when the result file will be 60 -70 MB