// Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. // // NAME // PrGrMsg.msg // // DESCRIPTION // Message file for Rapid Home Provisioning repository messages // // NOTES // // MODIFIED (MM/DD/YY) // ekucukog 07/27/16 - Add 'client does not exist' msg // chchatte 06/08/16 - add DELETENODE to useractions // chchatte 05/26/16 - Add ADDNODE_GIHOME to useractions // ocordova 01/28/16 - Fix bug 22509842 // rtamezd 10/25/15 - Fix bug 20773869: Add status messages for rhprepos // and tombstone UPG_FROMVER_NOT_SET // ocordova 06/29/15 - Fix bug 21151601 // chchatte 04/14/15 - useraction execution // ocordova 03/13/15 - Audit project // chchatte 01/16/15 - Add useraction // rtamezd 12/08/14 - Add msgs used during repos upg // vobulapu 11/06/14 - Added notification support // ksviswan 05/16/14 - XbranchMerge ksviswan_bug-18707931 from // st_has_12.1 // rtamezd 02/27/14 - Fix bug 18085615 // yifyang 01/10/14 - bug-18035946 // lureyes 10/10/13 - Fix bug 17386987 // rtamezd 01/25/13 - Fix bug 14481380 // vobulapu 05/21/12 - Fix bugs 14067288 and 14067122 // sravindh 04/04/12 - Error message for invalid image type // rtamezd 04/26/12 - Add messages 120 and 121 // sravindh 03/01/12 - Add message for no such entity in repos // sravindh 01/27/12 - Add messages for Holder objects // sravindh 09/19/11 - Bill's review comments // sravindh 09/15/11 - Add message for access control entry error // sravindh 08/07/11 - Add message for site type // sravindh 06/06/2011 Creation // // */ // // PACKAGE=package oracle.gridhome.resources; // IMPORT=import oracle.ops.mgmt.nls.MessageKey; 100, INVALID_IMAGE_STATE, "The specified state \"{0}\" is invalid." // *Cause: An incorrect image state was specified. // *Action: Specify one of TESTABLE, RESTRICTED, or PUBLISHED. / 101, INVALID_PRIVILEGE, "The specified privilege \"{0}\" is invalid." // *Cause: An incorrect privilege name was sepcified. // *Action: Specify one of READ, WRITE, or DELETE. / 102, FAILED_CREATE_ENTITYMANAGER, "Failed to connect to repository database \"{0}\": {1}" // *Cause: An attempt to establish a database connection for the Grid // Infrastructure Management Repository database failed. // *Action: Address the accompanying error messages and retry the command. / 103, ENTITY_ALREADY_EXISTS, "The repository object already exists in the database : \n{0}" // *Cause: An attempt was made to store a repository object to the database // when it was already present in it. // *Action: Either delete the currently stored repository object, or avoid // rewriting the same repository object into the database. / 104, ENTITY_ILLEGAL_STATE, "The database connection context is in incorrect state and therefore cannot be written to the database." // *Cause: The connection to the database may have been closed. // *Action: Ensure that the database and the listener are running // and retry. / 105, ENTITY_ILLEGAL_ARGUMENT, "Illegal argument passed to the entity manager." // *Cause: An illegal argument was passed to an entity manager operation. // *Action: Internal error. Contact your Oracle representative. / 106, ENTITY_TRANSACTION_REQUIRED, "Storing this repository object requires a transaction but no transaction exists." // *Cause: Internal error. // *Action: Please contact Oracle Support Services. / 107, ENTITYMANAGER_CLOSE_FAILED, "Failed to close database connection context." // *Cause: An attempt to close database connection context for repository failed. // *Action: The database may have gone offline. Restart the database. / 108, FAIL_GET_CURRENT_USER, "Failed to get current OS user." // *Cause: An attempt to get current OS user failed. // *Action: Look at the accompanying message for more details. / 109, INVALID_VERSION, "Invalid repository object version \"{0}\". " // *Cause: The repository object had previously been stored with invalid version. // *Action: Delete the repository object object from the database and // store it with the correct version. / 110, NO_SUCH_ENTITY, "Repository object \"{0}\" of class \"{1}\" does not exist." // *Cause: The specified repository object does not exist in the repository database. // *Action: Specify the correct repository object name. / 111, INVALID_SITE_TYPE, "The site type specified \"{0}\" is invalid; allowed values are \"{1}\". " // *Cause: An invalid site type was specified. // *Action: Specify the correct site type from the list of values indicated in the error message. / 112, FAIL_GET_CLUSTER_NAME, "Failed to get current cluster name." // *Cause: An attempt to get the current cluster name failed. // *Action: Internal error. Contact Oracle Support Services. 113, INVALID_ACETYPE, "Invalid access control entry type specified." // *Cause: The access control entry type can only be USER or ROLE, but an invalid type was specified. // *Action: Internal Error. Contact Oracle Support Services. / 114, NO_SUCH_IMAGE, "Image \"{0}\" does not exist." // *Cause: An attempt to fetch the specified image from the repository failed because the object does not exist in the repository. // *Action: Fetch an image that already exists, or store the specified image into the repository before attempting to fetch it. / 115, NO_SUCH_IMAGESERIES, "Image series \"{0}\" does not exist." // *Cause: An attempt to fetch the specified image series from the repository failed because the object does not exist in the repository. // *Action: Fetch an image series that already exists, or store the specified image series into the repository before attempting to fetch it. / 116, NO_SUCH_OSUSER, "User \"{0}\" does not exist." // *Cause: An attempt to fetch the specified user from the repository failed because the object does not exist in the repository. // *Action: Fetch a user that already exists, or store the specified user into the repository before attempting to fetch it. / 117, NO_SUCH_ROLE, "Role \"{0}\" does not exist." // *Cause: An attempt to fetch the specified role from the repository failed because the object does not exist in the repository. // *Action: Fetch a role that already exists, or store the specified role into the repository before attempting to fetch it. / 118, NO_SUCH_WORKINGCOPY, "Working copy \"{0}\" does not exist." // *Cause: An attempt to fetch the specified working copy from the repository failed because the object does not exist in the repository. // *Action: Fetch a working copy that already exists, or store the specified working copy into the repository before attempting to fetch it. / 119, NO_SUCH_SITE, "Site \"{0}\" does not exist." // *Cause: An attempt to fetch the specified site data from the repository failed because the object does not exist in the repository. // *Action: Fetch data for a site that already exists, or store the specified site data into the repository before attempting to fetch it. / 120, FAILED_TO_GET_IMAGE_NAME, "Failed to get an image name." // *Cause: An internal error occurred. // *Action: Contact Oracle Support Services. / 121, IMAGE_NOT_FOUND, "Image {0} was not found in this series. Make sure the series and image names are correct." // *Cause: The specified image name was not found in the image list of the series. // *Action: Make sure the series and image names are correct. / 122, INVALID_IMAGE_TYPE, "The specified image type \"{0}\" has an invalid base type." // *Cause: An incorrect image type was specified. // *Action: Specify an image type with a base type of either ORACLEDBSOFTWARE, ORACLEGISOFTWARE, or SOFTWARE. / 123, IMAGE_ALREADY_EXISTS, "Image \"{0}\" already exists." // *Cause: An attempt to add the specified image to the repository failed because the object already exists in the repository. // *Action: Add an image that does not exist, or delete the specified image from the repository before attempting to add it. / 124, IMAGESERIES_ALREADY_EXISTS, "Image series \"{0}\" already exists." // *Cause: An attempt to add the specified image series to the repository failed because the object already exists in the repository. // *Action: Add an image series that does not exist, or delete the specified image series from the repository before attempting to add it. / 125, OSUSER_ALREADY_EXISTS, "User \"{0}\" already exists." // *Cause: An attempt to add the specified user to the repository failed because the object already exists in the repository. // *Action: Add a user that does not exist, or delete the specified user from the repository before attempting to add it. / 126, ROLE_ALREADY_EXISTS, "Role \"{0}\" already exists." // *Cause: An attempt to add the specified role to the repository failed because the object already exists in the repository. // *Action: Add a role that does not exist, or delete the specified role from the repository before attempting to add it. / 127, WORKINGCOPY_ALREADY_EXISTS, "Working copy \"{0}\" already exists." // *Cause: An attempt to add the specified working copy to the repository failed because the object already exists in the repository. // *Action: Add a working copy that does not exist, or delete the specified workingcopy from the repository before attempting to add it. / 128, SITE_ALREADY_EXISTS, "Site \"{0}\" already exists." // *Cause: An attempt to add the specified site to the repository failed because the object already exists in the repository. // *Action: Add a site that does not exist, or delete the specified site from the repository before attempting to add it. / 129, INVALID_HOLDER_TYPE, "Invalid holder type \"{0}\" specified, allowed values are \"{1}\" " // *Cause: This is an Oracle internal error. // *Action: Call Oracle Support Service. / 130, INVALID_ACE_STRING, "Invalid ACE string: \"{0}\"" // *Cause: This is an internal error. // *Action: Call Oracle Support Services. / / 131, FAILED_ACCESS_DB, "Failed to access the database: {0}" // *Cause: An attempt to access the Grid Infrastructure Management Repository // database failed. // *Action: Address the accompanying error messages and retry the command. If // the database was recently restarted, wait a minute before retrying // the command. / 132, CLIENT_NAME_EQ_GHS, "Client cluster name {0} is the same as the Rapid Home Provisioning Server cluster name." // *Cause: An attempt to add the specified client cluster to the repository failed because the client cluster name is the same as the Rapid Home Provisioning Server cluster name. // *Action: Specify a different client cluster name. / 133, FAILED_GET_PATH_PLATFORM, "failed to retrieve the platform information from the specified Oracle home path \"{0}\"" // *Cause: An error occurred while attempting to retrieve the platform information. // *Action: Examine the accompanying errors for more information. / 134, UPG_RHPS_RUNNING, "failed to execute the requested command to act on the Rapid Home Provisioning repository because the Rapid Home Provisioning Server is running" // *Cause: A request to act on the Rapid Home Provisioning repository was rejected because this requires the Rapid Home Provisioning Server to be stopped. // *Action: Use the command 'srvctl stop rhpserver' or, if necessary, use the command 'srvctl stop rhpserver -force' to stop the Rapid Home Provisioning Server and then retry upgrading the Rapid Home Provisioning repository. / /Message 135 has been removed and ID 135 should not be used. 135, UPG_FROMVER_NOT_SET, "" // *Cause: // *Action: / 136, UPG_INVALID_VER, "invalid version \"{0}\" specified" // *Cause: The version specified was an invalid version from which to upgrade. // *Action: Specify from which version the upgrade is being done without periods and without a fifth number. For example, for version 12.1.0.2.0, specify 12102. / 137, UPG_FAILED, "failed to upgrade objects of type {0} due to the following errors:\n{1}" // *Cause: An attempt to upgrade the objects of the mentioned type failed. // *Action: Examine the accompanying errors for more information about the failure for each object. / 138, FAILED_TO_GET_USER_NAME, "failed to get a user name" // *Cause: An internal error occurred. // *Action: Contact Oracle Support Services. / 139, USERACTION_ALREADY_EXISTS, "User action \"{0}\" already exists." // *Cause: An attempt to add the specified user action to the repository failed because an action with // that name already exists. // *Action: Specify a user action name that does not exist or, if appropriate, delete the existing // user action before adding this one. / 140, NO_SUCH_USERACTION, "User action \"{0}\" does not exist." // *Cause: An attempt to fetch the specified user action from the repository failed because the object did not // exist in the repository. // *Action: Specify a user action that already exists, or store the specified user action into the repository before // attempting to fetch it. / 141, IMAGETYPE_ALREADY_EXISTS, "Image type \"{0}\" already exists." // *Cause: An attempt to add the specified image type to the repository failed because the image type // already existed in the repository. // *Action: Add an image type that does not exist, or delete the specified image type from the repository before // attempting to add an image type with the same name. / 142, NO_SUCH_IMAGETYPE, "Image type \"{0}\" does not exist." // *Cause: An attempt to fetch the specified image type from the repository failed because the object did not // exist in the repository. // *Action: Fetch an image type that already exists, or store the specified user action into the repository before // attempting to fetch it. / 143, INVALID_OPERATION_TYPE, "The specified operation type \"{0}\" is invalid." // *Cause: The specified operation type was not supported by user actions in // Rapid Home Provisioning. // *Action: Specify either IMPORT_IMAGE, ADD_WORKINGCOPY, DELETE_WORKINGCOPY, // ADD_DATABASE, DELETE_DATABASE, MOVE_DATABASE, MOVE_GIHOME, // UPGRADE_DATABASE, UPGRADE_GIHOME, ADDNODE_GIHOME, // DELETENODE_GIHOME, ADDNODE_DATABASE, DELETENODE_DATABASE, or // ADDNODE_WORKINGCOPY. / 144, AUDIT_LIMIT_FAILED, "failed to modify the audit record limit because the number of written records is higher than the limit provided" // *Cause: An attempt to modify the audit record limit failed. // *Action: Delete audit records using the command 'rhpctl delete audit'. / 145, INVALID_RUNSCOPE, "The specified run scope \"{0}\" is invalid." // *Cause: An invalid value was specified for the '-runscope' parameter. // *Action: Specify ONENODE, ALLNODES or AUTO. / 146, INVALID_ONERROR, "The value specified for 'onerror' \"{0}\" is invalid." // *Cause: An invalid value was specified for the '-onerror' parameter. // *Action: Specify ABORT or CONTINUE. / 147, INVALID_DATE_RANGE, "The starting date specified {0} for an audit query is later than the ending date specified {1}." // *Cause: An audit query specified an invalid date range. // *Action: Ensure that the ending date for the query is later than the starting date. / 148, GATHERING_INFO, "Gathering required information" // *Document: No // *Cause: Status message // *Action: Not an error / 149, DATAPMP_SETUP, "Setting up Data Pump" // *Document: No // *Cause: Status message // *Action: Not an error / 150, EXPORTING, "Exporting" // *Document: No // *Cause: Status message // *Action: Not an error / 151, IMPORTING, "Importing" // *Document: No // *Cause: Status message // *Action: Not an error / 152, SITE_ALREADY_EXISTS_EXPORT, "Client \"{0}\" already exists." // *Cause: An attempt to add the indicated client failed because that client already existed. // *Action: To add a new client, choose a name that does not exist, or to create the client data file, use the command 'rhpctl export client'. / 170, NO_SUCH_CLIENT_DELETE, "Client \"{0}\" does not exist." // *Cause: An attempt to delete a client failed because the indicated client was not found in the repository. // *Action: Retry ensuring that the intended client exists and is correctly specified. /