AWSJCL - Command line messages

This section lists error and warning messages that might be generated when using the command line.

The message component code is JCL.

AWSJCL001E

The object "object_key" cannot be updated because it is locked by you in another session or by another user.

The server is trying to update and unlock the indicated object but it is locked by the user but in another session, or by another user.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

The operation cannot be performed.

Try to unlock the object and then retry the update.

AWSJCL002E

An internal error has occurred. The command "command" passed to the server from the command line client is not a recognizable HCL Workload Automation command.

See message.

command is the command that cannot be recognized.

The operation cannot be performed.

Retry the operation to ensure that the problem was not caused by a communication error between the command line client and the command line server. If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL004E

The command "command" completed with errors on object "object_key". The reason is "reason".

See message.

command identifies the command that has failed.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

reason is the reason why the command failed, in the form of another message.

The operation cannot be performed.

Check the message in the reason, and take the indicated action.

AWSJCL005E

The server could not encrypt the user password.

See message.

The operation cannot be performed.

You might have supplied a password that cannot be encrypted. If the password contains unusual characters or is unusually short or long, change the password and retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL006E

The object "object_key" cannot be locked because it is already locked by the following user "user" in another session.

The server is trying to lock the indicated object before working on it, either as the result of a specific lock command or because the command you have issued needs to modify the object.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

user identifies the user that has locked it.

The operation cannot be performed.

Do the following:

  • Retry the operation after a brief interval.
  • If the problem persists and you are the user that has locked the object in another session, try and return to that session and unlock the object.
  • If the problem persists and you are not the user that has locked the object, get the user who locked the object to reopen the other session, if possible, and unlock the object.

If the other session cannot be identified, or the session cannot be reopened, or the other user cannot be contacted, get the superuser to unlock the object.

AWSJCL007E

The object "object_key" cannot be locked because it is already locked by the following user "user".

The server is trying to lock the indicated object before working on it, either as the result of a specific lock command or because the command you have issued needs to modify the object.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

user identifies the user that has locked it.

The operation cannot be performed.

Do the following:

  • Retry the operation after a brief interval.
  • If the problem persists, get the user who has locked the object to unlock it.

    If the other user cannot be contacted, get the superuser to unlock the object.

AWSJCL008E

The server has encountered an unexpected error communicating with the client.

Either a network problem has broken the connection, or the user has stopped composer at the client.

The operation cannot be performed.

Establish the context of the message from the user and the information in the log, to determine whether the loss of connection is an event that needs resolving.

If composer has been stopped by the user, restart it and check that the operation that was being performed when the error occurred has completed successfully.

If there is a network problem, contact your network administrator to resolve the problem. Then retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL010W

You have attempted to delete the master domain ("domain"), which is not allowed.

See message.

domain identifies the master domain that you are trying to delete.

The operation cannot be performed.

If you intended to delete a different domain which is not the master, change the domain name and retry the operation.

Otherwise, the master domain cannot be deleted.

AWSJCL011E

An internal error has occurred. The expected parameter "parameter" was missing for the command "command".

See message.

command identifies the command sent by the command line client.

parameter is the parameter that was expected for this command but was not found in the command string.

The operation cannot be performed.

Retry the operation to ensure that the problem was not caused by a communication error between the command line client and the command line server. If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL012E

The object "object_key" cannot be unlocked because you have no UNLOCK authorization for this object in the security file or because it is locked by the user "user" in a different session.

The server is trying to unlock the indicated object before working on it, probably as the result of a specific unlock command or because the command you have issued has finished to modify the object.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

user identifies the user that has locked it in a different session.

The operation cannot be performed.

Do the following:

  • Verify that you are authorized to unlock objects and retry the operation after a brief interval.
  • If the problem persists and you are the user that has locked the object in another session, try and return to that session and unlock the object.
  • If the problem persists and you are not the user that has locked the object, get the user who locked the object to reopen the other session, if possible, and unlock the object.

If the other session cannot be identified, or the session cannot be reopened, or the other user cannot be contacted, get the superuser to unlock the object.

AWSJCL013E

The object "object_key" cannot be updated because it is not locked.

The server is trying to update and unlock the indicated object but it has not been previously locked.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

The operation cannot be performed.

Try and lock the object and then retry the update and unlock operation.

AWSJCL014W

The object "object_key", which you locked using the lock command, is no longer locked. The lock might have been removed by another user or it could have been remove by your own process. This can happen when the modify command fails to update some of the selected objects and you choose to re-edit failed objects.

object_key identifies the object that is the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

Message AWSJCL016I is displayed, prompting you to decide whether or not to proceed.

Check whether the object has been modified by another user before responding to the prompt. If you are using the re-edit function in the modify command, you might decide that this check is not required.

AWSJCL015W

The object "object_key" already exists.

You are trying to create an object but an object with the same key already exists.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

Message AWSJCL016I is displayed, prompting you to decide whether or not to proceed.

Check that the object indicated in the message is the one that you wanted to create:

  • If it is, decide whether you want to maintain the existing object, or overwrite it with the one you are creating.
  • Otherwise, change the object key and retry the command.

AWSJCL017W

No objects have been found that match the criteria in the command.

See message.

The operation cannot be performed.

