home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / networks / tcpip / multinet / 2143 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.2 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  2. From: GARLOUGH@TGV.COM (Trey Garlough)
  3. Newsgroups: vmsnet.networks.tcp-ip.multinet
  4. Subject: Re:  Setting up terminal server to access STREAM printer queue?
  5. Message-ID: <716482132.927366.GARLOUGH@TGV.COM>
  6. Date: 14 Sep 92 16:13:24 GMT
  7. Organization: TGV, 603 Mission Street, Santa Cruz, CA 95060
  8. Lines: 15
  9. X-Gateway-Source-Info: INTERNET
  10. X-Return-path: <info-multinet-relay@TGV.COM>
  11. X-RFC822-From: Trey Garlough <GARLOUGH@TGV.COM>
  12. Nntp-Posting-Host: Mvb.Saic.Com
  13.  
  14. > I have postscript printers on terminal server ports presently connected via lat
  15. > printer queues on vms.  I want to experiment with using tcp instead.  I set up
  16. > stream protocol printer queues under multinet and tried sending postscript
  17. > files.  The files were sent, but nothing appeared.  Has anyone succeeded in
  18. > doing this?
  19.  
  20. Hi Mark.
  21.  
  22. Do a "$ SHOW QUEUE/FORM/FULL" on the form type you are using when printing 
  23. the file and look at the /WIDTH= value.  If it's something small (like 132),
  24. then the symbiont is probably biffing up the file by truncating or wrapping 
  25. long lines when it sends the file down the wire.  Set /WIDTH=2000 (or 
  26. something big) and see if that makes things happy.
  27.  
  28. --Trey
  29.