BFGAN0001 - BFGAN9999

BFGAN0001E
An incorrect timeout of ''<insert_0>'' was specified for the ''<insert_1>'' task. The ''timeout'' attribute must specify a value of at least one second.
Severity
20 : Error
Explanation
The timeout value, for the specified task, was incorrect. Timeout values must be integer numbers with the minimum permitted value being 1.
Response
Correct the timeout value for the specified task so that it is an integer value which is greater than or equal to 1.

BFGAN0002E
The ''id'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'id' attribute must be specified when using the specified task.
Response
Correct the task to specify an 'id' attribute.

BFGAN0003W
An unknown transfer ID of ''<insert_0>'' was specified for the ''<insert_1>'' task using the ''id'' attribute.
Severity
10 : Warning
Explanation
The specified transfer ID is not an identifier which corresponds to a known ID that is awaiting an outcome. This can occur if a value which is not transfer ID is specified. It may also occur if a transfer ID is specified for which the outcome has already been established.
Response
Ensure that the identifier that is specified corresponds to a transfer ID for which an outcome has not already been established.

BFGAN0004I
Awaiting outcome of transfer operation: <insert_0>
Severity
0 : Information
Explanation
The Ant script is waiting for the specified transfer to complete so that it can determine information about the completion conditions of the transfer.
Response
This message is for information only. No user action is required.

BFGAN0005I
Time out exceeded waiting for outcome of transfer operation: <insert_0>
Severity
0 : Information
Explanation
The transfer did not complete within the time specified as the 'timeout' parameter of the awaitoutcome task.
Response
No user action is required.

BFGAN0007I
Successful outcome for transfer operation: <insert_0>
Severity
0 : Information
Explanation
The specified transfer operation has completed successfully.
Response
No user action is required.

BFGAN0008I
Failed outcome for transfer: <insert_0>
Severity
0 : Information
Explanation
The specified transfer operation has failed.
Response
No user action is required.

BFGAN0009E
An incorrectly formatted value of ''<insert_0>'' was specified for the ''dst'' attribute of the ''<insert_1>'' task. The value specified using the ''dst'' attribute must be in the form ''agent_name@qm_name''.
Severity
20 : Error
Explanation
The value specified for the 'dst' attribute of the specified task was not entered in the correct format. The value should be specified as an agent name, followed by an '@' symbol and then the name of the queue manager to which the agent is connected.
Response
Correct the value specified for the 'dst' attribute so that if follows the stated conventions.

BFGAN0010E
The ''id'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The named task has been used without specifying the required attribute named 'id'.
Response
Correct the Ant script so that the named task specifies an attribute with the name 'id'. If necessary, consult the documentation for the task to determine the correct use of the 'id' attribute.

BFGAN0011E
The ''agentname'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The named task has been used without specifying the required attribute named 'agentname'.
Response
Correct the Ant script so that the named task specifies an attribute with the name 'agentname'. If necessary, consult the documentation for the task to determine the correct use of the 'agentname' attribute.

BFGAN0012I
Sending cancel request to ''<insert_0>'' for transfer: <insert_1>
Severity
0 : Information
Explanation
A cancel request has been submitted to the specified agent. This is to request the cancellation of the specified transfer.
Response
No user action is required.

BFGAN0014E
An incorrect retry count of ''<insert_0>'' was specified for the program invocation definition nested within the ''<insert_1>'' task. The minimum value for the ''retrycount'' attribute is zero.
Severity
20 : Error
Explanation
The 'retrycount' attribute, associated with the program invocation nested within the named task, is incorrectly specified. A negative number has been specified for the 'retrycount' attribute. A value of zero is the lowest value that can be assigned to the 'retrycount' attribute.
Response
Update the Ant script to either specify a permitted value for the 'retrycount' attribute, or remove the use of the 'retrycount' attribute. For more information consult the documentation for the specified task.

BFGAN0015E
An incorrect retry wait of ''<insert_0>'' was specified for the program invocation definition nested within the ''<insert_1>'' task. The minimum value for the ''retrywait'' attribute is zero.
Severity
20 : Error
Explanation
The 'retrywait' attribute, associated with the program invocation nested within the named task, is incorrectly specified. A negative number has been specified for the 'retrywait' attribute. A value of zero is the lowest value that can be assigned to the 'retrywait' attribute.
Response
Update the Ant script to either specify a permitted value for the 'retrywait' attribute, or remove the use of the 'retrywait' attribute. For more information consult the documentation for the specified task.

BFGAN0016E
The ''command'' attribute must be specified for the program invocation definition nested within the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'command' attribute has been omitted from the program invocation definition element nested within the specified task. The 'command' attribute is a required attribute and must be present.
Response
Update the program invocation to include the 'command' attribute. For more information consult the documentation for the specified task.

BFGAN0017E
The value of ''<insert_0>'' assigned to the ''checksum'' attribute nested inside the ''<insert_1>'' task is not valid. Valid values are ''MD5'' and ''NONE''.
Severity
20 : Error
Explanation
The 'checksum' attribute specified on the program invocation element nested within the specified task has been assigned the specified value, which is not valid for the 'checksum' attribute. The 'checksum' attribute must be assigned either a value of 'MD5' or a value of 'NONE'.
Response
Correct the Ant script by changing the value assigned to the 'checksum' attribute so that it is one of the valid values. Alternatively remove the use of the 'checksum' attribute. For more information consult the documentation for the specified task.

BFGAN0018E
The value of ''<insert_0>'' assigned to the ''dsteol'' attribute inside the ''<insert_1>'' task is not valid. Valid values are ''CRLF'' and ''LF''.
Severity
20 : Error
Explanation
The 'dsteol' attribute within the specified task has been assigned a value which is not valid for the 'dsteol' attribute. The 'dsteol' attribute must be assigned either a value of 'CRLF' or a value of 'LF'.
Response
Correct the Ant script by changing the value assigned of the 'dsteol' attribute so that it is one of the valid values. Alternatively remove the use of the 'dsteol' attribute. For more information consult the documentation for the specified task.

BFGAN0019E
The value of ''<insert_0>'' assigned to the ''srceol'' attribute inside the ''<insert_1>'' task is not valid. Valid values are ''CRLF'' and ''LF''.
Severity
20 : Error
Explanation
The 'srceol' attribute within the specified task has been assigned a value which is not valid for the 'srceol' attribute. The 'srceol' attribute must be assigned either a value of 'CRLF' or a value of 'LF'.
Response
Correct the Ant script by changing the value assigned to the 'srceol' attribute so that it is one of the valid values. Alternatively remove the use of the 'srceol' attribute. For more information consult the documentation for the specified task.

BFGAN0020E
The value of ''<insert_0>'' assigned to the ''dstencoding'' attribute inside the ''<insert_1>'' task is not a valid character set name.
Severity
20 : Error
Explanation
The value assigned to the 'dstencoding' attribute inside the specified task does not conform to the rules for naming Java character sets. The value assigned to the 'dstencoding' attribute must be a valid Java character set name.
Response
Correct the value assigned to the 'dstencoding' attribute so that it names a valid Java character set.

BFGAN0021W
The value of ''<insert_0>'' assigned to the ''dstencoding'' attribute inside the ''<insert_1>'' task is not a valid character set name for this JVM.
Severity
10 : Warning
Explanation
The value assigned to the 'dstencoding' attribute inside the specified task does not correspond to a Java character set name known to the Java Virtual Machine (JVM) used to run the Ant task. Supported character set names vary slightly depending on the JVM used, so it may be the IBM MQ Managed File Transfer agent that processes the request has support for the specified character set. However, if the operation being carried out by the specified task does not complete successfully the underlying cause may be the character set name specified using the 'dstencoding' attribute.
Response
If the operation being performed by the specified task is unsuccessful investigate the failure and consider changing the value specified using the 'dstencoding' attribute.

