Cisco Cisco Prime Optical 9.6 Developer's Guide

Page of 818
Cisco Prime Optical 9.6.3 GateWay/CORBA Programmer Reference Guide 
OL-28047-01
 
 
466
 
string failureReason—A free-form text string provided if the opStatus value is COS_Aborted to 
explain the reason for the abort. (For example, “Comms loss with NE.”) 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist. 
Compliance 
TMF-defined. 
3.20.3  abortMEBackup 
Synopsis 
void abortMEBackup ( 
        in globaldefs::NamingAttributes_T managedElementName) 
        raises(globaldefs::ProcessingFailureException) 
Description 
This interface aborts a pending backup of ME configuration data. If the backup operation on the 
ME is in progress or if there are no pending backup operations, an exception is generated. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
NamingAttributes_T
 
In
 
Name of the ME for which a backup of 
configuration data is required.
 
Throws 
globaldefs::ProcessingFailureException 
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure. 
EXCPT_NOT_IMPLEMENTED - Raised if the EMS does not support this service. 
EXCPT_INVALID_INPUT - Raised when input parameters are syntactically 
incorrect. 
EXCPT_ENTITY_NOT_FOUND - Raised when the ME does not exist. 
EXCPT_NE_COMM_LOSS - Raised when communication to the ME is lost. 
EXCPT_NOT_IN_VALID_STATE - Raised when there is no pending or in-progress 
backup of configuration data on the ME. 
Compliance 
TMF-defined.