Error Codes

The following table lists the errors that are displayed by the vCenter Chargeback Manager APIs.

Error ID

Error Code

Description

1

VCENTER_COMMON_ERR_INVALID_INPUT

The input does not conform to the expected syntax or input length.

2

VCENTER_COMMON_ERR_INVALID_DATA_LENGTH

The input length is not valid.

3

VCENTER_COMMON_ERR_UNKNOWN_HOST

The specified Chargeback host is incorrect.

4

VCENTER_COMMON_ERR_INVALID_CSV_FORMAT

Comma-separated values (CSV) file is empty or has invalid format, such as insufficient columns and invalid order of columns.

5

VCENTER_COMMON_ERR_INVALID_CSV_VERSION

CSV version is not specified in the valid format. The following is a valid version format:
“#version 1.5.0”.

6

VCENTER_COMMON_ERR_INTERNAL_SERVER_ERROR

This is a generic error. You can check the logs to identify the exact cause.

7

VCENTER_COMMON_ERR_INVALID_VERSION

API version used by the incoming request is not compatible with the version of vCenter Chargeback Manager server .

101

VCENTER_COMMON_ERR_DAS_DB_FAILURE

Could not connect to the vCenter Chargeback Manager database.

102

VCENTER_COMMON_ERR_DAS_JDBC_DRIVER_LOAD

JDBC driver could not be loaded.

103

VCENTER_COMMON_ERR_DAS_DB_CONN

Failed to connect to the vCenter Server database

104

VCENTER_COMMON_ERR_DAS_JDBC_TRANSACTION

Could not execute the transaction.

105

VCENTER_COMMON_ERR_DB_SCHEMA_INCORRECT_VERSION

vCenter Chargeback Manager server version and vCenter Chargeback Manager database version are not compatible.

130

VCENTER_COMMON_ERR_DAS_CONFIG_FILE_READ

Could not read the database configuration file.

131

VCENTER_COMMON_ERR_DAS_CONFIG_FILE_CLOSE

Could not close the database configuration file.

132

VCENTER_COMMON_ERR_DAS_DAO_INFO_READ

Could not read the object specific data access information.

133

VCENTER_COMMON_ERR_DAS_DAO_INFO_INVALID

Object specific data access information is not valid.

150

VCENTER_COMMON_ERR_DAS_UNKNOWN_ENTITY

Database access layer could not understand what object type needs to be retrieved.

151

VCENTER_COMMON_ERR_DAS_TRANSACTION_BEGIN

Could not begin a database transaction.

152

VCENTER_COMMON_ERR_DAS_TRANSACTION_COMMIT

Could not commit a database transaction.

153

VCENTER_COMMON_ERR_DAS_TRANSACTION_ROLL_BACK

Could not roll back a database transaction.

154

VCENTER_COMMON_ERR_DAS_FLUSH

Could not flush the objects in the memory to the database.

155

VCENTER_COMMON_ERR_DAS_RETRIEVING_OBJECTS

Could not retrieve the list of objects from the database.

156

VCENTER_COMMON_ERR_DAS_OBJECT_INFO_NOT_FOUND

vCenter Chargeback Manager Database access layer does not have sufficient information to retrieve the list of objects.

157

VCENTER_COMMON_ERR_DAS_LOCK_MODE_SET

Could not set the lock on a given object.

158

VCENTER_COMMON_ERR_DAS_LOCK_MODE_RETRIEVE

Could not retrieve the lock information for an object.

175

VCENTER_COMMON_ERR_DAS_OBJECT_SAVE

Could not save the object to the database.

176

VCENTER_COMMON_ERR_DAS_OBJECT_LOAD

Could not load the object from the database.

177

VCENTER_COMMON_ERR_DAS_OBJECT_UPDATE

Could not update the object in the database.

178

VCENTER_COMMON_ERR_DAS_OBJECT_REFRESH

Could not refresh the object in the database.

179

VCENTER_COMMON_ERR_DAS_OBJECT_MERGE

Could not attach the object to the transaction.

180

VCENTER_COMMON_ERR_DAS_OBJECT_DELETE

Could not delete the object from the database.

181

VCENTER_COMMON_ERR_DAS_OBJECT_NOT_FOUND

Could not locate the object with the specified object ID.

201

VCENTER_COMMON_REST_SUCCESS

This error code is not used currently.

202

VCENTER_COMMON_ERR_REST_INVALID_XML

The request XML structure is not valid.

203

VCENTER_COMMON_ERR_REST_INVALID_NAME

This error code is not used currently.

204

VCENTER_COMMON_ERR_REST_INVALID_DESCRIPTION

This error code is not used currently.

205

VCENTER_COMMON_ERR_REST_NAME_ALREADY_EXISTS

This error code is not used currently.

601

VCENTER_COMMON_ERR_VCENTER_SERVER_AUTH_FAILED

This error code is not used currently.

602

VCENTER_COMMON_ERR_UNABLE_TO_CONNECT_TO_VCENTER_SERVER

This error code is not used currently.

603

VCENTER_COMMON_ERR_INVALID_VCENTER_SERVER_URL

This error code is not used currently.

701

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INVALID_INPUT_EMPTY_FILTER_FROM_TO

From or to value of filter is empty.

702

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INVALID_INPUT_EMPTY_FILTER_VALUE

Filter value is empty.

703

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INVALID_INPUT_EMPTY_FILTER_PROPERTY_NAME

Filter name is empty.

704

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INVALID_INPUT_EMPTY_FILTER_PROPERTY_TYPE

Filter type is empty.

705

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INVALID_INPUT_EMPTY_QUERY_CRITERIA

Criteria name is empty.

721

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_DUPLICATE_SORTPARAM_NAME

Specified sorting parameter is not unique.

722

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_FILTER_VALUE_FOR_FILTER_TYPE_LIKE

Filter value for filter type LIKE is invalid.

723

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_FILTER_PROPERTY_NAME

Filter name is invalid.

724

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_FILTER_TYPE

Filter type is invalid.

725

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_FILTER_VALUE_TYPE

Type of the given filter value is invalid.

726

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_ID

Search query ID is invalid.

727

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_LOGICAL_OPERATOR

Logical parameter is invalid.

728

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_PAGINATION_MAX_RESULTS

The value specified for max results for pagination is invalid

729

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_RESULT_COUNT

The specified value of firstResultCount or maxResultCount is negative.

730

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_INPUT_INVALID_SORTPARAM_ORDER

