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
 
 
468
 
EXCPT_TOO_MANY_OPEN_ITERATORS - Raised when the EMS reaches the maximum number 
of iterators that it can support. 
Compliance 
TMF-defined. 
3.20.5  activateSoftwareOnME 
Synopsis 
void activateSoftwareOnME( 
        in globaldefs::NamingAttributes_T managedElementName) 
        raises(globaldefs::ProcessingFailureException) 
Description 
The NMS uses this method to activate downloaded software on an ME. 
Parameters 
Name
 
Type
 
Input/ 
Output
 
Description
 
managedElementName
 
globaldefs::NamingAttributes_T 
managedElementName
 
In
 
Name of the ME on 
which to activate 
software.
 
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 
Prime Optical-defined. 
3.20.6  revertSoftwareOnME 
Synopsis 
void revertSoftwareOnME( 
        in globaldefs::NamingAttributes_T managedElementName) 
        raises(globaldefs::ProcessingFailureException) 
Description 
The NMS uses this method to revert to the older software version on the specified managed 
element.