Error printing in Citrix with 1.59

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
alidgren
Posts: 4
Joined: Fri Sep 26 2003

Error printing in Citrix with 1.59

Post by alidgren »

Hi

We have been using the PDF Converter for 1-2 years running on Citrix.
But now on a new Customer we are getting an Printer error: There was an error when printing the document "aaa.pdf" to PDF: Do you want to retry or cancel the job?". Do you have any idea what we can do? The problem hasn't occurred on other Citrix-environments we have. We also tried to set userrights on the pdf-printer. Our code can create the pdf-object and set properties..but when it starts printing the error occur.

Any thoughts would be appreciated, thanks.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Could it be that the file 'aaa.pdf' is opened at the time you are trying to print?
alidgren
Posts: 4
Joined: Fri Sep 26 2003

Post by alidgren »

If you mean that an other user is accessing the file the answer is No. We are setting DefaultFileName,DefatultDir from our code.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Is your code runing in mutlithread environment? If this is the case than you need to use the locking mechanism of CDintf instead of DefaultFileName and FileNameOptions.
alidgren
Posts: 4
Joined: Fri Sep 26 2003

Post by alidgren »

We've used the same setup on similiar environments with the sam solution. Is it possible to use the locking mechanism with 1.59?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

The locking mechanism is available starting version 2.06 of the Driver.

You may get a free demo of our latest release (2.10) to check it at: http://www.amyuni.com/en/products/pdf_c ... /demo.html
alidgren
Posts: 4
Joined: Fri Sep 26 2003

Solved the problem

Post by alidgren »

I found a solution on this problem. It was user-right problems which the tech-guy at customer-site claimed he had tested...which he hadn't.

Thank you for your time
Post Reply