BFGAN0022E
The value of ''<insert_0>'' assigned to the ''srcencoding'' attribute nested inside the ''<insert_1>'' task is not a valid character set name.
Severity
20 : Error
Explanation
The value assigned to the 'srcencoding' attribute nested inside of the specified task does not conform to the rules for naming Java character sets. The value assigned to the 'srcencoding' attribute must be a valid Java character set name.
Response
Correct the value assigned to the 'srcencoding' attribute so that it names a valid Java character set.

BFGAN0023W
The value of ''<insert_0>'' assigned to the ''srcencoding'' attribute nested inside the ''<insert_1>'' is not a valid character set name for this JVM.
Severity
10 : Warning
Explanation
The value assigned to the 'srcencoding' attributed nested inside of the specified task does not correspond to a Java character set name known to the Java Virtual Machine (JVM) used to run the Ant task. Supported character set names vary slightly depending on the JVM used, so it may be the IBM MQ Managed File Transfer agent that processes the request has support for the specified character set. However, if the operation being carried out by the specified task does not complete successfully the underlying cause may be the character set name specified using the 'srcencoding' attribute.
Response
If the operation being performed by the specified task is unsuccessful investigate the failure and consider changing the value specified using the 'srcencoding' attribute.

BFGAN0024E
No destination attribute has been specified for the file specification element, nested within the ''<insert_0>'' task. Exactly one of the following attributes must be specified: ''dstfile'', ''dstdir'', ''dstds'', ''dstpds'', ''dstfilespace'' or ''dstQueue''.
Severity
20 : Error
Explanation
None of the destination attributes, specified in the message, have been used for the element nested within the specified task. Exactly one of the destination attributes must be specified.
Response
Correct the Ant script to specify exactly one of the destination attributes. For more information consult the documentation for the specified task.

BFGAN0025E
Either the ''srcfilespec'' attribute or the ''srcqueue'' attribute must be specified for the file specification nested within the ''<insert_0>'' task.
Severity
20 : Error
Explanation
Neither the 'srcfilespec' attribute nor the 'srcqueue' attribute has been specified for the nested file specification within the specified task. Either the 'srcfilespec' attribute or the 'srcqueue' attribute must be specified.
Response
Correct the Ant script to specify either the 'srcfilespec' attribute or the 'srcqueue' attribute. For more information consult the documentation for the specified task.

BFGAN0026E
A ''conversion'' attribute value of ''<insert_0>'', specified within the ''<insert_1>'' task, is not valid. The ''conversion'' attribute must be assigned a value of either ''text'' or ''binary''.
Severity
20 : Error
Explanation
The value assigned to the 'conversion' attributed within the specified task is not valid for this attribute. The value assigned to the 'conversion' attribute must be either 'text' or 'binary'.
Response
Correct the value assigned to the 'conversion' attribute so that it is either the value 'text' or the value 'binary'. Alternatively remove the use of the 'conversion' attribute from the nested element of the specified task. For more information consult the documentation for the specified task.

BFGAN0027E
The ''dstencoding'' attribute, specified nested within the ''<insert_0>'' task, is not valid for binary transfers.
Severity
20 : Error
Explanation
The 'dstencoding' attribute cannot be specified for the element nested within the specified task if the element also specifies a binary transfer. The element either explicitly specify that the transfer is a binary transfer using the 'conversion' attribute or it may implicitly specify that the transfer is a binary transfer by omitting the 'conversion' attribute.
Response
Correct the element nested within the specified task so that it either specifies a text transfer or remove the use of the 'dstencoding' attribute from the element. For more information consult the documentation for the specified task.

BFGAN0028E
The ''dsteol'' attribute, specified nested within the ''<insert_0>'' task, is not valid for binary transfers.
Severity
20 : Error
Explanation
The 'dsteol' attribute cannot be specified for the element nested within the specified task if the element also specifies a binary transfer. The element either explicitly specify that the transfer is a binary transfer using the 'conversion' attribute or it may implicitly specify that the transfer is a binary transfer by omitting the 'conversion' attribute.
Response
Correct the element nested within the specified task so that it either specifies a text transfer or remove the use of the 'dsteol' attribute from the element. For more information consult the documentation for the specified task.

BFGAN0029E
The ''srcencoding'' attribute, specified nested within the ''<insert_0>'' task, is not valid for binary transfers.
Severity
20 : Error
Explanation
The 'srcencoding' attribute cannot be specified for the element nested within the specified task if the element also specifies a binary transfer. The element either explicitly specify that the transfer is a binary transfer using the 'conversion' attribute or it may implicitly specify that the transfer is a binary transfer by omitting the 'conversion' attribute.
Response
Correct the element nested within the specified task so that it either specifies a text transfer or remove the use of the 'srcencoding' attribute from the element. For more information consult the documentation for the specified task.

BFGAN0030E
The ''srceol'' attribute, specified nested within the ''<insert_0>'' task, is not valid for binary transfers.
Severity
20 : Error
Explanation
The 'srceol' attribute cannot be specified for the element nested within the specified task if the element also specifies a binary transfer. The element either explicitly specify that the transfer is a binary transfer using the 'conversion' attribute or it may implicitly specify that the transfer is a binary transfer by omitting the 'conversion' attribute.
Response
Correct the element nested within the specified task so that it either specifies a text transfer or remove the use of the 'srceol' attribute from the element. For more information consult the documentation for the specified task.

BFGAN0031E
The value of ''<insert_0>'' specified for the ''src'' attribute of the ''<insert_1>'' task is not a valid value. The value must be in the form ''agentname@qmgrname''.
Severity
20 : Error
Explanation
The value specified for the 'src' attribute of the specified task was not entered in the correct format. The value should be specified as an agent name, followed by an '@' symbol and then the name of the queue manager to which the agent is connected.
Response
Correct the value specified for the 'src' attribute so that if follows the stated conventions.

BFGAN0032E
The value of ''<insert_0>'' specified for the ''dst'' attribute of the ''<insert_1>'' task is not a valid value. The value must be in the form ''agentname@qmgrname''.
Severity
20 : Error
Explanation
The value specified for the 'dst' attribute of the specified task was not entered in the correct format. The value should be specified as an agent name, followed by an '@' symbol and then the name of the queue manager to which the agent is connected.
Response
Correct the value specified for the 'dst' attribute so that if follows the stated conventions.

BFGAN0033E
The value of ''<insert_0>'' specified for the ''priority'' attribute of the ''<insert_1>'' task is not a valid value. The value must be greater than or equal to zero and less than or equal to nine.
Severity
20 : Error
Explanation
The assigned value, assigned to the 'priority' attribute of the specified task is not a valid. Valid values for the 'priority' attribute must fall into the range of zero through nine.
Response
Correct the Ant script so that the value assigned to the 'priority' attribute falls into the range zero through nine. For more information consult the documentation for the specified task.

BFGAN0034E
A duplicate source pre-transfer program invocation is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one specification of a source pre-transfer program invocation has been defined for the specified task. At most one source pre-transfer program invocation may be specified.
Response
Correct the Ant script so that at most one source pre-transfer program invocation is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0035E
A duplicate source post-transfer program invocation is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one specification of a source post-transfer program invocation has been defined for the specified task. At most one source post-transfer program invocation may be specified.
Response
Correct the Ant script so that at most one source post-transfer program invocation is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0036E
A duplicate destination pre-transfer program invocation is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one specification of a destination pre-transfer program invocation has been defined for the specified task. At most one destination pre-transfer program invocation may be specified.
Response
Correct the Ant script so that at most one destination pre-transfer program invocation is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0037E
A duplicate destination post-transfer program invocation is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one specification of a destination post-transfer program invocation has been defined for the specified task. At most one destination post-transfer program invocation may be specified.
Response
Correct the Ant script so that at most one destination post-transfer program invocation is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0038E
A duplicate meta-data element is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one meta-data element is defined for the specified task. At most one meta-data element may be specified.
Response
Correct the Ant script so that at most one meta-data element is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0039E
A ''src'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'src' attribute must be specified when using the specified task.
Response
Correct the Ant script so that the 'src' attribute is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0040E
A ''dst'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'dst' attribute must be specified when using the specified task.
Response
Correct the Ant script so that the 'dst' attribute is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0041E
The ''idproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to ignore the outcome of the transfer.
Severity
20 : Error
Explanation
The 'idproperty' attribute cannot be used if the specified task has been defined in such a way that it ignores the outcome of a transfer operation. The specified task cannot specify both the 'idproperty' attribute and an 'outcome' attribute with the value 'ignore'.
Response
Correct the Ant script so that the specified task either does not use the 'idproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'ignore'. For more information, consult the documentation for the specified task.

