[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference jamin::pathworks32

Title:Digital PATHWORKS 32
Moderator:SPELNK::curless
Created:Fri Nov 01 1996
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:337
Total number of notes:1612

117.0. "Mapping to Pwrint Queue" by VMSNET::W_FAMBER () Thu Feb 06 1997 15:26

    I've successfully configured a PWRINT service as followed:
    
    PWPRINTMGR> sh que pw32
    
    Queue Name               : PW32
    Node name or address     : PCJAY
    Protocol                 : DECNET
    Connect type             : DIRECT
    Location or printer      : DECLASER
    Userid                   :            Password :
    Translation
    
    $ sh que/full pw32
    Printer queue PW32, idle, on TESTER::, mounted form DEFAULT
      <PATHWORKS Printer Services >
      /BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) /LIBRARY=PWPRINT
    /OWNER=[SYSTEM]
      /PROCESSOR=PWPRINT /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
      /SEPARATE=(RESET=(END))
    
    To add a litte flavor, I mapped a Pathworks for VMS (Macintosh) printer
    service  to the existing PWRINT queue.
    
    MSA$MANAGER> sh  print/full
    
    Print service "PW32" in Zone "*"
        for queue PW32
        Process MSAP$RCVR0
    
        /PPD=DC2150P1.PPD;1
        /PARAMETERS=(DATA_TYPE=POSTSCRIPT)
    
    From chooser I select the "PW32" service configured with 2150 ppd, the
    selected word document is submitted and is copied to v7.0 print server
    and the status reports printing, but no output is delivered.
    
    Is this the expected behavior?
    
    Wayne 
T.RTitleUserPersonal
Name
DateLines
117.12 things to checknova05.vbo.dec.com::BERGERFri Feb 07 1997 04:516
Did you test the connectivity between the VMS PWPRINT client and the 
PWPRINT server (TEST QUEUE from PWPRINTMGR) ? Did you setup the 
PWPRINT server so that it listens to DECnet (it uses TCP/IP only by 
default) ?

	Vincent
117.2Connection establishedVMSNET::W_FAMBERFri Feb 07 1997 09:245
    Test queue from PWPRINTMGR produces the correct output, along with DCL
    printing and via a LAN Manager print share.
    
    Wayne
    
117.3See note 60nova05.vbo.dec.com::BERGERFri Feb 07 1997 11:124
OK. PostScript problem then maybe ? Would note 60 and its replies 
explain what you're seeing ?

	Vincent
117.4Hmmm...didn't try that!SUTRA::MOXLEYShiny Shoes, Shiny MindFri Feb 07 1997 11:1920
    Hi Wayne,
    
    >> Is this the expected behavior?
    
    Yes, although we don't explicitly mention PATHWORKS/VMS (Macintosh), in
    PWREADME.TXT, we do mention PWPRINT's inability to do ascii/ps
    conversion:
    
    "As a consequence, PRINT/PARAMETER=(...) commands, used for
    |     example to convert ANSI documents to PostScript, are not
    |     available  for PATHWORKS 32 Print Services queues."
    
    Maybe my understanding is flagging a bit, but, as I understand it, the
    MSA Symbiont will attempt to do PS conversion, hence the
    "DATA_TYPE=POSTSCRIPT".
    Remember, it's designed to allow you to print from VMS, and as such, we
    didn't test Macintosh clients against it.
    
    	Simon
    
117.5Maybe Later?VMSNET::W_FAMBERFri Feb 07 1997 12:037
    Simon, 
    
    Thanks for your comment, understanding that the goal is to print from
    VMS, as a across platforms statement maybe this could be included as a
    future.
    
    Wayne