rcfJobResult
RBN-CONFIG-FILE-MIB ·
.1.3.6.1.4.1.2352.2.13.1.1.3.1.13
Object
column
Enumeration
A generic result code. This object is instantiated only when
rcfJobStatus equals 'completed'.
success -- The job completed successfully.
other -- An error that doesn't fall into one of the categories
below.
noMemory -- Insufficient system resources to perform the
operation.
parse -- A parse failure occurred. ie- there was a syntax
error in the source configuration file.
io -- An i/o error occurred.
access -- A file access error occurred. This could be caused
by a non-existant source file, or insufficient
access/permission to create/modify the destination
file.
More detailed error descriptions can be found in the
rcfJobErrorMsgs object.
Context
- MIB
- RBN-CONFIG-FILE-MIB
- OID
.1.3.6.1.4.1.2352.2.13.1.1.3.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rcfJobEntry
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | success |
1 | other |
2 | noMemory |
3 | parse |
4 | io |
5 | access |