BFGAN0042E
The ''rcproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to ignore the outcome of the transfer.
Severity
20 : Error
Explanation
The 'rcproperty' attribute cannot be used if the specified task has been defined in such a way that it ignores the outcome of a transfer operation. The specified task cannot specify both the 'rcproperty' attribute and an 'outcome' attribute with the value 'ignore'.
Response
Correct the Ant script so that the specified task either does not use the 'rcproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'ignore'. For more information, consult the documentation for the specified task.

BFGAN0043E
The ''idproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to defer establishing the outcome of the transfer.
Severity
20 : Error
Explanation
The 'idproperty' attribute cannot be used if the specified task has been defined in such a way that it defers establishing the outcome of a transfer operation. The specified task cannot specify both the 'idproperty' attribute and an 'outcome' attribute with the value 'defer'.
Response
Correct the Ant script so that the specified task either does not use the 'idproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'defer'. For more information, consult the documentation for the specified task.

BFGAN0044E
The ''rcproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to defer establishing the outcome of the transfer.
Severity
20 : Error
Explanation
The 'rcproperty' attribute cannot be used if the specified task has been defined in such a way that it defers establishing the outcome of a transfer operation. The specified task cannot specify both the 'rcproperty' attribute and an 'outcome' attribute with the value 'defer'.
Response
Correct the Ant script so that the specified task either does not use the 'rcproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'defer'. For more information, consult the documentation for the specified task.

BFGAN0045E
The ''rcproperty'' attribute must be specified when the ''<insert_0>'' task is defined to await the outcome of the transfer.
Severity
20 : Error
Explanation
The specified task is configured to await an outcome and does not specify an 'rcproperty' attribute. The specified task could be configured to await an outcome by specifying an 'outcome' attribute of 'await' or by not specifying an 'outcome' attribute as in this case the default is to await an outcome. The 'rcproperty' attribute must be used when the specified task is awaiting an outcome.
Response
Correct the Ant script so that the specified task either uses an 'rcproperty' attribute or so that it uses an 'outcome' attribute which is assigned a value other than 'await'. For more information, consult the documentation for the specified task.

BFGAN0046I
Issuing request to copy file from ''<insert_0>'' to ''<insert_1>''.
Severity
0 : Information
Explanation
A request is being issued to copy a file from the specified source agent to the specified destination agent.
Response
No action is required.

BFGAN0047I
Issuing request to move file from ''<insert_0>'' to ''<insert_1>''.
Severity
0 : Information
Explanation
A request is being issued to move a file from the specified source agent to the specified destination agent.
Response
No action is required.

BFGAN0048I
Copy operation assigned transfer ID: <insert_0>
Severity
0 : Information
Explanation
The copy operation has been assigned the specified transfer identifier (ID).
Response
No action is required.

BFGAN0049I
Move operation assigned transfer ID: <insert_0>
Severity
0 : Information
Explanation
The move operation has been assigned the specified transfer identifier (ID).
Response
No action is required.

BFGAN0050I
Successfully completion of copy operation: <insert_0>
Severity
0 : Information
Explanation
The copy operation, associated with the specified transfer identifier, has completed successfully.
Response
No action is required.

BFGAN0051I
Failed completion of copy operation: <insert_0>
Severity
0 : Information
Explanation
The copy operation, associated with the specified transfer identifier, has failed.
Response
No action is required.

BFGAN0052I
Result code of ''<insert_0>'' reported for copy operation: <insert_1>
Severity
0 : Information
Explanation
The copy operation, associated with the specified transfer identifier, has completed with the specified result code.
Response
No action is required.

BFGAN0053I
Successfully completion of move operation: <insert_0>
Severity
0 : Information
Explanation
The move operation, associated with the specified transfer identifier, has completed successfully.
Response
No action is required.

BFGAN0054I
Failed completion of move operation: <insert_0>
Severity
0 : Information
Explanation
The move operation, associated with the specified transfer identifier, has failed.
Response
No action is required.

BFGAN0055I
Result code of ''<insert_0>'' reported for move operation: <insert_1>
Severity
0 : Information
Explanation
The move operation, associated with the specified transfer identifier, has completed with the specified result code.
Response
No action is required.

BFGAN0058E
A non-numerical value of ''<insert_0>'' was specified for the port number part of the queue manager name assigned to attribute ''<insert_1>'' of task ''<insert_2>''.
Severity
20 : Error
Explanation
The specified non-numerical value was used for the port number component of a queue manager name. The port number portion of a queue manager name must be a positive number.
Response
Correct the Ant script so that the port number portion of the queue manager name is an appropriate numeric value. For more information consult the documentation for the specified task.

BFGAN0060E
The value of ''<insert_0>'' specified for the ''agent'' attribute of the ''<insert_1>'' task is not a valid value. The value must be in the form ''agentname@qmgrname''.
Severity
20 : Error
Explanation
The value specified for the 'agent' attribute of the specified task was not entered in the correct format. The value should be specified as an agent name, followed by an '@' symbol and then the name of the queue manager to which the agent is connected.
Response
Correct the value specified for the 'agent' attribute so that if follows the stated conventions.

BFGAN0061E
A duplicate program invocation is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one specification of a program invocation has been defined for the specified task. At most one program invocation may be specified.
Response
Correct the Ant script so that at most one program invocation is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0062E
A duplicate meta-data element is defined for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
More than one meta-data element is defined for the specified task. At most one meta-data element may be specified.
Response
Correct the Ant script so that at most one meta-data element is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0063E
A ''cmdqm'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'cmdqm' attribute must be specified when using the specified task.
Response
Correct the Ant script so that the 'cmdqm' attribute is used for the specified task. For more information consult the documentation for the specified task.

BFGAN0064E
A ''agent'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'agent' attribute must be specified when using the specified task.
Response
Correct the Ant script so that the 'agent' attribute is used for the specified task. For more information consult the documentation for the specified task.

BFGAN0065E
The ''idproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to ignore the outcome of the program invocation.
Severity
20 : Error
Explanation
The 'idproperty' attribute cannot be used if the specified task has been defined in such a way that it ignores the outcome of a transfer operation. The specified task cannot specify both the 'idproperty' attribute and an 'outcome' attribute with the value 'ignore'.
Response
Correct the Ant script so that the specified task either does not use the 'idproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'ignore'. For more information, consult the documentation for the specified task.

BFGAN0066E
The ''rcproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to ignore the outcome of the program invocation.
Severity
20 : Error
Explanation
The 'rcproperty' attribute cannot be used if the specified task has been defined in such a way that it ignores the outcome of a transfer operation. The specified task cannot specify both the 'rcproperty' attribute and an 'outcome' attribute with the value 'ignore'.
Response
Correct the Ant script so that the specified task either does not use the 'rcproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'ignore'. For more information, consult the documentation for the specified task.

BFGAN0067E
The ''idproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to defer establishing the outcome of the program invocation.
Severity
20 : Error
Explanation
The 'idproperty' attribute cannot be used if the specified task has been defined in such a way that it defers establishing the outcome of a transfer operation. The specified task cannot specify both the 'idproperty' attribute and an 'outcome' attribute with the value 'defer'.
Response
Correct the Ant script so that the specified task either does not use the 'idproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'defer'. For more information, consult the documentation for the specified task.

BFGAN0068E
The ''rcproperty'' attribute cannot be used when the ''<insert_0>'' task is defined to defer establishing the outcome of the program invocation.
Severity
20 : Error
Explanation
The 'rcproperty' attribute cannot be used if the specified task has been defined in such a way that it defers establishing the outcome of a transfer operation. The specified task cannot specify both the 'rcproperty' attribute and an 'outcome' attribute with the value 'defer'.
Response
Correct the Ant script so that the specified task either does not use the 'rcproperty' attribute or so that it specifies a value for its 'outcome' attribute other than the value of 'defer'. For more information, consult the documentation for the specified task.

BFGAN0069E
The ''rcproperty'' attribute must be specified when the ''<insert_0>'' task is defined to await the outcome of the program invocation.
Severity
20 : Error
Explanation
The specified task is configured to await an outcome and does not specify an 'rcproperty' attribute. The specified task could be configured to await an outcome by specifying an 'outcome' attribute of 'await' or by not specifying an 'outcome' attribute as in this case the default is to await an outcome. The 'rcproperty' attribute must be used when the specified task is awaiting an outcome.
Response
Correct the Ant script so that the specified task either uses an 'rcproperty' attribute or so that it uses an 'outcome' attribute which is assigned a value other than 'await'. For more information, consult the documentation for the specified task.

BFGAN0070I
Issuing call request to ''<insert_0>''.
Severity
0 : Information
Explanation
A program call request is being issued to the specified agent.
Response
No action is required.

BFGAN0071I
Call operation assigned transfer ID: <insert_0>
Severity
0 : Information
Explanation
The program invocation operation has been assigned the specified transfer identifier (ID).
Response
No action is required.

BFGAN0076E
The value of ''<insert_0>'' specified for the ''<insert_1>'' attribute of the ''<insert_2>'' task is not valid. Valid values are ''await'', ''defer'' and ''ignore''.
Severity
20 : Error
Explanation
The specified value for the specified attribute of the specified task is not a valid value. Valid values for this attribute are 'await', 'defer' and 'ignore'.
Response
Correct the Ant script to specify one of the valid values for the attribute. For more information consult the documentation for the specified task.

BFGAN0077E
The value of ''<insert_0>'' specified for the ''agent'' attribute of the ''<insert_1>'' task is not a valid value. The value must be in the form ''agentname@qmgrname''.
Severity
20 : Error
Explanation
The value specified for the 'agent' attribute of the specified task was not entered in the correct format. The value should be specified as an agent name, followed by an '@' symbol and then the name of the queue manager to which the agent is connected.
Response
Correct the value specified for the 'agent' attribute so that if follows the stated conventions. For more information consult the documentation for the specified task.

BFGAN0078E
An incorrect timeout of ''<insert_0>'' was specified for the ''<insert_1>'' task. The ''timeout'' attribute must specify a value of minus one (meaning infinite), or a non-negative number of seconds.
Severity
20 : Error
Explanation
The specified value, for the 'timeout' attribute of the specified task is less than minus one. When specifying the 'timeout' attribute the minimum valid timeout is zero second, or a value of minus one may be used to represent an infinite timeout.
Response
Correct the Ant script either by specifying a valid 'timeout' attribute or by removing the use of the 'timeout' attribute from the specified task. For more information consult the documentation for the specified task.

BFGAN0079E
A ''cmdqm'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'cmdqm' attribute must be specified when using the specified task.
Response
Correct the Ant script so that the 'cmdqm' attribute is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0080E
An ''agent'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'agent' attribute must be specified when using the specified task.
Response
Correct the Ant script so that the 'agent' attribute is present for the specified task. For more information consult the documentation for the specified task.

BFGAN0085E
An incorrect length of ''<insert_0>'' was specified for the ''<insert_1>'' task. The ''length'' attribute must specify a value which is greater than zero.
Severity
20 : Error
Explanation
The 'length' value, for the specified task, was incorrect. The length value must be a numeric value which is greater than zero
Response
Correct the Ant script to specify a length value which is greater than zero. For more information consult the documentation for the specified task.

BFGAN0086E
A ''length'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'length' attribute must be specified when using the specified task.
Response
Correct the Ant script to specify a 'length' attribute for the specified task. For more information consult the documentation for the specified task.

BFGAN0087E
A ''property'' attribute must be specified for the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'property' attribute must be specified when using the specified task.
Response
Correct the Ant script to specify a 'property' attribute for the specified task. For more information consult the documentation for the specified task.

BFGAN0088E
An empty expression was specified for the ''successrc'' attribute of the ''<insert_0>'' task.
Severity
20 : Error
Explanation
The 'successrc' attribute of the specified task has been assigned an empty expression as its value. It is not valid to assign an empty expression as the value of the 'successrc' attribute.
Response
Correct the Ant script to either specify a non-empty expression as the value of the 'successrc' attribute or remove the use of the 'successrc' attribute from the specified task. For more information consult the documentation for the specified task.

BFGAN0089E
The success return code expression ''<insert_0>'', specified for the ''successrc'' attribute of the ''<insert_1>'' task, is malformed as it ends with a logical operator.
Severity
20 : Error
Explanation
The specified expression, used as the value for the 'successrc' attribute of the specified task, is malformed. The expression ends with either the '|' or '&' logical operator, which is intended to join expressions.
Response
Correct the Ant script so that the value of the 'successrc' attribute is well formed. For more information consult the documentation for the specified task.

BFGAN0090E
The success return code expression ''<insert_0>'', specified for the ''successrc'' attribute of the ''<insert_1>'' task, is malformed as it contains the symbol ''<insert_2>'' where a comparison operator of ''!'', ''<'' or ''>'' is expected.
Severity
20 : Error
Explanation
The value assigned to the 'successrc' attribute of the specified task is not well formed as it contains an unexpected symbol where a comparison operator is expected.
Response
Correct the Ant script so that the value assigned to the 'successrc' attribute is well formed. For more information consult the documentation for the specified task.

BFGAN0091E
The success return code expression ''<insert_0>'', specified for the ''successrc'' attribute of the ''<insert_1>'' task, is malformed as it contains the symbol ''<insert_2>'' where either the logical operators ''|'' or ''&'' are expected.
Severity
20 : Error
Explanation
The value assigned to the 'successrc' attribute of the specified task is not well formed as it contains an unexpected symbol where a logical operator is expected.
Response
Correct the Ant script so that the value assigned to the 'successrc' attribute is well formed. For more information consult the documentation for the specified task.

BFGAN0092E
The success return code expression ''<insert_0>'', specified for the ''successrc'' attribute of the ''<insert_1>'' task, is malformed as it contains the symbol ''<insert_2>'' where a numeric value is expected.
Severity
20 : Error
Explanation
The value assigned to the 'successrc' attribute of the specified task is not well formed as it contains an unexpected symbol where a numeric value is expected.
Response
Correct the Ant script so that the value assigned to the 'successrc' attribute is well formed. For more information consult the documentation for the specified task.

BFGAN0093E
The transfer ID of ''<insert_0>'' specified as the ''id'' attribute of the ''<insert_1>'' task is not the correct length for a valid transfer ID.
Severity
20 : Error
Explanation
The transfer identifier (ID) used as a value to the 'id' attribute of the specified task is not the correct length to be a valid transfer ID. Some value which is not a transfer ID has erroneously been specified as the value for the 'id' attribute of the specified task.
Response
Correct the Ant script so that the value supplied to the 'id' attribute is a transfer ID. For more information consult the documentation for the specified task.

