ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/dltsrvcfg.htm

127 lines
4.5 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>Delete Service Configuration (DLTSRVCFG)</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="DLTSRVCFG.Top_Of_Page"></a>
<h2>Delete Service Configuration (DLTSRVCFG)</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="#DLTSRVCFG.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DLTSRVCFG.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DLTSRVCFG.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DLTSRVCFG"></a>
<p>The Delete Service Configuration (DLTSRVCFG) command deletes the service configuration used for all service and support applications: Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. Primary and backup configurations are deleted.
</p>
<p><b>Restrictions:</b>
</p>
<ul>
<li>Input/output system configuration (*IOSYSCFG) special authority is required to run this command.
</li>
<li>If DLTCMNCFG(*YES) is specified, object existence (*OBJEXIST) authority is required to applicable service configuration objects; line, controller, and device descriptions.
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTSRVCFG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DLTSRVCFG.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="#DLTSRVCFG.DLTCMNCFG"><b>DLTCMNCFG</b></a></td>
<td valign="top">Delete communications config</td>
<td valign="top"><b><u>*NO</u></b>, *YES</td>
<td valign="top">Optional, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DLTSRVCFG.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DLTSRVCFG.DLTCMNCFG"></a>
<h3>Delete communications config (DLTCMNCFG)</h3>
<p>Specifies whether all communications configuration objects associated with the service configuration should be deleted. This would include the connection profiles and line, controller, and device descriptions defined for use with the service configuration.
</p>
<p>
<b>Note: </b>Communications configuration objects will not be deleted if they are referenced by another profile.
</p>
<dl>
<dt><b><u>*NO</u></b></dt>
<dd>The service configuration objects will not be deleted.
</dd>
<dt><b>*YES</b></dt>
<dd>The service configuration objects will be deleted.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTSRVCFG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTSRVCFG.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Delete the Communication Objects</b>
</p>
<p>
<pre>
DLTSRVCFG DLTCMNCFG(*YES)
</pre>
</p>
<p>This command will delete the service configuration used by Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. The configuration's communication objects will be deleted if they are not shared by another communications configuration.
</p>
<p><b>Example 2: Do Not Delete the Communication Objects</b>
</p>
<p>
<pre>
DLTSRVCFG DLTCMNCFG(*NO)
</pre>
</p>
<p>This command will delete the service configuration used by Electronic Customer Support (ECS), Electronic Service Agent, and Information Center Update. The configuration's communication objects will not be deleted.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTSRVCFG.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DLTSRVCFG.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF9899</b></dt>
<dd>Error occurred during processing of command.
</dd>
<dt><b>TCP8205</b></dt>
<dd>Required object &amp;2/&amp;1 type *&amp;3 not found.
</dd>
<dt><b>TCP8211</b></dt>
<dd>Point-to-point profile &amp;1 not found.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DLTSRVCFG.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>