Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Resolution:
After you configure the publication using adbconfig utility,
1. Add one column in your publishing table whose type is "int".
2. Modify your triggers generated by adbconfig tool to make it select the "bit" column into this "int" column.
3. Modify your class schema of publishing table in your repository, add one more attribute whose type is "i4". The attribute name should be same as the "int" column name in the publishing table.