1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd">
<HTML>
<HEAD><TITLE>
Hercules Version 3: System Messages: PR - Printer Emulation</TITLE>
<LINK REL=STYLESHEET TYPE="text/css" HREF="hercules.css">
</HEAD>
<BODY BGCOLOR="#ffffcc" TEXT="#000000" LINK="#0000A0"
VLINK="#008040" ALINK="#000000">
<h1>Hercules Version 3: System Messages: PR - Printer Emulation</h1>
<p>
This page describes the printer emulation messages for the Hercules S/370,
ESA/390, and z/Architecture emulator.
<h3>Messages</h3>
<dl class="messages">
<dt><code><a name="HHCPR001E">
HHCPR001E File name missing or invalid for printer <em>address</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>There was no file name specified for the printer
at address <code><em>address</em></code>, or
else there was one specified, but it was too long.
<dt>Action
<dd>Correct the error in the Hercules configuration file. The
device may be made available by specifying a filename with the
<code>devinit</code> command.
<dt>Issued by
<dd>printer.c, function printer_init_handler
</dl>
<dt><code><a name="HHCPR002E">
HHCPR002E Invalid argument for printer <em>address</em>: <em>argument</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An invalid argument was specified on the definition of the printer
at address <code><em>address</em></code>.
<dt>Action
<dd>Correct or remove the invalid argument.
<dt>Issued by
<dd>printer.c, function printer_init_handler
</dl>
<dt><code><a name="HHCPR003E">
HHCPR003E <em>address</em> Error writing to <em>filename</em>:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error was encountered when writing output for the printer
at address <code><em>address</em></code> to the file named
<code><em>filename</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function write_buffer
</dl>
<dt><code><a name="HHCPR004E">
HHCPR004E Error opening file <em>filename</em>: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error was encountered when opening the file named
<code><em>filename</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR005E">
HHCPR005E <em>address</em> device initialization error: pipe: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error was encountered when opening a pipe for the printer
at address <code><em>address</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR006E">
HHCPR006E <em>address</em> device initialization error: fork: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>An error was encountered when starting the program
to process the output from the printer
at address <code><em>address</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR007I">
HHCPR007I pipe receiver (pid=<em>processid</em>)
starting for <em>address</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The program to process the output from the printer
at address <code><em>address</code></em> is starting. Its process id
is <code><em>processid</em></code>.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR008E">
HHCPR008E <em>address</em> dup2 error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The file descriptor for stdin could not be
duplicated for the program to process the output from the printer
at address <code><em>address</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR009E">
HHCPR009E <em>address</em> dup2 error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The file descriptor for stdout could not be
duplicated for the program to process the output from the printer
at address <code><em>address</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR010E">
HHCPR010E <em>address</em> dup2 error: <em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The file descriptor for stderr could not be
duplicated for the program to process the output from the printer
at address <code><em>address</em></code>. The error is described
by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR011I">
HHCPR011I pipe receiver (pid=<em>processid</em>)
terminating for <em>address</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The program to process the output from the printer
at address <code><em>address</code></em> has ended sucessfully. Its process id
was <code><em>processid</em></code>.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
<dt><code><a name="HHCPR012E">
HHCPR012E <em>address</em> Unable to execute <em>program</em>:
<em>error</em>
</a></code>
<dd><dl>
<dt>Meaning
<dd>The program named <code><em>program</em></code> to process the
output from the printer at address <code><em>address</em></code> could not
be started. The error is described by <code><em>error</em></code>.
<dt>Action
<dd>Correct the error and retry the operation.
<dt>Issued by
<dd>printer.c, function open_printer
</dl>
</dl>
<p><center><hr width=15% noshade></center>
<p>
If you have a question about Hercules, see the
<a href="hercfaq.html">Hercules Frequently-Asked Questions</a> page.
<p><center><hr width=15% noshade>
<a href="hercmsg.html"><img src="images/back.gif" border=0 alt="back"></a>
</center>
<p class="lastupd">Last updated $Date$ $Revision$</p>
</BODY>
</HTML>
|