Sorting order is invalid.

751

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_UUID_EXPIRED

Given UUID is not present or has expired.

752

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_FAILED_CREATING_PARAM_INDEX_XPATH

Indexing of sort parameter failed.

753;

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_FAILED_DAO_NOT_FOUND

Not able to initialize classes.

754

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_FAILED_READING_QUERY_DEF

Failed reading the search configuration file.

755

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_FAILED_RESULT_HANDLER_NEW_INSTANCE

Failed to initialize configuration result class.

756

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_FAILED_TO_XML_NOT_IMPLEMENTED

Failed getting the XML

757

VCENTER_COMMON_ERR_SEARCH_FRAMEWORK_SEARCH_FAILED_EMPTY_XML_CONTAINER_NAME

Configuration file has insufficient XML details.

801

VCENTER_COMMON_ERR_HASH_VERIFICATION_FAILED

vCenter Chargeback Manager could not decrypt the password.

802

VCENTER_COMMON_ERR_HASH_OP_FAILED 

Password encryption failed.

1001

VCB_ERR_INVALID_CURRENCY_ID

Specified currency ID is incorrect.

1002

VCB_ERR_CURRENCY_NOT_SET

Currency is not set.

1010

VCB_ERR_INVALID_DATA_COLLECTOR_ID

Specified data collector ID is incorrect.

1011

VCB_ERR_UNREGISTERED_DATA_COLLECTOR

Specified data collector is unregistered.

1012

VCB_ERR_REGISTERED_DATA_COLLECTOR

Specified data collector is already registered.

1013

VCB_ERR_INVALID_VC_SYNC_JOB_INTERVAL

Job interval cannot be less than zero .

1014

VCB_ERR_INVALID_VC_SYNC_JOB_ID

Sychronization job ID is incorrect or does not exist.

1015

VCB_ERR_VC_SYNC_INTERVAL_CONTINUOUS_JOB

Cannot modify job interval for continuously running jobs.

1020

VCB_ERR_INVALID_EMAIL_SPECS

Specified email information is incorrect.

1021

VCB_ERR_INVALID_EMAIL_AUTH_TYPE

Specified email authentication type is incorrect.

1022

VCB_ERR_PASSWORD_ENCRYPTION

Password encryption failed.

1023

VCB_ERR_INVALID_EMAIL_SERVER_URL

Specified email server URL is incorrect.

1024

VCB_ERR_INVALID_EMAIL_SERVER_USER_NAME                     

Specified email server user name is incorrect.

1025

VCB_ERR_INVALID_EMAIL_SERVER_FROM_FIELD                    

Specified email sender's name is incorrect.

1026

VCB_ERR_INVALID_EMAIL_SERVER_PASSWORD                      

Specified email server password is incorrect.

1030

VCB_ERR_NO_LOG_LEVEL                                        

Log level is not specified. See Appendix for the list of valid log levels.

1031

VCB_ERR_INVALID_LOG_LEVEL

Specified Log level is incorrect. See Appendix for the list of valid log levels.

1040

VCB_ERR_INVALID_VC_ID

vCenter Server ID is invalid.

1041

VCB_ERR_INVALID_AUTH_TYPE

Specified authentication type is invalid. See Appendix for supported authentication types.

1042

VCB_ERR_INVALID_VC_DISPLAY_NAME

vCenter Server with the same display name exists or the display name exceeds 255 characters.

1043

VCB_ERR_INVALID_VC_DB

Specified vCenter Server datasource is incorrect.

1044

VCB_ERR_INVALID_DB_TYPE

Datasource type is incorrect. See Appendix for supported datasource types.

1045

VCB_ERR_INVALID_VC_VIEW_TYPE

vCenter server view type is invalid. See Appendix for available vCenter views.

1046

VCB_ERR_VC_EXISTS

Specified vCenter server exists.

1047

VCB_ERR_VC_CONN

Failed to connect to vCenter server.

1048

VCB_ERR_INVALID_VC_VERSION

Specified vCenter Server version is incorrect.

1049

VCB_ERR_INVALID_VC_URL

Specified vCenter Server URL is incorrect.

1050

VCB_ERR_INVALID_VC_IP

Specified vCenter Server IP address is incorrect.

1051

VCB_ERR_INVALID_VC_DESCRIPTION

Specified vCenter Server description is invalid.

1052

VCB_ERR_INVALID_VC_USER_NAME

Specified vCenter Server datasource URL is invalid.

1053

VCB_ERR_INVALID_DATA_SOURCE_URL

Specified vCenter Server datasource name is invalid.

1054

VCB_ERR_INVALID_DATA_SOURCE_NAME

Specified vCenter Server datasource user name is invalid.

1055

VCB_ERR_INVALID_DATA_SOURCE_USER_NAME

Specified vCenter Server user name is invalid.

1056

VCB_ERR_INVALID_VC_PASSWORD

Specified vCenter Server password is invalid.

1057

VCB_ERR_INVALID_DATA_SOURCE_PASSWORD

Specified datasource password is invalid.

1060

VCB_ERR_INVALID_LDAP_TYPE_ID

Specified LDAP type ID is incorrect. See Appendix for supported LDAP Server types.

1061

VCB_ERR_LDAP_SERVER_NOT_FOUND

Specified LDAP Server ID is invalid.

1062

VCB_ERR_LDAP_SERVER_EXISTS

LDAP Server is already added to Chargeback.

1063

VCB_ERR_LDAP_SERVER_ADD_MULTIPLE

Multiple LDAP Servers have been added to Chargeback.

1064

VCB_ERR_INVALID_LDAP_BASE_DN

Specified LDAP server base domain name is invalid.

1065

VCB_ERR_INVALID_LDAP_USER_NAME

LDAP user name is invalid.

1066

VCB_ERR_INVALID_LDAP_URL

LDAP server URL is invalid.

1067

VCB_ERR_INVALID_LDAP_PASSWORD

LDAP server password is invalid.

1068

VCB_ERR_INVALID_TIME

Specified time period is invalid.

1069

VCB_ERR_UNTRUSTED_SSL_CERTIFICATE

Certificate presented by the server is not trusted .

1070

VCB_ERR_TRUST_STORE_NOT_FOUND

Trust store not found.

1071

VCB_ERR_TRUST_STORE_INIT_FAILED

Trust store initialization failed.

1072

VCB_ERR_TEMP_SSL_CERTIFICATE_NOT_FOUND

Certificate with the give ID not found.

1073

VCB_ERR_SSL_CERTIFICATE_IMPORT_FAILED

Failed to import the certificate.

1074

VCB_ERR_SSL_CERTIFICATE_ALREADY_IMPORTED

Certificate with the given ID is already imported.

2001

VCB_ERR_INVALID_HIERARCHY_NAME

An empty hierarchy name is specified or the hierarchy name exceeds 255 characters

2002

VCB_ERR_INVALID_HIERARCHY_DESCRIPTION

Hierarchy description exceeds 512 characters

2003

VCB_ERR_HIERARCHY_NAME_ALREADY_EXISTS

A hierarchy with the given name exists.

2004

VCB_ERR_HIERARCHY_ROOT_ENTITY_TYPE_NOT_FOUND

Chargeback root entity type ID is not found in the database.

2005

VCB_ERR_INVALID_ENTITY_NAME

An empty entity name is specified.

2006

VCB_ERR_INVALID_ENTITY_DESCRIPTION

Entity description exceeds 512 characters.

2007

VCB_ERR_ENTITY_NAME_ALREADY_EXISTS

Entity with the same name exists under the parent entity.

2008

VCB_ERR_INVALID_PARENT_ENTITY_ID

Specified parent entity is not found in the hierarchy.

2009

VCB_ERR_INVALID_ENTITY_TYPE

Specified entity type is invalid. See Appendix for a list of valid entity types.

2010

VCB_ERR_INVALID_VCENTER_SERVER

Specified vCenter Server ID is invalid.

2011

VCB_ERR_VCENTER_ENTITY_ALREADY_EXISTS

Specified vCenter Server entity exists in the hierarchy because of its parent's addition. This occurs, if a vCenter entity is
added first and the child is added subsequently.

2012

VCB_ERR_INVALID_VCENTER_ENTITY

Invalid vCenter entity ID is specified.
Or
vCenter entity is not found while retrieving custom attributes for a vCenter entity.

See Appendix for a list of valid entity types.

2013

VCB_ERR_VCENTER_SERVER_HIERARCHY_NOT_FOUND

vCenter hierarchy exists with the specified vCenter ID.

2014

VCB_ERR_INVALID_HIERARCHY_ID

Specified chargeback hierarchy does not exist.

2015

VCB_ERR_INVALID_ENTITY_ID

Specified parent entity is not found in the hierarchy.

2016

VCB_ERR_INVALID_VCENTER_SERVER_ID

Specified vCenter Server ID is invalid.

2017

VCB_ERR_RETRIEVING_CUSTOM_ATTRIBUTES

Error occurs from vCenter Server during the retrieval of custom attributes for a vCenter Server entity.

2018

VCB_ERR_VC_ENTITY

Trying to add an entity to a parent entity, which is a vCenter Server entity.

2019

VCB_ERR_ENTITY_NOT_VM

Specified entity is not a virtual machine.

2020

VCB_ERR_INVALID_SHARED_PERCENTAGE

One or more of the specified percentage values is invalid (that is less than 0 and greater than 100) or if
the total of attribution percentage of all the parents do not add up to 100%.

2021

VCB_ERR_NOT_VC_ENTITY

You are importing vCenter Server attributes for a non-vCenter Server entity.

2022

VCB_ERR_ENTITY_ALREADY_EXISTS

Specified entity is already added to the hierarchy.

2023

VCB_ERR_PARENT_ENTITY_SAME

Source parent entity is the same as the destination parent entity.

2024

VCB_ERR_SHARED_ENTITY

Entity that is being moved is shared or the entity's children are shared.

2025

VCB_ERR_PARENT_MOVED_TO_CHILD

Child entity that is to be added is an ancestor of parent, or in other words, the parent is being moved to the child.

2026

VCB_ERR_ROOT_ENTITY

Entity is a root entity.

2027

VCB_ERR_VC_ENTITY_CHILD

Child entity of a vCenter entity is being moved.

2028

VCB_ERR_INVALID_ATTRIBUTE_NAME

An empty attribute name is specified or the attribute name exceeds 255 characters.

2029

VCB_ERR_INVALID_ATTRIBUTE_DESCRIPTION

Attribute description exceeds 512 characters.

2030

VCB_ERR_ATTRIBUTE_NAME_ALREADY_EXISTS

Attribute with the given name exists.

2031

VCB_ERR_INVALID_ATTRIBUTE_ID

Attribute with the specified ID does not exist.

2032

VCB_ERR_INVALID_VALUE

Length of the attribute value exceeds 4000 characters.

2033

VCB_ERR_HIERARCHY_NOT_EMPTY

Specified hierarchy is not empty, that is, the hierarchy has child entities.

2034

VCB_ERR_HIERARCHY_MODIFIED

Hierarchy has been modified since the last hierarchy refresh time.

2035

VCB_ERR_INVALID_VC_ENTITY_LIST

vCenter Server entity list is invalid.

2036

VCB_ERR_BACKDATE_OPERATION_NOT_ALLOWED

Cannot backdate the hierarchy.

2037

VCB_ERR_DASHBOARD_REPORT_CONFIGURED_HIER_DEL_FAILED

Cannot delete hierarchy for which dashboard reporting is configured. Remove dashborad report configuration from hierarchy before deleting the hierarchy.

2038

VCB_ERR_INVALID_LOCAL_ATTRIBUTE_ID

Specified vCenter Chargeback Manager attribute ID is incorrect.

3001

VCB_ERR_INVALID_COST_MODEL_ID

Cost model ID does not exist in Chargeback.

3002

VCB_ERR_INVALID_COST_MODEL_NAME

Cost model name is not unique, not specified, or contains more than 255 characters.

3003

VCB_ERR_INVALID_COST_MODEL_DESCRIPTION

Cost model description contains more than 512 characters.

3004

VCB_ERR_INVALID_COMPUTING_RESOURCE_ID

Computing resource ID does not exist in Chargeback.

3005

VCB_ERR_INVALID_DURATION_ID

Duration ID does not exist in Chargeback.

3006

VCB_ERR_INVALID_VSERVICE_ID                                

vService ID does not exist in Chargeback.

3010

VCB_ERR_INVALID_COST_TEMPLATE_ID

Cost template ID does not exist in Chargeback.

3011

VCB_ERR_INVALID_COST_TEMPLATE_NAME

Cost template name is blank, not unique, or contains more than 255 characters.

