<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VAX/VMS printer queues stopping in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994461#M78049</link>
    <description>Steve,&lt;BR /&gt;&lt;BR /&gt;if there is no /PROCESSOR=image shown, then you're using the default print-symbiont PRTSMB.&lt;BR /&gt;&lt;BR /&gt;LAT queues MUST use the LATSYM print symbiont:&lt;BR /&gt;&lt;BR /&gt;$ STOP/QUEUE/RESET LTA2&lt;BR /&gt;$ INIT/QUEUE/PROC=LATSYM LTA2&lt;BR /&gt;$ START/QUEUE LTA2&lt;BR /&gt;&lt;BR /&gt;LATSYM uses special LAT QIOs to establish the connection to the terminal-server port before printing and disconnecting the session after the print-job is finished. As there will be no existing LAT connection when the printer is powered off, LATSYM will not notice this and will happily print the next job (after establishng a new LAT connection).&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
    <pubDate>Tue, 01 Aug 2006 11:53:08 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-08-01T11:53:08Z</dc:date>
    <item>
      <title>VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994445#M78033</link>
      <description>I am running VMS 5.5-2h4 and have a printer connected to a Decserver 90L+ LAT port. If I switch the printer of and on again, the next time I try to print the queue stops. How can I prevent this from happening?</description>
      <pubDate>Tue, 01 Aug 2006 06:48:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994445#M78033</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T06:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994446#M78034</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;Assuming you are using the LATSYM print symbiont: SHOW QUE/FULL should show /PROC=LATSYM&lt;BR /&gt;&lt;BR /&gt;A LATSYM print queue will be stopped automatically, if there is an error establishing the LAT connection to the terminal server port. You should get an error message (visible via PRINT/NOTIFY or by SET QUEUE/RETAIN=ERROR and then looking at the failed print-job after the queue has stopped: SHO QUE/FULL/ALL queue). What is the error status ?&lt;BR /&gt;&lt;BR /&gt;Note that you can then release the job again: SET ENTRY xx/RELEASE without the user having to re-submit the print job.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 07:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994446#M78034</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T07:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994447#M78035</link>
      <description>Most probably you will get "data set hangup". We have a script that restarts the queue if those entries are found (rare now since we're mostly on IP).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 01 Aug 2006 07:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994447#M78035</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-08-01T07:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994448#M78036</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;a slight correction after checking my real old notes on LATSYM problems:&lt;BR /&gt;&lt;BR /&gt;- if the LAT connect QIO fails, the LATSYM queue will be PAUSED&lt;BR /&gt;&lt;BR /&gt;- if there is an error after the LAT connection has been established, the queue will be STOPPED&lt;BR /&gt;&lt;BR /&gt;In any case, the job will be aborted with an approriate error status, which you can see, if the queue is set to /RETAIN=ERROR&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 07:17:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994448#M78036</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T07:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994449#M78037</link>
      <description>Hi Volker &amp;amp; Hi Vim,&lt;BR /&gt;&lt;BR /&gt;Tried this - the error I get is as follows:&lt;BR /&gt;&lt;BR /&gt;%PSM-E-WRITERR, error writing !AS&lt;BR /&gt; - SYST-F-HANGUP, data set hangup&lt;BR /&gt;&lt;BR /&gt;The print queue is then stopped and I have to issue a START/QUE and re-print the file. &lt;BR /&gt;&lt;BR /&gt;What I dont understand is why switching the printer off and on when it is idle should cause the print que to stop when I try to print to it later. I have previously run the printer off an ancient Performance 4000 server and did not have this problem.&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 08:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994449#M78037</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T08:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994450#M78038</link>
      <description>is the printer connection using hardware flow control? Parhaps the DS90 detects the printer being switched off via a change in the signals on the connections but can not report it until data is sent from the VMS system.</description>
      <pubDate>Tue, 01 Aug 2006 08:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994450#M78038</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-01T08:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994451#M78039</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;does the DS90L+ support the Local&amp;gt; SHOW PORT STATUS command ? If so, what happens to the Input/Output Signals if you power-off and power-on the printer ? What's the status after the print failed ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 08:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994451#M78039</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T08:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994452#M78040</link>
      <description>Sorry, I dont know whether the printer is using hardware flow control - it's an Epson lx-1170 dot matrix printer and ther's nothing in the manual to indicate. I'll try checking with the manufacturer.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 09:09:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994452#M78040</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T09:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994453#M78041</link>
      <description>The status during the various steps is:&lt;BR /&gt;&lt;BR /&gt;                        DS90      QUE &lt;BR /&gt;Printer operational  :  CONN      IDLE&lt;BR /&gt;&lt;BR /&gt;Printer switched off :  LOCAL     IDLE&lt;BR /&gt;&lt;BR /&gt;Printer on again     :  LOCAL     IDLE&lt;BR /&gt;&lt;BR /&gt;Attempt to print     :  LOCAL     STOPPED&lt;BR /&gt;&lt;BR /&gt;Restart QUE          :  LOCAL     IDLE&lt;BR /&gt;&lt;BR /&gt;Re-print             :  CONN      BUSY&lt;BR /&gt;&lt;BR /&gt;After print          :  CONN      IDLE&lt;BR /&gt;&lt;BR /&gt;So it seems that the port is dropping into local when the printer is switched off and causes a que failure when attempting to print.</description>
      <pubDate>Tue, 01 Aug 2006 09:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994453#M78041</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T09:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994454#M78042</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;I'm not familiar with the DS90 QUE information you've shown. What does 'CONN' mean ? A LAT connection established from the VMS system ? What does MC LATCP SHOW PORT LTAx: show at that time (if the Actual Port/Node Name field is non-blank, there is an established LAT connection) ?&lt;BR /&gt;&lt;BR /&gt;Are you really using the LATSYM print symbiont on that queue ? LATSYM will establish the LAT connection only when the print-job starts and will disconnect, once the print-job has finished. This allows multiple VMS systems to print on the same printer (DECserver port) sequentially.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 09:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994454#M78042</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T09:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994455#M78043</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;it's the ITRC formatting which threw me off ;-(&lt;BR /&gt;&lt;BR /&gt;You're showing that the DS90 port status is CONN after the print has finished (QUE = IDLE) ?! So you must be using PRTSMB instead of LATSYM.&lt;BR /&gt;&lt;BR /&gt;What does SHOW QUE/FULL queue show after the /PROCESSOR= qualifier ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 10:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994455#M78043</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T10:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994456#M78044</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Sorry about the confusion - the first word after the action (CONN, OFF, LOCAL) refers to the status of the port in the DS90L+, the second (IDLE, STOPPED, BUSY) refers to the print queue status.&lt;BR /&gt;&lt;BR /&gt;I have checked in LATCP and the Actual Port/Node names are the same as the target names when the printer is operational, but blank out when I switch the printer off.&lt;BR /&gt;&lt;BR /&gt;This would seem to support Ian's suggestion that the DS90L is detecting that the printer is off.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994456#M78044</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994457#M78045</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;I am not very experienced in VMS, and I don't know what LATSYM is, or how to find if it is being used.&lt;BR /&gt;&lt;BR /&gt;Can you help?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994457#M78045</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994458#M78046</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;sure. If you turn the printer off, the DS90L+ seems to detect that and disconnects the LAT session. If you power off the printer while the queue is BUSY, this would be expected. But - if you are using the correct print-symbiont - the LAT connection should be immediately disconnected, once the print job is finished.&lt;BR /&gt;&lt;BR /&gt;Please what does $ SHOW QUE/FULL queue show as the /PROCESSOR being used for that queue ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 01 Aug 2006 10:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994458#M78046</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T10:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994459#M78047</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Tried SHOW QUE/FULL LTA2 and there is no /PROCESSOR= qualifier&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994459#M78047</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-01T10:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994460#M78048</link>
      <description>do SHOW QUEUE/FULL and look at the value of the /PROCESSOR qualifier. Is it LATSYM or PRTSYM or something else?&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 10:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994460#M78048</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-08-01T10:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994461#M78049</link>
      <description>Steve,&lt;BR /&gt;&lt;BR /&gt;if there is no /PROCESSOR=image shown, then you're using the default print-symbiont PRTSMB.&lt;BR /&gt;&lt;BR /&gt;LAT queues MUST use the LATSYM print symbiont:&lt;BR /&gt;&lt;BR /&gt;$ STOP/QUEUE/RESET LTA2&lt;BR /&gt;$ INIT/QUEUE/PROC=LATSYM LTA2&lt;BR /&gt;$ START/QUEUE LTA2&lt;BR /&gt;&lt;BR /&gt;LATSYM uses special LAT QIOs to establish the connection to the terminal-server port before printing and disconnecting the session after the print-job is finished. As there will be no existing LAT connection when the printer is powered off, LATSYM will not notice this and will happily print the next job (after establishng a new LAT connection).&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2006 11:53:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994461#M78049</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-08-01T11:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994462#M78050</link>
      <description>Excellent. That has solved the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for your help - it is very much appreciated, and I hope I may be able to reciprocate in the future.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 02:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994462#M78050</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-02T02:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: VAX/VMS printer queues stopping</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994463#M78051</link>
      <description>Solution provided by Volke Halle - many thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Aug 2006 02:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vax-vms-printer-queues-stopping/m-p/4994463#M78051</guid>
      <dc:creator>Steve Nott</dc:creator>
      <dc:date>2006-08-02T02:47:01Z</dc:date>
    </item>
  </channel>
</rss>

