123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties2.xslt
- ## END OF WARNING
- ##
- ## Component: AAA
- ##
- ## Description: Messages for the CAMAAA component.
- ##
- #
- # Section: REQ
- #
- # Description: Request-related messages
- #
- AAA_REQ_E_MISSING_REQUIRED_ELEMENT = AAA-REQ-0001 The ''{0}'' XML document does not contain the required element ''{1}''.
- AAA_REQ_E_TRUSTED_REQUEST_REQUIRED = AAA-REQ-0002 Trusted request is required.
- AAA_REQ_E_MULTIPLE_REQUESTS_FOUND = AAA-REQ-0003 An authentication request must only contain a single action.
- AAA_REQ_E_INVALID_REQUEST = AAA-REQ-0004 The authentication request does not contain a valid action.
- AAA_REQ_E_ERROR_IN_HEADER = AAA-REQ-0005 Cognos Access Manager returned an error in the response header.
- AAA_REQ_E_ERROR_PARSING_REQUEST = AAA-REQ-0006 Cognos Access Manager failed to parse the request.
- AAA_REQ_E_INVALID_SOAP_ACTION = AAA-REQ-0007 There is no service resgistered for the SOAPAction ''{0}''.
- AAA_REQ_E_INVALID_REQUEST_TYPE = AAA-REQ-0008 The request element ''{0}'' is not supported by this service.
- AAA_REQ_E_MUST_BE_SYSADMIN = AAA-REQ-0009 You must be a member of the System Administrators role to execute this request.
- AAA_REQ_E_SELECT_TENANTS_DIFFERENT_TENANTIDS = AAA-REQ-0010 The tenantID specified for the readTenantID conflicts with the one specified for the writeTenantID. When specifying a value for both fields it must be the same.
- AAA_REQ_E_MUST_BE_SYSORTENANTADMIN = AAA-REQ-0011 You must be a member of the System Administrators or Tenant Administrators roles to execute this request.
- AAA_REQ_E_INVALID_NAMESPACE_CONFIGURATION = AAA-REQ-0012 The configuration for the namespace with id ''{0}'' could not be parsed or loaded. The namespace cannot be tested.
- AAA_REQ_E_INVALID_CONTENT_TYPE = AAA-REQ-0013 Invalid content type ''{0}'' found in the request.
- #
- # Section: SYS
- #
- # Description: System error messages
- #
- AAA_SYS_E_INTERNAL_ERROR = AAA-SYS-0001 An internal error occurred.
- AAA_SYS_E_SERVICE_NOT_INITIALIZED = AAA-SYS-0002 The service cannot process the request because it has not been initialized.
- AAA_SYS_E_SERVER_COMMUNICATION_ERROR = AAA-SYS-0003 Unable to communicate with the authentication service. It may not be started.
- AAA_SYS_E_SERVER_RESPONSE_ERROR = AAA-SYS-0004 The authentication service response was invalid.
- AAA_SYS_E_CM_NOT_INITIALIZED = AAA-SYS-0005 CM cannot process the request because CM has not been initialized.
- AAA_SYS_E_SERVICE_NOT_CONSTRUCTED = AAA-SYS-0006 The service has not been constructed.
- AAA_SYS_E_ADD_NS_RESPONSE_ERROR = AAA-SYS-0007 The request to add namespace ''{0}'' received a response for namespace ''{1}''.
- AAA_SYS_E_DELETE_NS_ERROR = AAA-SYS-0008 The request to delete namespace ''{0}'' failed.
- #
- # Section: HDR
- #
- # Description: Header-related messages
- #
- AAA_HDR_SINGLE_VALUE_EXPECTED = AAA-HDR-0001 Multiple values specified for variable ''{0}'' when a single value is expected [{1}].
- #
- # Section: CFG
- #
- # Description: Configuration-related messages
- #
- AAA_CFG_HANDLER_CHAIN_CONFIG_ERROR = AAA-CFG-0001 A handler chain configuration error occured. The configuration ''{0}'' is invalid.
- AAA_CFG_UNEXPECTED_ELEMENT = AAA-CFG-0002 Expected element ''{0}'' but got element ''{1}'' instead.
- AAA_CFG_INVALID_ATTRIBUTE_VALUE = AAA-CFG-0003 Invalid attribute value ''{0}'' for element ''{1}''.
- AAA_CFG_MISSING_ATTRIBUTE = AAA-CFG-0004 Missing mandatory attribute ''{0}'' for element ''{1}''.
- AAA_CFG_HANDLER_CHAIN_EMPTY = AAA-CFG-0005 A handler chain must have a least one handler.
- AAA_CFG_HANDLER_ALREADY_EXISTS = AAA-CFG-0006 The handler chain with the name ''{0}'' is already configured.
- AAA_CFG_HANDLER_NOT_FOUND = AAA-CFG-0007 The handler chain with the name ''{0}'' was not found.
- AAA_CFG_CLASS_LOAD_ERROR = AAA-CFG-0008 The handler class ''{0}'' cannot be loaded.
- AAA_CFG_UNEXPECTED_ELEMENT_SHORT = AAA-CFG-0009 Unexpected element ''{0}''.
- AAA_CFG_UNEXPECTED_REQUEST = AAA-CFG-0010 Unknown request type ''{0}''.
- AAA_CFG_REQUEST_ALREADY_EXISTS = AAA-CFG-0011 The request with the name ''{0}'' already exists.
- AAA_CFG_FILE_NOT_FOUND = AAA-CFG-0012 The file ''{0}'' was not found, please confirm the location.
- AAA_CFG_BAD_XML_FILE = AAA-CFG-0013 The format of the XML file ''{0}'' is incorrect. Please check the file and try again.
- AAA_CFG_SELF_REFERENCING_HANDLER_CHAIN = AAA-CFG-0014 The handler chain with the name ''{0}'' directly or indirectly references itself
- AAA_CFG_E_CANNOT_GET_SERVICE_URL = AAA-CFG-0015 Service url can not be retrieved from configuration
- AAA_CFG_E_CRYPTO_INIT_FAILED = AAA-CFG-0016 CAM Crypto initialization failed. Please verify the cryptographic configuration settings
- AAA_CFG_INVALID_NS_ID = AAA-CFG-0017 The namespace id, ''{0}'', is invalid.
- AAA_CFG_MULTIPLE_NS_ID = AAA-CFG-0018 The namespace id, ''{0}'', matches multiple namespaces.
- AAA_CFG_E_CANNOT_DEFINE_PATTERN_AND_PROVIDER = AAA-CFG-0019 Only one of the bounding set pattern or the bounding set provider can be defined for this object.
- AAA_CFG_E_INVALID_GLOBAL_CONFIG = AAA-CFG-0020 The global configuration could not be parsed or initialized.
- #
- # Section: AUT
- #
- # Description: Messages specific to the authentication service.
- #
- AAA_AUT_NO_HANDLER_SUCCEEDED = AAA-AUT-0001 No handler succeeded for authentication handler chain ''{0}''."
- AAA_AUT_CREDENTIALS_INVALID = AAA-AUT-0002 Unable to authenticate because the credentials are invalid.
- AAA_AUT_ROLE_SELECTION_REQUIRED = AAA-AUT-0003 Role selection required.
- AAA_AUT_INVALID_ROLE_SELECTION = AAA-AUT-0004 Invalid role selection.
- AAA_AUT_NO_ROLE_AVAILABLE = AAA-AUT-0005 No role available for selection.
- AAA_AUT_ANON_LOGON_DISABLED_CFG = AAA-AUT-0006 Anonymous logon cannot be considered since it is disabled, please contact your administrator.
- AAA_AUT_ANON_LOGON_WITH_TC = AAA-AUT-0007 Anonymous logon cannot be considered since trusted credentials where provided.
- AAA_AUT_ANON_LOGON_DISABLED_REQ = AAA-AUT-0008 Anonymous logon cannot be considered since it was disabled by the request.
- AAA_AUT_ANON_LOGON_OVER_EXISTING = AAA-AUT-0009 Anonymous logon cannot be considered since you are already authenticated.
- AAA_AUT_AUTHENTICATION_REQUIRED = AAA-AUT-0010 User authentication required. Please Logon.
- AAA_AUT_INVALID_NAMESPACE_SELECTION = AAA-AUT-0011 Invalid namespace was selected.
- AAA_AUT_NAMESPACE_SELECTION_REQUIRED = AAA-AUT-0012 Namespace selection required.
- AAA_AUT_NO_NAMESPACE_AVAILABLE = AAA-AUT-0013 The user is already authenticated in all available namespaces.
- AAA_AUT_CLONE_PASSPORT_FAILED = AAA-AUT-0014 Clone passport failed
- AAA_AUT_YOUR_PASSWORD_HAS_EXPIRED = AAA-AUT-0015 Your password has expired. Please change it.
- AAA_AUT_FUNCTION_CALL_FAILED = AAA-AUT-0016 The function call to ''{0}'' failed.
- AAA_AUT_FUNCTION_CALL_FAILED_REASON = AAA-AUT-0017 The function call to ''{0}'' failed. Reason: ''{1}''
- AAA_AUT_AUTHENTICATION_REQUEST_FAILED = AAA-AUT-0018 The authentication request failed. Please refer to the nested messages for the cause of the failure.
- AAA_AUT_INVALID_USER_SESSION_ID = AAA-AUT-0019 Unable to validate the user session ID.
- AAA_AUT_FAILED_CREATE_USER_SESSION_ID = AAA-AUT-0020 Unable to create an user session ID.
- AAA_AUT_FAILED_EXTEND_USER_SESSION_ID = AAA-AUT-0021 Unable to extend the timeout of an user session ID.
- AAA_AUT_AUTHENTICATION_REDIRECTION_FAILED = AAA-AUT-0022 Number of authentication redirection requests exceeded the maximum limit.
- AAA_AUT_REQUEST_INCOMPLETE = AAA-AUT-0023 Incomplete request, please re-send request with the entire bibus header.
- AAA_AUT_SAFETY_LOGOFF = AAA-AUT-0024 To prevent data loss you have been logged off.
- AAA_AUT_LOGON_TC_WITH_PASSPORT = AAA-AUT-0025 A logon TC request should not contain a passport Id.
- AAA_AUT_VALUE_INVALID_FOR_ACTION = AAA-AUT-0026 The value ''{0}'' is not valid for the action.
- AAA_AUT_MT_EXPECTED_NUMBER = AAA-AUT-0027 Expected a number, not ''{0}''.
- AAA_AUT_MT_EXPECTED_RDQBR = AAA-AUT-0028 Expected a '']'', not ''{0}''.
- AAA_AUT_MT_EXPECTED_PROPERTY = AAA-AUT-0029 Expected a property, not ''{0}''.
- AAA_AUT_MT_EXPECTED_PROPERTY_PARAMETERS = AAA-AUT-0030 The ''parameters'' property must be followed by another property.
- AAA_AUT_MT_UNRECONIZED_PROPERTY = AAA-AUT-0031 The property ''{0}'' is not recognized.
- AAA_AUT_MT_NO_PROPERTY = AAA-AUT-0032 No property was found.
- AAA_AUT_MT_IPROVIDER_CLASS_LOAD_ERROR = AAA-AUT-0019 The {0} implementation class ''{1}'' cannot be loaded.
- AAA_AUT_MT_TENANT_DISABLED = AAA-AUT-0020 The tenant has been disabled.
- AAA_AUT_MT_TENANT_DOESNT_EXIST = AAA-AUT-0021 The tenant has not been granted access to the system.
- AAA_AUT_MT_TENANT_DISABLED_AUDIT = AAA-AUT-0022 User ''{0}'' belonging to disabled tenant ''{1}'' attempted to logon.
- AAA_AUT_MT_TENANT_DOESNT_EXIST_AUDIT = AAA-AUT-0023 User ''{0}'' belonging to tenant ''{1}'' attempted to logon. Tenant ''{1}'' has not been granted access to the system.
- #
- # Section: ADM
- #
- # Description: Messages specific to the administration service.
- #
- AAA_ADM_INVALID_SEARCH_EXPRESSION = AAA-ADM-0001 The search expression, {0}, is invalid.
- #
- # Section: CAP
- #
- # Description:
- #
- AAA_CAP_USERNAME = User ID:
- AAA_CAP_PASSWORD = Password:
- AAA_CAP_OLD_PASSWORD = Old password:
- AAA_CAP_NEW_PASSWORD = New password:
- AAA_CAP_CONFIRM_NEW_PASSWORD = Confirm the new password:
- AAA_CAP_COULD_NOT_AUTHENTICATE_USER = Unable to authenticate a user. Please contact your security administrator.
- AAA_CAP_ACCOUNT_DISABLED = The account is disabled. Please contact your security administrator.
- AAA_CAP_PASSWORD_EXPIRED = Your password has expired. Please contact your security administrator.
- AAA_CAP_USER_NOT_ALLOWED_ACCESS = The user cannot access the application at this time.
- AAA_CAP_RETRY_AFTER_SET_NEW_PASSWORD = Password has been changed successfully. Please try to log in again with the new password.
- AAA_CAP_INTERNAL_ERROR = An internal error occurred. Please contact your system administrator.
- AAA_CAP_ACCOUNT_LOCKED_OUT = The account is locked out. Please contact your security administrator.
- AAA_CAP_ROLES = Roles:
- AAA_CAP_INIT_FAILED = Unable to initialize the provider.
- AAA_CAP_SELECT_NS = Please select a namespace for authentication.
- AAA_CAP_TICKET_EXPIRED = The ticket has expired.
- AAA_CAP_INVALID_TICKET = The ticket is invalid.
- AAA_CAP_TICKET_SERVER_DOWN = The ticket server is not running.
- AAA_CAP_NAMESPACE = Namespace:
- AAA_CAP_USER_NAME_EMPTY = A user name was not entered.
- AAA_CAP_EMPTY_PWD_NOT_ALLOWED = An empty password cannot be used for this namespace.
- AAA_CAP_PLEASE_ENTER_PWD = Please provide a password.
- AAA_CAP_INVALID_CREDENTIALS = The provided credentials are invalid.
- AAA_CAP_PROVIDE_CREDENTIALS_FOR_USER = Please provide credentials for the user ''{0}'', in the namespace ''{1}''.
- AAA_CAP_SESSION_EXPIRED = Your session has expired.
- AAA_CAP_VISA_CONTAINS_INVALID_CREDENTIALS = The passport visa for namespace ''{0}'' contains invalid credentials.
- AAA_CAP_SELECT_ONE_OR_MORE_ROLES = Select one or more roles for this session, or choose not to select any roles. Your access permissions will depend on the roles you select.
- AAA_CAP_NO_AVAILABLE_ROLES = There are no roles available.
- AAA_CAP_INFO_FOR_USER_COULD_NOT_BE_RETRIEVED = Unable to authenticate the user because the authentication information could not be retrieved. Please contact your administrator.
- AAA_CAP_COULD_NOT_GENERATE_TC = CAM is unable to create trusted credentials. Please contact your administrator.
- AAA_CAP_COULD_NOT_GENERATE_CREDENTIALS = CAM is unable to create credentials. Please contact your administrator.
- AAA_CAP_TYPE_CREDENTIALS_FOR_AUTH = Please type your credentials for authentication.
- AAA_CAP_TYPE_CREDENTIALS_FOR_REPORTS = Please enter credentials to be used by IBM Cognos Analytics for off-line/scheduled functions.
- AAA_CAP_SPECIFIED_OLD_PASSWORD_INCORRECT = The specified old password is not correct.
- AAA_CAP_SPECIFIED_NEW_INCORRECT = The specified new password does not comply with the requirements.
- AAA_CAP_YOUR_PASSWORD_HAS_EXPIRED = Your password has expired. Please change it.
- AAA_CAP_YOUR_PASSWORD_LENGHT_INCORRECT = Your password cannot contain more than ''{0}'' characters.
- AAA_CAP_INVALID_DOMAIN_IN_USER_NAME = A user from domain ''{0}'' is unable to log on in the current namespace.
- AAA_CAP_SELECT_USERDN = Select one user DN from the list of DNs that matched the lookup criteria. Re-enter the password.
- AAA_CAP_USERDN = User DN:
- AAA_CAP_COULD_NOT_CONVERT_CREDENTIALS = Unable to convert credentials using code page ''{0}''
- AAA_CAP_ACCOUNT_EXPIRED = The account is expired. Please contact your security administrator.
- AAA_CAP_DEFAULT_USERNAME = not available
- AAA_CAP_USER_ACCESS_RESTRICTED = Unable to authenticate. The provided credentials are restricted from accessing IBM Cognos. Please contact your administrator.
- AAA_CAP_E_CLIENT_DID_SOMETHING_WRONG = The client did something wrong.
- AAA_CAP_E_SERVER_DID_SOMETHING_WRONG = The server did something wrong.
- AAA_CAP_INVALID_NAMESPACE_ID_SELECTED = Invalid namespace was selected.
- AAA_CAP_SERVICE_NOT_INITIALIZED = The service cannot process the request because it has not been initialized.
- AAA_CAP_AUTHENTICATION_REQUEST_FAILED = The authentication request failed. Please refer to the nested messages for the cause of the failure.
- AAA_CAP_E_MULTIPLE_REQUESTS_FOUND = The service cannot process the authentication request because it contains multiple actions.
- AAA_CAP_E_INVALID_REQUEST = The authentication request does not contain a valid action.
- AAA_CAP_AUTHENTICATION_REQUIRED = User authentication required. Please Logon.
- AAA_CAP_INVALID_USER_SESSION = Invalid user session ID.
- AAA_CAP_AUTHENTICATION_REDIRECTION_FAILED = Unable to authenticate. The number of authentication redirection requests exceeded the maximum limit.
- AAA_CAP_NAMESPACE_CONNECTION_LOST = The connection to the namespace was lost.
- AAA_CAP_E_PARSING_TENANT_PATH = There was an error parsing the tenant pattern, ''{0}''.
- AAA_CAP_E_READING_TENANT_NS_ADV_PROPS = There was an error reading the multi-tenant Advanced property, ''{0}'', for the ''{1}'' namespace.
- AAA_CAP_E_READING_TENANT_ADV_PROPS = There was an error reading the multi-tenant Advanced property, ''{0}'', for the Authentication Service.
- AAA_CAP_MULTITENANCY_ENABLED = Multi-tenancy is enabled.
- AAA_CAP_MULTITENANCY_IMPERSONATE_FAILED = Unable to impersonate tenant.
- AAA_CAP_MEMBERSHIP_LABEL = Group membership:
- AAA_CAP_USERPROPERTIES_LABEL = User account properties:
- AAA_CAP_TENANCY_LABEL = Tenant ID:
- AAA_CAP_TENANCY_NONE_LABEL = No associated tenant ID.
- AAA_CAP_TENANTBOUNDINGSET_LABEL = Tenant bounding set:
- AAA_CAP_TENANTBOUNDINGSET_NONE_LABEL = No associated tenant bounding set.
- AAA_CAP_NAMESPACE_TEST_SUCCESSFUL = Namespace test successful.
- #
- # Section: LPS
- #
- # Description: Messages specific to the LPS service.
- #
- AAA_LPS_MISSING_REQUIRED_ELEMENT = AAA-LPS-0001 The ''{0}'' XML document does not contain the required element ''{1}''.
- AAA_LPS_INVALID_DISPLAY_OBJECT_TYPE = AAA-LPS-0002 An invalid displayObject type has been received from LPS.
- AAA_LPS_INVALID_SEARCH_REQUEST = AAA-LPS-0003 Invalid search request.
- AAA_LPS_INVALID_SECURITY_BLOB = AAA-LPS-0004 An invalid security blob has been received from LPS.
- AAA_LPS_BROKEN_CONNECTION = AAA-LPS-0005 Unable to communicate with legacy namespace server, it may have become unavailable. Please try again later.
- ##
- ## Component: RAC
- ##
- ## Description: Messages for the RACF provider.
- ##
- #
- # Section: CFG
- #
- # Description: Messages specific to the configuration of the provider.
- #
- RAC_CFG_CONFIG_ERROR_CAPTION = RAC-CFG-0001 Configuration error
- RAC_CFG_INITIALIZATION_FAILURE = RAC-CFG-0002 Provider initialization failure. Reason: {0}
- RAC_CFG_INVALID_CONFIGURATION_ITEM = RAC-CFG-0003 The value for ''{0}'' was not found or is invalid."
- RAC_CFG_NULL_NAMESPACE_CONFIG = RAC-CFG-0004 Namespace configuration object is null.
- RAC_CFG_BAD_CONNECT = RAC-CFG-0005 Cannot connect to RACF directory server. Reason: {0}
- RAC_CFG_BAD_BASE_DN = RAC-CFG-0006 Base DN does not exist or is not valid.
- RAC_CFG_NULL_CONFIG = RAC-CFG-0007 Configuration object is null.
- #
- # Section: SYS
- #
- # Description:
- #
- RAC_SYS_INTERNAL_ERROR_CAPTION = RAC-SYS-0001 Internal error
- RAC_SYS_VISA_SETUP = RAC-SYS-0002 Exception encountered when setting up visa. Reason: {0}
- RAC_SYS_SEARCH_STEPS = RAC-SYS-0003 Multiple search steps is not supported for this namespace.
- RAC_SYS_CONNECTION_ERROR_CAPTION = RAC-SYS-0004 Connection error
- RAC_SYS_EMPTY_PASSWORD = RAC-SYS-0005 An attempt was made to connect with an empty password but empty passwords are not allowed.
- RAC_SYS_EMPTY_VISA = RAC-SYS-0006 Search called with an empty Visa.
- RAC_SYS_EMPTY_CONNECTION = RAC-SYS-0007 Search called with an invalid connection.
- RAC_SYS_BAD_QUERY_AMOUNT = RAC-SYS-0008 Multiple values retrieved from search when one value was expected.
- RAC_SYS_UNEXPECTED_SEARCH_ERROR_USERS = RAC-SYS-0009 An unexpected error occurred when processing the search result for all users. Error: {0}
- RAC_SYS_UNEXPECTED_SEARCH_ERROR_USER = RAC-SYS-0010 An unexpected error occurred when processing the search result for users. Error: {0}
- RAC_SYS_UNEXPECTED_SEARCH_ERROR_GROUPS = RAC-SYS-0011 An unexpected error occurred when processing the search result for all groups. Error: {0}
- RAC_SYS_UNEXPECTED_SEARCH_ERROR_GROUP = RAC-SYS-0012 An unexpected error occurred when processing the search result for groups. Error: {0}
- RAC_SYS_USER_QUERY_ERROR = RAC-SYS-0013 An error occurred when attempting to query the user [{0}]. Error: {0}
- RAC_SYS_GROUP_QUERY_ERROR = RAC-SYS-0014 An error occurred when attempting to query the group [{0}]. Error: {0}
- RAC_SYS_BAD_FOLDER_CAMID = RAC-SYS-0015 Invalid CAMID for the folder [{0}].
- RAC_SYS_BAD_OPERATOR_OBJECT_CLASS = RAC-SYS-0016 The relational search operator [{0}] for the objectclass property is not supported by this namespace.
- RAC_SYS_BAD_OPERATOR_DEFAULT_NAME = RAC-SYS-0017 The relational search operator [{0}] for the name or default name property is not supported by this namespace.
- RAC_SYS_BAD_OPERATOR_USER_NAME = RAC-SYS-0018 The relational search operator [{0}] for the username property is not supported by this namespace.
- RAC_SYS_BAD_OBJECT_ID_CAPTION = RAC-SYS-0019 Invalid object ID
- RAC_SYS_BAD_OBJECT_ID = RAC-SYS-0020 The format of the object ID is invalid.
- RAC_SYS_BAD_OBJECT_ID_TYPE = RAC-SYS-0021 The object ID references an invalid object type.
- RAC_SYS_QUERY_ERROR_CAPTION = RAC-SYS-0022 Query error
- RAC_SYS_ATTEMPT_SSO = RAC-SYS-0023 Attempting single sign-on to RACF.
- RAC_SYS_UNSUPPORTED_SEARCH_EXPRESSION = RAC-SYS-0024 The search expression is not supported by this namespace.
- #
- # Section: CAP
- #
- # Description:
- #
- RAC_CAP_PLEASE_TYPE_CREDS = Please type your credentials for authentication.
- RAC_CAP_INVALID_CREDENTIALS = The provided credentials are invalid.
- RAC_CAP_INVALID_CREDENTIALS_DETAILS = The provided credentials are invalid. Reason: {0}
- RAC_CAP_USER_ID_PROMPT = User ID:
- RAC_CAP_PASSWORD_PROMPT = Password:
- RAC_CAP_NAMESPACE_PROMPT = Namespace:
- ##
- ## Component: AAB
- ##
- ## Description: Messages for the AABridge.
- ##
- #
- # Section: SYS
- #
- # Description:
- #
- AAB_SYS_UNSUPPORTED_API_CALL = AAB-SYS-0001 AABridge does not support this API call.
- AAB_SYS_NOT_INITIALIZED = AAB-SYS-0002 AABridge cannot process the request because AAService has not been initialized.
|