3012

VCB_ERR_INVALID_COST_TEMPLATE_DESCRIPTION

Cost template description is empty or contains more than 512 characters.

3020

VCB_ERR_INVALID_RATE_FACTOR

Rate factor value is negative or is higher than the maximum allowed.

3021

VCB_ERR_INVALID_BASE_RATE

Base rate value is less than zero.

3022

VCB_ERR_INVALID_BASE_RATE_SLAB                             

Slab end must be greater than slab start, which must be greater than 0.  Also ensure that the slab is not a subset of another slab.    

3030

VCB_ERR_INVALID_FIXED_COST_ID

Fixed cost ID does not exist in Chargeback.

3031

VCB_ERR_INVALID_FIXED_COST_NAME

Fixed cost name is blank, not unique or contains more than 255 characters.

3032

VCB_ERR_INVALID_FIXED_COST_DESCRIPTION

Fixed cost description is empty or contains more than 512 characters.

3033

VCB_ERR_INVALID_FIXED_COST_VALUE

Fixed cost value is not specified.

3050

VCB_ERR_INVALID_TIME_PERIOD

Start date is not specified or is specified as later than the end date.

3060

VCB_ERR_INVALID_BILLING_POLICY_ID

Billing policy ID does not exist in Chargeback.

3061

VCB_ERR_INVALID_BILLING_POLICY_NAME                        

Billing policy name is not specified or is more than 255 characters long.

3062

VCB_ERR_INVALID_BILLING_POLICY_DESCRIPTION                 

Billing policy description is more than 512 characters.

3063

VCB_ERR_INVALID_BILLING_POLICY_EXPRESSION                  

Billing policy expression has incorrect syntax.

3070

VCB_ERR_COST_CONFIGURATION_ON_TIERED_ENTITY

Entity is tiered. Cost configuration must be done using tier APIs.

3075

VCB_ERR_DUPLICATE_ATTRIBUTES_IN_EXPR

Billing policy expression contains duplicate attributes.

3076

VCB_ERR_DUPLICATE_RESOURCE_IN_FBP                          

Billing Policy has duplicate resources in expression.

3084

VCB_ERR_INVALID_COMPUTING_RESOURCE_ATTRIBUTE               

Length of the computing resource attribute field must be less than or equal to 255 characters.

3085

VCB_ERR_INVALID_NUM_ARG_FBP_EXPR                           

Function should have more than one unique valid attribute for a given computing resource.

3086

VCB_ERR_INSUFFICIENT_NUM_RES_FBP                           

Billing policy has insufficient number of resources.

3087

VCB_ERR_INCOMPATIBLE_ATTR_RES_FBP                          

Attribute name specified for the computing resource is incorrect.

3102

VCB_ERR_INVALID_COMPUTING_RESOURCE_NAME                    

Computing resource name is not unique, not specified, or contains more than 255 characters.

3103

VCB_ERR_INVALID_COMPUTING_RESOURCE_DESCRIPTION 

Computing resource description is more than 512 characters.

3104

VCB_ERR_INVALID_COMPUTING_RESOURCE_UNIT

Length of the computing resource unit field is more than 255 characters.

3105

VCB_ERR_INVALID_DISABLING_COMPUTE_RES_REF_BY_REPORT_SCH

Computing resource used by report schedule cannot be disabled.

3106

VCB_ERR_MODIFY_NOT_ALLOWED_ON_DISABLED_COMPUTE_RESOURCE

Computing resource is disabled and cannot be modified.

3107

VCB_ERR_INVALID_CONVERSION_FACTOR_IN_COUNTER_DETAIL

Conversion factor for counter detail is invalid.

3108

VCB_ERR_INVALID_ROLL_UP_TYPE_IN_COUNTER_DETAIL

Roll-up type for counter detail is invalid.

3109

VCB_ERR_INVALID_CUSTOM_COUNTER_RESOURCE_ID

Custom computing resource ID is incorrect or does not exist.

4001

VCB_ERR_INVALID_ROLE_ID

The specified role ID is not a valid ID.

4002

VCB_ERR_INVALID_ROLE_NAME

Role name is longer than 255 characters or invalid.

4003

VCB_ERR_INVALID_ROLE_DESCRIPTION

Role description is longer than 512 characters.

4004

VCB_ERR_ROLE_NAME_EXISTS

A role with the same name exists.

4005

VCB_ERR_USER_NAME_EXISTS

A user with same name exists.

4007

VCB_ERR_INVALID_PRIVILEGE_ID

No privilege exists with the given privilege ID.

4008

VCB_ERR_ADD_SUPERUSER_PRIVILEGES

Cannot assign Super User role.

4009

VCB_ERR_PRIVILEGES_MISSING

You are trying to create a role without privileges.

4010

VCB_ERR_SYSTEM_ROLE_ALTER

The role ID that you have specified is of a system role.

4011

VCB_ERR_LDAP_SERVER_CONNECTION

Failed to connect to LDAP server.

4012

VCB_ERR_LDAP_SERVER_AUTHENTICATION

Failed to authenticate with LDAP Server.

4013

VCB_ERR_INVALID_USER_ID

No user with the given user ID exists.

4014

VCB_ERR_PASSWORD_TOO_LONG

Password is longer than 24 characters, or invalid password.

4015

VCB_ERR_INVALID_LDAP_NAME

LDAP user or group does not exist.

4016

VCB_ERR_ALTER_SUPERUSER

The user with the given userId is a system user.

4017

VCB_ERR_INVALID_USER_TYPE

The userType of the user with the given userId is not local, ldapuser or ldapgroup.

4018

VCB_ERR_SAME_PASSWORD

The new password is the same as the old password.

4019

VCB_ERR_PASSWORD_MISMATCH

Specified password does not match the stored password.

4020

VCB_ERR_SUPERUSER_ROLE

Role with the given role ID is a super user role

4021

VCB_ERR_LDAP_USER_PASSWORD_CANNOT_CHANGE

The user is trying to change the LDAP user password.

4022

VCB_ERR_LDAP_GROUP_PASSWORD_CANNOT_CHANGE

The user is attempting to change the LDAP group password.

4023

VCB_ERR_PRIVILEGE_PROPAGATE_FAILED

Specified privilege cannot be propagated?

4024

VCB_ERR_LDAP_USER_NOT_FOUND_IN_DB

Specified LDAP user name not found in the database.

4025

VCB_ERR_INCORRECT_USERPASSWORD

