camaaa_srvc.properties 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties2.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: AAA
  12. ##
  13. ## Description: Messages for the CAMAAA component.
  14. ##
  15. #
  16. # Section: REQ
  17. #
  18. # Description: Request-related messages
  19. #
  20. AAA_REQ_E_MISSING_REQUIRED_ELEMENT = AAA-REQ-0001 The ''{0}'' XML document does not contain the required element ''{1}''.
  21. AAA_REQ_E_TRUSTED_REQUEST_REQUIRED = AAA-REQ-0002 Trusted request is required.
  22. AAA_REQ_E_MULTIPLE_REQUESTS_FOUND = AAA-REQ-0003 An authentication request must only contain a single action.
  23. AAA_REQ_E_INVALID_REQUEST = AAA-REQ-0004 The authentication request does not contain a valid action.
  24. AAA_REQ_E_ERROR_IN_HEADER = AAA-REQ-0005 Cognos Access Manager returned an error in the response header.
  25. AAA_REQ_E_ERROR_PARSING_REQUEST = AAA-REQ-0006 Cognos Access Manager failed to parse the request.
  26. AAA_REQ_E_INVALID_SOAP_ACTION = AAA-REQ-0007 There is no service resgistered for the SOAPAction ''{0}''.
  27. AAA_REQ_E_INVALID_REQUEST_TYPE = AAA-REQ-0008 The request element ''{0}'' is not supported by this service.
  28. AAA_REQ_E_MUST_BE_SYSADMIN = AAA-REQ-0009 You must be a member of the System Administrators role to execute this request.
  29. 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.
  30. 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.
  31. 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.
  32. AAA_REQ_E_INVALID_CONTENT_TYPE = AAA-REQ-0013 Invalid content type ''{0}'' found in the request.
  33. #
  34. # Section: SYS
  35. #
  36. # Description: System error messages
  37. #
  38. AAA_SYS_E_INTERNAL_ERROR = AAA-SYS-0001 An internal error occurred.
  39. AAA_SYS_E_SERVICE_NOT_INITIALIZED = AAA-SYS-0002 The service cannot process the request because it has not been initialized.
  40. AAA_SYS_E_SERVER_COMMUNICATION_ERROR = AAA-SYS-0003 Unable to communicate with the authentication service. It may not be started.
  41. AAA_SYS_E_SERVER_RESPONSE_ERROR = AAA-SYS-0004 The authentication service response was invalid.
  42. AAA_SYS_E_CM_NOT_INITIALIZED = AAA-SYS-0005 CM cannot process the request because CM has not been initialized.
  43. AAA_SYS_E_SERVICE_NOT_CONSTRUCTED = AAA-SYS-0006 The service has not been constructed.
  44. AAA_SYS_E_ADD_NS_RESPONSE_ERROR = AAA-SYS-0007 The request to add namespace ''{0}'' received a response for namespace ''{1}''.
  45. AAA_SYS_E_DELETE_NS_ERROR = AAA-SYS-0008 The request to delete namespace ''{0}'' failed.
  46. #
  47. # Section: HDR
  48. #
  49. # Description: Header-related messages
  50. #
  51. AAA_HDR_SINGLE_VALUE_EXPECTED = AAA-HDR-0001 Multiple values specified for variable ''{0}'' when a single value is expected [{1}].
  52. #
  53. # Section: CFG
  54. #
  55. # Description: Configuration-related messages
  56. #
  57. AAA_CFG_HANDLER_CHAIN_CONFIG_ERROR = AAA-CFG-0001 A handler chain configuration error occured. The configuration ''{0}'' is invalid.
  58. AAA_CFG_UNEXPECTED_ELEMENT = AAA-CFG-0002 Expected element ''{0}'' but got element ''{1}'' instead.
  59. AAA_CFG_INVALID_ATTRIBUTE_VALUE = AAA-CFG-0003 Invalid attribute value ''{0}'' for element ''{1}''.
  60. AAA_CFG_MISSING_ATTRIBUTE = AAA-CFG-0004 Missing mandatory attribute ''{0}'' for element ''{1}''.
  61. AAA_CFG_HANDLER_CHAIN_EMPTY = AAA-CFG-0005 A handler chain must have a least one handler.
  62. AAA_CFG_HANDLER_ALREADY_EXISTS = AAA-CFG-0006 The handler chain with the name ''{0}'' is already configured.
  63. AAA_CFG_HANDLER_NOT_FOUND = AAA-CFG-0007 The handler chain with the name ''{0}'' was not found.
  64. AAA_CFG_CLASS_LOAD_ERROR = AAA-CFG-0008 The handler class ''{0}'' cannot be loaded.
  65. AAA_CFG_UNEXPECTED_ELEMENT_SHORT = AAA-CFG-0009 Unexpected element ''{0}''.
  66. AAA_CFG_UNEXPECTED_REQUEST = AAA-CFG-0010 Unknown request type ''{0}''.
  67. AAA_CFG_REQUEST_ALREADY_EXISTS = AAA-CFG-0011 The request with the name ''{0}'' already exists.
  68. AAA_CFG_FILE_NOT_FOUND = AAA-CFG-0012 The file ''{0}'' was not found, please confirm the location.
  69. AAA_CFG_BAD_XML_FILE = AAA-CFG-0013 The format of the XML file ''{0}'' is incorrect. Please check the file and try again.
  70. AAA_CFG_SELF_REFERENCING_HANDLER_CHAIN = AAA-CFG-0014 The handler chain with the name ''{0}'' directly or indirectly references itself
  71. AAA_CFG_E_CANNOT_GET_SERVICE_URL = AAA-CFG-0015 Service url can not be retrieved from configuration
  72. AAA_CFG_E_CRYPTO_INIT_FAILED = AAA-CFG-0016 CAM Crypto initialization failed. Please verify the cryptographic configuration settings
  73. AAA_CFG_INVALID_NS_ID = AAA-CFG-0017 The namespace id, ''{0}'', is invalid.
  74. AAA_CFG_MULTIPLE_NS_ID = AAA-CFG-0018 The namespace id, ''{0}'', matches multiple namespaces.
  75. 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.
  76. AAA_CFG_E_INVALID_GLOBAL_CONFIG = AAA-CFG-0020 The global configuration could not be parsed or initialized.
  77. #
  78. # Section: AUT
  79. #
  80. # Description: Messages specific to the authentication service.
  81. #
  82. AAA_AUT_NO_HANDLER_SUCCEEDED = AAA-AUT-0001 No handler succeeded for authentication handler chain ''{0}''."
  83. AAA_AUT_CREDENTIALS_INVALID = AAA-AUT-0002 Unable to authenticate because the credentials are invalid.
  84. AAA_AUT_ROLE_SELECTION_REQUIRED = AAA-AUT-0003 Role selection required.
  85. AAA_AUT_INVALID_ROLE_SELECTION = AAA-AUT-0004 Invalid role selection.
  86. AAA_AUT_NO_ROLE_AVAILABLE = AAA-AUT-0005 No role available for selection.
  87. AAA_AUT_ANON_LOGON_DISABLED_CFG = AAA-AUT-0006 Anonymous logon cannot be considered since it is disabled, please contact your administrator.
  88. AAA_AUT_ANON_LOGON_WITH_TC = AAA-AUT-0007 Anonymous logon cannot be considered since trusted credentials where provided.
  89. AAA_AUT_ANON_LOGON_DISABLED_REQ = AAA-AUT-0008 Anonymous logon cannot be considered since it was disabled by the request.
  90. AAA_AUT_ANON_LOGON_OVER_EXISTING = AAA-AUT-0009 Anonymous logon cannot be considered since you are already authenticated.
  91. AAA_AUT_AUTHENTICATION_REQUIRED = AAA-AUT-0010 User authentication required. Please Logon.
  92. AAA_AUT_INVALID_NAMESPACE_SELECTION = AAA-AUT-0011 Invalid namespace was selected.
  93. AAA_AUT_NAMESPACE_SELECTION_REQUIRED = AAA-AUT-0012 Namespace selection required.
  94. AAA_AUT_NO_NAMESPACE_AVAILABLE = AAA-AUT-0013 The user is already authenticated in all available namespaces.
  95. AAA_AUT_CLONE_PASSPORT_FAILED = AAA-AUT-0014 Clone passport failed
  96. AAA_AUT_YOUR_PASSWORD_HAS_EXPIRED = AAA-AUT-0015 Your password has expired. Please change it.
  97. AAA_AUT_FUNCTION_CALL_FAILED = AAA-AUT-0016 The function call to ''{0}'' failed.
  98. AAA_AUT_FUNCTION_CALL_FAILED_REASON = AAA-AUT-0017 The function call to ''{0}'' failed. Reason: ''{1}''
  99. AAA_AUT_AUTHENTICATION_REQUEST_FAILED = AAA-AUT-0018 The authentication request failed. Please refer to the nested messages for the cause of the failure.
  100. AAA_AUT_INVALID_USER_SESSION_ID = AAA-AUT-0019 Unable to validate the user session ID.
  101. AAA_AUT_FAILED_CREATE_USER_SESSION_ID = AAA-AUT-0020 Unable to create an user session ID.
  102. AAA_AUT_FAILED_EXTEND_USER_SESSION_ID = AAA-AUT-0021 Unable to extend the timeout of an user session ID.
  103. AAA_AUT_AUTHENTICATION_REDIRECTION_FAILED = AAA-AUT-0022 Number of authentication redirection requests exceeded the maximum limit.
  104. AAA_AUT_REQUEST_INCOMPLETE = AAA-AUT-0023 Incomplete request, please re-send request with the entire bibus header.
  105. AAA_AUT_SAFETY_LOGOFF = AAA-AUT-0024 To prevent data loss you have been logged off.
  106. AAA_AUT_LOGON_TC_WITH_PASSPORT = AAA-AUT-0025 A logon TC request should not contain a passport Id.
  107. AAA_AUT_VALUE_INVALID_FOR_ACTION = AAA-AUT-0026 The value ''{0}'' is not valid for the action.
  108. AAA_AUT_MT_EXPECTED_NUMBER = AAA-AUT-0027 Expected a number, not ''{0}''.
  109. AAA_AUT_MT_EXPECTED_RDQBR = AAA-AUT-0028 Expected a '']'', not ''{0}''.
  110. AAA_AUT_MT_EXPECTED_PROPERTY = AAA-AUT-0029 Expected a property, not ''{0}''.
  111. AAA_AUT_MT_EXPECTED_PROPERTY_PARAMETERS = AAA-AUT-0030 The ''parameters'' property must be followed by another property.
  112. AAA_AUT_MT_UNRECONIZED_PROPERTY = AAA-AUT-0031 The property ''{0}'' is not recognized.
  113. AAA_AUT_MT_NO_PROPERTY = AAA-AUT-0032 No property was found.
  114. AAA_AUT_MT_IPROVIDER_CLASS_LOAD_ERROR = AAA-AUT-0019 The {0} implementation class ''{1}'' cannot be loaded.
  115. AAA_AUT_MT_TENANT_DISABLED = AAA-AUT-0020 The tenant has been disabled.
  116. AAA_AUT_MT_TENANT_DOESNT_EXIST = AAA-AUT-0021 The tenant has not been granted access to the system.
  117. AAA_AUT_MT_TENANT_DISABLED_AUDIT = AAA-AUT-0022 User ''{0}'' belonging to disabled tenant ''{1}'' attempted to logon.
  118. 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.
  119. #
  120. # Section: ADM
  121. #
  122. # Description: Messages specific to the administration service.
  123. #
  124. AAA_ADM_INVALID_SEARCH_EXPRESSION = AAA-ADM-0001 The search expression, {0}, is invalid.
  125. #
  126. # Section: CAP
  127. #
  128. # Description:
  129. #
  130. AAA_CAP_USERNAME = User ID:
  131. AAA_CAP_PASSWORD = Password:
  132. AAA_CAP_OLD_PASSWORD = Old password:
  133. AAA_CAP_NEW_PASSWORD = New password:
  134. AAA_CAP_CONFIRM_NEW_PASSWORD = Confirm the new password:
  135. AAA_CAP_COULD_NOT_AUTHENTICATE_USER = Unable to authenticate a user. Please contact your security administrator.
  136. AAA_CAP_ACCOUNT_DISABLED = The account is disabled. Please contact your security administrator.
  137. AAA_CAP_PASSWORD_EXPIRED = Your password has expired. Please contact your security administrator.
  138. AAA_CAP_USER_NOT_ALLOWED_ACCESS = The user cannot access the application at this time.
  139. AAA_CAP_RETRY_AFTER_SET_NEW_PASSWORD = Password has been changed successfully. Please try to log in again with the new password.
  140. AAA_CAP_INTERNAL_ERROR = An internal error occurred. Please contact your system administrator.
  141. AAA_CAP_ACCOUNT_LOCKED_OUT = The account is locked out. Please contact your security administrator.
  142. AAA_CAP_ROLES = Roles:
  143. AAA_CAP_INIT_FAILED = Unable to initialize the provider.
  144. AAA_CAP_SELECT_NS = Please select a namespace for authentication.
  145. AAA_CAP_TICKET_EXPIRED = The ticket has expired.
  146. AAA_CAP_INVALID_TICKET = The ticket is invalid.
  147. AAA_CAP_TICKET_SERVER_DOWN = The ticket server is not running.
  148. AAA_CAP_NAMESPACE = Namespace:
  149. AAA_CAP_USER_NAME_EMPTY = A user name was not entered.
  150. AAA_CAP_EMPTY_PWD_NOT_ALLOWED = An empty password cannot be used for this namespace.
  151. AAA_CAP_PLEASE_ENTER_PWD = Please provide a password.
  152. AAA_CAP_INVALID_CREDENTIALS = The provided credentials are invalid.
  153. AAA_CAP_PROVIDE_CREDENTIALS_FOR_USER = Please provide credentials for the user ''{0}'', in the namespace ''{1}''.
  154. AAA_CAP_SESSION_EXPIRED = Your session has expired.
  155. AAA_CAP_VISA_CONTAINS_INVALID_CREDENTIALS = The passport visa for namespace ''{0}'' contains invalid credentials.
  156. 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.
  157. AAA_CAP_NO_AVAILABLE_ROLES = There are no roles available.
  158. 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.
  159. AAA_CAP_COULD_NOT_GENERATE_TC = CAM is unable to create trusted credentials. Please contact your administrator.
  160. AAA_CAP_COULD_NOT_GENERATE_CREDENTIALS = CAM is unable to create credentials. Please contact your administrator.
  161. AAA_CAP_TYPE_CREDENTIALS_FOR_AUTH = Please type your credentials for authentication.
  162. AAA_CAP_TYPE_CREDENTIALS_FOR_REPORTS = Please enter credentials to be used by IBM Cognos Analytics for off-line/scheduled functions.
  163. AAA_CAP_SPECIFIED_OLD_PASSWORD_INCORRECT = The specified old password is not correct.
  164. AAA_CAP_SPECIFIED_NEW_INCORRECT = The specified new password does not comply with the requirements.
  165. AAA_CAP_YOUR_PASSWORD_HAS_EXPIRED = Your password has expired. Please change it.
  166. AAA_CAP_YOUR_PASSWORD_LENGHT_INCORRECT = Your password cannot contain more than ''{0}'' characters.
  167. AAA_CAP_INVALID_DOMAIN_IN_USER_NAME = A user from domain ''{0}'' is unable to log on in the current namespace.
  168. AAA_CAP_SELECT_USERDN = Select one user DN from the list of DNs that matched the lookup criteria. Re-enter the password.
  169. AAA_CAP_USERDN = User DN:
  170. AAA_CAP_COULD_NOT_CONVERT_CREDENTIALS = Unable to convert credentials using code page ''{0}''
  171. AAA_CAP_ACCOUNT_EXPIRED = The account is expired. Please contact your security administrator.
  172. AAA_CAP_DEFAULT_USERNAME = not available
  173. AAA_CAP_USER_ACCESS_RESTRICTED = Unable to authenticate. The provided credentials are restricted from accessing IBM Cognos. Please contact your administrator.
  174. AAA_CAP_E_CLIENT_DID_SOMETHING_WRONG = The client did something wrong.
  175. AAA_CAP_E_SERVER_DID_SOMETHING_WRONG = The server did something wrong.
  176. AAA_CAP_INVALID_NAMESPACE_ID_SELECTED = Invalid namespace was selected.
  177. AAA_CAP_SERVICE_NOT_INITIALIZED = The service cannot process the request because it has not been initialized.
  178. AAA_CAP_AUTHENTICATION_REQUEST_FAILED = The authentication request failed. Please refer to the nested messages for the cause of the failure.
  179. AAA_CAP_E_MULTIPLE_REQUESTS_FOUND = The service cannot process the authentication request because it contains multiple actions.
  180. AAA_CAP_E_INVALID_REQUEST = The authentication request does not contain a valid action.
  181. AAA_CAP_AUTHENTICATION_REQUIRED = User authentication required. Please Logon.
  182. AAA_CAP_INVALID_USER_SESSION = Invalid user session ID.
  183. AAA_CAP_AUTHENTICATION_REDIRECTION_FAILED = Unable to authenticate. The number of authentication redirection requests exceeded the maximum limit.
  184. AAA_CAP_NAMESPACE_CONNECTION_LOST = The connection to the namespace was lost.
  185. AAA_CAP_E_PARSING_TENANT_PATH = There was an error parsing the tenant pattern, ''{0}''.
  186. AAA_CAP_E_READING_TENANT_NS_ADV_PROPS = There was an error reading the multi-tenant Advanced property, ''{0}'', for the ''{1}'' namespace.
  187. AAA_CAP_E_READING_TENANT_ADV_PROPS = There was an error reading the multi-tenant Advanced property, ''{0}'', for the Authentication Service.
  188. AAA_CAP_MULTITENANCY_ENABLED = Multi-tenancy is enabled.
  189. AAA_CAP_MULTITENANCY_IMPERSONATE_FAILED = Unable to impersonate tenant.
  190. AAA_CAP_MEMBERSHIP_LABEL = Group membership:
  191. AAA_CAP_USERPROPERTIES_LABEL = User account properties:
  192. AAA_CAP_TENANCY_LABEL = Tenant ID:
  193. AAA_CAP_TENANCY_NONE_LABEL = No associated tenant ID.
  194. AAA_CAP_TENANTBOUNDINGSET_LABEL = Tenant bounding set:
  195. AAA_CAP_TENANTBOUNDINGSET_NONE_LABEL = No associated tenant bounding set.
  196. AAA_CAP_NAMESPACE_TEST_SUCCESSFUL = Namespace test successful.
  197. #
  198. # Section: LPS
  199. #
  200. # Description: Messages specific to the LPS service.
  201. #
  202. AAA_LPS_MISSING_REQUIRED_ELEMENT = AAA-LPS-0001 The ''{0}'' XML document does not contain the required element ''{1}''.
  203. AAA_LPS_INVALID_DISPLAY_OBJECT_TYPE = AAA-LPS-0002 An invalid displayObject type has been received from LPS.
  204. AAA_LPS_INVALID_SEARCH_REQUEST = AAA-LPS-0003 Invalid search request.
  205. AAA_LPS_INVALID_SECURITY_BLOB = AAA-LPS-0004 An invalid security blob has been received from LPS.
  206. AAA_LPS_BROKEN_CONNECTION = AAA-LPS-0005 Unable to communicate with legacy namespace server, it may have become unavailable. Please try again later.
  207. ##
  208. ## Component: RAC
  209. ##
  210. ## Description: Messages for the RACF provider.
  211. ##
  212. #
  213. # Section: CFG
  214. #
  215. # Description: Messages specific to the configuration of the provider.
  216. #
  217. RAC_CFG_CONFIG_ERROR_CAPTION = RAC-CFG-0001 Configuration error
  218. RAC_CFG_INITIALIZATION_FAILURE = RAC-CFG-0002 Provider initialization failure. Reason: {0}
  219. RAC_CFG_INVALID_CONFIGURATION_ITEM = RAC-CFG-0003 The value for ''{0}'' was not found or is invalid."
  220. RAC_CFG_NULL_NAMESPACE_CONFIG = RAC-CFG-0004 Namespace configuration object is null.
  221. RAC_CFG_BAD_CONNECT = RAC-CFG-0005 Cannot connect to RACF directory server. Reason: {0}
  222. RAC_CFG_BAD_BASE_DN = RAC-CFG-0006 Base DN does not exist or is not valid.
  223. RAC_CFG_NULL_CONFIG = RAC-CFG-0007 Configuration object is null.
  224. #
  225. # Section: SYS
  226. #
  227. # Description:
  228. #
  229. RAC_SYS_INTERNAL_ERROR_CAPTION = RAC-SYS-0001 Internal error
  230. RAC_SYS_VISA_SETUP = RAC-SYS-0002 Exception encountered when setting up visa. Reason: {0}
  231. RAC_SYS_SEARCH_STEPS = RAC-SYS-0003 Multiple search steps is not supported for this namespace.
  232. RAC_SYS_CONNECTION_ERROR_CAPTION = RAC-SYS-0004 Connection error
  233. RAC_SYS_EMPTY_PASSWORD = RAC-SYS-0005 An attempt was made to connect with an empty password but empty passwords are not allowed.
  234. RAC_SYS_EMPTY_VISA = RAC-SYS-0006 Search called with an empty Visa.
  235. RAC_SYS_EMPTY_CONNECTION = RAC-SYS-0007 Search called with an invalid connection.
  236. RAC_SYS_BAD_QUERY_AMOUNT = RAC-SYS-0008 Multiple values retrieved from search when one value was expected.
  237. RAC_SYS_UNEXPECTED_SEARCH_ERROR_USERS = RAC-SYS-0009 An unexpected error occurred when processing the search result for all users. Error: {0}
  238. RAC_SYS_UNEXPECTED_SEARCH_ERROR_USER = RAC-SYS-0010 An unexpected error occurred when processing the search result for users. Error: {0}
  239. RAC_SYS_UNEXPECTED_SEARCH_ERROR_GROUPS = RAC-SYS-0011 An unexpected error occurred when processing the search result for all groups. Error: {0}
  240. RAC_SYS_UNEXPECTED_SEARCH_ERROR_GROUP = RAC-SYS-0012 An unexpected error occurred when processing the search result for groups. Error: {0}
  241. RAC_SYS_USER_QUERY_ERROR = RAC-SYS-0013 An error occurred when attempting to query the user [{0}]. Error: {0}
  242. RAC_SYS_GROUP_QUERY_ERROR = RAC-SYS-0014 An error occurred when attempting to query the group [{0}]. Error: {0}
  243. RAC_SYS_BAD_FOLDER_CAMID = RAC-SYS-0015 Invalid CAMID for the folder [{0}].
  244. RAC_SYS_BAD_OPERATOR_OBJECT_CLASS = RAC-SYS-0016 The relational search operator [{0}] for the objectclass property is not supported by this namespace.
  245. 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.
  246. RAC_SYS_BAD_OPERATOR_USER_NAME = RAC-SYS-0018 The relational search operator [{0}] for the username property is not supported by this namespace.
  247. RAC_SYS_BAD_OBJECT_ID_CAPTION = RAC-SYS-0019 Invalid object ID
  248. RAC_SYS_BAD_OBJECT_ID = RAC-SYS-0020 The format of the object ID is invalid.
  249. RAC_SYS_BAD_OBJECT_ID_TYPE = RAC-SYS-0021 The object ID references an invalid object type.
  250. RAC_SYS_QUERY_ERROR_CAPTION = RAC-SYS-0022 Query error
  251. RAC_SYS_ATTEMPT_SSO = RAC-SYS-0023 Attempting single sign-on to RACF.
  252. RAC_SYS_UNSUPPORTED_SEARCH_EXPRESSION = RAC-SYS-0024 The search expression is not supported by this namespace.
  253. #
  254. # Section: CAP
  255. #
  256. # Description:
  257. #
  258. RAC_CAP_PLEASE_TYPE_CREDS = Please type your credentials for authentication.
  259. RAC_CAP_INVALID_CREDENTIALS = The provided credentials are invalid.
  260. RAC_CAP_INVALID_CREDENTIALS_DETAILS = The provided credentials are invalid. Reason: {0}
  261. RAC_CAP_USER_ID_PROMPT = User ID:
  262. RAC_CAP_PASSWORD_PROMPT = Password:
  263. RAC_CAP_NAMESPACE_PROMPT = Namespace:
  264. ##
  265. ## Component: AAB
  266. ##
  267. ## Description: Messages for the AABridge.
  268. ##
  269. #
  270. # Section: SYS
  271. #
  272. # Description:
  273. #
  274. AAB_SYS_UNSUPPORTED_API_CALL = AAB-SYS-0001 AABridge does not support this API call.
  275. AAB_SYS_NOT_INITIALIZED = AAB-SYS-0002 AABridge cannot process the request because AAService has not been initialized.