Change the object identification criteria and retry the command.

AWSJCL019E

An internal error has occurred. The parameter "parameter" is not in the correct format.

See message.

parameter is the parameter that is not in the correct format.

The operation cannot be performed.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL020E

The master domain manager workstation has not been defined in the database.

See message.

The operation cannot be performed.

Check that the definition of the master domain manager workstation in the localopts or useropts file is correct and corresponds to the master domain manager defined in the database on the master domain manager. If you find a discrepancy, correct it and rerun the command.

AWSJCL021E

An internal error has occurred. Unable to retrieve the master domain manager workstation name. The reason is as follows: "reason".

See message.

reason is the reason why the program was unable to retrieve the master domain manager workstation name.

The operation cannot be performed.

Look at the reason to determine why the program was unable to retrieve the master domain manager workstation name.

  • If you find a problem that you can correct, do so and retry the command.
  • If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL022E

An internal error has occurred. Unable to retrieve a global option "option" from the database. The reason is as follows: "reason".

See message.

option identifies the option that cannot be retrieved.

reason is the reason why.

The operation cannot be performed.

Look at the reason to determine why the database retrieval failed.

  • If you find a problem that you can correct, do so and retry the command.
  • If the problem is the permissions of the user, check that the user is set up correctly in the Security file and has permission for the action being performed.
  • If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL023E

The object "object_key" cannot be unlocked because you have no UNLOCK authorization for this object in the security file or because it is locked by the following user "user".

The server is trying to unlock the indicated object before working on it, probably as the result of a specific unlock command or because the command you have issued has finished modify the object.

object_key identifies the object which was the subject of the command. It is presented in the form <object_type_short_name>=<key>, where <short_name> is the short name of the object type (for example ws is the short name for workstation), and <key> identifies the object. The object type short names are documented in the User's Guide and Reference.

user identifies the user that has locked it.

The operation cannot be performed.

Do the following:

  • Verify that you are authorized to unlock objects and retry the operation after a brief interval.
  • If the problem persists, get the user who has locked the object to unlock it.

    If the other user cannot be contacted, get the superuser to unlock the object.

AWSJCL024W

You have included one or more time zone definitions in the command but time zone support is not enabled.

See message.

The program continues, but the time zone part of the definition is ignored.

If you do not need time zone support, you need take no action, but should be aware that the time zone part of the definition has been ignored.

If you need time zone support, see the product documentation for information on the implications of, and procedure for, enabling it. When you have enabled it, retry the operation.

The User's Guide and Reference for general information about time zone support and Planning and Installation for information about how to enable it.

AWSJCL025W

The job "job" defined in job stream "job_stream" has a schedtime time that is later than its until time.

See message.

job identifies the job that contains the incompatible date values.

job_stream identifies the job stream to which the job belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The job as defined can never run.

Edit the job, changing either the schedtime time or the until time so that the former precedes the latter.

AWSJCL026W

The runcycle "run_cycle" defined in job stream "job_stream" has a schedtime time that is later than its until time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

job_stream identifies the job stream to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the run cycle, changing either the schedtime time or the until time so that the former precedes the latter.

AWSJCL027W

The job "job" defined in job stream "job_stream" has an until time that is later than its deadline time.

See message.

job identifies the job that contains the incompatible date values.

job_stream identifies the job stream to which the job belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The job as defined can never run.

Edit the job, changing either the until time or the deadline time so that the former precedes the latter.

AWSJCL028W

The runcycle "run_cycle" defined in job stream "job_stream" has an until time that is later than its deadline time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

job_stream identifies the job stream to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the run cycle, changing either the until time or the deadline time so that the former precedes the latter.

AWSJCL029W

The job "job" defined in job stream "job_stream" has a schedtime time that is later than its deadline time.

See message.

job identifies the job that contains the incompatible date values.

job_stream identifies the job stream to which the job belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The job as defined can never run.

Edit the job, changing either the schedtime time or the deadline time so that the former precedes the latter.

AWSJCL030W

The runcycle "run_cycle" defined in job stream "job_stream" has a schedtime time that is later than its deadline time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

job_stream identifies the job stream to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the run cycle, changing either the schedtime time or the deadline time so that the former precedes the latter.

AWSJCL031W

The job "job" defined in job stream "job_stream" has a dependency in which its from time is later than its to time.

See message.

job identifies the job that contains the incompatible date values.

job_stream identifies the job stream to which the job belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The job as defined can never run.

Edit the job, changing either the from time or the to time so that the former precedes the latter.

AWSJCL032W

The job stream "job_stream" defines a matching criteria definition in which its from time is later than its to time.

See message.

job_stream identifies the job stream to which the job belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The job as defined can never run.

Edit the job, changing either the from time or the to time so that the former precedes the latter.

AWSJCL033W

The job stream "job_stream" has a dependency on the job "job"in which its from time is later than its to time.

See message.

job identifies the job dependency that contains the incompatible date values.

job_stream identifies the job stream to which the dependency belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The job as defined can never run.

Edit the job, changing either the from time or the to time so that the former precedes the latter.

AWSJCL034W

Insufficient resource units are available.Resource "resource" has "available_units" units available, but the job stream "job_stream" requires "required_units" units.

See message.