Specified password is incorrect.

4026

VCB_ERR_USER_NOT_AUTHENTICATED

Specified user is not authenticated.

4027

VCB_ERR_NO_PRIVILEGE

.

4028

VCB_ERR_INVALID_USER_NAME

User name contains more than 255 characters.

4029

VCB_ERR_LDAP_SERVER_SSL_ERROR

.

4051

VCB_ERR_INVALID_LDAP_PORT                                  

LDAP port is invalid.

4061

VCB_ERR_INVALID_VC_USER_ADD                                

You cannot add vCenter Server users.

4062

VCB_ERR_DEL_USER_MODIFY_RES_FAILED

.

4063

VCB_ERR_ADMIN_SU_CREATE_FAILED

Administrator cannot assign super user role.

4064

VCB_ERR_VC_USER_PASSWORD_CANNOT_CHANGE                     

User cannot change vCenter Server user's password.

4065

VCB_ERR_ASSIGN_ROLE_NO_PERM 

You do not have permission to assign a role.

4066

VCB_ERR_ASSIGN_ROLE_TO_CREATOR

.

4068

VCENTER_RBAC_ONLY_SUPER_USER_ALLOWED                       

Only superuser can perform this operation.

4069

VCB_ERR_ACCOUNT_LOCKED                       

The user account is locked. The corresponding exception name is VCENTER_RBAC_USER_ACCOUNT_LOCKED.

4070

VCB_ERR_INVALID_CAPTCHA_TEXT                       

The Captcha text entered is incorrect.

4080

VCB_ERR_RBAC_CREATE_NOT_PERMITTED                          

You do not have permission to create a user or a resource.

4081

VCB_ERR_RBAC_READ_NOT_PERMITTED                            

You do not have permission to view details of another user or resource.

4082

VCB_ERR_RBAC_UPDATE_NOT_PERMITTED                          

You do not have permission to modify details of another user or resource.

4083

VCB_ERR_RBAC_DELETE_NOT_PERMITTED

You do not have permission to delete another user.

4084

VCB_ERR_RBAC_ILLEGAL_RES_TYPE_PRIV_CHK

.

4085

VCB_ERR_RBAC_SELF_UPD_DEL_NOT_PERMITTED                    

You cannot delete your own user account.

4086

VCB_ERR_RBAC_ADMIN_ASSIGN_SU_NOT_PERMITTED                 

You cannot assign role to a superuser on any resource.

4087

VCB_ERR_RBAC_NORMAL_ASSIGN_SU_ADM_NOT_PERMITTED            

You cannot assign role to an administrator.

4088

VCB_ERR_RBAC_ROLE_ASSIGN_NOT_PERMITTED                     

You do not have permission to assign a role to another user.

4089

VCB_ERR_RBAC_ROLE_ASSIGN_FAILED                            

Could not assign role.

4090

VCB_ERR_RBAC_LDAP_SU_NOT_PERMITTED                         

You cannot assign superuser role to an LDAP user or LDAP group.

4091

VCB_ERR_RBAC_VC_SU_NOT_PERMITTED                           

You cannot assign superuser role to a vCenter Server user.

4092

VCB_ERR_RBAC_SELF_UPD_ROLE_ASS_NOT_PERMITTED               

You cannot assign a role to yourself.

4093

VCENTER_RBAC_ONLY_SU_ADMIN_ALLOWED                         

Only a superuser or an Administrator is allowed to perform the operation.

4094

VCB_ERR_RBAC_ECM_NOT_PERMITTED                             

You do not have the Entity Cost Manager privilege.

4095

VCB_ERR_RBAC_ECM_NOT_COMPATIBLE                            

Entity Cost Manager privilege has not been defined for the resource.

4096

VCB_ERR_RBAC_INCOMPATIBLE_RES_PC                           

Privilege not defined on resource.

4097

VCB_ERR_PASSWORD_NONCONFORMANT                            

Password provided does not conform the password rules defined in vCenter Chargeback Manager.

4100

VCB_ERR_RBAC_INCOMPATIBLE_RES_TYPE                         

Resource type is invalid.

4105

VCB_ERR_RBAC_INSUFFICIENT_PERMISSION

You do not have permission to perform this operation.

4106

VCB_ERR_SESSION_EXPIRED                                        

Your session of vCenter Chargeback Manager has expired.

5001

VCB_ERR_REP_EMPTY

This error code is not used currently.

5002

VCB_ERR_REP_EMPTY_ENTITY_INFO

Cost calculator returned empty cost and/or usage information.

5003

VCB_ERR_REP_EXPORT_FILE_CLOSE

vCenter Chargeback Manager reporting component could not close the exported file.

5004

VCB_ERR_REP_EXPORT_FILE_NOT_FOUND

Specified export report does not exist.

5005

VCB_ERR_REP_NOT_FOUND

Specified report does not exist.

5006

VCB_ERR_REP_RUNTIME_DELETE

Could not delete the report data.

5007

VCB_ERR_REP_RUNTIME_LOAD

Could not load the report data.

5008

VCB_ERR_REP_RUNTIME_NOT_FOUND

Could not find the report data.

5009

VCB_ERR_REP_RUNTIME_SAVE

Could not save the report data.

5010

VCB_ERR_REP_IN_COMPLETE

Report data is incomplete because report generation is in progress.

5011

VCB_ERR_REP_CALL_IN_COMPATIBLE_WITH_CBM_SERVER

This error occurs when you are trying to view report created in vCenter Chargeback 1.0 or vCenter Chargeback 1.0.1 in the interactive mode in vCenter Chargeback 1.5.0 or later.

5012

VCB_ERR_REP_EXPORT_IN_PROGRESS

This error code is not used currently.

5013

VCB_ERR_REP_REPORT_ID_ENCRYPTION                               

Could not encrypt the report ID to be sent by Email.

5014

VCB_ERR_REP_REPORT_ID_DECRYPTION                              

Could not decrypt the report ID sent by Email because it may have got corrupted.

5015

VCB_ERR_REP_RUNTIME_GENERATE                                  

Error occurred while filling the report with data.

5016

VCB_ERR_REP_RUNTIME_EXPORT                                    

Error occurred while exporting the report.

5017

VCB_ERR_REP_EMPTY_ENTITY_INFO_ATTRIBUTE_BASED_REPORT                            

Error occurred when generating attribute based report on the entity..

5018

