59 lines
4.4 KiB
HTML
59 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="copyright" content="(C) Copyright IBM Corporation 2005" />
|
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
|
<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="concept" />
|
|
<meta name="DC.Title" content="Device or session error on open or acquire operation" />
|
|
<meta name="abstract" content="A major return code of 82 indicates that a device error or a session error occurred during an open or acquire operation. Both the minor return code and the accompanying message will provide more specific information regarding the cause of the problem." />
|
|
<meta name="description" content="A major return code of 82 indicates that a device error or a session error occurred during an open or acquire operation. Both the minor return code and the accompanying message will provide more specific information regarding the cause of the problem." />
|
|
<meta name="DC.subject" content="error, device or session, open or acquire operation, return code, description, major 82, message, device or session error, open or acquire operation" />
|
|
<meta name="keywords" content="error, device or session, open or acquire operation, return code, description, major 82, message, device or session error, open or acquire operation" />
|
|
<meta name="DC.Relation" scheme="URI" content="rbal3recoveryerr.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rbal3devses" />
|
|
<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>Device or session error on open or acquire operation</title>
|
|
</head>
|
|
<body id="rbal3devses"><a name="rbal3devses"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Device or session error on open or acquire operation</h1>
|
|
<div><p>A major return code of 82 indicates that a device error or a session
|
|
error occurred during an open or acquire operation. Both the minor return
|
|
code and the accompanying message will provide more specific information regarding
|
|
the cause of the problem.</p>
|
|
<p>Some of the minor return codes in this group are the same
|
|
as those for the 81 major return code. Device or line failures might occur
|
|
at any time, but an 82 major code indicates that the device or session was
|
|
unusable when your program first attempted to use it. Thus no data was transferred. The problem might be the result of a configuration or installation error.</p>
|
|
<p>Depending on the minor return code, it might be appropriate for your program
|
|
to recover from the error and try the failing operation again after some waiting
|
|
period. You should specify the number of times you try in your program. It
|
|
might also be possible to use an alternate or backup device or session instead.</p>
|
|
<p>Message numbers accompanying an 82 major code might be in the range indicating
|
|
either an open or an acquire operation. If the operation was an open, it
|
|
is necessary to close the partially opened file and reopen it to recover from
|
|
the error. If the operation was an acquire, it might be necessary to do a release
|
|
operation before trying the acquire again. In either case, you should specify
|
|
a wait time for the file that is long enough to allow the server to recover
|
|
from the error.</p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal3recoveryerr.htm" title="This section describes the errors you might receive and the actions you should take to recover from those errors.">Recover from file server errors</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |