Printer Errors

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 554
Joined: Thu Jan 28, 2010 9:34 am

Printer Errors

#1 Post by omni »

Roger,

These are two errors occurring on a constant basis at one users location. It should be noted that 95% of the time it is win2pdf terminal server version that is a pdf to email from prchoice. Each error occurs randomly, and they can retry and it will work.

Error 1:
oError:args :
-> VALTYPE: L VALUE: .F.
-> VALTYPE: L VALUE: .F.
oError:description : Parameter has a wrong data type
oError:filename :
oError:genCode : 2
oError:operation : <.F.> - <.F.>
CALLSTACK:
Called from DC_PRINTER:INIT(748)


Error 2:

ERROR OBJECT:
oError:args :
-> VALTYPE: O CLASS: XbpFont
-> VALTYPE: O CLASS: XbpPresSpace oError:description : Parameter has a wrong data type
oError:filename :
oError:genCode : 2
oError:operation : :init
CALLSTACK:
Called from DC_FONTCONFIGURE(156)
Called from DC_PRINTER:SETFONT(2470)
Called from DC_PRINTER:INIT(836)
Called from DC_PRINTERON(3536)

I can probably capture the :init and stop the xbase error and let the user know they should retry (or something) but sure would like to know what may be causing the errors.

Thanks

Fred
Omni

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Printer Errors

#2 Post by rdonnay »

If a retry works, then there appears to be some problem with the printer driver.

I wish there was a more reliable solution for you.
The eXpress train is coming - and it has more cars.

Post Reply