Express (Distributed operating systems), v8.0 > Reference > Messages


CWWSY

CWWSY0100E: Unable to run the {0} command.

Explanation An exception occurred when the command ran. The exception is usually caused by incorrect parameter entry.
Action Correct the input parameters and rerun the command.

CWWSY0101E: The {0} required parameter is null or is of zero length.

Explanation The required parameter for a command was set to null or is of zero length.
Action Verify that all the required parameters are getting set and re-issue the command.

CWWSY0102E: Target with name {0} was not found.

Explanation No target was found with given target name.
Action Verify that all the target names identify registered targets.

CWWSY0103E: Duplicate target name or UUID. {0}

Explanation A target with the same node name or UUID is already registered with this JobManager.
Action Retry the registration using an alias for new target.

CWWSY0104E: Job manager {0} is null. This operation will fail.

Explanation Job manager profileKey returned null, this operation will fail.
Action More info at:

CWWSY0105E: All the members of a group need to be of type {0}.

Explanation All group members must be of the same type.
Action Verify that all members are of the same type and the group supports that type.

CWWSY0106E: The group {0} members length cannot be less than the number to be deleted.

Explanation The Number of devices to be deleted is more than the number available in the group.
Action Verify that number of devices to be deleted is less than or equal to the number available in the group.

CWWSY0107E: {0} is not a known group.

Explanation An unknown group name was passed. The delete operation failed.
Action Verify that all the groups to be deleted are valid groups.

CWWSY0108E: Duplicate group name {0}.

Explanation A group with similar name already exists on this job manager.
Action Use a unique group name to create a group on this job manager.

CWWSY0109E: Only one parameter can be set {0}.

Explanation Only one parameter needs to be set for this command.
Action Verify that only one parameter is set for this command.

CWWSY0110E: Only one target can be specified for job submission.

Explanation Only one target can be specified for job submission.
Action Verify that only one target is specified for job submission.

CWWSY0111E: At least one target needs to be specified for the job {0}.

Explanation At least one of the target needs to be specified for the job to be submitted.
Action Verify that only one target is specified for job submission.

CWWSY0112E: No group with name {0} was found.

Explanation No group was found with the provided group name.
Action Verify that the name identifies a valid group.

CWWSY0113E: No information is available for target {0}.

Explanation No information is available for the target.
Action Verify that the name identifies a valid target.

CWWSY0114E: The query has unknown properties defined {0}.

Explanation The query has unknown keys.
Action Verify that the keys for the query are correct.

CWWSY0115E: The backup location {0} already exists.

Explanation The backup location is not empty or not writeable.
Action Provide a new location to backup the job manager data or use the force option to overwrite the file.

CWWSY0116E: The backup file location is not valid: {0}.

Explanation The backup location is not readable. No valid backup file was provided to restore from.
Action Provide a valid backup file to restore the job manager from.

CWWSY0117E: No valid backup file location was provided to restore from {0}.

Explanation Backup file location is was empty. Backup file location is a required field.
Action Provide a valid backup file to restore from.

CWWSY0118E: Maximum return size for the query is not valid: {0}.

Explanation Maximum return size for the query is not valid.
Action Provide a valid maximum return size for the query.

CWWSY0119E: Job manager has no information regarding job type {0}.

Explanation Job manager has no information regarding the provided job type.
Action Provide a valid registered job type.

CWWSY0120E: Duplicate key {0} with incompatible type.

Explanation Value for the key are of incompatible type.
Action Provide valid value types of same key.

CWWSY0121E: Error during execution of query.

Explanation This error is usually received if the query is not valid or is not formatted correctly.
Action Inspect the query and make sure it is valid.

CWWSY0122E: Error received: {0}.

Explanation Internal exception was received while processing users request.
Action Make sure that a valid input is provided.

CWWSY0123I: JobToken: {0} completed.

Explanation Message header sent in the email after the job completion.
Action None.

CWWSY0124I: JobToken={0}; Status=Completed; Summary (Total={1}, Success={2}, Partial Success = {3}, Failed={4}, Rejected={5}).

Explanation Message sent in the email after the job completion.
Action None.

CWWSY0125E: The maxResult attribute must be less than or equal to {0}.

Explanation maxResult for the query has been reached.
Action Make sure that a valid input is provided.

CWWSY0126E: Managed Resource with {0} identifier was not found.

Explanation Managed Resource with the provider identifier was not found in the database.
Action Make sure that a valid input is provided.