job_stream identifies the job stream to which the dependency belongs

resource identifies the resource required

available_units identifies the number of units of the resource that are available.

required_units identifies the number of units of the resource that are required by the job stream.

The incompatible values are stored in the database for you to correct later. The dependency can never be satisfied. The program continues

Either make more resource units available or reduce the requirement of the job stream. Issue a command or use the Dynamic Workload Console to effect the choice made.

AWSJCL035W

Insufficient resource units are available.The resource "resource" has "available_units" units available, but the job "job" defined in the job stream "job_stream" requires "required_units" units.

See message.

job identifies the job to which the dependency belongs

job_stream identifies the job stream to which the job belongs

resource identifies the resource required

available_units identifies the number of units of the resource that are available.

required_units identifies the number of units of the resource that are required by the job.

The incompatible values are stored in the database for you to correct later. The dependency can never be satisfied. The program continues

Either make more resource units available or reduce the requirement of the job. Issue a command or use the Dynamic Workload Console to effect the choice made.

AWSJCL036W

The resource is not defined for the same workstation or workstation class as the job stream.Job stream "job_stream" is defined for workstation or workstation class "job_stream_target"; resource "resource" is defined for workstation or workstation class "resource_target".

See message.

job_stream identifies the job stream to which the dependency belongs.

job_stream_target identifies the workstation or workstation class defined for the job stream.

resource identifies the resource required.

resource_target identifies the workstation or workstation defined for the resource.

The incompatible values are stored in the database for you to correct later. The dependency can never be satisfied. The program continues.

Change the workstation or workstation class either in the job stream definition or in the resource definition. Issue a command or use the Dynamic Workload Console to effect the choice made.

AWSJCL037W

The resource is not defined for the same workstation or workstation class as the job.Job "job" is defined for workstation or workstation class "job_target"; resource "resource" is defined for workstation or workstation class "resource_target".

See message.

job identifies the job to which the dependency belongs.

job_target identifies the workstation or workstation class defined for the job.

resource identifies the resource required.

resource_target identifies the workstation or workstation defined for the resource.

The incompatible values are stored in the database for you to correct later. The dependency can never be satisfied. The program continues.

Change the workstation or workstation class either in the job definition or in the resource definition. Issue a command or use the Dynamic Workload Console to effect the choice made.

AWSJCL038W

The job stream "job_stream" has a schedtime time that is later than its until time.

See message.

job_stream identifies the job stream to which the time restriction belongs.

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the job stream, changing either the schedtime time or the until time so that the former precedes the latter.

AWSJCL039W

The job stream "job_stream" has an until time that is later than its deadline time.

See message.

job_stream identifies the job stream to which the time restriction belongs.

The program continues, and the incompatible values are stored in the database, for you to correct later.

If you do nothing, the job stream might not complete when you want it to. Edit the job stream, changing either the until time or the deadline time so that the former precedes the latter.

AWSJCL040W

The job stream "job_stream" has a schedtime time that is later than its deadline time.

See message.

job_stream identifies the job stream to which the time restriction belongs.

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the job stream, changing either the schedtime time or the deadline time so that the former precedes the latter.

AWSJCL041E

The object "object" does not exist.

The identified object has been either deleted or not been created, or you have mistyped the object identifier.

object identifies the object that does not exist.

The operation cannot be performed.

Retry the command, identifying a different object that exists. If the object needs to exist, create it before retrying this command.

AWSJCL042E

The object "object" cannot be deleted because it is referenced by the following object or objects:

See message.

object identifies the object that you are trying to delete.

The operation cannot be performed.

Check the details of the command that you are trying to perform. If you have selected the wrong object select the correct one and repeat the operation. If you must delete this object, you must first either remove the references to the object you want to delete, or delete the objects that reference it.

AWSJCL043W

The job stream "job_stream" contains the following critical jobs "job_name_list" but the database property "db_property_name" is set to "db_property_value".

See message.

job_stream identifies the job stream to which the critical jobs belong.

job_name_list identifies the list of the critical jobs.

db_property_name identifies the database property name.

db_property_value identifies the database property value.

The critical jobs are created or updated even though the calculation of the critical path is not enabled. The program continues.

Change the value of the database property to specify that the critical path is to be calculated.

AWSJCL044W

You have attempted to delete the default variable table ("variable_table"), which is not allowed.

See message.

variable_table identifies the default variable table that you are trying to delete.

The operation cannot be performed.

If you intended to delete a different variable table which is not the default, change the variable table name and retry the operation.

Otherwise, the default variable table cannot be deleted.

AWSJCL045E

The default variable table has not been defined in the database.

See message.

The operation cannot be performed.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL046E

An internal error has occurred. Unable to retrieve the default variable table name. The reason is as follows: "reason".

See message.

reason is the reason why the program was unable to retrieve the default variable table name.

The operation cannot be performed.

Look at the reason to determine why the program was unable to retrieve the default variable table name.

  • If you find a problem that you can correct, do so and retry the command.
  • If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL047W

You have defined "new_table" to become the default variable table: "old_table", which is the current default, will be modified to become an ordinary variable table.

See message.

new_table is the name of the new default variable table, as defined by the user.

old_table is the name of the current default variable table, which will be modified to become an ordinary variable table.

