Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Files for Unix and Windows | - |
Not Applicable | - |
Description:
When you have a TIBCO ActiveMatrix Adapter for Files (Unix/Win) (FA) subscriber and a TIBCO ActiveMatrix BusinessWorks (BW) publisher, if the BW publisher does not send a value to an FA subscriber for non string fields, then the FA subscriber logs the following error.
"Error [Adapter] AEFA-000161 The attribute type is not String, can not match method 'getStringStr()'"
Symptoms:
This issue only occurs when schema fields are non string type and data becomes null for that field. The following error is logged in the subscriber logs.
"Error [Adapter] AEFA-000161 The attribute type is not String, can not match method 'getStringStr()'"
Cause:
In TIBCO ActiveMatrix Adapter for Files (Unix/Win) (FA) 7.0, when a non string type field receives a null value, a String
contains "" as the value will be set as output and it will format the output
with its field type. A mismatch will occur.