BFGAI0001 - BFGAI9999

BFGAI0001E
The commandProperties argument of the createTransfer call is null.
Severity
20 : Error
Explanation
The comamndProperties argument is not allowed to be null.
Response
Set the commandProperties argument to a non-null value. Then call the createTransfer method again.

BFGAI0002E
The agentName argument of the createTransfer call is null.
Severity
20 : Error
Explanation
The agentName argument is not allowed to be null.
Response
Set the agentName argument to a non-null value. Then call the createTransfer method again.

BFGAI0003E
The agentQueueManager argument of the createTransfer call is null.
Severity
20 : Error
Explanation
The agentQueueManager argument is not allowed to be null.
Response
Set the agentQueueManager argument to a non-null value. Then call the createTransfer method again.

BFGAI0004E
The transferSpecification argument of the createTransfer call is null.
Severity
20 : Error
Explanation
The transferSpecification argument is not allowed to be null.
Response
Set the transferSpecification argument to a non-null value. Then call the createTransfer method again.

BFGAI0005E
The connectionQMgr property is missing from the commandProperties map.
Severity
20 : Error
Explanation
The connectionQMgr property must be included in the commandProperties map.
Response
Add the connectionQMgr property to the commandPorperties map. Then call the createTransfer method again.

BFGAI0006E
The destinationAgentName value in the transferSpecification argument is null.
Severity
20 : Error
Explanation
The destinationAgnetName value in the transferSpecification argument is not allowed to be null.
Response
Set the destinationAgentName value to a non-null value using the TransferSpecification setDestinationAgentName method. Then call the createTransfer method again.

BFGAI0007E
The destinationAgentQMgr value in the transferSpecification argument is null.
Severity
20 : Error
Explanation
The destinationAgnetQMgr value in the transferSpecification argument is not allowed to be null.
Response
Set the destinationAgentQMgr value to a non-null value using the TransferSpecification setDestinationAgentQMgr method. Then call the createTransfer method again.

BFGAI0008E
The replyQueue value in the transferSpecification argument is null.
Severity
20 : Error
Explanation
The replyQueue value in the transferSpecification argument is not allowed to be null if the replyQMgr value in the transferSpecification argument is not null.
Response
Set the replyQueue value to a non-null value using the TransferSpecification setReplyQueue method. Then call the createTransfer method again.

BFGAI0009E
The replyQMgr value in the transferSpecification argument is null.
Severity
20 : Error
Explanation
The replyQMgr value in the transferSpecification argument is not allowed to be null if the replyQueue value in the transferSpecification argument is not null.
Response
Set the replyQMgr value to a non-null value using the TransferSpecification setReplyQMgr method. Then call the createTransfer method again.

BFGAI0010E
The transferPriority value ''<insert_0>'' in the transferSpecification argument is not with the valid range 0 - 9.
Severity
20 : Error
Explanation
The transferPriority value must be an integer value between 0 and 9.
Response
Set the transferPriority value to a valid value using the TransferSpecification setTransferPriority method. Then call the createTransfer method again.

BFGAI0011E
The entry with index ''<insert_0>'' in the transferItemSpecificationList in the transferSpecification is null.
Severity
20 : Error
Explanation
All the entries transferItemSpecificationList in the transferSpecification must be non-null.
Response
Set the transferItemSpecificationList value to a list containing no null entries using the TransferSpecification setTransferItemSpecificationList method. Then call the createTransfer method again.

BFGAI0012E
The sourceName in the entry with index ''<insert_0>'' in the transferItemSpecificationList is null.
Severity
20 : Error
Explanation
The sourceName in the transferItemSpecification is not allowed to be null.
Response
Set the sourceName value to a non-null value using the TransferItemSpecification setSourceName method. Then call the createTransfer method again.

BFGAI0013E
The destinationName in the entry with index ''<insert_0>'' in the transferItemSpecificationList is null.
Severity
20 : Error
Explanation
The destinationName in the transferItemSpecification is not allowed to be null.
Response
Set the destinationName value to a non-null value using the TransferItemSpecification setDestinationName method. Then call the createTransfer method again.

BFGAI0014E
Both the sourceType and destinationType are set to QUEUE in the entry with index ''<insert_0>'' in the transferItemSpecificationList.
Severity
20 : Error
Explanation
Either the sourceType or the destinationType may be set to QUEUE but not both.
Response
Modify the entry so that either the source or destination is not a queue. Then call the createTransfer method again.

BFGAI0015E
Setting the sourceMsgDelimBytes value is not compatible with the transfer mode of text in the entry with index ''<insert_0>'' in the transferItemSpecificationList
Severity
20 : Error
Explanation
The sourceMsgDelimBytes value is only compatible with a transfer mode of binary.
Response
Do not set the sourceMsgDelimBytes value or set the transfer mode to binary in the entry. Then call the createTransfer method again.

BFGAI0016E
Setting the sourceMsgDelimText value is not compatible with the transfer mode of binary in the entry with index ''<insert_0>'' in the transferItemSpecificationList
Severity
20 : Error
Explanation
The sourceMsgDelimText value is only compatible with a transfer mode of text.
Response
Do not set the sourceMsgDelimText value or set the transfer mode to text in the entry. Then call the createTransfer method again.