BFGAN0094E
The transfer ID of ''<insert_0>'' specified as the ''id'' attribute of the ''<insert_1>'' task contains characters which are not valid in a transfer ID.
Severity
20 : Error
Explanation
The transfer identifier (ID) used as a value to the 'id' attribute of the specified task contains characters which are not valid for a transfer ID. Some value which is not a transfer ID has erroneously been specified as the value for the 'id' attribute of the specified task.
Response
Correct the Ant script so that the value supplied to the 'id' attribute is a transfer ID. For more information consult the documentation for the specified task.

BFGAN0095E
The transfer ID of ''<insert_0>'' specified as the ''id'' attribute of the ''<insert_1>'' task is not the correct length for a valid transfer ID.
Severity
20 : Error
Explanation
The transfer identifier (ID) used as a value to the 'id' attribute of the specified task is not the correct length to be a valid transfer ID. Some value which is not a transfer ID has erroneously been specified as the value for the 'id' attribute of the specified task.
Response
Correct the Ant script so that the value supplied to the 'id' attribute is a transfer ID. For more information consult the documentation for the specified task.

BFGAN0096E
The transfer ID of ''<insert_0>'' specified as the ''id'' attribute of the ''<insert_1>'' task contains characters which are not valid in a transfer ID.
Severity
20 : Error
Explanation
The transfer identifier (ID) used as a value to the 'id' attribute of the specified task contains characters which are not valid for a transfer ID. Some value which is not a transfer ID has erroneously been specified as the value for the 'id' attribute of the specified task.
Response
Correct the Ant script so that the value supplied to the 'id' attribute is a transfer ID. For more information consult the documentation for the specified task.

BFGAN0100E
Too many destination attributes have been specified for the file specification element nested within the ''<insert_0>'' task. Exactly one of the following attributes must be specified: ''dstfile'', ''dstdir'', ''dstds'', ''dstpds'', ''dstfilespace'' or ''dstqueue''.
Severity
20 : Error
Explanation
More than one of the destination attributes, specified in the message, have been used for the element nested within the specified task. Exactly one of the destination attributes must be specified.
Response
Correct the Ant script to specify exactly one of the destination attributes. For more information consult the documentation for the specified task.

BFGAN0101E
An empty expression was used as the success return code for a command invocation.
Severity
20 : Error
Explanation
An empty expression has been specified for use when evaluating the return code for a command invocation. It is not valid to specify an empty expression for the expression used to evaluate a command invocation.
Response
Correct the place where the expression has been specified so that a non-empty expression is specified.

BFGAN0102E
The success return code expression ''<insert_0>'', is malformed as it ends with a logical operator.
Severity
20 : Error
Explanation
A malformed expression has been specified for use when evaluating the return code for a command invocation. The expression is malformed because it ends with either the '|' or '&' logical operators which are intended to join expressions.
Response
Correct the place where the expression has been specified so that a well-formed expression is specified.

BFGAN0103E
The success return code expression ''<insert_0>'' is malformed as it contains the symbol ''<insert_1>'' where either the logical operators ''|'' or ''&'' are expected.
Severity
20 : Error
Explanation
A malformed expression has been specified for use when evaluating the return code for a command invocation. The expression is malformed because the specified symbol was encountered where either the '|' or '&' logical operators were expected.
Response
Correct the place where the expression has been specified so that a well-formed expression is specified.

BFGAN0104E
The success return code expression ''<insert_0>'' is malformed as it contains the symbol ''<insert_1>'' where a numeric value is expected.
Severity
20 : Error
Explanation
A malformed expression has been specified for use when evaluating the return code for a command invocation. The expression is malformed because the specified symbol was encountered where a numeric value was expected.
Response
Correct the place where the expression has been specified so that a well-formed expression is specified.

BFGAN0105E
The success return code expression ''<insert_0>'' is malformed as it contains the symbol ''<insert_1>'' where a comparison operator of ''!'', ''<'' or ''>'' is expected.
Severity
20 : Error
Explanation
A malformed expression has been specified for use when evaluating the return code for a command invocation. The expression is malformed because the specified symbol was encountered where a comparison operator was expected.
Response
Correct the place where the expression has been specified so that a well-formed expression is specified.

BFGAN0106E
The command ''<insert_0>'' was not found on the MQMFT agent''s command path ''<insert_1>''.
Severity
20 : Error
Explanation
The MQMFT agent will only call commands found on the path specified by property commandPath.
Response
Rerun call with a command available on the MQMFT agent's command path or update the MQMFT agent's commandPath property to include the path to the required command (note: the agent will need to be restarted to pick up the new commandPath property)

BFGAN0107E
Metadata entry name is missing for task ''<insert_0>''
Severity
20 : Error
Explanation
Metadata was defined but no name was specified.
Response
Correct the Ant script so that the name is present for metadata. For more information consult the documentation for the specified task.

BFGAN0108E
Metadata entry value is missing for task ''<insert_0>''
Severity
20 : Error
Explanation
Metadata was defined but no value was specified.
Response
Correct the Ant script so that the value is present for metadata. For more information consult the documentation for the specified task.

BFGAN0109E
An incorrect maximum reply length of ''<insert_0>'' was specified for the program invocation definition nested within the ''<insert_1>'' task. The minimum value for the ''maxreplylength'' attribute is one.
Severity
20 : Error
Explanation
The 'maxreplylength' attribute, associated with the program invocation nested within the named task, is incorrectly specified. A negative or zero number has been specified for the 'maxreplylength' attribute. A value of one is the lowest value that can be assigned to the 'maxreplylength' attribute.
Response
Update the Ant script to either specify a permitted value for the 'maxreplylength' attribute, or remove the use of the 'maxreplylength' attribute. For more information consult the documentation for the specified task.

BFGAN0110E
The value of ''<insert_0>'' assigned to the ''type'' attribute nested within the ''<insert_1>'' task element is not a valid value for this attribute.
Severity
20 : Error
Explanation
The value assigned to the 'type' attribute nested inside of the specified task is not one of the valid values for the 'type' attribute. Valid values are 'executable', 'antscript', and 'jcl'.
Response
Correct the value assigned to the 'type' attribute so that it is one of the valid values.

BFGAN0111E
The ''type'' attribute of ''antscript'', specified nested within the ''<insert_0>'' task element is not compatible with the ''argument'' child element also specified.
Severity
20 : Error
Explanation
The specified element has a type attribute of 'antscript'. When a 'type' of 'antscript' is specified, the child must be either 'target' or 'property'. A child element of 'argument' was specified, which is not valid.
Response
Correct the script so that either a different type attribute is specified, or change the child element to be one of the elements which is valid for a type attribute of 'antscript'.

BFGAN0112E
The ''type'' attribute of ''jcl'', specified nested within the ''<insert_0>'' task element does not support nested elements.
Severity
20 : Error
Explanation
The specified element has a type attribute of 'jcl'. When a 'type' of 'jcl' is specified, no child elements must be associated with the element which specifies this type. Child elements were present in the script - this is not valid.
Response
Correct the script so that either a different type attribute is specified, or remove the child element or elements.

BFGAN0113E
The ''type'' attribute of ''executable'', specified nested within the ''<insert_0>'' task element is not compatible with the ''property'' child element also specified.
Severity
20 : Error
Explanation
The specified element has a type attribute of 'executable'. When a 'type' of 'executable' is specified, the child must be named 'argument'. A child element of 'property' was specified, which is not valid.
Response
Correct the script so that either a different type attribute is specified, or change the child element to be one of the elements which is valid for a type attribute of 'executable'.

BFGAN0114E
The ''type'' attribute of ''jcl'', specified nested within the ''<insert_0>'' task element is not compatible with the ''property'' child element also specified.
Severity
20 : Error
Explanation
The specified element has a type attribute of 'jcl'. When a 'type' of 'jcl' is specified, child elements must not be specified. A child element was specified, which is not valid.
Response
Correct the script so that either a different type attribute is specified, or do not specify a child element.

