Consultor Eletrônico



Kbase P131718: Error 4110 with large number of printers
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/14/2009
Status: Unverified

SYMPTOM(s):

Unable to create Printer Device Context: . (4110)

Unable to create Printer Device Context:printer. (4110)

-Wa -wpp startup parameters have no effect

FACT(s) (Environment):

Windows
Progress 9.1D
Progress 9.1E
OpenEdge 10.0x
OpenEdge 10.1A
OpenEdge 10.1B
OpenEdge Category: Language (4GL/ABL)
Large number of printers defined
Printers with long names defined

Attempt to print to a network printer
Target printer has been defined after the other printers have been defined on the system

CAUSE:

Bug# OE00149769

FIX:

Upgrade to 10.1B03 or later

If upgrading is currently not an option, restrain using the printer name directly with the OUTPUT TO PRINTER statement.

You might write the following instead:

SESSION:PRINTER-NAME = printername.
OUTPUT TO PRINTER.