VCB_ERR_REP_PDF_DOCUMENT_PASSWORD_GENERATION       

Error occurred when generating password for the PDF report.

5019

VCB_ERR_REP_PDF_DOCUMENT_PASSWORD_DECRYPTION     

Error occurred while decrypting password for the PDF report.

5020

VCB_ERR_REP_GENERATE_START   

Could not start report generation.

5050

VCB_ERR_REP_CONFIG_COLUMN_OVERFLOW_FIXED

In the Usage Details section in the exported report, the number of columns that need to be displayed in the Fixed Cost Details table do not fit in the page width.

5051

VCB_ERR_REP_CONFIG_COLUMN_OVERFLOW_SUMMARY_RESOURCE

This error code is not used currently.

5052

VCB_ERR_REP_CONFIG_COLUMN_OVERFLOW_USAGE

In the Usage Details section in the exported report, the number of columns that need to be displayed in the Usage Details table do not fit in the page width.

5053

VCB_ERR_REP_CONFIG_DYNAMIC_COMPILATION

Run time compilation of updated report template failed.

5054

VCB_ERR_REP_CONFIG_EMPTY_USAGE_TABLE_COLUMN                    

For usage reports, you should have selected at least one column that need to be displayed in the Usage Details table. If this is not done, this error occurs.

5100

VCB_ERR_REP_INPUT_EMPTY_REPORT_PERIOD

The report period is not specified in the request XML for the Generate Report API.

5101

VCB_ERR_REP_INPUT_INVALID_MD_RP_CUSTOM_DAY_IN_MILLI_SECS      

Returned if you schedule or reschedule a report with ‘Custom’ report period and the day in milliseconds element value is invalid.

5102

VCB_ERR_REP_INPUT_INVALID_MD_RP_CUSTOM_NO_OF_DAYS             

Returned if you schedule or reschedule a report with ‘Custom’ report period and number of days element value is invalid.

5103

VCB_ERR_REP_INPUT_INVALID_MD_RP_CUSTOM_NO_OF_DAYS_BEFORE      

Returned if you schedule or reschedule a report with ‘Custom’ report period and number of days before element value is invalid.

5104

VCB_ERR_REP_INPUT_INVALID_MD_RP_DAILY_NO_OF_DAYS_BEFORE       

Returned if you schedule or reschedule a report with ‘Daily’ report period and number of days before element value is invalid.

5105

VCB_ERR_REP_INPUT_INVALID_MD_RP_MONTHLY_DAY_OF_MONTH 

Returned if you schedule or reschedule a report with ‘Monthly’ report period and day of the month is invalid.

5106

VCB_ERR_REP_INPUT_INVALID_MD_RP_NOW_END_DATE   

The end date specified in the request XML for Generate Report API is not valid.

5107

VCB_ERR_REP_INPUT_INVALID_MD_RP_NOW_GREATER_START_DATE        

The start date specified is later than the end date in the request XML for Generate Report API.

5108

VCB_ERR_REP_INPUT_INVALID_MD_RP_NOW_START_DATE                

The start date is empty or invalid in the request XML for Generate Report API.

5109

VCB_ERR_REP_INPUT_INVALID_MD_RP_WEEKLY_DAY_OF_WEEK            

Returned if you schedule or reschedule a report with ‘Weekly’ report period and if the day of the week is invalid.

5110

VCB_ERR_REP_INPUT_INVALID_MD_RP_YEARLY_DAY_OF_MONTH           

Returned if you schedule or reschedule a report with ‘Yearly’ report period and if the day of the month is invalid.

5111

VCB_ERR_REP_INPUT_INVALID_MD_RP_YEARLY_MONTH                  

Returned if you schedule or reschedule a report with ‘Yearly’ report period and if the value for month is invalid.

5112

VCB_ERR_REP_INPUT_INVALID_MD_RP                               

This error code is not used currently.

5113

VCB_ERR_REP_INPUT_INVALID_MD_RP_CUSTOM_START_TIME_GT_END_TIME 

Returned if the computed start date is later than computed end date while you schedule or reschedule a report with ‘Custom’ report period.

5120

VCB_ERR_REP_INPUT_INVALID_REPORT_PERIOD_TYPE

Returned if the report period type is invalid while you schedule or reschedule a report with ‘Custom’ report period.

5121

VCB_ERR_REP_INPUT_INVALID_REPORT_CLASSIFIER

.

5150

VCB_ERR_REP_INPUT_INVALID_EMAIL_OBJECT_REFERENCE

This error code is not used currently.

5151

VCB_ERR_REP_INPUT_INVALID_HIERARCHY_ENTITY_ID

The hierarchy entity ID specified for the report or the report schedule is invalid.

5152

VCB_ERR_REP_INPUT_INVALID_HIERARCHY_ID

The hierarchy ID specified for the report or the report schedule is invalid.

5153

VCB_ERR_REP_INPUT_INVALID_PAGE_NUMBER

This error code is not used currently.

5154

VCB_ERR_REP_INPUT_INVALID_REPORT_SECTIONBR

This error code is not used currently.

5155

VCB_ERR_REP_INPUT_COST_MODEL

The cost model specified for the report or the report schedule is invalid.

5156

VCB_ERR_REP_INPUT_ENTITY

This error code is not used currently.

5157

VCB_ERR_REP_INPUT_INVALID_DUPLICATE_COST_MODEL

You have specified duplicate cost models while generating the Cost Comparison report.

5158

VCB_ERR_REP_UNSUPPORTED_REPORT_PERIOD                         

You have specified an invalid report period.

5159

VCB_ERR_REP_UNSUPPORTED_EXPORT_FORMAT

You have specified an invalid export format.

5160

VCB_ERR_REP_INPUT_INVALID_REPORT_ENTITY_ID

.

5161

VCB_ERR_REP_INPUT_INVALID_REPORT_CHILD_ENTITY_INDEX

.

5162

VCB_ERR_REP_INPUT_INVALID_REPORT_CHILD_ENTITY_COUNT

.

5163

VCB_ERR_REP_INPUT_INVALID_REPORT_SORT_TYPE

.

5164

VCB_ERR_REP_GET_OUTPUT_STREAM                                 

Reporting component could not find the destination information to write the exported report.

5165

VCB_ERR_REP_EXPORT_FORMAT_NOT_SUPPORTED                       

Requested export format is not supported. Currently vCenter Chargeback Manager supports CSV, RTF, XML and PDF formats.

5166