BFGAI0017E
Setting the destinationMsgDelimBytes value is not compatible with the transfer mode of text in the entry with index ''<insert_0>'' in the transferItemSpecificationList
Severity
20 : Error
Explanation
The destinationMsgDelimBytes value is only compatible with a transfer mode of binary.
Response
Do not set the destinationMsgDelimBytes value or set the transfer mode to binary in the entry. Then call the createTransfer method again.

BFGAI0018E
Setting the destinationMsgDelimPattern value is not compatible with the transfer mode of binary in the entry with index ''<insert_0>'' in the transferItemSpecificationList
Severity
20 : Error
Explanation
The destinationMsgDelimPattern value is only compatible with a transfer mode of text.
Response
Do not set the destinationMsgDelimPattern value or set the transfer mode to text in the entry. Then call the createTransfer method again.

BFGAI0019E
Setting the destinationMsgSize value is not compatible with setting either the destinationMsgDelimBytes or the destinationMsgDelimPattern value in the entry with index ''<insert_0>'' in the transferItemSpecificationList
Severity
20 : Error
Explanation
The destinationMsgSize value cannot be set if a text or binary delimiter has also been set.
Response
Do not set the destinationMsgSize value or do not set either the destinationMsgDelimBytes or destinationMsgDelimPattern value set in the entry. Then call the createTransfer method again.

BFGAI0020E
The destinationMsgSize value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList has an invalid format.
Severity
20 : Error
Explanation
The destinationMsgSize value must conform to the format , where length is a positive integer value and units is one of the following values: B(Bytes), K(1024 bytes) or M(1048576 bytes).
Response
Set the destinationMsgSize value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0021E
The sourceMsgDelimBytes value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList has an invalid format.
Severity
20 : Error
Explanation
The sourceMsgDelimBytes value must conform to the format of two hexadecimal digits in the range 00-FF, prefixed by x. Multiple bytes must be comma-separated. For example, x08,xA4.
Response
Set the sourceMsgDelimBytes value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0022E
The destinationMsgDelimBytes value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList has an invalid format.
Severity
20 : Error
Explanation
The destinationMsgDelimBytes value must conform to the format of two hexadecimal digits in the range 00-FF, prefixed by x. Multiple bytes must be comma-separated. For example, x08,xA4.
Response
Set the destinationDelimBytes value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0023E
The destinationMsgDelimPattern value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList is not a valid regular expression for the following reason: ''<insert_2>''.
Severity
20 : Error
Explanation
The destinationMsgDelimPattern value must be a valid regular expression.
Response
Set the destinationDelimPattern value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0024E
The sourceQueueTimeout value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList is not within the valid range.
Severity
20 : Error
Explanation
The sourceQueueTimeout value must be an integer value > 1 or -1 if the value is not to be used.
Response
Set the sourceQueueTimeout value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0025E
The sourceEOL value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList is not valid. Valid values are ''CRLF'' and ''LF''.
Severity
20 : Error
Explanation
The sourceEOL value must set to either 'CRLF' and 'LF'.
Response
Set the sourceEOL value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0026E
The destinationEOL value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList is not valid. Valid values are ''CRLF'' and ''LF''.
Severity
20 : Error
Explanation
The destinationEOL value must set to either 'CRLF' and 'LF'.
Response
Set the destinationEOL value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0027E
The sourceEncoding value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList is not a valid Java character set name.
Severity
20 : Error
Explanation
The value assigned to the sourceEncoding does not conform to the rules for naming Java character sets.
Response
Set the sourceEncoding value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0028E
The destinationEncoding value of ''<insert_0>'' in the entry with index ''<insert_1>'' in the transferItemSpecificationList is not a valid Java character set name.
Severity
20 : Error
Explanation
The value assigned to the destinationEncoding does not conform to the rules for naming Java character sets.
Response
Set the destinationEncoding value to a valid value in the entry. Then call the createTransfer method again.

BFGAI0029E
The ''<insert_0>'' method has been called before the command api has been initialised.
Severity
20 : Error
Explanation
The CommandApi initialize method must be called before any other CommandApi method is called.
Response
Call the CommandApi initialize method. Then call the failing method again.

BFGAI0030E
The diagnosticsDirectory parameter is null in the call to the CommandApi initialize method.
Severity
20 : Error
Explanation
The diagnosticsDirectory parameter must be set to a non-null value.
Response
Call the initialize method again with the diagnosticsDirectory parameter set to a non-null value.

BFGAI0031E
The replyPersistence parameter is not allowed when the replyQueue and replyQMgr parameters are null.
Severity
20 : Error
Explanation
The replyPersistence parameter in the transferSpecification argument is only applicable if the replyQueue and replyQMgr values in the transferSpecification argument are not null.
Response
Do not set the replyPersistence parameter in the transferSpecification argument. Then call the createTransfer method again.

BFGAI0032E
The replyDetail parameter is not allowed when the replyQueue and replyQMgr parameters are null.
Severity
20 : Error
Explanation
The replyDetail parameter in the transferSpecification argument is only applicable if the replyQueue and replyQMgr values in the transferSpecification argument are not null.
Response
Do not set the replyDetail parameter in the transferSpecification argument. Then call the createTransfer method again.

BFGAI0033E
The successrc value <insert_0> is invalid. The reason is: <insert_1>
Severity
20 : Error
Explanation
The successrc value must be a valid return code expression.
Response
Set the successrc value to a valid value. Then call the createTransfer method again.

BFGAI9999E
<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.