cmdExecLastError
A3COM0048-EMBEDDED-SCRIPTS ·
.1.3.6.1.4.1.43.10.25.5.2.1.10
Object
column
mandatory
Enumeration
Last error detected by this process or the script executing within the process.
Context
- MIB
- A3COM0048-EMBEDDED-SCRIPTS
- OID
.1.3.6.1.4.1.43.10.25.5.2.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cmdExecEntry
- Table
- cmdExecTable
- Siblings
- 10
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | syntax |
3 | noResource |
4 | illegalAssignment |
5 | blockMismatch |
6 | badFnParams |
7 | stackOverflow |
8 | accessViolation |
9 | typeMismatch |
10 | nestTooDeep |
11 | runTimeError |
12 | noSuchVar |
13 | outOfRange |
14 | illegalLeftVal |
15 | brokenRemoteProc |
16 | sourceNotFound |
17 | missingSemiColon |
18 | missingEndList |
19 | missingEndOid |
20 | missingEndBracket |
21 | missingEndSubscript |
22 | missingEndParams |
23 | invalidQuoteStr |
24 | invalidGlobalName |
25 | namedVarNotSupported |
26 | processKilled |
27 | childDiedBadly |
28 | noTargetProcess |
29 | invalidBinaryImage |
30 | divideByZero |
31 | parentDiedPadly |
32 | nestedErrorHandler |
33 | rpcTargetDoesnotExist |
34 | rpcTargetNotSupported |
35 | assertionFailed |
36 | missingControlExpression |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| cmdExecUnit mandatory Identifies one of a number of different 'execution units'.
Genrally each of these is a separate processor in a distributed
environment. | column | Integer32 | .1.3.6.1.4.1.43.10.25.5.2.1.1 |
| cmdExecOwner mandatory RMON Owner of this process. | column | RMON-MIBOwnerString | .1.3.6.1.4.1.43.10.25.5.2.1.11 |
| cmdExecStatus mandatory Rmon RowStatus for this process. | column | RMON-MIBEntryStatus | .1.3.6.1.4.1.43.10.25.5.2.1.12 |
| cmdExecMacroName mandatory Name of the script to execute in the process. The script can
reside in either the macro table in this MIB module, or in some other
internal script repository. | column | RFC1213-MIBDisplayString | .1.3.6.1.4.1.43.10.25.5.2.1.13 |
| cmdExecIndex mandatory Standard RMON index column. | column | Integer32 | .1.3.6.1.4.1.43.10.25.5.2.1.2 |
| cmdExecProcessStatus mandatory The current status of this process. The various possible
values are described as follows:
inactive : This process is not currently executing any script. This is
… | column | Enumeration | .1.3.6.1.4.1.43.10.25.5.2.1.3 |
| cmdExecStartTime mandatory sysUpTime when this process was started. | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.5.2.1.4 |
| cmdExecLastExecTime mandatory sysUpTime when this process last used any processor time. | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.5.2.1.5 |
| cmdExecSystemTime mandatory Number of time-ticks used by this process. | column | RFC1155-SMITimeTicks | .1.3.6.1.4.1.43.10.25.5.2.1.6 |
| cmdExecStatement mandatory Generally scripts are broken into statements, this is just
about true for any scripting mechanism. The statement number is
generally useful for debugging. This object reports th… | column | Integer32 | .1.3.6.1.4.1.43.10.25.5.2.1.8 |