User guide

3-110
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.8.26 forceNEResync
For a list of supported layer rates, see 2.2.1 Layer Rate, page 2-23.
Throws
globaldefs::ProcessingFailureException
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element does not exist.
EXCPT_INVALID_INPUT - Raised when layerRate or direction are invalid.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
Compliance
CTM-defined.
3.8.26 forceNEResync
Synopsis
void forceNEResync(
in globaldefs::NamingAttributes_T meName
raises(globaldefs::ProcessingFailureException);
Description
This interface forces CTM to resynchronize the inventory and alarms of the specified managed element.
This interface is an asynchronous call and returns after basic validation. The managed element is then
queued for resynchronization. CTM generates a state change event indicating that the emsInSyncState
has changed to False. Upon successful completion of resynchronization, CTM generates a state change
event indicating that the emsInSyncState attribute has changed to True. An entry is made in the CTM
error log if the resynchronization fails.
Parameters
Throws
globaldefs::ProcessingFailureException
EXCPT_UNABLE_TO_COMPLY - Raised if the managed element is in the initial poll state or if
the managed element is already in the resynchronization state.
EXCPT_ENTITY_NOT_FOUND - Raised if the managed element does not exist.
EXCPT_INVALID_INPUT - Raised if the managed element name is invalid.
EXCPT_NE_COMM_LOSS - Raised when communication to the managed element is lost.
EXCPT_INTERNAL_ERROR - Raised in case of nonspecific EMS internal failure.
Compliance
CTM-defined.
Name Type Input/Output Description
meName globaldefs::NamingAttributes_T In Name of the managed element to resynchronize.