CWWSY0127E: No {0} specified for corresponding {1}.

Explanation Missing corresponding data for either user name or password
Action Make sure user name and password are both present during job submission.

CWWSY0128E: Security information for this job is not valid.

Explanation The job is being rejected because security information is not valid.
Action Make sure correct security information is provided for this job.

CWWSY0129I: Usage: restoreJobManager -location <location>
          location: includes the database name.

Explanation Usage of restoreJobManager command.
Action Read the usage of this command since this ia a distructive command.

CWWSY0130I: Starting JobManager restore ....

Explanation Message before starting the JobManager restore of the command.
Action No action is needed from user.

CWWSY0131I: Restore completed successfully.

Explanation Message after successful restore of JobManager.
Action No action is needed from user.

CWWSY0132E: Exception received during execution of restore command.
Root Cause: {0}

Explanation Exception received during execution of restore command.
Action Read the root cause of the exception and follow follow the instruction.

CWWSY0133E: Access denied during command execution

Explanation The current user does not have the appropriate credential to run this command.
Action Supply appropriate user id and password to this command.

CWWSY0134E: Query key {0} does not support {1} as value.

Explanation Not supported value provided for a valid query key.
Action Modify the query to support valid values only.

CWWSY0135E: The system clock of the new target {0} is not synchronized with that of the job manager.

Explanation The system clocks for all the systems that communicate with each other and have WAS installed must be synchronized. Otherwise, you might experience errors, such as security tokens no longer being valid.
Action To change the system clock, first stop all the servers on the system. After you stop the servers, change the system clock, and then restart the servers. If you change the system clock on one system, ensure the clocks on all systems that communicate with each other and have WAS installed are synchronized.

CWWSY0136E: Specify the {0} required property.

Explanation A required property for the command was not specified.
Action Resubmit the command with the required property.

CWWSY0137E: Only one of these properties can be set: {0}, {1}.

Explanation These properties are mutually exclusive.
Action Resubmit the command with only one of the properties.

CWWSY0138E: The use of the {0} property requires that the {1} property also be specified.

Explanation The property is not used without its associated property.
Action Specify both properties in the command.

CWWSY0139E: Specify either the {0} or {1} property.

Explanation One of these properties is required.
Action Resubmit the command with the required property.

CWWSY0140E: When a username is specified, also specify a password.

Explanation To specify a non-default user credential, specify either a username and password or a username and keyfile path.
Action Specify either a password or keyfile path along with a username.

CWWSY0141E: When a password, keyfile path, pass phrase or sudo parameter is specified, also specify a username.

Explanation To specify a non-default user credential, a username is required.
Action Do not specify a password, keyfile path, pass phrase or sudo parameters without a username.

CWWSY0142E: Password and keyfile path cannot both be specified.

Explanation To specify a non-default user credential, specify either a username and password with optional sudo parameters or a username and keyfile path.
Action With a username already specified, only specify either a password with optional parameters or a keyfile path.

CWWSY0143E: Pass phrase can only be specified along with keyfile path.

Explanation A pass phrase is an optional part of a security scheme that uses a keyfile path.
Action Do not specify a pass phrase without a keyfile path.

CWWSY0144E: When a sudo parameter is specified, also specify a value for -password.

Explanation The sudo parameters can not be specified unless -password is also specified.
Action Either remove all sudo parameters, or specify a value for -password.

CWWSY0145E: We can not specify both sudo parameters and keyfile path.

Explanation Either use sudo parameters or keyfile path.
Action Either remove all sudo parameters or remove keyfile path.

CWWSY0146E: Query Parser does not know how to parse query of type {0}.

Explanation Invalid type of resource passed to Query Parser.
Action This is an internal error. No User action is required.

CWWSY0147E: Query String {0} has unmatched paranthesis.

Explanation Opening and closing paranthesis does not match in query string.
Action Match the paranthesis in query string and issue the command again.

CWWSY0148E: Unexpected paranthesis before WITH or WITHOUT token in the query string {0}.

Explanation Nested query operation for queryManagedNodes command should only start after WITH or WITHOUT statement.
Action Fix the query string and issue the command again.

CWWSY1000E: Unable to retrieve job manager RSA certificate due to exception {0}

Explanation There is a problem retreiving the job manager's RSA certificate. Job manager clients are unable to securely connect to the job manager without the RSA certificate.
Action Refer to the exception. Check FFDC for certificate related problems. Check the job manager's RSA certificate, and update if it has expired.

   

+

Search Tips   |   Advanced Search