Posted Mon, 04 Nov 2024 22:13:57 GMT by Michael Hackney Vice President/Systems
I’m trying to export a document using the API.
I can get the document to export, but its then being held so I’m unable to do anything further with it unless I stop my program.
I tried various things to have it release the document once downloaded, but nothing seems to work.
The only thing I didn’t try was close the connection, but if I do that I would have to open and close the connection for each document I’m trying to download.

Any ideas?
 
Posted Tue, 05 Nov 2024 14:21:50 GMT by Michael Hackney Vice President/Systems
Also, I’m closing and disposing all the variables that are used to download the document.
Posted Tue, 05 Nov 2024 17:24:22 GMT by Michael Hackney Vice President/Systems
Resolved: I was able to finally figure what was causing this issue. The file creation was embedded into another function so the connection wasn’t closing, thereby hanging onto the file.

I hope this helps.
 

You must be signed in to post in this forum.