When importing a large number of documents into a portal via VBS, we ran
into a problem with excessive temp files. I have also noticed these on
client computers but kind of blew it off....
Ever since we have begun using SPPS as doc management the clients have been
building up a large number of files with e following pattern:
999XXXXX.tmp where xxxxx starts at 1 and counts upward in Hex to fffff
ending in 999fffff.tmp and beginning 9991.tmp.
Not a real big deal, except, when were importing the import failed when it
reached 999fffff.tmp as it could not recreate 9991.tmp since it already
existed.
Anyway, has anyone else noticed these files, and what are folks doing to
eliminate them from client computers?