<?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: Problems with priter forms in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003500#M79001</link>
    <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer. That's what I found out with your help:&lt;BR /&gt;&lt;BR /&gt;sho log dcps_lib&lt;BR /&gt;   "DCPS_LIB" = "DCPS$DEVCTL" (LNM$SYSTEM_TABLE)&lt;BR /&gt;        = "SYSDEVCTL/DATA=ANSI"&lt;BR /&gt;        = "LN03FORMS/DATA=ANSI"&lt;BR /&gt;&lt;BR /&gt;The module is in the SYSDEVCTL library.&lt;BR /&gt;&lt;BR /&gt;The queue is set up as follows:&lt;BR /&gt;Printer queue LJ2430, idle, on NODE::"IP_RawTCP/printerIP:9100", mounted form H132 (stock=DEFAULT)&lt;BR /&gt;  /AUTOSTART_ON=(NODE::"IP_RawTCP/printerIP:9100") /BASE_PRIORITY=4 /DEFAULT=(FORM=DCPS$DEFAULT (stock=DEFAULT))&lt;BR /&gt;  /NOENABLE_GENERIC /LIBRARY=DCPS_LIB Lowercase /OWNER=[SYSMGR,SYSTEM] /PROCESSOR=DCPS$SMB /PROTECTION=(S:M,O:D,G:R,W:S)&lt;BR /&gt;  /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;BR /&gt;The funy thing is, that on an other node with the same printers definition it work okay...</description>
    <pubDate>Fri, 15 Sep 2006 04:06:12 GMT</pubDate>
    <dc:creator>Adrian Gehrig</dc:creator>
    <dc:date>2006-09-15T04:06:12Z</dc:date>
    <item>
      <title>Problems with priter forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003498#M78999</link>
      <description>We have just updated a DS15 machine from 7.3-1 to 7.3-2. After the update the queue manager didn't start again. So I configured a new one. Since then I am not able to print anymore. The pice of paper that comes out is saying&lt;BR /&gt;&lt;BR /&gt;%DCPS-F-SETUPNOTFOUND, Setup module SMALL132 not found&lt;BR /&gt;&lt;BR /&gt;The following is my form definition:&lt;BR /&gt;&lt;BR /&gt;H132 (stock=DEFAULT) 202   Hoch 132&lt;BR /&gt;    /LENGTH=96 /MARGIN=(BOTTOM=6) /SETUP=(SMALL132) /STOCK=DEFAULT /TRUNCATE /WIDTH=132&lt;BR /&gt;&lt;BR /&gt;That was first with DCPS 2.2 since the error message sayd something about setup not found I installed the newer 2.4 version - still the samme problem.&lt;BR /&gt;&lt;BR /&gt;Anyone has a clue how this can be fixed - I didn't find a solution in the openvms documentation. Thanks in advance</description>
      <pubDate>Fri, 15 Sep 2006 03:20:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003498#M78999</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2006-09-15T03:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with priter forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003499#M79000</link>
      <description>Adrian,&lt;BR /&gt;&lt;BR /&gt;the form H132 wants to load a module SMALL132 from a device control library. Where did you put the SMALL132 in? DCPS has its own lib named  DCPS$DEVCTL, but normally you would not put your own modules in here. We use a seperate lib called DCPS_DEVCTL and use a logical name DCLS$LIB to give it to DCPS.&lt;BR /&gt;&lt;BR /&gt;$ SH LOG DCPS$LIB&lt;BR /&gt;&lt;BR /&gt;  "DCPS_LIB" = "DCPS$DEVCTL"&lt;BR /&gt;        = "DCPS_DEVCTL/DATA_TYPE=ANSI"&lt;BR /&gt;        = "DCPS_DEVCTL/DATA_TYPE=LIST"&lt;BR /&gt;        = "SYSDEVCTL/DATA_TYPE=ANSI"&lt;BR /&gt;        = "SYSDEVCTL/DATA_TYPE=LIST"&lt;BR /&gt;&lt;BR /&gt;You can check with LIBR/LIS/TEXT ..., which modules are included.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Fri, 15 Sep 2006 03:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003499#M79000</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-09-15T03:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with priter forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003500#M79001</link>
      <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer. That's what I found out with your help:&lt;BR /&gt;&lt;BR /&gt;sho log dcps_lib&lt;BR /&gt;   "DCPS_LIB" = "DCPS$DEVCTL" (LNM$SYSTEM_TABLE)&lt;BR /&gt;        = "SYSDEVCTL/DATA=ANSI"&lt;BR /&gt;        = "LN03FORMS/DATA=ANSI"&lt;BR /&gt;&lt;BR /&gt;The module is in the SYSDEVCTL library.&lt;BR /&gt;&lt;BR /&gt;The queue is set up as follows:&lt;BR /&gt;Printer queue LJ2430, idle, on NODE::"IP_RawTCP/printerIP:9100", mounted form H132 (stock=DEFAULT)&lt;BR /&gt;  /AUTOSTART_ON=(NODE::"IP_RawTCP/printerIP:9100") /BASE_PRIORITY=4 /DEFAULT=(FORM=DCPS$DEFAULT (stock=DEFAULT))&lt;BR /&gt;  /NOENABLE_GENERIC /LIBRARY=DCPS_LIB Lowercase /OWNER=[SYSMGR,SYSTEM] /PROCESSOR=DCPS$SMB /PROTECTION=(S:M,O:D,G:R,W:S)&lt;BR /&gt;  /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;BR /&gt;The funy thing is, that on an other node with the same printers definition it work okay...</description>
      <pubDate>Fri, 15 Sep 2006 04:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003500#M79001</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2006-09-15T04:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with priter forms</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003501#M79002</link>
      <description>After a reboot the printer forms are working again...</description>
      <pubDate>Wed, 20 Sep 2006 04:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problems-with-priter-forms/m-p/5003501#M79002</guid>
      <dc:creator>Adrian Gehrig</dc:creator>
      <dc:date>2006-09-20T04:04:13Z</dc:date>
    </item>
  </channel>
</rss>