The new or updated variable table becomes the default. The program continues.

If you intended to add or modify a variable table without changing the default, edit the old default variable table and add the ISDEFAULT keyword again.

Otherwise, the defined variable table becomes the default.

AWSJCL048W

The run cycle group "run_cycle_group" has a schedtime time that is later than the until time.

See message.

run_cycle_group identifies the run cycle group on which the time restriction is set.

The program continues, and the incompatible values are stored in the database, to be corrected at a later time.

Edit the run cycle group, changing either the schedtime time or the until time so that the former precedes the latter.

AWSJCL049W

The run cycle group "run_cycle_group" has an until time that is later than the deadline time.

See message.

run_cycle_group identifies the run cycle group on which the time restriction is set.

The program continues, and the incompatible values are stored in the database, to be corrected at a later time.

If you do nothing, the job streams that reference the run cycle group might not complete when expected. Edit the run cycle group, changing either the until time or the deadline time so that the former precedes the latter.

AWSJCL053E

An internal error has occurred. The command passed one or more parameters to this program that are not valid.

See message.

The operation cannot be performed.

Retry the command, in case the problem that caused the error is no longer present. If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL054E

The command "command" has failed, for the following reason: "reason".

See message.

command identifies the command that has failed.

reason is the reason why. This is normally another message.

The operation cannot be performed.

Check the reason to understand why the command failed. Follow the instructions relating to the reason.

AWSJCL075E

Symphony file load has failed. Check the application server logs for additional information.

See message.

exception_message describes the error.

The plan is not loaded on RDBMS. The HCL Dynamic Workload Console is automatically switched to work on the Symphony file instead of the RDBMS.

Fix the problem causing the failure and run planman resync to reload the Symphony in the Database.

AWSJCL080W

The run cycle group "run_cycle_group" has a schedtime time that is later than the deadline time.

See message.

run_cycle_group identifies the run cycle group on which the time restriction is set.

The program continues, and the incompatible values are stored in the database, to be corrected at a later time.

Edit the run cycle group, changing either the schedtime time or the deadline time so that the former precedes the latter.

AWSJCL081W

The run cycle "run_cycle" defined in the run cycle group "run_cycle_group" has a schedtime time that is later than the until time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

run_cycle_group identifies the run cycle group within which the run cycle is defined

The program continues, and the incompatible values are stored in the database, to be corrected at a later time. The run cycle as defined can never run.

Edit the run cycle, changing either the schedtime time or the until time so that the former precedes the latter.

AWSJCL082W

The run cycle "run_cycle" defined in the run cycle group "run_cycle_group" has an until time that is later than the deadline time.

See message.

run_cycle identifies the run cycle within which the run cycle is defined.

run_cycle_group identifies the run cycle group to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, to be corrected at a later time. The run cycle as defined can never run.

Edit the run cycle, changing either the until time or the deadline time so that the former precedes the latter.

AWSJCL083W

The run cycle "run_cycle" defined in the run cycle group "run_cycle_group" has a schedtime time that is later than the deadline time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

run_cycle_group identifies the run cycle group within which the run cycle is defined.

The program continues, and the incompatible values are stored in the database, to be corrected at a later time. The run cycle as defined can never run.

Edit the run cycle, changing either the schedtime time or the deadline time so that the former precedes the latter.

AWSJCL084E

The object "object" cannot be deleted because it is referenced by the following object or objects: "object_name_list"

See message.

object identifies the object that you are trying to delete.

object_name_list identifies the object or list of objects referencing this object.

The operation cannot be performed.

Check the details of the command that you are trying to perform. If you have selected the wrong object select the correct one and repeat the operation. If you must delete this object, you must first either remove the references to the object you want to delete, or delete the objects that reference it.

AWSJCL086W

The run cycle "run_cycle" defined in the run cycle group "run_cycle_group" has an every end time that is later than the until time.

See message.

run_cycle identifies the run cycle within which the run cycle is defined.

run_cycle_group identifies the run cycle group to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, to be corrected at a later time. The run cycle as defined can never run.

Edit the run cycle, changing either the until time or the every end time so that the former precedes the latter.

AWSJCL087W

The run cycle group "run_cycle_group" has an every end time that is later than the until time.

See message.

run_cycle_group identifies the run cycle group on which the time restriction is set.

The program continues, and the incompatible values are stored in the database, to be corrected at a later time.

If you do nothing, the job streams that reference the run cycle group might not complete when expected. Edit the run cycle group, changing either the until time or the every end time so that the former precedes the latter.

AWSJCL088W

The run cycle "run_cycle" defined in the run cycle group "run_cycle_group" has an every end time that is later than the deadline time.

See message.

run_cycle identifies the run cycle within which the run cycle is defined.

run_cycle_group identifies the run cycle group to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, to be corrected at a later time. The run cycle as defined can never run.

Edit the run cycle, changing either the deadline time or the every end time so that the former precedes the latter.

AWSJCL089W

The run cycle group "run_cycle_group" has an every end time that is later than the deadline time.

See message.

run_cycle_group identifies the run cycle group on which the time restriction is set.

The program continues, and the incompatible values are stored in the database, to be corrected at a later time.

