MIB Viewer

downloadMMServiceDataResult

OBJECT-TYPE
1.3.6.1.4.1.2.3.51.2.23.21.3
Access
read-write
Status
mandatory
Source
CME-MIB
Sub-identifiers
0
An indicator as to whether the FFDC generation and download was successful. The FFDC generation and download is started by setting a destination filename with the object, downloadMMServiceDataFileCreateAndDownload. If the FFDC file generation and download process completes successfully, this object is set to complete(5). If the process encounters an error, this object is set to either: permissionFailed(1), fileGenerationFailed(2) or fileDownloadFailed(3). If the process is canceled by the user, this object will be set to canceled(4). A value of none(0) is the default value. This object may be set to none(0) if the object, downloadMMServiceDataStatus, has a value of ready(0). Setting this object to any value other than none(0) will report an error.
INTEGER { none(0), permissionFailed(1), fileGenerationFailed(2), fileDownloadFailed(3), canceled(4), complete(5) }