72 lines
4.4 KiB
HTML
72 lines
4.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="System object attributes" />
|
|
<meta name="abstract" content="System object attributes affect the behavior of signing on and communicating with the iSeries system that the system object represents." />
|
|
<meta name="description" content="System object attributes affect the behavior of signing on and communicating with the iSeries system that the system object represents." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaikappncm.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiksyapisysobjattrlist.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="syapisysobjattr" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>System object attributes</title>
|
|
</head>
|
|
<body id="syapisysobjattr"><a name="syapisysobjattr"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">System object attributes</h1>
|
|
<div><p><strong>System object attributes</strong> affect the behavior of signing
|
|
on and communicating with the iSeries™ system that the system object
|
|
represents.</p>
|
|
<div class="section"><p>Most attributes can be changed until a successful signon has occurred
|
|
(either as the result of a successful call to <a href="rzaikcwbcosignon.htm#cwbco_signon">cwbCO_Signon</a> or
|
|
to <a href="rzaikcwbcoconnect.htm#cwbco_connect">cwbCO_Connect</a>). After the signon
|
|
has taken place successfully, calling the API that tries to change the value
|
|
of such an attribute will fail with return code CWB_INV_AFTER_SIGNON. The
|
|
only two attributes that can be changed after a successful signon are the
|
|
Window Handle and Connect Timeout.</p>
|
|
</div>
|
|
<div class="section"><p>Some values and the ability to change them may be controlled via <strong>policies</strong>.
|
|
Policies are controls that a systems administrator can set up to mandate default
|
|
attribute values, and to prohibit changes to attributes. The default values
|
|
that are specified in the <strong>System object attributes list</strong> topic (link
|
|
below) are used under the following conditions: </p>
|
|
<ul><li>If policies do not specify or suggest different values</li>
|
|
<li>If a value for such an attribute has not been configured explicitly for
|
|
the iSeries system
|
|
in the system list</li>
|
|
</ul>
|
|
<p>If an attribute's default value may be set by policy, this also is
|
|
noted. If changing an attribute's value can be prohibited by policy, then: </p>
|
|
<ul><li>An API is provided to check for the attribute's modifiability.</li>
|
|
<li>A specific return code is provided by the attribute's set method if the
|
|
set fails because of such a policy.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaiksyapisysobjattrlist.htm">System object attributes list</a></strong><br />
|
|
Following is a list of system object attributes. It includes descriptions, requirements, and considerations.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaikappncm.htm" title="The iSeries Access for Windows Communications and Security topic shows you how to use iSeries Access for Windows application programming interfaces (APIs)">iSeries Access for Windows Communications and Security APIs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |