Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Resolution:
Description:
============
When a publisher uses publish by reference, a problem is seen while testing a database adapter. After the adapter is started, if new data is inserted
there is no error in the log file. But if new data is inserted again the following error messages will be logged:
2010 Mar 23 16:57:34:140 GMT +1 AdapterADB_MSMC.AdapterADB_MSMC Error [Metadata] AEADB-400002
Publisher: : Unknown column type: for field: .
Regardless of the logged messages the data is sent correctly.
Environment:
===========
All
Cause:
======
The "Unknown column type: for field: ." error is due to the Adapter service name being the same as the source table name.
Resolution:
==========
Don't use same service name as source table name.Change the Adapter service name to a different name.