BFGAN0115E
The ''type'' attribute of ''executable'', specified nested within the ''<insert_0>'' task element is not compatible with the ''target'' child element also specified.
Severity
20 : Error
Explanation
The specified element has a type attribute of 'executable'. When a 'type' of 'executable' is specified, the child must be named 'argument'. A child element of 'target' was specified, which is not valid.
Response
Correct the script so that either a different type attribute is specified, or change the child element to be one of the elements which is valid for a type attribute of 'executable'.

BFGAN0116E
The ''type'' attribute of ''jcl'', specified nested within the ''<insert_0>'' task element is not compatible with the ''target'' child element also specified.
Severity
20 : Error
Explanation
The specified element has a type attribute of 'jcl'. When a 'type' of 'jcl' is specified, child elements must not be specified. A child element was specified, which is not valid.
Response
Correct the script so that either a different type attribute is specified, or do not specify a child element.

BFGAN0117E
The 'name' attribute must be specified for the 'property' element.
Severity
20 : Error
Explanation
A 'property' element was specified without the required 'name' attribute.
Response
Correct the script so that the 'property' element has a associated 'name' attribute.

BFGAN0118E
The 'value' attribute must be specified for the 'property' element.
Severity
20 : Error
Explanation
A 'property' element was specified without the required 'value' attribute.
Response
Correct the script so that the 'property' element has a associated 'value' attribute.

BFGAN0119E
The 'name' attribute must be specified for the 'target' element.
Severity
20 : Error
Explanation
A 'target' element was specified without the required 'name' attribute.
Response
Correct the script so that the 'target' element has a associated 'name' attribute.

BFGAN0120E
Invalid delimiter value for attribute ''<insert_0>'' of ''fte:filespec'' element: ''<insert_1>''
Severity
20 : Error
Explanation
The specified attribute was assigned a value that is not a valid delimiter. Valid delimiters are one or more hexadecimal values separated by commas (,) and specified in the form 'xNN' where N is a value in the range 0-9 or a-f.
Response
Correct the script so that the specified attribute is assigned a value that conforms to the rules for specifying valid delimiters.

BFGAN0121E
The value assigned to the ''dstmsgsize'' attribute of the ''fte:filespec'' element does not end with one of ''B'', ''K'' or ''M'': <insert_0>
Severity
20 : Error
Explanation
The value assigned to the 'dstmsgsize' attribute of the 'fte:filespec' element does not end with either 'B', 'K' or 'M'. The value assigned to the 'dstmsgsize' attribute must be a positive number that ends with one of 'B', 'K' or 'M'.
Response
Correct the script so that the 'dstmsgsize' attribute is a positive numeric value that ends with either 'B', 'K' or 'M'.

BFGAN0122E
The value assigned to the ''dstmsgsize'' attribute of the ''fte:filespec'' element must be a positive number: <insert_0>
Severity
20 : Error
Explanation
The value assigned to the 'dstmsgsize' attribute of the 'fte:filespec' element was not a positive number. The value assigned to the 'dstmsgsize' attribute must be a positive number that ends with one of 'B', 'K' or 'M'.
Response
Correct the script so that the 'dstmsgsize' attribute is a positive numeric value that ends with either 'B', 'K' or 'M'.

BFGAN0123E
The value assigned to the ''dstmsgsize'' attribute of the ''fte:filespec'' element must be a positive number: <insert_0>
Severity
20 : Error
Explanation
The value assigned to the 'dstmsgsize' attribute of the 'fte:filespec' element was not a valid numeric value. The value assigned to the 'dstmsgsize' attribute must be a positive number that ends with one of 'B', 'K' or 'M'.
Response
Correct the script so that the 'dstmsgsize' attribute is a positive numeric value that ends with either 'B', 'K' or 'M'.

BFGAN0124E
The value specified by the ''dstmsgpersist'' attribute of the ''fte:filespec'' element is not valid: ''<insert_0>''. Valid values are ''true'', ''false'' or ''qdef''.
Severity
20 : Error
Explanation
A value other than 'true', 'false' or 'qdef' was specified for the 'dstmsgpersist' attribute of the 'fte:filespec' element.
Response
Correct the script so that the 'dstmsgpersist' attribute is assigned one of the following values: 'true', 'false' or 'qdef'.

BFGAN0125E
The value specified by the ''dstmsgdelimpattern'' attribute of the ''fte:filespec'' element (''<insert_0>'') is not valid for the following reason: <insert_1>.
Severity
20 : Error
Explanation
The value specified by the 'dstmsgdelimpattern' attribute of the 'fte:filespec' element is not valid for the reason specified.
Response
Use the information from the message to correct the script so that the value assigned to the 'dstmsgdelimpattern' attribute is a valid regular expression.

BFGAN0126E
The value assigned to the ''srcqueuetimeout'' attribute of the ''fte:filespec'' element must be a positive number: <insert_0>
Severity
20 : Error
Explanation
The value assigned to the 'srcqueuetimeout' attribute of the 'fte:filespec' element was not a positive number. The 'srcqueuetimeout' attribute must be assigned a value which is a positive number.
Response
Correct the script so that the 'srcqueuetimeout' attribute is assigned a value which is a positive number.

BFGAN0127E
The value assigned to the ''dstunsupportedcodepage'' attribute of the ''fte:filespec'' element is not valid (''<insert_0>''). Valid values are: ''fail'' or ''binary''.
Severity
20 : Error
Explanation
A value other than 'fail' or 'binary' was assigned to the 'dstunsupportedcodepage' attribute of the 'fte:filespec' element. The only valid values for the 'dstunsupportedcodepage' attribute are 'fail' or 'binary'.
Response
Correct the script so that the 'dstunsupportedcodepage' attribute of the 'fte:filespec' element is assigned a value of either 'fail' or 'binary'.

BFGAN0128E
The 'srcqueue' attribute of the 'fte:filespec' element cannot be used when the 'fte:filespec' element is part of the 'fte:filecopy' task.
Severity
20 : Error
Explanation
The 'srcqueue' attribute of the 'fte:filespec' element was specified for a 'fte:filespec' element that was nested within a 'fte:filecopy' task. The 'fte:filecopy' task does not support the use of nested 'fte:filespec' elements that have a 'srcqueue' attribute specified.
Response
Correct the script so that the 'fte:filespec' element does not specify a 'srcqueue' attribute or so that the 'fte:filemove' task is used instead of the 'fte:filecopy' task.

BFGAN0129E
The 'dstmsgpersist' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgpersist' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgpersist' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgpersist' attribute from the 'fte:filespec' element.

BFGAN0130E
The 'dstmsgprops' attribute of the 'fte:filespec' element cannot be assigned a value of 'true' unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgprops' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgprops' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgprops' attribute from the 'fte:filespec' element.

BFGAN0131E
The 'dstmsgsize' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgsize' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgsize' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgsize' attribute from the 'fte:filespec' element.

BFGAN0132E
The 'dstmsgincludedelim' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgincludedelim' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgincludedelim' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgincludedelim' attribute from the 'fte:filespec' element.

BFGAN0133E
The 'dstmsgdelimbytes' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgdelimbytes' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgdelimbytes' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgdelimbytes' attribute from the 'fte:filespec' element.

BFGAN0134E
The 'dstmsgdelimpattern' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgdelimpattern' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgdelimpattern' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgdelimpattern' attribute from the 'fte:filespec' element.

BFGAN0135E
The 'dstunsupportedcodepage' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstunsupportedcodepage' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstunsupportedcodepage' attribute can only be specified as part of the 'fte:filespec' element if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstunsupportedcodepage' attribute from the 'fte:filespec' element.

BFGAN0136E
Only one of the following attributes can be specified as part of the 'fte:filespec' element: 'dstmsgsize', 'dstmsgdelimbytes' or 'dstmsgdelimpattern'.
Severity
20 : Error
Explanation
More than one of the 'dstmsgsize', 'dstmsgdelimbytes' or 'dstmsgdelimpattern' attributes was specified as part of a 'fte:filespec' element. It is only valid to specify a maximum of one of these attributes.
Response
Correct the script by removing one or more of the 'dstmsgsize', 'dstmsgdelimbytes' or 'dstmsgdelimpattern' attributes from the 'fte:filespec' element until a maximum of one of these attributes remains.

