<?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: Printer Qeues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542244#M68545</link>
    <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;printers are driven by print-symbionts, which operate device execution queues. A generic queue is a higher-level structure, which accepts print-jobs and distributes them to execution queues.&lt;BR /&gt;&lt;BR /&gt;You can stop an execution queue with STOP/QUE/RESET HPLJET_PS&lt;BR /&gt;&lt;BR /&gt;And you can start it again with START/QUE HPLJET_PS&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;$init /que /start /generic=HPLJET_PS&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;This command is missing the target queue name parameter, that you want to start. The /GENERIC=HPLJET_PS qualifier specifies, that print-jobs submitted to this 'generic' queue (who's name you did not specify as a parameter) are to be sent to the execution queue HPLJET_PS.&lt;BR /&gt;&lt;BR /&gt;If a print-job does not get printed, use SHOW ENT/FULL or SHOW QUE/ALL/FULL HPLJET_PS to find out the reason why.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Wed, 11 May 2005 09:16:26 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2005-05-11T09:16:26Z</dc:date>
    <item>
      <title>Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542243#M68544</link>
      <description>Hi, &lt;BR /&gt;we have vms 7.3-1 and a 3 node common environment cluster running on ethernet lan. &lt;BR /&gt;&lt;BR /&gt;We have a generic printer qeue HPLJET_PS setup. Now often some applications start the print qeues. Sometimes the qeues go into pending stage and after certain point and time when I do &lt;BR /&gt;$ Show entry&lt;BR /&gt;&lt;BR /&gt;It shows me a list of entries (including printing jobs). Out of these the print jobs simply don't print (or get executed). &lt;BR /&gt;&lt;BR /&gt;The only thing that we do right now is do &lt;BR /&gt;del /en=(number) and manually delete each entry. If that still doesn't work then we reboot the entire system. &lt;BR /&gt;&lt;BR /&gt;And again the whole process starts from entry =1 and now if we send anything to the printer it prints. &lt;BR /&gt;&lt;BR /&gt;Is there a better way to stop printer queues an d restart them &lt;BR /&gt;&lt;BR /&gt;I tried&lt;BR /&gt;&lt;BR /&gt;$stop /que /reset HPLJET_PS&lt;BR /&gt;$init /que /start /generic=HPLJET_PS&lt;BR /&gt;&lt;BR /&gt;however it just showed all the previous entries as "stopped" and the new entries I started after the initialization were simply pending.&lt;BR /&gt;&lt;BR /&gt;Please let me know what would be the right way to restart the printer qeues. &lt;BR /&gt;&lt;BR /&gt;Note: Our print jobs often consists of Images and our printer is a Laser jet HP 4000&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 08:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542243#M68544</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-11T08:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542244#M68545</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;printers are driven by print-symbionts, which operate device execution queues. A generic queue is a higher-level structure, which accepts print-jobs and distributes them to execution queues.&lt;BR /&gt;&lt;BR /&gt;You can stop an execution queue with STOP/QUE/RESET HPLJET_PS&lt;BR /&gt;&lt;BR /&gt;And you can start it again with START/QUE HPLJET_PS&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;$init /que /start /generic=HPLJET_PS&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;This command is missing the target queue name parameter, that you want to start. The /GENERIC=HPLJET_PS qualifier specifies, that print-jobs submitted to this 'generic' queue (who's name you did not specify as a parameter) are to be sent to the execution queue HPLJET_PS.&lt;BR /&gt;&lt;BR /&gt;If a print-job does not get printed, use SHOW ENT/FULL or SHOW QUE/ALL/FULL HPLJET_PS to find out the reason why.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 11 May 2005 09:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542244#M68545</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-05-11T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542245#M68546</link>
      <description>If you need to get rid of quite a few entries, then:&lt;BR /&gt;STOP /RESET /QUEUE queue_name&lt;BR /&gt;DELETE /QUEUE queue_name&lt;BR /&gt;Then @ the startup com file that creates your queue.   Hope this helps. Terry.</description>
      <pubDate>Thu, 12 May 2005 03:10:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542245#M68546</guid>
      <dc:creator>Terry Yeomans</dc:creator>
      <dc:date>2005-05-12T03:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542246#M68547</link>
      <description>Nipun,&lt;BR /&gt;There certainly is no need for rebooting the system every time you have an issue with the print queues. Can you please provide the following&lt;BR /&gt;&lt;BR /&gt;$show queue/full HPLJET_PS&lt;BR /&gt;$show entry/full (this should give some reason for not printing)&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Thu, 12 May 2005 07:49:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542246#M68547</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2005-05-12T07:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542247#M68548</link>
      <description>Hello Thanks for the replies.&lt;BR /&gt;&lt;BR /&gt;I had a print problem again although this might might be because of a different nature&lt;BR /&gt;&lt;BR /&gt;We have evaluation application which first uses &lt;BR /&gt;&lt;BR /&gt;via generic que (sys$fast) assings to the execution queues (in order) SC4238_Fast,Salsa_Fast&lt;BR /&gt;&lt;BR /&gt;These two exection queues goes to two different nodes and  &lt;BR /&gt;&lt;BR /&gt;I just changed the order of execution que so that Execut que is Salsa_Fast followed by SC4238_Fast. &lt;BR /&gt;&lt;BR /&gt;To do that I did the following&lt;BR /&gt;&lt;BR /&gt;stop /reset SYS$Fast&lt;BR /&gt;INIT /QUE /START /GENERIC =(SALSA_FAST,SC4238_FAST)&lt;BR /&gt;INIT /QUE /START /BATCH SALS_FAST&lt;BR /&gt;&lt;BR /&gt;I did &lt;BR /&gt;Sh que /full /generic&lt;BR /&gt;sh en /full hpljet_ps&lt;BR /&gt;sh que /full hpljet_ps&lt;BR /&gt;&lt;BR /&gt;I am attaching the files&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2005 11:37:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542247#M68548</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-13T11:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542248#M68549</link>
      <description>Nipun:&lt;BR /&gt;It should be:&lt;BR /&gt;$INIT /QUE /START /GENERIC =(SALSA_FAST,SC4238_FAST) SYS$FAST&lt;BR /&gt;Lawrence</description>
      <pubDate>Fri, 13 May 2005 12:04:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542248#M68549</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-05-13T12:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542249#M68550</link>
      <description>Hi Lawrence,&lt;BR /&gt;Thanks for the reply. I believe it did ask me for the generic que name and I gave &lt;BR /&gt;SYS$Fast so effectively same as &lt;BR /&gt;int..../generic = ... SYS$FAST&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And I think it did work fine (at least the evaluations) but print outs &lt;BR /&gt;were the problem&lt;BR /&gt;Nipun&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 May 2005 12:12:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542249#M68550</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-13T12:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542250#M68551</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;I am just guessing now, but, are ALL your disks mounted on ALL your nodes? If yes, forget this. If NO, then consider: how could a queue process a file it cannot reach?&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Fri, 13 May 2005 12:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542250#M68551</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-13T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542251#M68552</link>
      <description>Thanks for the reply Jan,&lt;BR /&gt;But yeah all the disks are mounted&lt;BR /&gt;&lt;BR /&gt;Nipun</description>
      <pubDate>Fri, 13 May 2005 14:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542251#M68552</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-13T14:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542252#M68553</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;can you describe your 'issues' a bit more, please?&lt;BR /&gt;&lt;BR /&gt;-- your print command, and then&lt;BR /&gt;-- sh que/all/ful &lt;QUENAME&gt;&lt;BR /&gt;-- any messages?&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/QUENAME&gt;</description>
      <pubDate>Fri, 13 May 2005 15:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542252#M68553</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-13T15:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542253#M68554</link>
      <description>Hi Jan,&lt;BR /&gt;I have put the results as Mobeen was asking in a zipped attachment in my previous response. It has 3 text files. &lt;BR /&gt;&lt;BR /&gt;Regarding the specific commands&lt;BR /&gt;&lt;BR /&gt;My objective was to change the order of execution queues&lt;BR /&gt;&lt;BR /&gt;(SC4238_FAST,SALSA_FAST) was the order where SC4238 is the node name for Server node so &lt;BR /&gt;&lt;BR /&gt;I did the following&lt;BR /&gt;&lt;BR /&gt;$stop /que /reset SYS$FAST where SYS$FAST is the generic que (details in my TXT attachment)&lt;BR /&gt;&lt;BR /&gt;$init /que /batch /start /generic=(SALSA_FAST,SC4238_FAST)&lt;BR /&gt;&lt;BR /&gt;I did not touch the printer que HPLJET_PS&lt;BR /&gt;&lt;BR /&gt;Normally we have an "Evaluation application" which sends the job to SYS$FAST and gets assigned to respective exec queues. Once the evaluation is done, the application(I think) automatically starts a print queue. &lt;BR /&gt;&lt;BR /&gt;Now there are two different problems here (could have one solution though). &lt;BR /&gt;&lt;BR /&gt;1st  Due to the above (stop and init que changes) I did after the evaluation is done by SYS$FAST que there is no printing que started. &lt;BR /&gt;&lt;BR /&gt;2nd Before I did any changes (the way the things normally are at startup) often after the evaluation is completed the printer queue started stays pending and the no of printer entries just keep building up. So finally we reboot the whole system and things get back to normal. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me know for which problem you are suggesting an explanation. If you need more info please let me know&lt;BR /&gt;Nipun</description>
      <pubDate>Mon, 16 May 2005 10:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542253#M68554</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-16T10:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542254#M68555</link>
      <description>Nipun&lt;BR /&gt;&lt;BR /&gt;Sorry, I had not read the ZIPs before (blocked by policy).&lt;BR /&gt;Now, at home, I have seen them.&lt;BR /&gt;&lt;BR /&gt;I notice HPLJET_PS being generic, and it has an execution que HPLJET.&lt;BR /&gt;&lt;BR /&gt;_THAT_ is the print execution queue, Can you post what _THAT_ looks like?&lt;BR /&gt;&lt;BR /&gt;From what I have seen so far, I would guess that THERE is your trouble somehow.&lt;BR /&gt;Please post the outpot of &lt;BR /&gt;$ SHOW QUEU HPLJET /FUL/ALL.&lt;BR /&gt;(if you make that a simple text file (extension .TXT), then I am sure it will come through).&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 16 May 2005 11:36:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542254#M68555</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-16T11:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542255#M68556</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;I don't understand why you are using a generic queue. Why aren't you printing directly using TCPIP$TELNETSYM ?&lt;BR /&gt;Using /AUTOSTART_ON=(node1,node2,node3) you can make sure this queue is always running in the cluster. &lt;BR /&gt;But anyway, the queue can be stopped because possible you are using the wrong processor. '/PROCESSOR=TCPIP$TELNETSYM' on the execution queue .&lt;BR /&gt;If there are more systems printing to this printer, the printer will be stalled until the other system gives the printer 'back' or 'releases the printer' for other jobs.&lt;BR /&gt;A printer can only get information from one system at once. If eg windows is printing to this printer and doesn't free the printer, the printer stays connected to windows and no other system (even VMS) can print until this is done. Even so for VMS. If VMS is printing to the printer and doesn't free the printer after the job no other system can print to this printer. This was in the time from TTA to LTA most of the time the problem. The PROCESSOR could be the same, but never released.&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Mon, 16 May 2005 14:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542255#M68556</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2005-05-16T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542256#M68557</link>
      <description>Hi Jan,&lt;BR /&gt;I am attaching the text file &lt;BR /&gt;&lt;BR /&gt;I did the following&lt;BR /&gt;On the satellite node&lt;BR /&gt;$show que /full HPLJET /out=PRINT_HPLJET_FULL.TXT &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2005 09:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542256#M68557</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-17T09:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542257#M68558</link>
      <description>One more file&lt;BR /&gt;I am attaching one more text file &lt;BR /&gt;&lt;BR /&gt;I did the following&lt;BR /&gt;On the Server Node&lt;BR /&gt;$show que /full HPLJET /out=PRINT_HPLJET_FULL_SERVER.TXT</description>
      <pubDate>Tue, 17 May 2005 09:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542257#M68558</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-17T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542258#M68559</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;to me that looks good.&lt;BR /&gt;&lt;BR /&gt;I assume you CAN ping the printer?&lt;BR /&gt;&lt;BR /&gt;$ TCPIP PING HLPJET&lt;BR /&gt;&lt;BR /&gt;If just from the command line, you do a &lt;BR /&gt;$ PRINT /QUE=HPLJET &lt;SOME small="" textfile=""&gt;&lt;BR /&gt;does the file get printed?&lt;BR /&gt;and&lt;BR /&gt;$ PRINT/QUE=HPLJET_PS &lt;SAME file=""&gt;   ?&lt;BR /&gt;&lt;BR /&gt;we WILL get it going!!&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;&lt;/SAME&gt;&lt;/SOME&gt;</description>
      <pubDate>Wed, 18 May 2005 07:49:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542258#M68559</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-18T07:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542259#M68560</link>
      <description>Hi Jan,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;I can take direct printouts all the time like&lt;BR /&gt;$Print filename&lt;BR /&gt;&lt;BR /&gt;Currently all the printing seems to be working fine.But when the problem occurs in future I intend to collect the data as&lt;BR /&gt;&lt;BR /&gt;$show que /full HPLJET /out=PRINT_HPLJET_FULL_SERVER.TXT&lt;BR /&gt;&lt;BR /&gt;$show que /full HPLJET_PS /out=PRINT_HPLJET_FULL_SERVER.TXT&lt;BR /&gt;&lt;BR /&gt;and post it here. &lt;BR /&gt;&lt;BR /&gt;For now I was able to &lt;BR /&gt;Ping successfully. I also tried both the commands&lt;BR /&gt;&lt;BR /&gt;$Print /que=HPLJET &lt;FILENAME&gt;&lt;BR /&gt;printed the file successfully&lt;BR /&gt;&lt;BR /&gt;$Print /que=HPLJET_PS &lt;FILENAME&gt;&lt;BR /&gt;printed a kind of Info sheet &lt;BR /&gt;stating the node name user account entry no. and file name &lt;BR /&gt;25-MAY-2005 ....%DCPS-W-UNDEF,undefined: Name not known - offending command is $&lt;BR /&gt;25-May.......%DCPS-E-FLUSHING, Rest of Job (to EOJ) will be ignored&lt;BR /&gt;&lt;BR /&gt;Then details like&lt;BR /&gt;Owner UIC: [XXXX,XXX]&lt;BR /&gt;Account:[XXX]&lt;BR /&gt;&lt;BR /&gt;Priority: 100&lt;BR /&gt;Submit queue:HPLJET_PS&lt;BR /&gt;Submitted:25-MAYXXXX&lt;BR /&gt;Printer queue: HPLJET&lt;BR /&gt;Printer device: "IP_RawTCP/hpljet:9100"&lt;BR /&gt;Started: 25-XXX&lt;BR /&gt;Finished: 25-XXX&lt;BR /&gt;&lt;BR /&gt;Qualifiers: /FORM=DCPS$DEFAULT&lt;BR /&gt;Parameters: DATA_TYPE=POSTSCRIPT, PAGE_SIZE_A,SHEET_SIZE=A&lt;BR /&gt;Sheets printed: 1&lt;BR /&gt;&lt;BR /&gt;So if this is normal then I will just wait for the problem to occur again and do the above mentioned commands. &lt;BR /&gt;&lt;BR /&gt;If this is a problem let me know&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 25 May 2005 09:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542259#M68560</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2005-05-25T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Printer Qeues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542260#M68561</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;I am now entering territory that I have noe experience myself, so maybe others can supply better details, but as far as I can see now, (please correct if my view is wrong) you are (correctly printing a plain text file. But if you choose the other queue, then it it set to expect PostScript fromatted data, and it does not know what to do with other input.&lt;BR /&gt;&lt;BR /&gt;If it works (correct), then just use that  :-).&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 25 May 2005 09:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/printer-qeues/m-p/3542260#M68561</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-05-25T09:37:45Z</dc:date>
    </item>
  </channel>
</rss>

