Search found 16 matches

by chopsdogg
Tue May 13 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

Re: Terminal Server and Printer not activated -30

FYI, I am no longer getting notifications when a reply is posted to my thread. We are calling EnablePrinter() when we catch the EnabledPre() event. Sorry if I was not clear about this above. Here is the code in our EnabledPre() which works fine for a single client. Note that PDFDEF.H just has the de...
by chopsdogg
Mon May 12 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

Re: Terminal Server and Printer not activated -30

First of all, we are looking in to using LOCK vs GLOCK, but I want to be clear I don't think our issue has to do with locking. It happened before we tried to implement locking, and is why we started investigating implementing locking for the PDF Converter in our application to begin with. Now that I...
by chopsdogg
Mon May 12 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

Re: Terminal Server and Printer not activated -30

Thank you for the reply. Any idea why EnabledPre fires on Client B, when Client A tries to print (see above)? This seems to be my problem right now, as I am enabling the printer in my EnabledPre event, but when I print in Client A I never get the EnabledPre event in Client A to activate the printer ...
by chopsdogg
Mon May 05 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

Per the documentation "When the message broadcast option is set in the Document Converter products, the printer driver broadcasts messages to all running applications each time one of the following events occur: Printer Enabled Start of document Start of page End of page End of document" I...
by chopsdogg
Mon May 05 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

A bit more information. Even though I am starting the print job on client A, the EnablePre is firing on client B. I believe this is directly the cause for the problem?
by chopsdogg
Mon May 05 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

I have some more information. I have noticed on the terminal server if I start client A and then start client B, if I try to print from client A this will lock both client A and B. If I kill client B from task manager, the other client will continue but I get the -30 error. However, if I shut everyt...
by chopsdogg
Fri May 02 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

One other thought. We are permanently installing the PDF Converter. In our application we are creating up an instance of the ActiveX control and calling DriverInit for each instance of the .exe. Is it okay to call DriverInit multiple times on the same terminal server, but under different sessions? I...
by chopsdogg
Fri May 02 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

FYI we are using the ActiveX interface. I have implemented locking using the GLock() and GUnlock() functions. However, I still see the problem. In process A I have code so that calls GLock(), sets all the prosperities (options, file name, folder name, etc), a job is sent to the PDF Converter, then I...
by chopsdogg
Fri Feb 22 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Resolved: Changes from 3.00 to 3.02
Replies: 2
Views: 4916

I looked in the obvious place orginally but I did not have this file. I reinstalled the lastest version this morning and now can see the version.txt. Thank you.
by chopsdogg
Wed Feb 20 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Resolved: Changes from 3.00 to 3.02
Replies: 2
Views: 4916

Resolved: Changes from 3.00 to 3.02

Is there a list somewhere that shows chagnes between each version? Specifically I am looking for changes between 3.00 and 3.02.
by chopsdogg
Tue Jan 15 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

I found the technical note on "Multitasking the AMYUNI printer drivers" at www.amyuni.com/downloads/tn01.zip. The documentation states this is with regards to web server applications or services. Would this also apply to multiple users running on a terminal server and the PDF Converter per...
by chopsdogg
Thu Jan 10 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Terminal Server and Printer not activated -30
Replies: 14
Views: 23114

Terminal Server and Printer not activated -30

I was having problems in 3.01a with getting the "Activation Error Printer not activated, error code -30" error as related to the 20 second timeout. I have that all taken care of now using the EnabledPre event to activate and enable the printer just-in-time. This is working fine for our use...
by chopsdogg
Fri Sep 07 2007
Forum: Visual FoxPro Community
Topic: CDIntf EnablePre event
Replies: 5
Views: 19451

I'm trying to listen for the EnabledPre event by using EVENTHANDLER in VFP. I can't seem to be able to bind to the event though. In my application init I'm creating up two global objects oAPDF (this is an instance of CDINTFEX.CDINTFEX) and oMyPDFWriter (an instance of the class def below). I then tr...
by chopsdogg
Fri Sep 07 2007
Forum: Visual FoxPro Community
Topic: CDIntf EnablePre event
Replies: 5
Views: 19451

Did you ever figure this out?
by chopsdogg
Tue Dec 28 2004
Forum: Visual FoxPro Community
Topic: code 1930 from cdintf: PDFDriverInit failed
Replies: 2
Views: 11728

Thank you for your help Joan. I believe this resolved my issue. I am talking to our devleopers about upgrading to the new version to use the user-mode print drivers.