BFGAN0137E
The 'dstmsgincludedelim' attribute of the 'fte:filespec' element can only be specified when either the 'dstmsgdelimpattern' attribute or 'dstmsgdelimbytes' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgincludedelim' attribute of the 'fte:filespec' has been specified, however neither the 'dstmsgdelimpattern' or 'dstmsgdelimbytes' attributes have been specified. When the 'dstmsgincludedelim' attribute of the 'fte:filespec' element is specified then either the 'dstmsgdelimpattern' or 'dstmsgdelimbytes' attribute must also be specified.
Response
Correct the script by removing the 'dstmsgincludedelim' attribute from the 'fte:filespec' element or adding either the 'dstmsgdelimpattern' or 'dstmsgdelimbytes' attribute to the 'fte:filespec' element.

BFGAN0138E
The 'dstmsgdelimbytes' attribute of the 'fte:filespec' element cannot be specified when the 'conversion' attribute is assigned a value of 'text'.
Severity
20 : Error
Explanation
The 'dstmsgdelimbytes' attribute was specified as part of a 'fte:filespec' element that also specifies a 'conversion' attribute with a value of 'text'. The 'dstmsgdelimbytes' attribute cannot be used together with the 'conversion' attribute when the 'conversion' attribute is assigned a value of 'text'.
Response
Correct the script by removing the 'dstmsgdelimbytes' attribute from the 'fte:filespec' element, assigning a different value to the 'conversion' attribute or removing the 'conversion' attribute from the 'fte:filespec' element.

BFGAN0139E
The 'dstmsgdelimpattern' attribute of the 'fte:filespec' element cannot be specified unless the 'conversion' attribute is assigned a value of 'text'.
Severity
20 : Error
Explanation
The 'dstmsgdelimbytes' attribute was specified as part of a 'fte:filespec' element that either specifies a 'conversion' attribute with a value of 'binary' or does not specify a 'conversion' attribute. The 'dstmsgdelimpattern' attribute must be used in conjunction with the 'conversion' attribute and the 'conversion' attribute must be assigned a value of 'text'.
Response
Correct the script either by removing the 'dstmsgdelimpattern' attribute from the 'fte:filespec' element or by specifying a 'conversion' attribute with a value of 'text' as part of the 'fte:filespec' element.

BFGAN0140E
The 'dstunsupportedcodepage' attribute of the 'fte:filespec' element cannot be specified unless the 'conversion' attribute is assigned a value of 'text'.
Severity
20 : Error
Explanation
The 'dstunsupportedcodepage' attribute was specified as part of a 'fte:filespec' element that either specifies a 'conversion' attribute with a value of 'binary' or does not specify a 'conversion' attribute. The 'dstunsupportedcodepage' attribute must be used in conjunction with the 'conversion' attribute and the 'conversion' attribute must be assigned a value of 'text'.
Response
Correct the script either by removing the 'dstunsupportedcodepage' attribute from the 'fte:filespec' element or by specifying a 'conversion' attribute with a value of 'text' as part of the 'fte:filespec' element.

BFGAN0141E
The 'srcmsggroups' attribute of the 'fte:filespec' element cannot be used unless the 'srcqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'srcmsggroups' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcqueue' attribute. The 'srcmsggroups' attribute can only be specified as part of the 'fte:filespec' element if a 'srcqueue' attribute is also specified.
Response
Correct the script either by adding the 'srcqueue' attribute to the 'fte:filespec' element or by removing the 'srcmsggroups' attribute from the 'fte:filespec' element.

BFGAN0142E
The 'srcmsgdelimbytes' attribute of the 'fte:filespec' element cannot be used unless the 'srcqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'srcmsgdelimbytes' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcqueue' attribute. The 'srcmsgdelimbytes' attribute can only be specified as part of the 'fte:filespec' element if a 'srcqueue' attribute is also specified.
Response
Correct the script either by adding the 'srcqueue' attribute to the 'fte:filespec' element or by removing the 'srcmsgdelimbytes' attribute from the 'fte:filespec' element.

BFGAN0143E
The 'srcmsgdelimtext' attribute of the 'fte:filespec' element cannot be used unless the 'srcqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'srcmsgdelimtext' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcqueue' attribute. The 'srcmsgdelimtext' attribute can only be specified as part of the 'fte:filespec' element if a 'srcqueue' attribute is also specified.
Response
Correct the script either by adding the 'srcqueue' attribute to the 'fte:filespec' element or by removing the 'srcmsgdelimtext' attribute from the 'fte:filespec' element.

BFGAN0144E
The 'srcmsgdelimbytes' attribute of the 'fte:filespec' element cannot be specified when the 'conversion' attribute is assigned a value of 'text'.
Severity
20 : Error
Explanation
The 'srcmsgdelimbytes' attribute was specified as part of a 'fte:filespec' element that also specifies a 'conversion' attribute with a value of 'text'. The 'srcmsgdelimbytes' attribute cannot be used together with the 'conversion' attribute when the 'conversion' attribute is assigned a value of 'text'.
Response
Correct the script by removing the 'srcmsgdelimbytes' attribute from the 'fte:filespec' element, assigning a different value to the 'conversion' attribute or removing the 'conversion' attribute from the 'fte:filespec' element.

BFGAN0145E
The 'srcmsgdelimtext' attribute of the 'fte:filespec' element cannot be specified unless the 'conversion' attribute is assigned a value of 'text'.
Severity
20 : Error
Explanation
The 'srcmsgdelimtext' attribute was specified as part of a 'fte:filespec' element that either specifies a 'conversion' attribute with a value of 'binary' or does not specify a 'conversion' attribute. The 'srcmsgdelimtext' attribute must be used in conjunction with the 'conversion' attribute and the 'conversion' attribute must be assigned a value of 'text'.
Response
Correct the script either by removing the 'srcmsgdelimtext' attribute from the 'fte:filespec' element or by specifying a 'conversion' attribute with a value of 'text' as part of the 'fte:filespec' element.

BFGAN0146E
The 'srcqueue' attribute of the 'fte:filespec' element cannot be specified with the 'srcfilespec' attribute.
Severity
20 : Error
Explanation
Both the 'srcqueue' and 'srcfilespec' attributes of the 'fte:filespec' element have been specified. It is only valid to specify one of the 'srcqueue' or the 'srcfilespec' attributes of the 'fte:filespec' element.
Response
Correct the script by removing either the 'srcqueue' attribute or the 'srcfilespec' attribute from the 'fte:filespec' element.

BFGAN0147E
The 'srcqueue' attribute of the 'fte:filespec' element cannot be specified with the 'dstqueue' attribute.
Severity
20 : Error
Explanation
Both the 'srcqueue' and 'dstqueue' attributes of the 'fte:filespec' element have been specified. It is only valid to specify one of the 'srcqueue' or the 'dstqueue' attributes of the 'fte:filespec' element.
Response
Correct the script by removing either the 'srcqueue' attribute or the 'dstqueue' attribute from the 'fte:filespec' element.

BFGAN0148E
The value specified by the ''dstmsgdelimposition'' attribute of the ''fte:filespec'' element is not valid: ''<insert_0>''. Valid values are ''prefix'' or ''postfix''.
Severity
20 : Error
Explanation
A value other than 'prefix' or 'postfix' was specified for the 'dstmsgdelimposition' attribute of the 'fte:filespec' element.
Response
Correct the script so that the 'dstmsgdelimposition' attribute is assigned one of the following values: 'prefix' or 'postfix'.

