Page 1 of 1

Error 75

Posted: Thu Mar 25, 2010 2:47 pm
by rnunes
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

Re: Error 75

Posted: Sun May 16, 2010 10:50 pm
by jr
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