If you do nothing, the job streams that reference the run cycle group might not complete when expected. Edit the run cycle group, changing either the deadline time or the every end time so that the former precedes the latter.

AWSJCL090W

The runcycle "run_cycle" defined in job stream "job_stream" has a every end time that is later than its deadline time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

job_stream identifies the job stream to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the run cycle, changing either the every end time or the deadline time so that the former precedes the latter.

AWSJCL091W

The runcycle "run_cycle" defined in job stream "job_stream" has a every end time that is later than its until time.

See message.

run_cycle identifies the run cycle that contains the incompatible date values.

job_stream identifies the job stream to which the run cycle belongs

The program continues, and the incompatible values are stored in the database, for you to correct later. The run cycle as defined can never run.

Edit the run cycle, changing either the every end time or the until time so that the former precedes the latter.

AWSJCL092W

The polling interval value "interval" defined for start condition "start_condition" in job stream "job_stream" is not divisible by 60. The value will be approximated to "rounded_interval".

See message.

start_condition identifies the start condition of the job stream to which the polling interval applies.

job_stream identifies the job stream to which the start condition applies.

interval identifies the polling interval value of the start condition in seconds.

rounded_interval identifies the approximated polling interval value of the start condition in seconds.

The program continues, and the incorrect values are modified and stored in the database. The start condition runs with the approximated polling interval value.

Edit the job stream to modify the start condition polling interval value so that is divisible by 60.

AWSJCL093W

The polling interval value "interval" for job "job" defined in job stream "job_stream" is not divisible by 60. The value will be approximated to "rounded_interval".

See message.

job identifies the job of the job stream to which the polling interval applies.

job_stream identifies the job stream to which the start condition applies.

interval identifies the polling interval value of the start condition in seconds.

rounded_interval identifies the approximated polling interval value of the start condition in seconds.

The program continues, and the incorrect values are modified and stored in the database. The job runs with the approximated polling interval value.

Edit the job stream to modify the job polling interval value so that is divisible by 60.

AWSJCL100E

The option short name "option_short_name" is not valid. Valid short names are as follows: "option_short_name_list".

See message.

option_short_name is the option short name which is not valid.

option_short_name_list is a list of valid option short names.

The optman command cannot be processed.

Select a valid option short name from the list and reissue the command.

AWSJCL101E

The option long name "option_long_name" is not valid. Valid long names are as follows: "option_long_name_list".

See message.

option_long_name is the option long name which is not valid.

option_long_name_list is a list of valid option long names.

The optman command cannot be processed.

Select a valid option long name from the list and reissue the command.

AWSJCL102E

An internal error has occurred. The internal option database name "option_database_name" is not valid. Valid option database names are: "option_database_name_list".

See message.

option_database_name is the name with which the option is stored in the database, and which is not valid.

option_database_name_list is a list of valid option database names.

The optman command cannot be processed.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL103E

The input format of the option "option_input_format" is not valid. Valid option input formats are as follows: "option_input_format_list".

See message.

option_input_format is the input format in which the option is stored in the database, and which is not valid.

option_input_format_list is a list of valid option input formats.

The optman command cannot be processed.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL105E

The property "Property name" is empty.

AWSJCL106E

The provider URI " " is malformed.

AWSJCL200E

You cannot submit a job or job stream containing folders or including objects containing folders because the agent from which you are submitting is at a version earlier than v9.5, Fix Pack 2, while the master domain manager is at v9.5, Fix Pack 2 or higher.

See message.

The operation cannot proceed.

Update the agent or remove folders from the job or job stream or from the included objects.

AWSJCL300E

An internal error occurred while loading the XML Schema file "schema_file_name" used by the XML parser.

See message.

The XML file cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL301E

An internal error occurred while configuring the HCL Workload Automation parser properties and features.

See message.

The XML file cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL302E

An internal error occurred while parsing the XML file created by the XML Formatter component.

See message. If this message is returned in composer, the error is probably due to a misalignment between the composer and master versions.

The XML file cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL303E

An internal error has occurred with the syntax of the created XML file. The object type "object_type" with key "key" is not valid.

See message.

object_type and key identify the object that has an incorrect syntax.

The XML file cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL305E

A date format is not valid.

See message.

A date cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL306E

The following error has occurred with the syntax of the created XML file: "reason"

See message.

reason is a message explaining the error that the parser has found.

The XML file cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL307E

The value "attribute_value" specified for the attribute "attribute_name" is not allowed.

See message.

attribute_name identifies the object that has an incorrect value.

attribute_value identifies the inccorrect value assigned to the object.

The XML file cannot be parsed, so the operation cannot proceed.

Use a permitted value for that attribute, and retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL308E

The following error occurred while parsing the value "attribute_value" specified for the attribute "attribute_name": "reason"

See message.

attribute_name identifies the object that has an incorrect value.

attribute_value identifies the incorrect value assigned to the object.

reason is a message explaining the error that the parser has found.

The XML file cannot be parsed, so the operation cannot proceed.

Use a permitted value for that attribute, and retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL309E

The attribute "attribute_name" is not allowed inside the tag: "tag_name".

See message.

tag_name identifies the tag containing the wrong attribute.

attribute_name identifies the attribute that has an incorrect value.

The XML file cannot be parsed, so the operation cannot proceed.

