| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2222.1 | More information please | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Fri Feb 05 1993 22:11 | 9 | 
|  | What error messages do you get?
The problem may be because you are trying to print final form files with a 
format of 'CS' to a 'PS' (PostScript) printer destination.  ALL-IN-1 checks
that only PS final form files are sent to PostScript printers.
Richard
 | 
| 2222.3 |  | KAOFS::R_OBAS |  | Tue Feb 09 1993 20:59 | 17 | 
|  |     
     The only error message is the normal error from the printed output
    "OFFENDING COMMAND........" because it is not a PS format.
     And this is where the question is. Why it does not process a document 
     that came from MRGATE when the copied PS.PRA file is used? (the copied 
     file was named LWIIJ.pra). Same document that is rejected using
    LWIIJ.pra works okey using PS.PRA. When the rejected document was
    converted from TEXT to ASCII (WP DT), and re-printed using LWIIJ.pra,
    it was printed and no errors. The copied file (LWIIJ.pra) is only
    picky on documents coming from MRGATE. THe only change done on the
    copied PRA is the name. CHanged from PS to LWIIJ, the contents is the
    same. ??
    Any more hints please.
    
    thanks
    ricardo
    
 | 
| 2222.4 | Compare files | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Tue Feb 09 1993 22:52 | 9 | 
|  | So its the printer that is rejecting the file, and not ALL-IN-1 refusing to 
submit the file to the printer destination.
Are the print files the same?  I suspect the answer will be no.
What is the data type and handling of the message you are trying to print.
Richard
 | 
| 2222.5 | Stay tuned ! | KAOFS::R_OBAS |  | Tue Feb 09 1993 23:17 | 12 | 
|  |     
    I'll compare them again but the last test we had, any data type that
    comes out from MRGATE do not get rejected so long as we use the
    original PS.PRA. But then again I may have missed it. (the data type
    and handling) But I still do not understand as to why changing the name
    from PS.PRA to ANYNAME.PRA rejects the document coming from MRGATE.
    Thanks loads Richard.
    By the way, if it would be of any help,the setup is through Pathworks
    for MAC.
    
    ricardo
    
 | 
| 2222.7 | Device type must be 'PS' | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Mon Feb 22 1993 11:16 | 33 | 
|  | There are certain points in the ALL-IN-1 Document Processing where it has
to handle PostScript as a special case.  It tests for PostScript by looking
for a device type of 'PS' of the printer destination.  You are changing the 
device type to 'TEST', which will prevent ALL-IN-1 from doing the special 
processing for PostScript.
ASCII documents are normally formatted using the ALL-IN-1 ASCII formatter.
The ASCII formatter only produces one type of output (LP11) and does not
have a device type parameter.  Because it is not able to produce PostScript
output we look for the situation of using the ASCII formatter when printing
to a PostScript printer and convert this to using the WPS-PLUS formatter,
which is able to format an ASCII file into PostScript output (see
OA$DO:FILEFORMAT.SCP). 
I can see from the OA$FORMATTER job information that when the device type
was 'PS' WPS-PLUS formatting was requested (OA$FMTCTL=22).  When the device 
type was 'TEST' ASCII formatting was requested (OA$FMTCTL=11).
The messages from MRGATE are being created with an ASCII data type.  You
will probably find that any ASCII document or message will not print
correctly when the device type is 'TEST', so it's not a problem specific to 
MRGATE messages.  The reason that other types of messages work is that they 
use the WPS-PLUS formatter.
For ALL-IN-1 to correctly handle ASCII formatted documents being printed to 
PostScript printers the device type has to be 'PS'.
Richard
 |