NAS + temp folder cleaning

kiyackiyac Member Posts: 118
I notice that NAS will continuous generate temp files under (location: C:\Documents and Settings\XXXXX\Local Settings\Temp) with date 8/14/2009, the accumlative files size is quite huge, over 1G now.

Can I delete those files (file name: __Temp__.tmp) to make room on my server?

Besides, I tried
1) Stop NAS service
2) Delete those temp files
3) Restart NAS service

However, once restarted, the temp files generate again.

May I know the housekeeping method for those temp files which created by NAS?

In fact, it is not a good practrice for frequent stop and re-start a service.

Thank you!

Comments

  • ara3nara3n Member Posts: 9,256
    There is no documentation on those temp files. You can write a codeunit that you can schedule to delete files older than 2 days for you.
    That way you don't have to start/stop NAS.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • kinekine Member Posts: 12,562
    How you are using the NAS? Isn't there some loop using temporary table, which is populated by data? How long are the transactions inside the NAS?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.