Use a permitted value for that attribute, and retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL310E

The tag name "tag_name" is not allowed.

See message.

tag_name identifies the wrong tag inserted in the rule definition.

The XML file cannot be parsed, so the operation cannot proceed.

Use a permitted tag, and retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL311E

The required attribute "attribute_name" is missing inside the tag "tag_name".

See message.

tag_name identifies the tag that does not contain a required attribute.

attribute_name identifies the required attribute that is missing.

The XML file cannot be parsed, so the operation cannot proceed.

Use a permitted value for the attribute of the indicated tag, and retry the operation.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL312E

The line "line", in the created XML file, contains the following error: "reason"

See message.

line is the line containing the error.

reason is a message explaining the error that the parser has found.

The XML file cannot be parsed, so the operation cannot proceed.

Repeat the operation, as the problem might be transient.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL500W

The workstation "workstation" was not migrated because it has the same name as the master workstation in the version 8.4 database.

See message.

workstation identifies the workstation that has the same name as the master workstation in the 8.4 database.

The workstation data is not migrated. All scheduling objects that reference this workstation are linked to the master domain manager in the version 8.4 database. The migration continues.

If the workstation was of minor importance in the previous scheduling environment, it is quicker to recreate it in the version 8.4 database and modify the references that were set to the master domain manager so that they point to the newly created workstation.

However, if the workstation was important in the previous scheduling environment, with many references from jobs, job streams and other objects, it is quicker to choose a different name for the master workstation in the 8.4 database and repeat the migration procedure.

AWSJCL501W

The workstation "workstation" has been created as full status because it is a domain manager.

During the migration the workstation workstation has been identified as a domain manager but did not have the full status attribute set. In version 8.4 a domain manager must have the full status attribute set.

The workstation data is migrated with the full status attribute set. The migration continues.

If you do not want the workstation to be a domain manager, change it after the migration is complete.

AWSJCL502W

The domain "domain" referenced by workstation "workstation" does not exist. The workstation has been created as belonging to the master domain.

See message.

workstation identifies the workstation that had a nonexistent domain.

domain is the domain to which the workstation belonged, but that does not exist in the migrated database.

The workstation data is migrated with the master domain set as its domain. The migration continues.

Optionally, after the migration is complete, change the domain of the workstation to the appropriate value.

AWSJCL503W

The host "host_workstation" referenced by workstation "workstation" does not exist. The workstation has been created with the master domain manager as its host.

See message.

workstation identifies the workstation that had an incorrect host workstation.

host_workstation is the workstation that does not exist in the migrated database.

The workstation data is migrated with the domain manager set as its host_workstation. The migration continues.

Optionally, after the migration is complete, change the host of the workstation to the appropriate value.

AWSJCL504W

The parent domain "parent_domain" referenced by domain "domain" does not exist. The domain has been created with the master domain as it parent.

See message.

domain identifies the domain that has a nonexistent parent domain.

parent_domain is the domain that does not exist in the migrated database.

The domain data is migrated with the master domain set as its parent_domain. The migration continues.

Optionally, after the migration is complete, change the parent domain of the domain to the appropriate value.

AWSJCL505W

The workstation "workstation" referenced by workstation class "workstation_class" does not exist. The workstation class has been created omitting the workstation.

See message.

workstation_class identifies the workstation class that contains a nonexistent workstation.

workstation is the workstation that does not exist in the migrated database.

The workstation class data is migrated but the workstation is omitted. The migration continues.

None.

AWSJCL506E

The workstation or workstation class "workstation_or_workstation_class" referenced by job stream "job_stream" does not exist. The job stream is not migrated.

See message.

job_stream is the job stream that cannot be migrated.

workstation_or_workstation_class identifies the workstation or workstation class for which the job stream was defined, and that does not exist in the migrated database.

The job stream is not migrated.

Optionally, after the migration is complete, recreate the job stream for the correct workstation or workstation class.

AWSJCL507W

The calendar "calendar" referenced by job stream "job_stream" does not exist. The calendar reference is not migrated with the job stream.

See message.

job_stream identifies the job stream that contains a reference to an nonexistent calendar.

calendar is the calendar that does not exist in the migrated database.

The job stream data is migrated but the calendar reference is omitted. The migration continues.

Optionally, after the migration is complete, create the calendar required by this job stream and modify the job stream to use it.

AWSJCL508W

The calendar "calendar" referenced by a run cycle in job stream "job_stream" does not exist. The run cycle reference is not migrated with the job stream.

See message.

job_stream identifies the job stream that contains a run cycle with a reference to an nonexistent calendar.

calendar is the calendar that does not exist in the migrated database.

The job stream data is migrated but the run_cycle with the incorrect calendar reference is omitted. The migration continues.

Optionally, after the migration is complete, add a run cycle with a valid calendar reference to the job stream.

AWSJCL509W

The job definition "job_definition" referenced by job "job" in job stream "job_stream" does not exist. A dummy job definition is created and the job is modified to refer to it.

See message.

job_stream identifies the job stream that contains a reference to a nonexistent job definition.

job identifies the job that contains a reference to a nonexistent job definition.

job_definition is the job definition that does not exist in the migrated database.