VCB_ERR_REP_INPUT_INVALID_COST_MODELS_WITH_NON_UNIQUE_CURRENCY

Cost models selected while generating or scheduling a report do not have the same currency.

5167

VCB_ERR_REP_INPUT_HIERARCHY                                 

Hierarchy specified in the request XML for Generate Report API or Schedule Report API is invalid.

5168

VCB_ERR_REP_INPUT_INVALID_DISTRIBUTION_POLICY_ID

.

5169

VCB_ERR_REP_INPUT_INVALID_MULTIPLE_DISTRIBTUION_POLICY

.

5170

VCB_ERR_REP_INPUT_INVALID_EXPORT_NOT_SUPPORTED_FOR_REPORT_TYPE

.

5171

VCB_ERR_REP_UPDATE_SHOWBACK_REPORT_XML

.

5172

VCB_ERR_REP_UPDATE_SHOWBACK_REPORT_COMPUTING_RESOURCES

.

5173

VCB_ERR_REP_INPUT_INVALID_OPTIMIZATION_POLICY_ID

.

5174

VCB_ERR_REP_SHOWBACK_REPORT_EXPORT_WITHOUT_ARCHIVE

.

5200

VCB_ERR_REP_RAW_INVALID_DATA_DEPTH

The data depth details specified in the request XML for raw report is invalid.

5201

VCB_ERR_REP_RAW_INVALID_EXCLUDE_FILTER

Exclude filter details specified in the request XML for raw report is invalid.

5300

VCB_ERR_REP_SCHEDULE_TASK_NOT_FOUND

Scheduled task information for a given schedule is not found in the database.

5301

VCB_ERR_REP_SCHEDULED_USER_DELETED

This error code is not used currently.

5302

VCB_ERR_REP_SCHEDULE_NOT_FOUND                                

Report schedule for the specified report schedule ID is not found in the database.

5401

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_TMPL_COMPILE

Compilation of report template failed because the template is invalid.

5402

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_TMPL_COMPILE_IMAGE_HANDLING

Compilation error occurred while handling report images.

5403

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_TMPL_COMPILED_LOAD_INPUT_STREAM

Reporting framework could not load the compiled report template.

5404

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_TMPL_COMPILED_UPDATE

Reporting framework could not update the compiled report template.

5405

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_TMPL_LOAD_INPUT_STREAM

Reporting framework could not load the compiled report template.

5406

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_TMPL_WRITE_OUTPUT_STREAM

Reporting framework could not write the compiled report template into the file system.

5420

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_CALL_BACK_CLASS_NOT_FOUND

Reporting framework could not find the call back class information.

5421

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_CALL_BACK_CREATE_INSTANCE

Reporting framework could not create the call back class instance.

5422

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_CALL_OPERATION

Call back operation failed for the specified report template.

5423

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_EXPORT_INVALID_PAGE_NUMBER

Requested page number is not valid.

5424

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_EXPORT_NO_OUTPUT_STREAM

Reporting framework could not find the destination information to write the exported report.

5425

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_EXPORT_OPERATION

Reporting framework could not export the report.

5426

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_EXPORT_UNSUPPORTED_FORMAT

Requested export format is not supported. Currently vCenter Chargeback Manager supports CSV, RTF, XML and PDF formats.

5427

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_ENGINE_FILL_OPERATION

Reporting framework could not fill the exported report with details.

5440

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_MODEL_PARAM_BINDER_CLONE

This error code is not used currently.

5441

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_MODEL_PARAM_BINDER_VALUES_FILL

This error code is not used currently.

5460

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_DB_INVALID_CONFIG_LOAD

This error code is not used currently.

5480

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_APP_RESOURCE_BUNDLE

Reporting framework could not find the resource bundle.

5481

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_DS_FILE

This error code is not used currently.

5482

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_DS_XML_IP

This error code is not used currently.

5483

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_REP_META_DATA_REPO_FILE

Reporting framework could not find the report template information.

5484

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_REPORT_VIEW

Reporting framework could not report group information.

5485

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_TMPL

Reporting framework could not read the report template information.

5486

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_TMPL_IMAGE

Reporting framework could not read the report template image information.

5487

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_TMPL_PARAM

Reporting framework could not read report template's parameter information.

5488

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_VC_DS_FILE

This error code is not used currently.

5489

VCENTER_COMMON_ERR_REPORTING_FRAMEWORK_REPO_FILE_READ_VC_DS_XML_IP

This error code is not used currently.

5600

VCB_ERR_REP_INPUT_INVALID_REPORT_DASHBOARD_TRIGGER_TIME  

.

5601

VCB_ERR_REP_INPUT_INVALID_REPORT_DASHBOARD_COUNTER_NAME  

.

5602

VCB_ERR_REP_INPUT_INVALID_REPORT_DASHBOARD_ENTITY_TYPE  

.

5603

VCB_ERR_REP_INPUT_INVALID_REPORT_DASHBOARD_REPORT_ENTITY_ID  

.

5604

VCB_ERR_REP_INPUT_INVALID_REPORT_DASHBOARD_RESULT_SIZE  

.

5605

VCB_ERR_REP_INPUT_INVALID_REPORT_DASHBOARD_SORT_ORDER  

.

5650

VCB_ERR_REP_REPORT_DASHBOARD_ENTITY_NOT_FOUND_IN_LIST  

.

5651

VCB_ERR_REP_REPORT_DASHBOARD_REPORT_IN_COMPLETE

.

5800

VCB_ERR_REST_REP_INPUT_INVALID_XML 

Request XML for the Schedule Report API is invalid.

5801

VCB_ERR_REST_REP_XML_IO_FAILURE

Error occurred while handling the request XML for Schedule Report API.

6001

VCB_ERR_INVALID_EVENT_FILTER_FETCH_SIZE

Specified fetch size is not valid. For example, if the fetch size is less than 0.

6002

VCB_ERR_INVALID_EVENT_FILTER_TYPE

Specified filter type integer value passed does not match any of the prescribed filter types (‘CATEGORY’,’SEVERITY’, and  ‘EVENT_TYPE’)

6003

VCB_ERR_INVALID_EVENT_FILTER_VALUE

Specified filter value does not match the corresponding filter type. For example, if INFO is passed as filter_value with filter_type = category

7001

VCB_ERR_INVALID_THRESHOLD_VALUES

.

8001

VCB_ERR_LICENSE_KEY_INVALID

Specified license key is not valid.

8002

VCB_ERR_LICENSE_KEY_EXPIRED

Specified license key has expired.

8003

VCB_ERR_LICENSE_KEY_DUPLICATE

Specified license ID is not unique.

8004

VCB_ERR_LICENSE_ID_DOES_NOT_EXIST

Specified license ID is incorrect.

8005

VCB_ERR_LICENSE_VALIDATION_FAILED

Specified license key could not be validated.

8006

VCB_ERR_LICENSE_DAYS_REMAINING_PRODUCT_EXPIRATION_FAILED

.

8007

VCB_ERR_LICENSE_DAYS_REMAINING_EVALUATION_EXPIRATION_FAILED

.

8008

VCB_ERR_LICENSE_FORCE_REFRESH_COUNT_FAILED

.

9001

VCB_ERR_SCHEDULING_INVALID_FIRE_HR

The hour specified for triggering a report in the Schedule Details section of the request XML for Schedule Report API and Reschedule Report API is invalid.

9002

VCB_ERR_SCHEDULING_INVALID_FIRE_MIN

The minutes specified for triggering a report in the Schedule Details section of the request XML for Schedule Report API and Reschedule Report API.

9003

VCB_ERR_SCHEDULING_INVALID_DAY_OF_WEEK

The day specified for triggering a report in the Schedule Details section of the request XML for Schedule Report API and Reschedule Report API.

9004

VCB_ERR_SCHEDULING_INVALID_DAY_OF_MONTH

The day specified for triggering a report in the Schedule Details section of the request XML for Schedule Report API and Reschedule Report API.

9005

VCB_ERR_SCHEDULING_INVALID_DATE

The date specified for triggering a report in the Schedule Details section of the request XML for Schedule Report API and Reschedule Report API.

9201

VCB_ERR_NO_BASE_RATE

.

9202

VCB_ERR_INVALID_DURATION

Duration ID referring to daily, weekly, and so on, is invalid.

9203

VCB_ERR_COMPUTING_RESOURCE_NOT_FOUND

 

9204

VCB_ERR_NO_BILLING_POLICY_FOR_COST_MODEL

 

9205

VCB_ERR_ENTITY_NOT_FOUND

 

9206

VCB_ERR_INVALID_CUSTOM_COUNTER_PERF_STAT_RECORD

 

9207

VCB_ERR_INVALID_CUSTOM_COUNTER_PERF_STAT_RECORD_FIELD

 

9208

VCB_ERR_NON_NEGATIVE_CUSTOM_COUNTER_PERF_STAT_RECORD_FIELD

 

9209

VCB_ERR_INVALID_CUSTOM_COUNTER_PERF_STAT_RECORD_SAMPLE_INTERVAL

 

9210

VCB_ERR_INVALID_CUSTOM_COUNTER_PERF_STAT_RECORD_VERSION

 

9211

VCB_ERR_INVALID_OVERLAPPING_CUSTOM_COUNTER_PERF_STAT_RECORDS

 

9212

VCB_ERR_INVALID_OVERLAPPING_CUSTOM_COUNTER_PERF_STAT_DB_ENTRIES

 

10000

VCB_ERR_INVALID_RESOURCE_TYPE

 

10001

VCB_ERR_INVALID_RESOURCE

 

10002

VCB_ERR_INVALID_TASK_ID

 

10003

VCB_ERR_CBSERVER_NOT_FOUND

 

11001

VCB_ERR_INVALID_TIER_NAME

 

11002

VCB_ERR_INVALID_TIER_DESCRIPTION

 

11003

VCB_ERR_TIER_NAME_ALREADY_EXISTS

 

11004

VCB_ERR_INVALID_TIER_ID

 

11005

VCB_ERR_TIER_RESOURCE_ALREADY_EXISTS_IN_OTHER_TIER

 

11006

VCB_ERR_TIER_RESOURCE_ALREADY_EXISTS_IN_OTHER_PROFILE

 

12001

VCB_ERR_VMI_COST_MATRIX_NOT_FOUND

 

12002

VCB_ERR_VMI_COST_MATRIX_CRITERIA_VALUE_BLANK

 

12003

VCB_ERR_VMI_COST_MATRIX_CRITERIA_KEY_BLANK

 

12004

VCB_ERR_VMI_COST_MATRIX_CRITERIA_COND_BLANK

 

12005

VCB_ERR_VMI_COST_MATRIX_CRITERIA_COND_OUTOFRANGE

 

12006

VCB_ERR_VMI_COST_MATRIX_CRITERIA_TYPE_OUTOFRANGE

 

12007

VCB_ERR_VMI_COST_VECTOR_NOT_FOUND

 

12008

VCB_ERR_VMI_COST_VECTOR_VCPUCOUNT_INVALID

 

12009

VCB_ERR_VMI_COST_VECTOR_MEMORYMB_INVALID

 

12010

VCB_ERR_VMI_COST_VECTOR_VCPUCOUNT_BLANK

 

12011

VCB_ERR_VMI_COST_VECTOR_MEMORYMB_BLANK

 

12012

VCB_ERR_VMI_COST_VECTOR_ALREADY_EXIST

 

12013

VCB_ERR_VMI_COST_MATRIX_NOCRIT_ALREADY_EXIST

 

12014

VCB_ERR_VMI_COST_MATRIX_NAMECRIT_ALREADY_EXIST

 

12015

VCB_ERR_VMI_COST_MATRIX_ATTRCRIT_ALREADY_EXIST

 

13001

VCB_ERR_EXTRAPOLATION_CSV_USAGE_STRING_INVALID

 

13002

VCB_ERR_EXTRAPOLATION_USAGE_RETRIEVAL_FAILURE

 

13003

VCB_ERR_EXTRAPOLATION_OBJECT_RETRIEVAL_FAILURE

 

13004

VCB_ERR_EXTRAPOLATION_CIQHOST_RETRIEVAL_FAILURE

 

13005

VCB_ERR_EXTRAPOLATION_VC_CONNECTION_FAILURE

 

13006

VCB_ERR_EXTRAPOLATION_CSV_RECOMMENDATION_STRING_INVALID

 

13007

VCB_ERR_EXTRAPOLATION_OPTIMIZATION_RETRIEVAL_FAILURE

 

13008

VCB_ERR_EXTRAPOLATION_HOSTSANDCLUSTERS_FAILURE

 

13009

VCB_ERR_EXTRAPOLATION_NO_REGISTERED_VCOPS