Overwhelmed with .ser files

For some reason our Domino 9 server (with latest HF) is generating thousands of new files and folders files each day of the form:

C:\Documents and Settings\mcs-server-agent\Local Settings\Temp\notes071343\xspstate\1\0A92AE45F681DB7578956048F4BADB5647FF7AAE\diuzmowuox.ser

It got to the point where a 60Gb server was full and we had to clear them all out. by hand.

We now have an overnight batch file which deletes them all every night but I haven’t a clue how to stop it happening. Is there an arcane dojo setting somewhere that we have missed?

It must be some kind of cache or debug because the files keep on coming and appear possibly to represent something resembling a page that has been delivered.

David Clover

IT Development Manager
MCT Faculty
The Open University UK

Faculty of Science, Technology, Engineering & Mathematics

Subject: Multiple instances of .ser files

We’ll have a look at the application settings in our various XPages apps. Presumably the content of the .ser files will give us a clue as to which apps to concentrate on.

David Clover

Subject: Check xsp.persistence.mode parameter in xPages apps

Also think about moving them to a different drive/folder using the xsp.persistence.dir.xspstate=e:\folder
See more tips for administrators related to xPages in Intro to XPages for Administrators (DanNotes, November 28, 2012) | PPT http://www.slideshare.net/perlausten/intro-to-xpages-for-administrators-dannotes-november-28-2012

PS: You will need to contact developers of those apps to adjust these settings on per-app basis.