The job stream data is migrated, a dummy job definition with the name TWS_INITIAL_DUMMY_JOBDEFINITION is created (if it has not already been created), and the job is modified to refer to it.

Optionally, after the migration is complete, create an appropriate job definition and modify the job to refer to it.

AWSJCL510W

The prompt "prompt" referenced as a dependency by job stream "job_stream" does not exist. A dummy prompt is added and the migrated job stream is modified to refer to it.

See message.

job_stream is the job stream that refers to a nonexistent prompt.

prompt is the prompt that does not exist in the migrated database.

The job stream data is migrated, and a dummy prompt with the name DUMMY is created (if it has not already been created), and the job stream is modified to refer to it.

Optionally, after the migration is complete, create the required prompt and modify the job stream to refer to it.

AWSJCL511W

The resource "resource" referenced as a dependency by job stream "job_stream" does not exist. The resource is created and the job stream is migrated.

See message.

job_stream identifies the job stream that refers to a nonexistent resource.

resource is the resource that does not exist in the migrated database.

The job stream data is migrated, and the resource is added to the migrated database. The new resource has the same name and an availability of 0. If the workstation that owns the resource does not exist it is allocated to the master domain manager and a warning issued.

Optionally, after the migration is complete, modify the availability and description of the created resource to your requirements.

AWSJCL512W

The workstation "workstation" referenced in a file dependency by job stream "job_stream" does not exist. A dummy file dependency is created and the migrated job stream is modified to refer to it.

See message.

job_stream identifies the job stream that has a dependency on a file on a nonexistent workstation.

workstation is the workstation that does not exist in the migrated database.

The job stream data is migrated, and a dummy file dependency with the name TWS_INITIAL_UPGRADE_DUMMY_FILE is created (if it has not already been created) with the master domain manager as the workstation. The job stream is modified to refer to the dummy dependency.

Optionally, after the migration is complete, modify the job stream's file dependency to refer to a real file.

AWSJCL513W

The job stream "dependent_job_stream" referenced in an external dependency by job stream "job_stream" does not exist. This dependency has been removed in the migrated job stream.

See message.

job_stream identifies the job stream that has a dependency on a nonexistent job stream.

dependent_job_stream is the dependent job stream that does not exist in the migrated database.

The job stream data is migrated, but the external dependency is removed.

Optionally, after the migration is complete, create a new external dependency for this job stream.

AWSJCL514W

The job "dependent_job" referenced in an external dependency by job stream "job_stream" does not exist. This dependency has been removed in the migrated job stream.

See message.

job_stream identifies the job stream that has a dependency on a nonexistent job.

dependent_job is the dependent job that does not exist in the migrated database.

The job stream data is migrated, but the external dependency is removed.

Optionally, after the migration is complete, create a new external dependency for this job stream.

AWSJCL515W

The workstation "workstation" referenced in a network dependency by job stream "job_stream" is not an extended agent. A dummy extended agent is created and the migrated job stream is modified to refer to it.

See message.

job_stream identifies the job stream that has a network dependency on a workstation that is not an extended agent.

workstation is the workstation that is not defined as an x-agent in the migrated database.

The job stream data is migrated, a dummy extended agent with the name TWS_DUMMY_XAGENT is created and the network dependency is modified to point to it.

Optionally, after the migration is complete, create a new network dependency for this job stream.

AWSJCL516W

The workstation "workstation" referenced in a network dependency by job stream "job_stream" does not exist. This dependency has been removed in the migrated job stream.

See message.

job_stream identifies the job stream that has a network dependency on a workstation that does not exist.

workstation is the workstation that does not exist in the migrated database.

The job stream data is migrated, but the network dependency is removed.

Optionally, after the migration is complete, create a new network dependency for this job stream.

AWSJCL517E

The workstation or workstation class "workstation_or_workstation_class" referenced by job definition "job_definition" does not exist. The job definition has not been migrated

See message.

job_definition identifies the job definition that refers to a nonexistent workstation or workstation class.

workstation_or_workstation_class is the workstation or workstation class that does not exist.

The job definition is not migrated.

Optionally, after the migration is complete, create a new job definition to replace this one that was not migrated.

AWSJCL518W

The recovery job "recovery_job" referenced by job "job" does not exist. The job is migrated without its recovery job.

See message.

job identifies the job that refers to a nonexistent recovery job.

recovery_job is the recovery job that does not exist.

The job definition is migrated without its recovery job.

Optionally, after the migration is complete, create a new job recovery definition and modify the job definition to refer to it.

AWSJCL519E

The workstation or workstation class "workstation or workstation class" referenced by resource "resource" does not exist. The resource is not migrated.

See message.

resource identifies the resource that refers to a nonexistent workstation or workstation class.

workstation_or_workstation_class is the workstation or workstation class that does not exist.

The resource is not migrated.

Optionally, after the migration is complete, create a new resource to replace this one that was not migrated.

AWSJCL520E

The workstation "workstation" referenced by Windows user "Windows_user" does not exist. The user is not migrated.

See message.

Windows_user identifies the Windows user that refers to a nonexistent workstation.

workstation is the workstation that does not exist.

The Windows user is not migrated.

Optionally, after the migration is complete, create a new Windows user to replace this one that was not migrated.

AWSJCL521E

