WebSphere Process Server messages     Operating Systems: All supported
CWTKS0001I: Validated the ''{0}'' task component model successfully: {1} information, {2} warnings, {3} errors.
Explanation: Summary of the successful validation of the task component model.
User Action: Note of the number of errors, warnings, and information messages concerning the related task component model.

 

CWTKS0002I: Validated the ''{0}'' task component model with findings: {1} information, {2} warnings, {3} errors.
Explanation: Summary of the failed validation of the task component model.
User Action: Take down the according errors, warnings, and information messages concerning the related task component model.

 

CWTKS0003I: Validated ''{0}'' task component model with findings: {1} information, {2} warnings, {3} errors: {4}
Explanation: Summary of the failed validation of the task component model.
User Action: Take down the according errors, warnings, and information messages concerning the related task component model.

 

CWTKS0050E: Task component validation error: ''{0}''. Error parameters: {1}.
Explanation: This is a general purpose message that is used when the product is in service and a new error message is needed.
User Action: Check the error message for a description of the error.

 

CWTKS0051W: Task component validation warning: ''{0}''. Warning parameters: {1}.
Explanation: This is a general purpose message that is used when the product is in service and a new warning message is needed.
User Action: Check the warning message for a description of the warning.

 

CWTKS0052I: Task component validation information: ''{0}''. Information parameters: {1}.
Explanation: This is a general purpose message that is used when the product is in service and a new information message is needed.
User Action: Check the information message for a description of the information.

 

CWTKS0100E: The task component file ''{0}'' must not contain interfaces and references.
Explanation: Task component files that refer to a task implementation file must follow these rules: For to-do tasks, only one interface and no reference is allowed. For invocation tasks, only one reference and no interface is allowed. Human task component files cannot contain a reference nor an interface.
User Action: Correct the task component file so that it contains a valid combination of interfaces and references.

 

CWTKS0101E: The ''{0}'' task component file contains more than one interface.
Explanation: Task component files must not contain more than one interface.
User Action: Correct the task component file so that it contains only one interface.

 

CWTKS0102E: The ''{0}'' task component file contains more than one reference.
Explanation: Task component files must not contain more than one references.
User Action: Correct the task component file so that it contains only one reference.

 

CWTKS0103E: The interface in the ''{0}'' task component file contains more than one operation.
Explanation: An interface used in a task component file must not contain more than one operation.
User Action: Correct the task component file so that it contains only one operation for the interface.

 

CWTKS0104E: The reference in the ''{0}'' task component file contains more than one operation.
Explanation: A reference used in a task component file must not contain more than one operation.
User Action: Correct the task component file so that it contains only one operation for the reference.

 

CWTKS0105E: The reference in the ''{0}'' task component file contains more than one interface.
Explanation: A reference used in a task component file must not contain more than one interface.
User Action: Correct the task component file so that it contains only one interface for the reference.

 

CWTKS0106E: The ''{1}'' interface in the task component file ''{0}'' needs the preferredInteractionStyle attribute with a value of ''async''.
Explanation: The indicated interface in the task component file does not contain the specified attribute. This attribute with a value of 'async' is mandatory for to-do tasks.
User Action: Add the preferredInteractionStyle attribute with a value 'async' to the interface in the task component file.

 

CWTKS0107E: The ''{1}'' interface of the ''{0}'' task component file specifies the ''{2}'' interface qualifier more than once.
Explanation: Interface qualifiers must not be specified more than once for each interface.
User Action: Ensure that there is only one occurrence of the interface qualifier.

 

CWTKS0108E: The ''{1}'' reference of the ''{0}'' task component file specifies the ''{2}'' reference qualifier more than once.
Explanation: Reference qualifiers must not be specified more than once for each reference.
User Action: Ensure that there is only one occurrence of the reference qualifier.

 

CWTKS0109E: The ''{0}'' task component file specifies the ''{1}'' implementation qualifier more than once.
Explanation: Implementation qualifiers must not be specified more than once.
User Action: Ensure that there is only one occurrence of the implementation qualifier.

 

