Print Service Doesn't Process Carriage Return Properly

Last reviewed: March 19, 1998
Article ID: Q169855

The information in this article applies to:

  • Microsoft SNA Server version 3.0 and 3.0 SP1

SYMPTOMS

When an SCS 0x0D is sent in an LU1 data stream to force a carriage return without a line feed (to do underlines), SNA Server Print service ignores 0x0D when Bypass GDI and PDF (printer definition file) are selected. The entire print job should be treated as EBCDIC transparent data and passed directly to the printer after being converted to ASCII, except for SCS codes which are mapped to the characters to send to the printer using a PDF. The following is a sample PDF:

   /*    PRINTER SESSION DEFINITION FILE FOR SNA Server Printers    */
   /*
   */
   BEGIN_MACROS
   LFF EQU 0A
   FFF EQU 0C
   CRR EQU 0D
   END_MACROS
   /*  Parameters
   */
   CARRIAGE_RETURN=CRR
   NEW_LINE=CRR LFF
   LINE_FEED=LFF
   FORM_FEED=FFF CRR
   /*                        End of Definition File

STATUS

Microsoft has confirmed this to be a problem in SNA Server 3.0 and 3.0 SP1. This problem was corrected in the latest SNA Server version 3.0 U.S. Service Pack. For information on obtaining this Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces):

   S E R V P A C K
Keywords          : prodsna kbfix3.00.sp2 kbnetwork
Version           : 3.0
Platform          : WINDOWS


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 19, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.