Generated scanning the basedir ../../../../ACS/
Generated at Mon Jul 4 08:55:47 2016
| Error name: | DAOErrType |
| Error code: | 70 |
| The error is defined in: | ../../../../ACS/LGPL/CommonSoftware/monitoring/monicd/ws/idl/DAOErrType.xml |
| IDL | |
| File name: | DAOErrType.idl |
| Module: | DAOErrType |
| C++ | |
| Include file name: | #include <DAOErrType.h> |
| Namespace: | using namespace DAOErrType; |
| Exception for type: | DAOErrType::DAOErrTypeExImpl |
| Library file name: | libDAOErrType.so libDAOErrType.a |
| Python | |
| Python imports: | import DAOErrTypeImpl |
| Java | |
| Jar file name: | DAOErrType.jar |
| Packages: | import alma.DAOErrType.*; import alma.DAOErrType.wrapper.*; |
| Exception for type: | alma.DAOErrType.DAOErrTypeEx |
| Exception for type (wrapper): | alma.DAOErrType.wrapper.AcsJDAOErrTypeEx |
| Short description | error while getting characteristics |
| Description | An exception occurred when getting the properties characteristics. |
| IDL | |
| File name: | DAOErrType.idl |
| Module: | DAOErrType |
| Error code: | GettingMonitorCharacteristics |
| Exception: | GettingMonitorCharacteristicsEx |
| C++ | |
| Include file name: | #include <DAOErrType.h> |
| Namespace: | using namespace DAOErrType; |
| Exception for error: | DAOErrType::GettingMonitorCharacteristicsExImpl |
| Completion: | DAOErrType::GettingMonitorCharacteristicsCompletion |
| Library file name: | libDAOErrType.so libDAOErrType.a |
| Python | |
| Imports: | import DAOErrTypeImpl |
| Raise a local exception: | raise DAOErrTypeImpl.GettingMonitorCharacteristicsExImpl() |
| Catch exception: | except DAOErrTypeImpl.GettingMonitorCharacteristicsEx, e: |
| Java | |
| Jar file name: | DAOErrType.jar |
| Packages: | import alma.DAOErrType.*; import alma.DAOErrType.wrapper.*; |
| Exception for error: | alma.DAOErrType.GettingMonitorCharacteristicsEx |
| Exception for error (wrapper): | alma.DAOErrType.wrapper.AcsJGettingMonitorCharacteristicsEx |
| Short description | error while storing monitor data |
| Description | An exception occurred when storing monitoring data. |
| IDL | |
| File name: | DAOErrType.idl |
| Module: | DAOErrType |
| Error code: | StoreFailure |
| Exception: | StoreFailureEx |
| C++ | |
| Include file name: | #include <DAOErrType.h> |
| Namespace: | using namespace DAOErrType; |
| Exception for error: | DAOErrType::StoreFailureExImpl |
| Completion: | DAOErrType::StoreFailureCompletion |
| Library file name: | libDAOErrType.so libDAOErrType.a |
| Python | |
| Imports: | import DAOErrTypeImpl |
| Raise a local exception: | raise DAOErrTypeImpl.StoreFailureExImpl() |
| Catch exception: | except DAOErrTypeImpl.StoreFailureEx, e: |
| Java | |
| Jar file name: | DAOErrType.jar |
| Packages: | import alma.DAOErrType.*; import alma.DAOErrType.wrapper.*; |
| Exception for error: | alma.DAOErrType.StoreFailureEx |
| Exception for error (wrapper): | alma.DAOErrType.wrapper.AcsJStoreFailureEx |
| Short description | error on dynamic configuration |
| Description | An exception occurred inside dynamic configuration. |
| IDL | |
| File name: | DAOErrType.idl |
| Module: | DAOErrType |
| Error code: | DynConfigFailure |
| Exception: | DynConfigFailureEx |
| C++ | |
| Include file name: | #include <DAOErrType.h> |
| Namespace: | using namespace DAOErrType; |
| Exception for error: | DAOErrType::DynConfigFailureExImpl |
| Completion: | DAOErrType::DynConfigFailureCompletion |
| Library file name: | libDAOErrType.so libDAOErrType.a |
| Python | |
| Imports: | import DAOErrTypeImpl |
| Raise a local exception: | raise DAOErrTypeImpl.DynConfigFailureExImpl() |
| Catch exception: | except DAOErrTypeImpl.DynConfigFailureEx, e: |
| Java | |
| Jar file name: | DAOErrType.jar |
| Packages: | import alma.DAOErrType.*; import alma.DAOErrType.wrapper.*; |
| Exception for error: | alma.DAOErrType.DynConfigFailureEx |
| Exception for error (wrapper): | alma.DAOErrType.wrapper.AcsJDynConfigFailureEx |
| Short description | TMC DAO couldn't establish a DB connection |
| Description | TMC DAO could not establish a Database Connection. Please Check dbConfig.properties file (hostname, url, username, password, tmc configuration name) or/and check that TMC oracle database is alive and healthy |
| IDL | |
| File name: | DAOErrType.idl |
| Module: | DAOErrType |
| Error code: | DBConnectionFailure |
| Exception: | DBConnectionFailureEx |
| C++ | |
| Include file name: | #include <DAOErrType.h> |
| Namespace: | using namespace DAOErrType; |
| Exception for error: | DAOErrType::DBConnectionFailureExImpl |
| Completion: | DAOErrType::DBConnectionFailureCompletion |
| Library file name: | libDAOErrType.so libDAOErrType.a |
| Python | |
| Imports: | import DAOErrTypeImpl |
| Raise a local exception: | raise DAOErrTypeImpl.DBConnectionFailureExImpl() |
| Catch exception: | except DAOErrTypeImpl.DBConnectionFailureEx, e: |
| Java | |
| Jar file name: | DAOErrType.jar |
| Packages: | import alma.DAOErrType.*; import alma.DAOErrType.wrapper.*; |
| Exception for error: | alma.DAOErrType.DBConnectionFailureEx |
| Exception for error (wrapper): | alma.DAOErrType.wrapper.AcsJDBConnectionFailureEx |
No codes defined>
<?xml version="1.0" encoding="ISO-8859-1"?>
<Type
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="Alma/ACSError" xsi:schemaLocation="Alma/ACSError ACSError.xsd" name="DAOErrType" type="70" _prefix="alma">
<ErrorCode name="GettingMonitorCharacteristics"
shortDescription="error while getting characteristics"
description="An exception occurred when getting the properties characteristics."
/>
<ErrorCode name="StoreFailure"
shortDescription="error while storing monitor data"
description="An exception occurred when storing monitoring data."
/>
<ErrorCode name="DynConfigFailure"
shortDescription="error on dynamic configuration"
description="An exception occurred inside dynamic configuration."
/>
<ErrorCode name="DBConnectionFailure"
shortDescription="TMC DAO couldn't establish a DB connection"
description="TMC DAO could not establish a Database Connection. Please Check dbConfig.properties file (hostname, url, username, password, tmc configuration name) or/and check that TMC oracle database is alive and healthy"
/>
</Type>
The number is in the corrrect range
The error is not duplicated
Subsystem scanned in 12.742 seconds.