Some of these grow to be 40mb big. When I open them, they are just garbage charachters. I'm leary of deleting them. Anybody know how to track the source down? Anybody else get these?
Aren't these the files generated by using the StreamMaxMemLimit setting in the .ini file. I have found that they don't always get cleaned up although I haven't tried to correlate that with any map failures.
;When data passed to/from an adapter exceeds this size (in Mbytes), data will be
;paged to a temporary file to limit the memory consumption of the process
;StreamMaxMemLimit=500
;When data passed to/from an adapter exceeds the size specified by
;StreamMaxMemLimit, a temporary file will be created in the following directory
;for paged data. Ensure this path points to a directory with sufficient filespace.
Do you need to use these settings? Can you just comment them out?
Is e:\ec\Appint your map folder? I don't see any problem in deleting the tmp files.
Perhaps you need a map to tidy them up.
I think I need to, because StreamMaxMemLimit is for ALL maps, so it can use a lot of RAM (we have 8-10K transactions a day, ranging from a few kb to 12GB file size). And yes, E:\EC\Appint is the map folder.
Maybe you're right, I could have a map in there that cleans up temp files when the data/time stamp of that file is complete. But I would think Mercator does it on it's own...
Try using a different directory, with no other files in it: e:\ec\stream\
This feature is for every memory type adapter (e-mail, FTP, SAP, HTTP, Messaging, etc). A file will be created when the data for any adapter call is greater than the max setting.
It should be cleaned up. Check the DS TX install directory for any .gpf files. We have seen "silent gpfs", basically the map has completed sucessfully, the data has been committed, but there was a problem during final cleanup. Since they are .tmp files, you can't trigger a map using a *.tmp wildcard. Since this is Windows, you probably rebot on a regular basis, so have a batch file del e:\ec\stream\*.tmp as part of your shut down.
BocaBurger
<===========================||////////////////|0
The pen is mightier than the sword, but the sword hurts more!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.