Hi folks,
When we try print through AppServer like this:
/**********************************************/
FIND printer WHERE ROWID(printer) = oprPrinter NO-LOCK.
OUTPUT STREAM out-printer THROUGH
VALUE(printer.thru-spooler) PAGED.
PUT STREAM out-printer " TEST" SKIP.
OUTPUT STREAM out-printer CLOSE.
/*************************************************/
The value field printer.thru-spooler is "lp -s -d office"
In the Log Server does not appear no one message and in the Log Broker appear :
lp: unable to print file: client-error-document-format-not-supported
Without message error.
Do you have some idea?
Out environment: OpenEdge 10.1B - Linux RedHat
Thanks.
Kind Regards
Ricardo Olguin
When we try print through AppServer like this:
/**********************************************/
FIND printer WHERE ROWID(printer) = oprPrinter NO-LOCK.
OUTPUT STREAM out-printer THROUGH
VALUE(printer.thru-spooler) PAGED.
PUT STREAM out-printer " TEST" SKIP.
OUTPUT STREAM out-printer CLOSE.
/*************************************************/
The value field printer.thru-spooler is "lp -s -d office"
In the Log Server does not appear no one message and in the Log Broker appear :
lp: unable to print file: client-error-document-format-not-supported
Without message error.
Do you have some idea?
Out environment: OpenEdge 10.1B - Linux RedHat
Thanks.
Kind Regards
Ricardo Olguin