<?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: Telnet printer connected via ISDN in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218523#M62205</link>
    <description>Gerard:&lt;BR /&gt;&lt;BR /&gt;NO. SYNC will NOT help you.&lt;BR /&gt;If the printer is stalled, your job won't finish, and you will never get SYNCed!!&lt;BR /&gt;&lt;BR /&gt;Lokesh:&lt;BR /&gt;Maybe a little more 'common sence' might get built in:&lt;BR /&gt;After 5 minutes if the job is "printing" give it 5 more, if it is "stalled", you might as well stop (and trigger some action maybe?)&lt;BR /&gt;&lt;BR /&gt;Piet:&lt;BR /&gt;try to inventorize all "really busy, gimme some more time" statusses, and also all "this cannot not be what we want" statusses.&lt;BR /&gt;I bet from there you still know how to finish your print procedure.&lt;BR /&gt;&lt;BR /&gt;All this ASSUMES that you ARE printing from DCL!&lt;BR /&gt;&lt;BR /&gt;If you are somehow (also) generating print jobs from within an application, you probably will need a kind of supervising job.&lt;BR /&gt;If that is the case, contact me directly: &lt;BR /&gt;jpe aapje vdende punt demon punt nl&lt;BR /&gt;We do have something somewhat similar that might be adapted. &lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;&lt;BR /&gt;jpe</description>
    <pubDate>Mon, 15 Mar 2004 05:38:07 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2004-03-15T05:38:07Z</dc:date>
    <item>
      <title>Telnet printer connected via ISDN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218520#M62202</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have telnet printers connected via ISDN, and we only use (and pay) the line when we need it. There are two problems:&lt;BR /&gt;&lt;BR /&gt;1. A printer gets stalled (mostly run out of paper), connection to the printer stays, so we have to pay a lot for nothing,&lt;BR /&gt;2. A print job is busy, but sometimes (for us to often) the jobs stays busy, and no paper is beeing printed. There is an active connection, so we have to pay for the ISDN line.&lt;BR /&gt;&lt;BR /&gt;We try to avoid these situations, but sometimes we see printjobs over 2 days busy, doing nothing, so they cost a lot.&lt;BR /&gt;&lt;BR /&gt;Is there a way (simple) to solve this, or to make it less expensive.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;Piet Timmers</description>
      <pubDate>Mon, 15 Mar 2004 03:36:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218520#M62202</guid>
      <dc:creator>Piet Timmers</dc:creator>
      <dc:date>2004-03-15T03:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet printer connected via ISDN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218521#M62203</link>
      <description>Hi Piet,&lt;BR /&gt;&lt;BR /&gt;A simple workaround I can think of at the moment. Keep your queueu is STOPPED state. Then make a command procedure something like the following ( not tested !! ):&lt;BR /&gt;&lt;BR /&gt;******my_print.com**********&lt;BR /&gt;$start/queue &lt;YOUR-QUEUE-NAME&gt;&lt;BR /&gt;$print/notify 'p1' /que=&lt;YOUR-QUEUE-NAME&gt;&lt;BR /&gt;$wait 00:05:00 !how log you expect to finish the print job, I assume 5 minutes.&lt;BR /&gt;$stop/reset &lt;YOUR-QUEUE-NAME&gt; !stop the queue if job do not finish in 5 minutes&lt;BR /&gt;$exit&lt;BR /&gt;&lt;BR /&gt;Then whenever you want to print any file, just give following command:&lt;BR /&gt;&lt;BR /&gt;$@my_print &lt;FILE-NAME&gt;&lt;BR /&gt;&lt;BR /&gt;Above I am assuming that your job will finish in 5 minutes. You can modify the above command procedure at your will and add some more feature and error handling to it. &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh Jain&lt;BR /&gt;&lt;/FILE-NAME&gt;&lt;/YOUR-QUEUE-NAME&gt;&lt;/YOUR-QUEUE-NAME&gt;&lt;/YOUR-QUEUE-NAME&gt;</description>
      <pubDate>Mon, 15 Mar 2004 03:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218521#M62203</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-03-15T03:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet printer connected via ISDN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218522#M62204</link>
      <description>Lokesh, instead of the wait ..., I think a &lt;BR /&gt;$ synchron/entry='$entry&lt;BR /&gt;&lt;BR /&gt;will do the job fine.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Gerard&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 04:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218522#M62204</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-03-15T04:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet printer connected via ISDN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218523#M62205</link>
      <description>Gerard:&lt;BR /&gt;&lt;BR /&gt;NO. SYNC will NOT help you.&lt;BR /&gt;If the printer is stalled, your job won't finish, and you will never get SYNCed!!&lt;BR /&gt;&lt;BR /&gt;Lokesh:&lt;BR /&gt;Maybe a little more 'common sence' might get built in:&lt;BR /&gt;After 5 minutes if the job is "printing" give it 5 more, if it is "stalled", you might as well stop (and trigger some action maybe?)&lt;BR /&gt;&lt;BR /&gt;Piet:&lt;BR /&gt;try to inventorize all "really busy, gimme some more time" statusses, and also all "this cannot not be what we want" statusses.&lt;BR /&gt;I bet from there you still know how to finish your print procedure.&lt;BR /&gt;&lt;BR /&gt;All this ASSUMES that you ARE printing from DCL!&lt;BR /&gt;&lt;BR /&gt;If you are somehow (also) generating print jobs from within an application, you probably will need a kind of supervising job.&lt;BR /&gt;If that is the case, contact me directly: &lt;BR /&gt;jpe aapje vdende punt demon punt nl&lt;BR /&gt;We do have something somewhat similar that might be adapted. &lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 15 Mar 2004 05:38:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218523#M62205</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-03-15T05:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet printer connected via ISDN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218524#M62206</link>
      <description>Hello Piet,&lt;BR /&gt;you haven't explain us how work your IDSN; I suppose you have an ISDN router in your network and when you printer job start, router automatically begin connection and stay active until time-out without data transmission is reached.&lt;BR /&gt;If environment is this, are you sure the printer queue keep alive connection? How long is time-out on router?&lt;BR /&gt;I'm not sure your trouble is printer queue (if you use router otherwise post your ISDN congiguratione and devices).&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 05:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218524#M62206</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-03-15T05:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet printer connected via ISDN</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218525#M62207</link>
      <description>Piet&lt;BR /&gt;&lt;BR /&gt;Just one observation. Does you ISDN link have a rental charged against it, only in the UK this charge is quite high. It may be benificial to investigate an ADSL link which can remain active at no extra cost. You would have to establish the initial VPN but this may well prove to be a better option.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Tue, 16 Mar 2004 06:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/telnet-printer-connected-via-isdn/m-p/3218525#M62207</guid>
      <dc:creator>Matt West</dc:creator>
      <dc:date>2004-03-16T06:05:27Z</dc:date>
    </item>
  </channel>
</rss>

