The directory "C:\Users\MSSQLSERVER\AppData\Local\Temp" on our GP SQL server is storing attachments such as invoices and W9's which are attached to vendors in the GP app. MSSQLSERVER is the user which the SQL server service is running. The files are stored with GUID names such as "0a2b657c-4c61-4da5-9776-725400f85433.pdf". These are obviously not the names of the files the user is attaching in the GP app. These files are not being cleaned up and continue to fill up the disk, there are now over 40,000 of them in my case.
I would like to understand how these files get here and if it is safe to delete them. It seems odd to me that this is normal functionality of the application. Is anyone aware of what might be causing these files to accumulate and not be cleaned up?
Thanks