MIB Viewer

madgeDownloadFailureCode

OBJECT-TYPE
1.3.6.1.4.1.494.10.3.8
Access
read-only
Status
mandatory
Sub-identifiers
0
While a download is in progress this will always be 'no-error'. After a download is complete this indicates the success or failure of the download. If it is anything other than 'no-error' then 'madgedownloadStatusText' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. Errors below this are locally generated.
INTEGER { no-error (1), config-error (2), busy (3), timeout (4), cancelled (5), incompatible-file (6), file-too-big (7), protocol-error (8), undefined-error (100), file-not-found (101), access-violation (102), out-of-memory (103), illegal-operation (104), unknown-transfer-id (105), file-already-exists (106), no-such-user (107) }