|
|
The LOGServer stores and process messages generated by all other servers in the CIPM system. Log records can contain timestamps of when the message was created as well as when it was received by the LOGServer, and it can identify both the server program and the location within the program where it originated.
All servers can return an "unknown exception" or "other error" log message if an unknown exception occurs during an operation.
VCMServer calls that access a database can return a "Database exception - <description>" message due to database exception described in the <description> field.
Log messages are listed in alphabetical order for each server.
| Log Message | Source | Condition |
|---|---|---|
<< description varies>> | PermissionEvent:: DeleteEventObject() | A DB error occurred. |
<< description varies>> | PermissionEvent::PersistEvent() | A DB error occurred. |
<< description varies>> | PermissionEvent::ReSubmitEvents() | A DB error occurred. |
<< description varies>> | ProvisioningUser::setAttributes() | A DB error occurred. |
<< description varies>> | RootDomain:: CreatePermissionObject() | A DB error occurred. |
<< description varies>> | RootDomain::GetPermissionObject() | A DB error occurred. |
<<Error description varies>> | changePassword() | DB operation for password raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | createUser() | DB operation while creating user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | DeleteUser() | DB operation while deleting user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | exportUser() | DB operation while exporting the user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | getProfile() | DB operation while getting profile of the user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | GetUser() | DB operation while getting user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | getUserList() | DB operation while getting the user list raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | getUserNames() | DB operation for user names raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | getUserOR() | DB operation while getting the user's object reference raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | getUserProfile() | DB operation for user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | lockObject() | DB operation while locking the object raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | lockOverride() | DB operation raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | resetPassword() | DB operation for password raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | saveUser() | DB operation while saving the user's data raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | setProfile() | DB operation while setting profile of the user raised an exception. The error description is filled in from the DB exception. |
<<Error description varies>> | setupSuperUser() | A DB error occurred during setup of super user data. |
<<Error description varies>> | unlockObject() | DB operation while unlocking the object raised an exception. The error description is filled in from the DB exception. |
<NAME> - Create Error (duplicate?) | registerUserGroup() | The user group name already existed in the system. |
<NAME> - Create Error (Duplicate?) | addMembers() | The name of the user that was being added was already in the system. |
<NAME> - Group is unknown | deregisterUserGroup() | The group to be deregistered did not exist. |
<NAME> - group unknown to System/Internal exception? | deregisterUserGroup() | The group was not registered. |
<NAME> - member delete error (not known?) | removeMembers() | The member that was being removed did not exist. |
<USERNAME> password changed | changePassword() | Password change successful |
<username> password changed. | saveUser() | Password change for user done. |
<USERNAME> password set to default | resetPassword() | ResetPassword succeeded. |
--> ADM Server ready to take client requests <-- | Server Initialization | Upon initialization, the server indicates to orbixd that the interfaces that it represents are ready to accept requests. |
--> ADMServer has exited <-- | SignalHandler | A signal was sent to the ADMServer process. |
ADMServer - Exist Partial tables - Cannot run | Server Initialization | Not all tables exist in the DB. There should either be all tables, or no tables related to ADM at startup. |
ADMServer fails to create thread to perform ServerBaseManager shutdown request. It will exit without returning CORBA request. | shutdown | ADM Server could not create the separate thread which would handle the shutdown request. |
Can't locate NEM server name: <NEM server > | getNEMServerByName() | The NEM server could not be located. |
Can't locate NEMServer for domain | NetworkAdministration:: getNEMServerByDomain() | Could not find a NEM server corresponding to the domain specified. |
Client is passing Bad Domain (ObjRef) Parameter - ignored | setPermission() | An input parameter (an object reference) was NULL |
Create domain quertKey (PS server error) | NetworkAdministration:: createDomain() | DB error while querying. |
Create domain (PS server error) | NetworkAdministration:: createDomain() | Catchall exception message for DB operations. |
Created ADM tables | Server Initialization | The Adm tables were successfully created. |
Created super user - admin | Server Initialization | Operation successful |
createNetworkElement caught an exception | NetworkAdministration:: createNetworkElement() | Catchall exception message for this operation. |
Creating SuperUser Persistence Permissions | Server Initialization | At initialization, the superuser data is created. |
DBR Permissions (info) access Error | getPermissions() | Catchall exception message while getting the domain based resource permissions |
Delete domain caught an exception | NetworkAdministration:: deleteDomain() | Catchall exception message for this operation. |
Delete domain (PS server error) | NetworkAdministration:: deleteDomain() | Catchall for DB error. |
deleteDomainWithName caught an exception | NetworkAdministration:: deleteDomainWithName() | Catchall exception message for this operation. |
deleteElement caught an exception | NetworkAdministration:: deleteElement() | Catchall exception message for this operation. |
Domain <DOMAINNAME> attribute updated | setAttributes() | Operation successful |
Domain <NAME> created | createDomain() | Operation successful |
Domain <NAME> deleted. | NetworkAdministration:: deleteDomain() | Operation successful. |
Domain object is not valid | NetworkAdministration:: deleteDomain() | The domain being deleted was not found. |
Domain Permissions (info) access Error | getPermissions() | Catchall exception message while getting domain permissions. |
Exception during Member info access (Persistence) - Event Lost | Member::SubjectChanged() | While processing a event, an exception was raised by a DB operation accessing member info. |
Exception during Object Deletion from Persistence - ignored | Member::SubjectChanged() | While processing a event, an exception was raised by a DB operation deleting an object. |
Exception from Persistence - ignored | getPermissions() | DVB operation to map resource ID raised an exception. |
Exception from Persistence - ignored | SystemPermissions:: getPermissions() | A DB error occurred. |
exception thrown while getChildList | NetworkAdministration:: getChildList() | Catchall exception message for this operation. |
exception in getting NEM server status | setAttributes() | An exception was raised while trying to get the status of the NEM server |
Get exception in getElement from NEMServer | NetworkAdministration:: getElementByName() | The operation on the NEM server resulted in an exception. |
getDomain caught an exception | NetworkAdministration:: getDomain() | Catchall exception message for this operation. |
getDomainAttributes caught an exception | NetworkAdministration:: getDomainAttributes() | Catchall exception message for this operation. |
getDomainByName caught an exception | NetworkAdministration:: getDomainByName() | Catchall exception message for this operation. |
getElementByName caught an exception | NetworkAdministration:: getElementByName() | Catchall exception message for this operation. |
getParentDomainName caught an exception | NetworkAdministration:: getParentDomainName() | Catchall exception message for this operation. |
getParentDomainName quertKey (PS server error) | NetworkAdministration:: getParentDomainName() | A DB query resulted in an exception. |
getRootDomain caught an exception | NetworkAdministration:: getRootDomain() | Catchall exception message for this operation. |
isContainee caught an exception | NetworkAdministration:: isContainee() | Catchall exception message for this operation. |
Login failed. | login() | Login failed, because the userId/password did not match. |
Login success. | login() | Login was successful |
Member group access fail | listUserGroups() | An operation accessing one of the members raised an exception. |
Member retrieval (persistence) Fail | registerUserGroup() | A query on the user group raised an exception. |
Membership retrieval | IsDomainAccess() | Exception raised while getting the name of user group user belongs to |
Membership retrieval | IsSystemAccess() | Exception raised while getting the name of user group user belongs to |
NEM Server <NAME> is down. | NetworkAdministration:: getNEMServerByDomain() | The NEM server was determined not to be running for the domain specified. |
NEM Server <NEM server name> is down. | getNEMServerByName() | The NEM server requested is not running. |
No reason this should happen - check Persistence | setDescription() | An exception was raised in a DB operation. |
Parent traversal exception(NAM Server) | IsDomainAccess() | Exception raised when getting the parent domain of the target domain. |
Permission retrieval fail | IsDomainAccess() | Exception raised when checking if the user group member has domain permissions |
Permission retrieval fail | IsSystemAccess() | The call to retrieve permissions for the user group raised an exception. |
Permission search exception | IsDomainAccess() | Exception raised by one of the operations while traversing a list of domains that has permissions defined. |
Permission search exception | IsSystemAccess() | One of the operations failed while iterating on the permissions list. |
Persistence exception - system permissions | IsAllowed() | A DB operation raised an exception while checking for system permissions. |
Persistence exception - system permissions access | IsAllowed() | A DB operation raised an exception while accessing system permissions. |
Persistence execption during delete group - group access | deregisterUserGroup() | A DB operation raised an exception when trying to delete a group as part of the deregistration. |
quertKey (PS server error) | NetworkAdministration:: getDomain() | DB query resulted in an error. |
quertKey (PS server error) | NetworkAdministration:: getDomainByName() | DB query resulted in an error. |
query Exception | login() | DB query to retrieve password raised an exception. |
Requestor (unknown?) -<NAME> | deregisterUserGroup() | A DB query for the user group returned an error. The requestor did not exist. |
Retrieve Domain Permissions Error | getPermissions() | An exception was raised while retrieving the permissions for this domain. |
Retrieve System Permissions PS Server Error | getPermissions() | A DB operation raised an exception while retrieving permissions. |
Retrieving Members of the Group | listMembers() | An unknown exception was raised during the course of the operation. |
Serious Persistence Exception(Event Callback) - Event Lost | Member::SubjectChanged() | Catchall exception message from DB during event processing. |
Set <ATTRIB_NAME> in the profile of <USER> | setProfile() | Set Profile successful. |
Set domain attribute database error | setAttributes() | A database operation raised an exception. |
Set Domain Permissions Exception | PostDomainPermissions() | Catchall exception message for this operation. |
Set System Permissions Exception | PostSystemPermissions() | Catchall exception message for this operation. |
setDomainAttributes caught an exception | NetworkAdministration:: setDomainAttributes() | Catchall exception message for this operation. |
Some events might not have been subscribed | PermissionEvent::ReSubmitEvents() | While iterating through the event list, an exception was raised. |
SuperUser record cannot be fetched | getDomainPermissions() | The call to retrieve a superuser's data raised an exception |
SuperUser record cannot be fetched | getSystemPermissions() | The call to retrieve a superuser's data raised an exception |
SuperUser record retrieve fail | registerUserGroup() | An operation to get the superuser data raised an exception. |
System exception thrown while CIPM_ADMImpl::m_Domain_ Factory->getChildList | NetworkAdministration:: getChildList() |
|
System exception thrown while calling AAS getDomains | getChildList() | A system exception was raised while trying to retrieve the domain list. |
System exception thrown while calling domain operation | getChildList() | A system exception was raised while invoking an operation on the list of retrieved domains. |
System exception thrown while calling domain operation | getChildList() | An unknown exception was raised while invoking an operation on the list of retrieved domains. |
System exception thrown while startingNode->getChildList | NetworkAdministration:: getChildList() |
|
System exception thrown while using childDomains, childNEs and childNEContainers | getChildList() | One of the operations on the children raised a system exception. |
System exception thrown while using this | getChildList() | An operation on itself caused a system exception. |
System Permissions (info) access Error | getPermissions() | Catchall exception message while getting system permissions. |
Unexpected exception thrown while CIPM_ADMImpl::m_Domain_ Factory->getChildList | NetworkAdministration:: getChildList() |
|
Unexpected exception thrown while getAttributes | getAttributes() | Catchall exception message. |
Unexpected exception thrown while getParentDomain | getParentDomain() |
|
Unexpected exception thrown while setting domain attributes | setAttributes() | Catchall exception message. |
Unexpected exception thrown while startingNode->getChildList | NetworkAdministration:: getChildList() |
|
unexpected exception thrown while using childDomains, childNEs and childNEContainers | getChildList() | One of the operations on the children raised an unknown exception. |
Unexpected exception thrown while using this | getChildList() | An unknown exception was thrown during an operation invoked on itself. |
Unknown Exception | changePassword() | Catchall exception message. |
Unknown Exception | createUser() | Catchall exception message. |
Unknown Exception | DeleteUser() | Catchall exception message. |
Unknown Exception | exportUser() | Catchall exception message. |
Unknown Exception | getProfile() | Catchall exception message. |
Unknown Exception | GetUser() | Catchall exception message. |
Unknown Exception | getUserList() | Catchall exception message. |
Unknown Exception | getUserNames() | Catchall exception message. |
Unknown Exception | getUserOR() | Catchall exception message. |
Unknown Exception | importUser() | Catchall exception message. |
Unknown Exception | lockObject() | Catchall exception message. |
Unknown Exception | lockOverride() | Catchall exception message. |
Unknown Exception | login() | Catchall exception message. |
Unknown Exception | ProvisioningUser::setAttributes() | Catchall exception message. |
Unknown Exception | resetPassword() | Catchall exception message. |
Unknown Exception | saveUser() | Catchall exception message. |
Unknown Exception | Server Initialization | An unknown exception occurred while setting up super user data. |
Unknown Exception | setProfile() | Catchall exception message. |
Unknown Exception | unlockObject() | Catchall exception message. |
unknown exception thrown while calling AAS getDomains | getChildList() | An unknown exception was raised while trying to retrieve the domain list. |
User <USERNAME> created. | createUser() | Creating a user was successful. |
User <USERNAME> deleted. | DeleteUser() | Deletion successful. |
| Log Message | Source | Condition |
|---|---|---|
<message from processCORBASystemException()> | DomainDeleteEventHandler() | Operation failed due to CORBA system exception. |
<message from processPSServerError()> | DomainDeleteEventHandler() | Operation failed due to database exception. |
<message from processPSServerError()> | FindTemplateObject() | Operation failed due to database exception. |
<message from processPSServerError()> | FindTemplateObject() | Operation failed due to database exception. |
<message from processPSServerError()> | queryServiceName() | Operation failed due to database exception. |
<service>:<template>,<model> successful. | setContent() | CTM successfully set content of <template>. |
<service>:<template>:<data>,<model> successful | createTemplateData() | CTM successfully created <data> under <template>. |
<service>:<template>:<data>,<model> successful. | deleteTemplateData() | CTM successfully deleted <data> under <template>. |
---->CTM Server ready to take client requests<---- | Server Initialization() | CTM Server is launched and ready to take client requests. |
---->CTMServer has exited and disconnect from database<---- | Server stopped | CTM has exited and disconnect from database. |
Configuration Generation on Template=<template>,... | MasterTemplate RecordLog | The configuration is generated from the list of template and subtemplate. |
Created tables successfully | Server Initialization | CTM created database tables successfully. |
Deleted Templates in <domain> are: <template1> ... | DomainDeleteEventHandler() | Templates are deleted because their domain is deleted. |
Domain: <domain> is not present | CreateTemplate | Domain <domain> is not present when trying to crate template under it. |
Illegal operation on non-SubTemplate type | AddSubTemplateConfig() | An illegal operation is applied on a non-subtemplate. |
Partial tables existed | Server Initialization | CTM failed to create database tables because partial tables existed. |
Un-supported master template body repetition | ReInitializeConfig() | An illegal command repetition is applied to the template body. |
| Log Message | Source | Condition |
|---|---|---|
Element | NEMImpl::Element::lockObj | Operation failed due to database exception. |
Element | NEMImpl::Element::lockObj | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::unLockObj | Operation failed due to database exception. |
Element | NEMImpl::Element::unLockObj | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::lockOverRide | Operation failed due to database exception. |
Element | NEMImpl::Element::lockOverRide | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::increaseRefCnt | Operation failed due to database exception. |
Element | NEMImpl::Element::increaseRefCnt | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::decreaseRefCnt | Operation failed due to database exception. |
Element | NEMImpl::Element::decreaseRefCnt | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::getAttributes | Operation failed due to database exception. |
Element | NEMImpl::Element::getAttributes | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::getSNMPTrapAttributes | Operation failed due to database exception. |
Element | NEMImpl::Element::getSNMPTrapAttributes | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::setAttributes | Operation failed due to database exception. |
Element | NEMImpl::Element::setAttributes | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::setAttributes | Operation failed due to general exception. |
Element | NEMImpl::Element::setTelnetAttributes | Operation failed due to database exception. |
NElement | NEMImpl::Element::setTelnetAttributes | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::setSnmpAttributes | Operation failed due to database exception. |
Element | NEMImpl::Element::setSnmpAttributes | Operation failed due to CORBA system exception. |
NElement | NEMImpl::Element::commissionState | Operation failed due to database exception. |
Element | NEMImpl::Element::commissionState | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::deCommission | Operation failed due to database exception. |
Element | NEMImpl::Element::deCommission | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::setSNMPTrapAttributes | Operation failed due to database exception. |
Element | NEMImpl::Element::setSNMPTrapAttributes | Operation failed due to CORBA system exception. |
Element | NEMImpl::Element::setSNMPTrapAttributes | Operation failed due to general exception. |
CompositeElement | NEMImpl::CompositeElement::getChildModuleElementList | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::getChildModuleElementList | Operation failed due to CORBA system exception. |
CompositeElement | NEMImpl::CompositeElement::getChildModuleElement | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::getChildModuleELement | Operation failed due to CORBA system exception. |
CompositeElement | NEMImpl::CompositeElement::createChildModuleElement | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::createChildModuleELement | Operation failed due to CORBA system exception. |
<GroupName>::<ELementName> | NEMImpl::CompositeElement::createChildModuleElement | Operation succeeded |
CompositeElement | NEMImpl::CompositeElement::removeChildModuleElement | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::removeChildModuleELement | Operation failed due to CORBA system exception. |
<GroupName>::<ElementName> | NEMImpl::CompositeElement::removeChildModuleElement | Operation succeeded |
CompositeElement | NEMImpl::CompositeElement::removeChildModuleElementByName | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::removeChildModuleELementByName | Operation failed due to CORBA system exception. |
<GroupName>::<ElementName> | NEMImpl::CompositeElement::removeChildModuleElementByName | Operation succeeded |
CompositeElement | NEMImpl::CompositeElement::setCompositeType | Operation failed due to CORBA system exception. |
CompositeElement | NEMImpl::CompositeElement::setCompositeType | Operation failed due to database exception. |
ModuleElement | NEMImpl::ModuleElement::getModuleNumber | Operation failed due to CORBA system exception. |
ModuleElement | NEMImpl::ModuleElement::getModuleNumber | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::setCompositeType | Operation failed due to database exception. |
CompositeElement | NEMImpl::CompositeElement::setCompositeType | Operation failed due to duplicate element exception. |
ModuleElement | NEMImpl::ModuleElement::getModuleNumber | Operation failed due to CORBA system exception. |
ModuleElement | NEMImpl::ModuleElement::getModuleNumber | Operation failed due to general exception. |
getElementListByGroupName err.databaseCode err.description | NEMImpl::NEMServer::getElementListByGroupName | Operation failed due to database exception. |
getElementListByGroupName sysEx | NEMImpl::NEMServer::getElementListByGroupName | Operation failed due to CORBA system exception. |
getElementListByGroupName get an unknown exception | NEMImpl::NEMServer::getElementListByGroupName | Operation failed due to general exception. |
getELementListByElementName err.databaseCode err.description | NEMImpl::NEMServer::getELementListByElementName | Operation failed due to database exception. |
getELementListByElementName sysEx | NEMImpl::NEMServer::getELementListByElementName | Operation failed due to CORBA system exception. |
duplicate of element may have problem | NEMImpl::NEMServer::getELementListByElementName | Operation failed due to general exception. |
getELementListByElementName get an unknown exception | NEMImpl::NEMServer::getELementListByElementName | Operation failed due to general exception. |
createCompositeElement err.databaseCode err.description | NEMImpl::NEMServer::createCompositeElement | Operation failed due to database exception. |
createCompositeElement sysEx | NEMImpl::NEMServer::createCompositeElement | Operation failed due to CORBA system exception. |
createCompositeElement | NEMImpl::NEMServer::createCompositeElement | Operation succeeded |
createCompositeElement caught an exception | NEMImpl::NEMServer::createCompositeElement | Operation failed due to general exception. |
Delete CompositeElement( PS server error) | NEMImpl::NEMServer::deleteCompositeElement | Operation failed due to database exception. |
deleteCompositeElement | NEMImpl::NEMServer::deleteCompositeElement | Operation succeeded |
deleteCompositeElement caught an exception | NEMImpl::NEMServer::deleteCompositeElement | Operation failed due to general exception. |
quertKey( PS server error) | NEMImpl::NEMServer::deleteCompositeElementByName | Operation failed due to database query exception. |
Delete CompositeElement( PS server error) | NEMImpl::NEMServer::deleteCompositeElementByName | Operation failed due to database exception. |
deleteCompositeElementByName success | NEMImpl::NEMServer::deleteCompositeElementByName | Operation succeeded |
deleteCompositeElementByName caught an exception | NEMImpl::NEMServer::deleteCompositeElementByName | Operation failed due to general exception. |
queryKey( PS server error) | NEMImpl::NEMServer::createNetworkElement | Operation failed due to database query exception. |
Create NE( PS server error) | NEMImpl::NEMServer::createNetworkElement | Operation failed due to database exception. |
Create NE( CORBA System exception ) | NEMImpl::NEMServer::createNetworkElement | Operation failed due to CORBA system exception. |
createNetworkElement | NEMImpl::NEMServer::createNetworkElement | Operation succeeded |
createNetworkElement caught an exception | NEMImpl::NEMServer::createNetworkElement | Operation failed due to general exception. |
Delete NetworkElement( PS server error) | NEMImpl::NEMServer::deleteNetworkElement | Operation failed due to database exception. |
deleteNetworkElement | NEMImpl::NEMServer::deleteNetworkElement | Operation succeeded |
deleteNetworkElement caught an exception | NEMImpl::NEMServer::deleteNetworkElement | Operation failed due to general exception. |
queryKey( PS server error) | NEMImpl::NEMServer::delleteNetworkElementByName | Operation failed due to database query exception. |
Delete NetworkElement( PS server error) | NEMImpl::NEMServer::deleteNetworkElementByName | Operation failed due to database exception. |
deleteNetworkElementByName success | NEMImpl::NEMServer::deleteNetworkElementByName | Operation succeeded |
deleteNetworkElementByName caught an exception | NEMImpl::NEMServer::deleteNetworkElementByName | Operation failed due to general exception. |
quertKey( PS server error) | NEMImpl::NEMServer::getNE | Operation failed due to database query exception. |
getNE caught an exception | NEMImpl::NEMServer::getNE | Operation failed due to general exception. |
quertKey( PS server error) | NEMImpl::NEMServer::getNetworkElement | Operation failed due to database query exception. |
getNetworkElement caught an exception | NEMImpl::NEMServer::getNetworkElement | Operation failed due to general exception. |
quertKey( PS server error) | NEMImpl::NEMServer::getCompositeElement | Operation failed due to database query exception. |
getCompositeElement caught an exception | NEMImpl::NEMServer::getCompositeElement | Operation failed due to general exception. |
getTelnetCommattributes caught an exception | NEMImpl::NEMServer::getTelnetCommattributes | Operation failed due to general exception. |
setTelnetCommattributes caught an exception | NEMImpl::NEMServer::setTelnetCommattributes | Operation failed due to general exception. |
getSNMPCommAttributes caught an exception | NEMImpl::NEMServer::getSNMPCommAttributes | Operation failed due to general exception. |
setSNMPCommAttributes caught an exception | NEMImpl::NEMServer::setSNMPCommAttributes | Operation failed due to general exception. |
setCustomizedPrompt caught an exception | NEMImpl::NEMServer::setCustomizedPrompt | Operation failed due to general exception. |
getCustomizedPrompt caught an exception | NEMImpl::NEMServer::getCustomizedPrompt | Operation failed due to general exception. |
readElementConfig caught an exception | NEMImpl::NEMServer::readElementConfig | Operation failed due to general exception. |
copyElementConfigToWorkingConfig caught an exception | NEMImpl::NEMServer::copyElementConfigToWorkingConfig | Operation failed due to general exception. |
readElmentRunningConfig caught an exception | NEMImpl::NEMServer::readElmentRunningConfig | Operation failed due to general exception. |
copyElementRunningConfigToWorkingConfig caught an exception | NEMImpl::NEMServer::copyElementRunningConfigToWorkingConfig | Operation failed due to general exception. |
processUploadThread caught an exception | NEMImpl::NEMServer::processUploadThread | Operation failed due to general exception. |
writeElementConfig caught an exception | NEMImpl::NEMServer::writeElementConfig | Operation failed due to general exception. |
writeInitialElementConfig caught an exception | NEMImpl::NEMServer::writeInitialElementConfig | Operation failed due to general exception. |
processDownloadThread caught an exception | NEMImpl::NEMServer::processDownloadThread | Operation failed due to general exception. |
getElementWorkingConfig caught an exception | NEMImpl::NEMServer::getElementWorkingConfig | Operation failed due to general exception. |
setElementWorkingConfig caught an exception | NEMImpl::NEMServer::setElementWorkingConfig | Operation failed due to general exception. |
getPCCContentAndStatusFromElement caught an exception | NEMImpl::NEMServer::getPCCContentAndStatusFromElement | Operation failed due to general exception. |
checkElementTelnetConnection caught an exception | NEMImpl::NEMServer::checkElementTelnetConnection | Operation failed due to general exception. |
checkElementSNMPConnection caught an exception | NEMImpl::NEMServer::checkElementSNMPConnection | Operation failed due to general exception. |
traceFromElement caught an exception | NEMImpl::NEMServer::traceFromElement | Operation failed due to general exception. |
pingFromElement caught an exception | NEMImpl::NEMServer::pingFromElement | Operation failed due to general exception. |
getElementIOSVersion caught an exception | NEMImpl::NEMServer::getElementIOSVersion | Operation failed due to general exception. |
showElementCommand caught an exception | NEMImpl::NEMServer::showElementCommand | Operation failed due to general exception. |
reloadElement caught an exception | NEMImpl::NEMServer::reloadElement | Operation failed due to general exception. |
writeToMemory caught an exception | NEMImpl::NEMServer::writeToMemory | Operation failed due to general exception. |
writeExecCommand caught an exception | NEMImpl::NEMServer::writeExecCommand | Operation failed due to general exception. |
eraseMemory caught an exception | NEMImpl::NEMServer::eraseMemory | Operation failed due to general exception. |
getElementAttributes caught an exception | NEMImpl::NEMServer::getElementAttributes | Operation failed due to general exception. |
setElementAttributes caught an exception | NEMImpl::NEMServer::setElementAttributes | Operation failed due to general exception. |
getSnmpElementAttributes caught an exception | NEMImpl::NEMServer::getSnmpElementAttributes | Operation failed due to general exception. |
setSnmpElementAttributes caught an exception | NEMImpl::NEMServer::setSnmpElementAttributes | Operation failed due to general exception. |
getTelnetElementAttributes caught an exception | NEMImpl::NEMServer::getTelnetElementAttributes | Operation failed due to general exception. |
setTelnetElementAttributes caught an exception | NEMImpl::NEMServer::setTelnetElementAttributes | Operation failed due to general exception. |
increaseElementRefCnt caught an exception | NEMImpl::NEMServer::increaseElementRefCnt | Operation failed due to general exception. |
quertKey( PS server error) | NEMImpl::NEMServer::increaseElementRefCnt | Operation failed due to database query exception. |
decreaseElementRefCnt caught an exception | NEMImpl::NEMServer::decreaseElementRefCnt | Operation failed due to general exception. |
quertKey( PS server error) | NEMImpl::NEMServer::decreaseElementRefCnt | Operation failed due to database query exception. |
registerElementSnmpTrap caught an exception | NEMImpl::NEMServer::registerElementSnmpTrap | Operation failed due to general exception. |
deregisterElementSnmpTrap caught an exception | NEMImpl::NEMServer::deregisterElementSnmpTrap | Operation failed due to general exception. |
elementRunningConfigChanged caught an exception | NEMImpl::NEMServer::elementRunningConfigChanged | Operation failed due to general exception. |
elementStartupConfigChanged caught an exception | NEMImpl::NEMServer::elementStartupConfigChanged | Operation failed due to general exception. |
getModuleElment caught an exception | NEMImpl::NEMServer::getModuleElment | Operation failed due to general exception. |
getModuleElement caught an exception | NEMImpl::NEMServer::getModuleElment | Operation failed due to database query. |
NEMServer::shutdown NEMServer fails to create thread to perform ServerBaseManager shutdown request. It will exit without returning CORBA request. | NEMImpl::NEMServer::shutdown | Server is shutting down. |
read config file from NE SnmpModule::uploadConfigFile | NEMImpl::NE::readConfig | Operation succeeded |
NE | NEMImpl::NE::readConfig | Operation failed due to database exception. |
NE | NEMImpl::NE::readConfig | Operation failed due to CORBA system exception. |
read config file from NE TelnetModule::upload | NEMImpl::NE::readConfig | Operation succeeded |
write init file to device TelnetModule::downloadinit | NEMImpl::NE::writeInitConfigBase | Operation succeeded |
NE | NEMImpl::NE::wrikteInitConfigBase | Operation failed due to database exception. |
NE | NEMImpl::NE::writeInintConfigBase | Operation failed due to CORBA system exception. |
NEMImpl::NE::writeConfigExt" NE | NEMImpl::NE::wrikteConfigExt | Operation failed due to database exception. |
NE | NEMImpl::NE::writeConfigExt | Operation failed due to CORBA system exception. |
download config file fromNE SnmpModule::downloadConfigFile | NEMImpl::NE::writeConfigBase | Operation succeeded |
NE | NEMImpl::NE::writeConfigBase | Operation failed due to database exception. |
NE | NEMImpl::NE::writeConfigBase | Operation failed due to CORBA system exception. |
download config file from NE SnmpModule::overwritestartupconfig | NEMImpl::NE::writeConfigBase | Operation succeeded |
write to NetworkElement with file TelnetModule::download | NEMImpl::NE::writeConfigExtFromData | Operation succeeded |
NE | NEMImpl::NE::setWorkingConfig | Operation failed due to database exception. |
NE | NEMImpl::NE::setWorkingConfig | Operation failed due to CORBA system exception. |
write config. data into working config. in database NetworkElement::setWorkingConfig | NEMImpl::NE::setWorkingConfig | Operation succeeded |
NE | NEMImpl::NE::getWorkingConfigFileContent | Operation failed due to database exception. |
NE | NEMImpl::NE::getWorkingConfigFileContent | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::getPCCContentAndStatus | Operation failed due to database exception. |
NE | NEMImpl::NE::getPCCContentAndStatus | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::checkElementTelnetConnection | Operation failed due to database exception. |
NE | NEMImpl::NE::checkElementTelnetConnection | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::checkElementSNMPConnection | Operation failed due to database exception. |
NE | NEMImpl::NE::checkElementSNMPConnection | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::traceFromElement | Operation failed due to database exception. |
NE | NEMImpl::NE::traceFromElement | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::pingFromElement | Operation failed due to database exception. |
NE | NEMImpl::NE::pingFromElement | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::showCommand | Operation failed due to database exception. |
NE | NEMImpl::NE::showCommand | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::reloadCommand | Operation failed due to database exception. |
NE | NEMImpl::NE::reloadCommand | Operation failed due to CORBA system exception. |
Write running to startup config SnmpModule::writeRunningToStartupConfig | NEMImpl::NE::writeMemCommand | Operation succeeded |
NE | NEMImpl::NE::writeMemCommand | Operation failed due to database exception. |
NE | NEMImpl::NE::writeMemCommand | Operation failed due to CORBA system exception. |
write to NetworkElement device memory completed TelnetModule::writeMemCommand | NEMImpl::NE::writeMemCommand | Operation succeeded |
write to NetworkElement device memory completed TelnetModule::writeMemCommand | NEMImpl::NE::eraseMemCommand | Operation succeeded |
NE | NEMImpl::NE::eraseMemCommand | Operation failed due to database exception. |
NE | NEMImpl::NE::eraseMemCommand | Operation failed due to CORBA system exception. |
write to NE device memory completed TelnetModule::writeExecCommand | NEMImpl::NE::writeExecCommand | Operation succeeded |
NE | NEMImpl::NE::writeExecCommand | Operation failed due to database exception. |
NE | NEMImpl::NE::writeExecCommand | Operation failed due to CORBA system exception. |
register snmp trap download config file from NE SnmpModule::downloadConfigFile | NEMImpl::NE::registerSnmpTrap | Operation succeeded |
NE | NEMImpl::NE::registerSnmpTrap | Operation failed due to database exception. |
NE | NEMImpl::NE::registerSnmpTrap | Operation failed due to CORBA system exception. |
write NE device failed for SNMP setup SnmpModule::registerSnmpTrap | NEMImpl::NE::registerSnmpTrap | Operation failed |
derigester snmp trap file from NE SnmpModule::deregisterSnmpTrapConsumer | NEMImpl::NE::registerSnmpTrap | Operation succeeded |
deregister NE device to SNMP SnmpModule::registerSnmpTrap | NEMImpl::NE::deregisterSnmpTrap | Operation succeeded |
deregister NE device to SNMP failed SnmpModule::registerSnmpTrap | NEMImpl::NE::deregisterSnmpTrap | Operation failed |
write NE device failed for SNMP deregister SnmpModule::registerSnmpTrap | NEMImpl::NE::deregisterSnmpTrap | Operation failed |
write NE device failed for SNMP setup SnmpModule::registerSnmpTrap | NEMImpl::NE::deregisterSnmpTrap | Operation failed |
NE | NEMImpl::NE::deregisterSnmpTrap | Operation failed due to database exception. |
NE | NEMImpl::NE::deregisterSnmpTrap | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::getSnmpGatewayIpAddress | Operation failed due to database exception. |
NE | NEMImpl::NE::getSnmpGatewayIpAddress | Operation failed due to CORBA system exception. |
snmpTrapNotification NE <GroupName>.<ElementName> | NEMImpl::NE::snmpTrapNotification | Operation succeeded |
snmpTrapNotification NE <GroupName>.<ElementName> | NEMImpl::NE::snmpTrapNotification | Operation succeeded |
read config file from NE SnmpModule::getDeviceUpTime | NEMImpl::NE::timeSinceReboot | Operation failed |
NE | NEMImpl::NE::timeSinceReboot | Operation failed due to database exception. |
NE | NEMImpl::NE::timeSinceReboot | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::timeSinceConfigChange | Operation failed due to database exception. |
NE | NEMImpl::NE::timeSinceConfigChange | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::timeOfLastConfigChange | Operation failed due to database exception. |
NE | NEMImpl::NE::timeOfLastConfigChange | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::timeSinceCommitRunningToStartup | Operation failed due to database exception. |
NE | NEMImpl::NE::timeSinceCommitRunningToStartup | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::downloadToStorageDevice | Operation failed due to database exception. |
NE | NEMImpl::NE::downloadToStorageDevice | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::uploadFromStorageDevice | Operation failed due to database exception. |
NE | NEMImpl::NE::uploadFromStorageDevice | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::dirStorageDevice | Operation failed due to database exception. |
NE | NEMImpl::NE::dirStorageDevice | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::deleteFileOnStorageDevice | Operation failed due to database exception. |
NE | NEMImpl::NE::deleteFileOnStorageDevice | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::updateStoredConfig | Operation failed due to database exception. |
NE | NEMImpl::NE::updateStoredConfig | Operation failed due to CORBA system exception. |
write config file to device TelnetModule::download | NEMImpl::NE::updateStoredConfig | Operation succeeded |
NE | NEMImpl::NE::updateCPRunToStartupCFG | Operation failed due to database exception. |
NE | NEMImpl::NE::updateCPRunToStartupCFG | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::setSNMPOn | Operation failed due to database exception. |
NE | NEMImpl::NE::setSNMPOn | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::setupSNMPTrapViaTelnet | Operation failed due to database exception. |
NE | NEMImpl::NE::setupSNMPTrapViaTelnet | Operation failed due to CORBA system exception. |
write NE device failed for SNMP setup SnmpModule::registerSnmpTrap | NEMImpl::NE::setupSNMPTrapViaTelnet | Operation failed |
NE | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed due to database exception. |
NE | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed due to CORBA system exception. |
register NE device to SNMP failed SnmpModule::registerSnmpTrap | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
register NE device to SNMP failed SnmpModule::registerSnmpTrap | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
register NE device to SNMP failed SnmpModule::changeTrapCommunity | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
register NE device to SNMP failed SnmpModule::changeTrapCommunity | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
register NE device to SNMP failed SnmpModule::changeTrapCommunity | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
register NE device to SNMP failed SnmpModule::registerSnmpTrap | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
register NE device to SNMP failed SnmpModule::registerSnmpTrap | NEMImpl::NE::setupSGSForSNMPTrap | Operation failed |
NE | NEMImpl::NE::setupStartupCfgChg | Operation failed due to database exception. |
NE | NEMImpl::NE::setupStartupCfgChg | Operation failed due to CORBA system exception. |
NE | NEMImpl::NE::setupRunningCfgChg | Operation failed due to database exception. |
NE | NEMImpl::NE::setupRunningCfgChg | Operation failed due to CORBA system exception. |
| Log Message | Source | Condition |
|---|---|---|
<corba exception string> | SGServer.shutdownServer | Exception while shutting down server |
<exception message string> | "SGServer.addElementAddrs | Writing consumer list to file |
<exception message string> | "SGServer.getCommonAttributes | Error getting the common attributes |
<exception message string> | "SGServer.setCommonAttributes | Error setting the common attributes |
<exception message string> | SGServer.deregisterSnmpTrapConsumer | Writing consumer list to file |
<exception message string> | SGServer.deviceReload | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.downloadConfigFile | Exception in snmp library, operation failed, or invalid parameters |
<exception message string> | SGServer.getDeviceUpTime | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.overwriteStartupConfig | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.pingDevice | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.pingDevice | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.uploadConfigFile | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.writeRunningToStartup | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.writeRunningToStartup | Exception in snmp library, operation failed or invalid input parameters |
<exception message string> | SGServer.writeStartupToRunningConfig | Exception in snmp library, operation failed or invalid input parameters |
CIPM SNMP Gateway launched ... | SGServer.initialization | SGServer is launched |
CIPM SNMP Gateway shutdown completed | SGServer.shutdown | SGServer shutdown |
CIPM SNMP Gateway up and running | SGSServer.initialization | SGServer is running |
Exception in loading trapConsumers: <exception string> | SGSServer.initialization | Error loading trap consumer list from file |
File transfer mode not supported | SGServer.downloadConfigFile | File transfer mode not supported |
File transfer mode not supported | SGServer.uploadConfigFile | File transfer mode not supported |
GetLocalHostAddress: <exception string> | SGSServer.initialization | Error retrieving the local host address |
Listening for traps on port: <port num> | SGServer.initialization | Trap port number used |
Loading trap list: <exception string> | SGSServer.initialization | Error loading trap list from file |
Snmp: <exception error msg string> | SGSServer.initialization | Snmp library initialization error |
Socket exception: <exception string> | SGServer.trapListener | Creating a listening socket for snmp trap |
Tftp parameters are not set, check domain properties | SGServer.downloadConfigFile | Domain properties not set for SGS |
Tftp parameters not set | SGServer.uploadConfigFile | Domain properties not set for SGS |
| Log Message | Source | Condition |
|---|---|---|
Delete local storage device file failed | deleteFileOnStorageDevice() | Error reported from expect script |
Delete local storage file success | deleteFileOnStorageDevice() | Operation success |
Delete local storage file. Error. | deleteFileOnStorageDevice() | Exception r |
Download config file error | downloadToStorageDevice() |
|
Download config file fail | download() | Error reported from expect script |
Download config file success | download() | Download operation success. |
Download config. error | downloadToStorageDevice() |
|
Download config. Error | downloadInit() |
|
Download config. Error | download() |
|
Download config. System exception | downloadInit() |
|
Download config. System exception | download() |
|
Download initial config. File success | downloadInit() | Operation success |
Download local storage file success. | downloadToStorageDevice() |
|
Environment variable EXPECT_SCRIPT_ROOT not set | deleteFileOnStorageDevice() | Environment variable is not setup properly |
Environment variable EXPECT_SCRIPT_ROOT not set | download() | Environment variable is not setup properly |
Environment variable EXPECT_SCRIPT_ROOT not set | downloadInit() | Environment variable is not setup properly |
Environment variable EXPECT_SCRIPT_ROOT not set | downloadToStorageDevice() |
|
Environment variable EXPECT_SCRIPT_ROOT not set | eraseMemCommand() |
|
Environment variable EXPECT_SCRIPT_ROOT not set | Ping() | Environment variable is not setup properly |
Environment variable EXPECT_SCRIPT_ROOT not set | reloadCommand() |
|
Environment variable EXPECT_SCRIPT_ROOT not set | showCommand() |
|
Environment variable EXPECT_SCRIPT_ROOT not set | uploadByTftp() | Environment variable is not setup properly |
Environment variable EXPECT_SCRIPT_ROOT not set | uploadFromStorageDevice() |
|
Environment variable EXPECT_SCRIPT_ROOT not set | writeMemCommand() |
|
Erase memory error. | eraseMemCommand() |
|
Erase memory success. | eraseMemCommand() |
|
failed | Ping() | IOS command failed |
NO IP address supplied | uploadByTftp() | No IP address is supplied for TFTP server |
Other error | Ping() | Other unknown exception |
Other error | writeMemCommand() |
|
Other error. | eraseMemCommand() |
|
Other exception | reloadCommand() |
|
Other exception | showCommand() |
|
Read Config file fail | uploadByTftp() | Error reported from expect script |
Read config file fail. | uploadFromStorageDevice() |
|
Read Config file success | uploadByTftp() | Operation success |
Read local storage file. Success | uploadFromStorageDevice() | Operation success |
Reload operation fail | reloadCommand() |
|
Reload operation success. | reloadCommand() |
|
Save current config file success. | download() | Save config operation success |
Show command fail | showCommand() |
|
Show command success | showCommand() |
|
Success | Ping() | Operation success |
System error | Ping() | System exception |
System error. | eraseMemCommand() |
|
System exception | checkElementTelnetConnection() |
|
System exception | reloadCommand() |
|
System exception | showCommand() |
|
System exception | writeMemCommand() |
|
Update memory error | writeMemCommand() |
|
Update memory success. | writeMemCommand() |
|
Upload error | uploadByTftp() | Unknown exception |
Upload local storage file. System exceptions | uploadFromStorageDevice() |
|
Upload local storage file: Unknown exception. | uploadFromStorageDevice() |
|
Upload System exception | uploadByTftp() | System exception |
*The actual format of log message: (GroupName.ElementName.) (Log Message) by (User) (Successful/completed, but with parse error (2024) / error code).
*General error condition:
"error" indicates error received from expect scripts. And the error code will be appended with the log message.
| Log Message | Source | Condition |
|---|---|---|
----> VCMServer has exited and disconnected from database <---- | Server Initialization | VCMServer has exited successfully. |
----> VCMServer is ready to take client requests <---- | Server Initialization | VCMServer is launched successfully. |
Added <x> file(s) to label <labelname>. | labelFiles() | Added <x> number of files to label successfully. |
Added <x> file(s) to label <labelname>. <y> file(s) not found. | labelFiles() | Added <x> number of files to label successfully. <y> number of files cannot no be found. |
Cannot open temporary file | getDiff() | Cannot create and open the temporary file under temp directory |
Cannot open temporary file | getSideBySideDiff() | Cannot create and open the temporary file under temp directory |
Cannot open temporary result file | getDiff() | Cannot open the temporary result file under temp directory |
Cannot open temporary result file | getSideBySideDiff() | Cannot open the temporary result file under temp directory |
Cannot write to temporary file | getDiff() | Cannot write to the temporary file under temp directory |
Cannot write to temporary file | getSideBySideDiff() | Cannot write to the temporary file under temp directory |
Create CIPM_VCM tables as no table exists! | Server Initialization | First time the VCM server is started and there is no CIPM_VCM tables exist in the database. |
Created system-defined file types. | Server Initialization | Successfully created system-defined file types at the beginning. |
Deleted all version(s) of groupName/objectName/fileType. <x> version(s) deleted. | deleteAllVersions | All the archived versions are deleted. Removed the deleted versions from labels. |
Deleted groupName/objectName/fileType/<x> | uncheckin() | File groupName/objectName/fileType version x is deleted. |
File type <filetype> is created. | createFileType() | The <filetype> is successfully created. |
File type <filetype> is deleted. | deleteFileType() | The <filetype> is successfully deleted. |
Generated the change report between label: <label1> and <label2>. | generateChangeBetweenLabelReport() | The report is successfully generated. |
Label <labelname> is created. | labelFiles() | The <labelname> is successfully created if it does not exist before. If the label is already exists, you will not see this message. |
Purged groupName/objectName/fileType before <timestamp>. <x> version(s) deleted. | purgeArchiveBeforeVersion() | <x> number of version(s) purged. |
Purged groupName/objectName/fileType before version <y>. <x> version(s) deleted. | purgeArchiveBeforeTimestamp() | <x> number of version(s) purged. |
Purged groupName/objectName/fileType with maximum number of version(s) <y>. <x> version(s) deleted. | purgeArchiveByMaximumVersion() | <x> number of version(s) purged. |
Removed files from label <labelname>. | removeFilesFromLabel() | Files are successfully removed from label <labelname>. |
Removed label <labelname>. | removeLabel() | Label <labelname> is successfully removed. |
VCM Server created tables successfully. | Server Initialization | Successfully created CIPM_VCM tables. |
VCM Server Initialization - Partial tables - Cannot run! | Server Initialization | Partial CIPM_VCM table(s) exist in the database. Please remove the partial CIPM_VCM table(s) and launch the server again. |
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Mon Feb 14 14:06:28 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.