201 lines
7.1 KiB
HTML
201 lines
7.1 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>End DPR Apply (ENDDPRAPY)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="ENDDPRAPY.Top_Of_Page"></a>
|
|
<h2>End DPR Apply (ENDDPRAPY)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#ENDDPRAPY.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ENDDPRAPY.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ENDDPRAPY.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ENDDPRAPY"></a>
|
|
<p>The End DPR Apply (ENDDPRAPY) command ends an instance of the DataPropagator for iSeries Apply process on the local system. You should end the Apply process before any planned system down time. Also, you might want to end the Apply process during periods of peak use on the system.
|
|
</p>
|
|
<ul>
|
|
<li>Note: Do not precede an entry with an asterisk unless that entry is shown on the display itself or in the help information with an asterisk.
|
|
</li>
|
|
</ul>
|
|
<h3>Error Messages for ENDDPRAPY</h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>ASN1502</b></dt>
|
|
<dd>Unable to find the local relational database name.
|
|
</dd>
|
|
<dt><b>ASN1507</b></dt>
|
|
<dd>The apply job table, IBMSNAP_APPLY_JOB in library ASN, is not available.
|
|
</dd>
|
|
<dt><b>ASN1515</b></dt>
|
|
<dd>The Apply process for apply qualifier "" is not active.
|
|
</dd>
|
|
<dt><b>ASN4524</b></dt>
|
|
<dd>The apply job table was not found.
|
|
</dd>
|
|
<dt><b>ASN1512</b></dt>
|
|
<dd>The ENDDPRAPY command failed.
|
|
</dd>
|
|
<dt><b>ASN1513</b></dt>
|
|
<dd>An Apply job record was not found in the Apply Job table.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ENDDPRAPY.PARAMETERS.TABLE">Parameters</a></h3>
|
|
<table border="1" cellpadding="4" cellspacing="0">
|
|
<!-- col1="10" col2="15" col3="30" col4="10" -->
|
|
<tr>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
|
|
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDDPRAPY.USER"><b>USER</b></a></td>
|
|
<td valign="top">User</td>
|
|
<td valign="top"><i>Name</i>, <b><u>*CURRENT</u></b></td>
|
|
<td valign="top">Optional, Positional 1</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDDPRAPY.OPTION"><b>OPTION</b></a></td>
|
|
<td valign="top">How to end</td>
|
|
<td valign="top"><b><u>*CNTRLD</u></b>, *IMMED</td>
|
|
<td valign="top">Optional, Positional 2</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDDPRAPY.APYQUAL"><b>APYQUAL</b></a></td>
|
|
<td valign="top">Apply qualifier</td>
|
|
<td valign="top"><i>Character value</i>, <b><u>*USER</u></b></td>
|
|
<td valign="top">Optional, Positional 3</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><a href="#ENDDPRAPY.CTLSVR"><b>CTLSVR</b></a></td>
|
|
<td valign="top">Control server</td>
|
|
<td valign="top"><i>Character value</i>, <b><u>*LOCAL</u></b></td>
|
|
<td valign="top">Optional, Positional 4</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ENDDPRAPY.USER"></a>
|
|
<h3>User (USER)</h3>
|
|
<p>This is the apply qualifier associated with the instance of apply. This parameter is used only if the APYQUAL parameter has a value of *USER.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*CURRENT</u></b></dt>
|
|
<dd>The Apply process of the user associated with the current job is ended.
|
|
</dd>
|
|
<dt><b><i>user name</i></b></dt>
|
|
<dd>The Apply process of the specified user is ended.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ENDDPRAPY.OPTION"></a>
|
|
<h3>How to end (OPTION)</h3>
|
|
<p>Specifies how to end the Apply process.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*CNTRLD</u></b></dt>
|
|
<dd>The Apply process completes all of its tasks and then ends normally. This might take a considerable period of time if the Apply process is completing a subscription.
|
|
</dd>
|
|
<dt><b>*IMMED</b></dt>
|
|
<dd>The Apply process completes all of its tasks with the ENDJOB OPTION(*IMMED) command. The tasks end immediately, without any clean-up. You can use this option safety when the Apply process is sleeping. Use it only after a controlled end has been attempted unsuccessfully.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ENDDPRAPY.APYQUAL"></a>
|
|
<h3>Apply qualifier (APYQUAL)</h3>
|
|
<p>Specifies the apply qualifier used by an instance of Apply. All subscriptions that are grouped together with this apply qualifier are being run by this apply instance.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*USER</u></b></dt>
|
|
<dd>The user name specified on the USER parameter is the apply qualifier.
|
|
</dd>
|
|
<dt><b><i>apply-qualifier</i></b></dt>
|
|
<dd>Specifies the name that is used to group the subscriptions that are being run by this Apply instance. You can specify a maximum of 18 characters for the apply qualifier name. This name follows the same naming conventions as an RDB name. The subscriptions being run are identified by the records in the IBMSNAP_SUBS_SET table with this value in the APPLY_QUAL column.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<div> <a name="ENDDPRAPY.CTLSVR"></a>
|
|
<h3>Control server (CTLSVR)</h3>
|
|
<p>Specifies the database name of the control server where the subscription control tables are located.
|
|
</p>
|
|
<dl>
|
|
<dt><b><u>*LOCAL</u></b></dt>
|
|
<dd>The subscription control tables are located on the local relational database.
|
|
</dd>
|
|
<dt><b><i>rdb-name</i></b></dt>
|
|
<dd>A relational database name. You can press F4 (Prompt) on this parameter to choose from the list of RDBs in the RDB directory. You can also use the Work with RDB Directory Entries (WRKRDBDIRE) command to find this name.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="ENDDPRAPY.COMMAND.EXAMPLES">Examples</a></h3>None
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ENDDPRAPY.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>ASN1502</b></dt>
|
|
<dd>Unable to find the local relational database name.
|
|
</dd>
|
|
<dt><b>ASN1507</b></dt>
|
|
<dd>The apply job table, IBMSNAP_APPLY_JOB in library ASN, is not available.
|
|
</dd>
|
|
<dt><b>ASN1515</b></dt>
|
|
<dd>The Apply process for apply qualifier "" is not active.
|
|
</dd>
|
|
<dt><b>ASN4524</b></dt>
|
|
<dd>The apply job table was not found.
|
|
</dd>
|
|
<dt><b>ASN1512</b></dt>
|
|
<dd>The ENDDPRAPY command failed.
|
|
</dd>
|
|
<dt><b>ASN1513</b></dt>
|
|
<dd>An Apply job record was not found in the Apply Job table.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ENDDPRAPY.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|