The password specified for the Windows user "Windows_user" does not comply with password security policy requirements.

See message.

Windows_user identifies the user whose password is invalid.

The Windows user is not migrated.

Assign a different password to the user that satisfies the password rules of the computer, and then add the user to the version 8.3 database. The Windows user can then be migrated.

AWSJCL522W

The file dependency referenced in job stream "job_stream" is incorrect. The file name "filename" exceeds the maximum length of "max_length" bytes. This dependency has been removed from the migrated job stream and the priority is set to 0.

See message.

job_stream identifies the job stream that has a file dependency that is incorrect.

filename is the filename that is too long.

max_length is the maximum length in bytes of the filename.

The job stream data is migrated, but the file dependency is removed.

Optionally, after the migration is complete, create a new and correct file dependency for this job stream.

AWSJCL523W

The file dependency referenced in the job stream "job_stream" is incorrect. The concatenation of the file path "path" and the file qualifier "qualifier" exceeds the maximum length of "max_length" bytes. This dependency has been removed from the migrated job stream and the priority is set to 0.

See message.

job_stream identifies the job stream that has the file dependency that is incorrect.

path is the path of the file specified in the file dependency.

qualifier is the qualifier of the file in the file dependency.

max_length is the maximum length in bytes of the filename.

The job stream data is migrated, but the file dependency is removed.

Optionally, after the migration is complete, create a new and correct file dependency for this job stream.

AWSJCL524E

The job definition "job" contains a null value for one or more of the following keywords: docommand , scriptname , or streamlogon . The job definition has not been migrated.

See message.

job_definition identifies the job definition that has null values for one or more keywords.

The job definition is not migrated.

Optionally, after the migration is complete, create a new and correct job definition to replace this one that was not migrated.

AWSJCL525E

The server was unable to load the requested objects within the timeout period of "timeout" seconds

See message.

timeout is the configurable timeout period that has been exceeded by this operation.

The requested operation is not performed.

Retry the operation. If the error persists, change the timeout setting com.ibm.tws.conn.queue.timeout in the TWSConfig.properties file to a larger value, and retry the operation.

AWSJCL526W

The workstation "workstation" (previously defined as MANGER) has been imported as a fault-tolerant agent because the domain manager already exists.

See message.

workstation is the workstation defined as MANAGER in the old database and which has been imported as a fault-tolerant agent in the new one.

The workstation is imported, but as a fault-tolerant agent.

Check if it is correct that this workstation that used to be a domain manager is now to be a fault-tolerant agent.
  • If it is correct, take no further action
  • If it is not correct, check why you have a domain manager already defined. You may need to change the domain manager definition manually.

AWSJCL531E

The event rule "event_rule" contains a duplicate action parameter: "parameter_name".

See message.

event_rule identifies the event rule to which the action belongs.

parameter_name identifies the duplicate action parameter.

The XML file cannot be parsed, so the operation cannot proceed.

Do not specify duplicate action parameters when defining an event rule.

If you cannot resolve the problem, search the HCL Support database for a solution at https://hclpnpsupport.hcltech.com/csm.

AWSJCL533E

The operating system value, "osType", specified for the workstation "ftaName" being defined, is not a supported operating system value for a fault-tolerant agent workstation. Valid values are: UNIX, WNT or OTHER

See message.

The workstation is not created.

Assign a valid value to the OS key and submit the operation again.

AWSJCL534E

An error occurred when encoding the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request format and try the operation again.

AWSJCL535E

An error occurred when encoding the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request format and try the operation again.

AWSJCL536E

An error occurred when encoding the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request format and try the operation again.

AWSJCL537E

An error occurred when encoding the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request format and try the operation again.

AWSJCL538E

An error occurred when encoding the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request format and try the operation again.

AWSJCL539E

An error occurred when parsing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request format and try the operation again.

AWSJCL540E

An error occurred when initializing the connection for plan. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the connection properties and try the operation again.

AWSJCL541E

An error occurred when initializing the connection for plan. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the connection properties and try the operation again.

AWSJCL542E

An error occurred when initializing the connection for plan. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the connection properties and try the operation again.

AWSJCL543E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL544E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL545E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL546E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL547E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL548E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL549E

An error occurred when processing the request. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the request and try the operation again.

AWSJCL550E

There is an error in the URI syntax. The following error message has additional details: "errorMsg"

See message.

errorMsg is the actual error message that was issued.

The requested operation is not performed.

Check the URI and try the operation again.

AWSJCL553W

Centralized agent update not perfomed on workstation "agentZip" since its version: "agentVersion" is greater than or equal to agent version available on the master: "masterVersion"

See message.

AWSJCL554E

Agent zip file not found in depot folder: "depot" for operating system: "arch" and version: "agentVersion"

See message.

AWSJCL555W

The "keyword" variable is longer than the maximun number of bytes and will be truncated.

See message.

Reduce the lenght to avoid that the variable is truncated.

AWSJCL556W

A logman report is already running. Any other requests are skipped until the current operation completes.

See message.

A logman report is still in progress.

Wait for the current operation to complete.

AWSJCL557W

The edit job action was not applied because the job was in a not supported status. The job instance changes were not applied.

See message.

To run a modifed job instance, retry the edit of the job when it is in HOLD or READY status.

See message.