Hi,
i'm trying to print documents to pdf in Microsoft Dynamics Nav, and after it prints several it gives an error in BullZipPDF.WriteSettings(TRUE)
Error writing settings file '...\PDF Writer\Bullzip PDF Printer\runonce.ini' Error 75: (WRTFILE) Path/File Access Error
Sometimes it creates 20, 50, 120, documents before giving this error.
What can i do?
Thanks in advance
Error 75
Moderator: jr
Re: Error 75
Are you printing the documents in a loop?
One problem could be that you don't make sure that one print job has finished before you start the next. That way you could run into problems with a file lock on the configuration files.
/Jacob
One problem could be that you don't make sure that one print job has finished before you start the next. That way you could run into problems with a file lock on the configuration files.
/Jacob