BFGAN0149E
The value specified by the ''srcmsgdelimpos'' attribute of the ''fte:filespec'' element is not valid: ''<insert_0>''. Valid values are ''prefix'' or ''postfix''.
Severity
20 : Error
Explanation
A value other than 'prefix' or 'postfix' was specified for the 'srcmsgdelimpos' attribute of the 'fte:filespec' element.
Response
Correct the script so that the 'srcmsgdelimpos' attribute is assigned one of the following values: 'prefix' or 'postfix'.

BFGAN0150E
The 'dstmsgdelimposition' attribute of the 'fte:filespec' element cannot be used unless the 'dstqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgdelimposition' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstqueue' attribute. The 'dstmsgdelimposition' attribute can be specified as part of the 'fte:filespec' element only if a 'dstqueue' attribute is also specified.
Response
Correct the script either by adding the 'dstqueue' attribute to the 'fte:filespec' element or by removing the 'dstmsgdelimposition' attribute from the 'fte:filespec' element.

BFGAN0151E
The 'srcmsgdelimpos' attribute of the 'fte:filespec' element cannot be used unless the 'srcqueue' attribute is also specified.
Severity
20 : Error
Explanation
The 'srcmsgdelimpos' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcqueue' attribute. The 'srcmsgdelimpos' attribute can be specified as part of the 'fte:filespec' element only if a 'srcqueue' attribute is also specified.
Response
Correct the script either by adding the 'srcqueue' attribute to the 'fte:filespec' element or removing the 'srcmsgdelimpos' attribute from the 'fte:filespec' element.

BFGAN0152E
The 'dstmsgdelimposition' attribute of the 'fte:filespec' element cannot be used unless the 'dstmsgdelimbytes or 'dstmsgdelimpattern' attribute is also specified.
Severity
20 : Error
Explanation
The 'dstmsgdelimposition' attribute was specified as part of a 'fte:filespec' element that does not specify a 'dstmsgdelimbytes' or 'dstmsgdelimpattern' attribute. The 'dstmsgdelimposition' attribute can be specified as part of the 'fte:filespec' element only if a 'dstmsgdelimbytes' or 'dstmsgdelimpatttern' attribute is also specified.
Response
Correct the script either by adding the 'dstmsgdelimbytes' or 'dstmsgdelimpattern' attribute to the 'fte:filespec' element or by removing the 'dstmsgdelimposition' attribute from the 'fte:filespec' element.

BFGAN0153E
The 'srcmsgdelimpos' attribute of the 'fte:filespec' element cannot be used unless the 'srcmsgdelimbytes' or 'srcmsgdelimtext' attribute is also specified.
Severity
20 : Error
Explanation
The 'srcmsgdelimpos' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcmsgdelimbytes' or 'srcmsgdelimtext' attribute. The 'srcmsgdelimpos' attribute can be specified as part of the 'fte:filespec' element only if a 'srcmsgdelimbytes' or 'srcmsgdelimtext' attribute is also specified.
Response
Correct the script either by adding the 'srcmsgdelimbytes' or 'srcmsgdelimtext' attribute to the 'fte:filespec' element or by removing the 'srcmsgdelimpos' attribute from the 'fte:filespec' element.

BFGAN0154E
You cannot specify the 'srcrecdelimposition' attribute of the 'fte:filespec' element unless you also specify the 'srcrecdelimbytes' attribute.
Severity
20 : Error
Explanation
The 'srcrecdelimposition' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcrecdelimbytes' attribute. You can specify the 'srcrecdelimposition' attribute as part of the 'fte:filespec' element only if you also specify a 'srcrecdelimbytes' attribute.
Response
Correct the script either by adding the 'srcrecdelimbytes' attribute to the 'fte:filespec' element or by removing the 'srcrecdelimposition' attribute from the 'fte:filespec' element.

BFGAN0155E
You cannot specify the 'srcrecdelimbytes' attribute of the 'fte:filespec' element unless you also specify the 'srcfilespec' attribute.
Severity
20 : Error
Explanation
The 'srcrecdelimbytes' attribute was specified as part of a 'fte:filespec' element that does not specify a 'srcfilespec' attribute. You can specify the 'srcrecdelimbytes' attribute as part of the 'fte:filespec' element if you also specify a 'srcfilespec' attribute.
Response
Correct the script either by adding the 'srcfilespec' attribute to the 'fte:filespec' element or by removing the 'srcrecdelimbytes' attribute from the 'fte:filespec' element.

BFGAN0156E
You cannot specify the 'srckeeptrailingspaces' attribute of the 'fte:filespec' element unless the 'srcfilespec' attribute is specified and the 'conversion' attribute is set to text.
Severity
20 : Error
Explanation
The 'srckeeptrailingspaces' attribute is only applicable when the source of the transfer is a fixed-length-format data set and the transfer is in text conversion mode.
Response
Correct the script either by setting the 'srcfilespec' and 'conversion' attributes appropriately or by removing the 'srckeeptrailingspaces' attribute from the 'fte:filespec' element.

BFGAN0157E
You cannot specify the 'srcrecdelimbytes' attribute of the 'fte:filespec' element if the 'conversion' attribute is set to text.
Severity
20 : Error
Explanation
The 'srcrecdelimbytes' attribute is applicable only when the transfer is in binary mode.
Response
Correct the script either by removing the 'srcrecdelimbytes' or the 'conversion' attribute as appropriate from the 'fte:filespec' element.

BFGAN0159E
The destination attribute ''<insert_0>'' is incorrectly formatted.
Severity
20 : Error
Explanation
A supplied destination attribute does not conform to the correct format. A destination attribute can be specified as a name only or with a value. A value should be supplied inside parentheses for example, ATTRIBUTE1(VALUE1). If using the name only format then no parentheses are required. For example, ATTRIBUTE2. Multiple attributes can be supplied using a semicolon separated string. For example, a semicolon separated value would look like: ATTR1(VALUE);ATTR2;ATTR3(VALUE)
Response
Correct the script by modifying the format of the supplied destination attributes to ensure that they are formatted correctly.

BFGAN0160E
The priority attribute value of <insert_0> supplied on a program call request is outside the supported range of 1 - 9.
Severity
20 : Error
Explanation
The command priority must fall within the range of 1 - 9.
Response
Correct the program call specification so that the priority falls within the accepted range and run the script again.

BFGAN0161E
The message attribute of ''<insert_0>'' supplied on a program call request is longer (<insert_1> characters) than the maximum of 46 characters supported by the 4690 OS.
Severity
20 : Error
Explanation
The 4690 OS limits the maximum length of the status message to no more than 46 characters.
Response
Reduce the length of the status message and run the script again.

BFGAN0162E
The priority attribute is not supported for a command call type of ''<insert_0>''.
Severity
20 : Error
Explanation
The priority attribute is not applicable for all types of command.
Response
Remove the priority attribute and run the script again.

BFGAN0163E
The message attribute is not supported for a command call type of ''<insert_0>''.
Severity
20 : Error
Explanation
The message attribute is not applicable for all types of command.
Response
Remove the message attribute and run the script again.

BFGAN0164E
The ''<insert_0>'' attribute is not supported for a command call type of ''<insert_1>''.
Severity
20 : Error
Explanation
Not all attributes are applicable for all types of command.
Response
Remove the given attribute and run the script again.

BFGAN0165E
You cannot specify the 'dsttruncatereecords' attribute of the 'fte:filespec' element unless you have also specified the 'dstds' or 'dstpds' attributes, and set the 'conversion' attribute to text.
Severity
20 : Error
Explanation
The 'dsttruncaterecords' attribute is applicable only when the destination of the transfer is a data set or a partitioned data set, and the transfer is in text conversion mode.
Response
Correct the script either by setting the 'dstds' or 'dstpds', and 'conversion' attributes appropriately or by removing the 'dsttruncaterecords' attribute from the 'fte:filespec' element

BFGAN9999E
<insert_0>
Severity
20 : Error
Explanation
If this message does not give enough information, check the accompanying error messages for further information.
Response
For further information on resolving this error, see the problem determination information on the product Web site.