CWTKS0110E: The ''{0}'' task component file requires either the Transaction or the ActivitySession implementation qualifier.
Explanation: A task component file must specify whether a global transaction or an activity session is to be used.
User Action: Add either the Transaction or the ActivitySession implementation qualifier to the task component file.

 

CWTKS0111E: The ''{0}'' task component file must contain the Transaction implementation qualifier with a value of ''global''.
Explanation: Task component files that run in a global transaction must contain the Transaction implementation qualifier with a value of 'global'.
User Action: Add the implementation qualifier.

 

CWTKS0112E: The ''{0}'' task component file must contain the Transaction implementation qualifier with a value of ''global''.
Explanation: Task component files that run in a global transaction must contain the Transaction implementation qualifier with a value of 'global'.
User Action: Change the implementation qualifier so that it is set to 'global'.

 

CWTKS0113E: The ''{0}'' task component file requires that the implementation qualifier ''Transaction'' has the value ''local'' and a local transaction boundary ''activity session'' specified.
Explanation: For task component files that are specified to run in an activity session, you must set the implementation qualifier 'Transaction' to the value 'local' and local transaction boundary 'activity session'.
User Action: Add the indicated implementation qualifier.

 

CWTKS0114E: The ''{0}'' task component file requires that the implementation qualifier ''Transaction'' has the value ''local'' and a local transaction boundary ''activity session'' specified.
Explanation: For task component files that are specified to run in an activity session, you must set the implementation qualifier 'Transaction' to the value 'local' and local transaction boundary 'activity session'.
User Action: Change the indicated implementation qualifier.

 

CWTKS0115E: The ''{0}'' task component file specifies the ActivitySession implementation qualifier although it is not allowed in tasks that run in a transaction.
Explanation: Task component files that run in a transaction cannot use the ActivitySession implementation qualifier.
User Action: Remove the ActivitySession implementation qualifier.

 

CWTKS0116E: The ''{0}'' task component file specifies the ActivitySession implementation qualifier although it is not allowed in to-do tasks.
Explanation: Task component files that specify to-do tasks cannot use the ActivitySession implementation qualifier.
User Action: Remove the ActivitySession implementation qualifier.

 

CWTKS0117E: The ''{0}'' task component file does not specify the mandatory ActivitySession implementation qualifier.
Explanation: Task component files that run in an activity session must specify the ActivitySession implementation qualifier.
User Action: Add the ActivitySession implementation qualifier to the interface.

 

CWTKS0118E: The ''{0}'' task component file does not contain an ActivitySession implementation qualifier with a value of ''true''.
Explanation: Task component files that run in an activity session must contain an ActivitySession implementation qualifier with value of 'true'.
User Action: Change the value of the ActivitySession implementation qualifier to 'true'.

 

CWTKS0119E: The ''{1}'' interface in the ''{0}'' task component file does not specify the mandatory JoinTransaction interface qualifier.
Explanation: Task component files that run in a global transaction must specify the JoinTransaction interface qualifier.
User Action: In the Assembly Diagram, add the JoinTransaction interface qualifier to the interface and select "false" as its value.

 

CWTKS0120E: The JoinTransaction qualifier of the ''{1}'' interface in the ''{0}'' task component file has an incorrect value.
Explanation: The JoinTransaction interface qualifier in a task component file that runs in a global transaction must contain the value "false".
User Action: In the Assembly Diagram, change the value of the JoinTransaction interface qualifier to "false".

 

CWTKS0121E: The ''{2}'' operation of the ''{1}'' interface in the ''{0}'' task component file is missing the mandatory JoinTransaction interface qualifier.
Explanation: Task component files that run in a global transaction must specify the JoinTransaction interface qualifier.
User Action: In the Assembly Diagram, add the JoinTransaction interface qualifier to the interface.

 

CWTKS0122E: The JoinTransaction qualifier of the ''{2}'' operation of the ''{1}'' interface in the ''{0}'' task component file has an incorrect value.
Explanation: The JoinTransaction interface qualifier in a task component file that runs in a global transaction must contain the value of "false".
User Action: In the Assembly Diagram, change the value of the JoinTransaction interface qualifier to "false".

 

CWTKS0123E: The ''{1}'' reference in the ''{0}'' task component file specifies the SuspendTransaction reference qualifier although it is not allowed in tasks running in an activity session.
Explanation: Task component files that run in an activity session cannot use the SuspendTransaction reference qualifier.
User Action: Remove the SuspendTransaction reference qualifier from the reference.

 

CWTKS0124E: The ''{1}'' interface in the ''{0}'' task component file specifies the JoinActivitySession interface qualifier although it is not allowed in to-do tasks.
Explanation: Task component files that specify to-do tasks cannot use the JoinActivitySession interface qualifier.
User Action: Remove the JoinActivitySession interface qualifier from the interface.

 

CWTKS0125E: The ''{2}'' operation of the ''{1}'' interface in the ''{0}'' task component file specifies the JoinActivitySession interface qualifier although it is not allowed in to-do tasks.
Explanation: Task component files that specify to-do tasks cannot use the JoinActivitySession interface qualifier.
User Action: Remove the JoinActivitySession interface qualifier from the interface.

 

CWTKS0126E: The ''{1}'' reference in the ''{0}'' task component file specifies the SuspendActivitySession reference qualifier although it is not allowed for tasks running in a transaction.
Explanation: Task component files that run in a transaction cannot use the SuspendActivitySession reference qualifier.
User Action: Remove the SuspendActivitySession reference qualifier from the reference.

 

CWTKS0127E: The ''{1}'' reference in the ''{0}'' task component file needs the reference qualifier ''Asynchronous Invocation'' with a value of ''commit''.
Explanation: The reference in the task component file does not contain the specified reference qualifier with the correct value. This is mandatory for invocation tasks.
User Action: Add the indicated reference qualifier to the reference in the task component file.

 

CWTKS0200E: The ''{2}'' outbound interface that is specified by the ''{1}'' task implementation file is not specified in the ''{0}'' task component file.
Explanation: If the task implementation file specifies an outbound interface, the task component file must specify the same reference.
User Action: In the Assembly Diagram, add a reference to the task component file so it is the interface that the task implementation file specifies.

 

CWTKS0201E: The ''{2}'' inbound interface specified by the ''{1}'' task implementation file is not specified in the ''{0}'' task component file.
Explanation: If the task implementation file specifies an inbound interface, the task component file must specify the same interface.
User Action: In the Assembly Diagram, add an interface to the task component file so it is the interface that the task implementation file specifies.

 

CWTKS0202E: The ''{0}'' task component file specifies a reference, but the ''{1}'' task implementation file does not specify an outbound interface.
Explanation: The task component file must not specify a reference if the task implementation file does not specify an outbound interface.
User Action: Either correct the task component file or the task implementation file so that the reference in the task component file corresponds to the outbound interface in the task implementation file. Alternatively, remove these attributes from both files.

 

CWTKS0203E: The ''{0}'' task component file specifies an interface, but the ''{1}'' task implementation file does not specify an inbound interface.
Explanation: The task component file must not specify an interface if the task implementation file does not specify an inbound interface.
User Action: Either correct the task component file or the task implementation file so that the reference in the task component file corresponds to the inbound interface in the task implementation file. Alternatively, remove these attributes from both files.

 

CWTKS0300E: The ''{1}'' task implementation file that the ''{0}'' task component file refers to cannot be found.
Explanation: The task component file contains a reference to a corresponding task implementation file. This reference is present, but the file to which this reference points cannot be found.
User Action: In the Assembly Diagram, edit the task component file so that it points to an existing task implementation file.

 


Reference topic

Terms of use | Feedback

Timestamp icon Last updated: 9 June 2009