We have a report (PO Confirmation) that when the user attempts to print it to a FILE (PDF) and enters a folder on their desktop (i.e. c:\users\username\desktop\attachments), the AOS is attempting to write temporary files / folders to the AOS server's local drive in the folder structure c:\users\username\desktop\attachments. That folder does not exist on the AOS server (it resides on the terminal server) and throws an error that the folder does not exist. If I manually add this folder structure to the AOS server's structure, the AOS writes a temporary folder and stuff there, then saves the PDF to the proper folder on the users desktop on the terminal server. Other reports save fine without having to do this.
I am not a report code person and am wondering if there is code inside the report that dictates where the AOS is to write these temporary files. Seems like the standard location is not being picked up and, instead, the file path the user enters for the location to save the final file is being used for this temporary process.