Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Resolution:
Create a trigger on the source table under the user X, which will copy the inserted/updated/deleted row to the corresponding table under the user Y. (The destination table has to be created previously and is supposed to have the same structure as the source table). Then the adapter will run on this table (under the user Y).
To subscribe a table using an agent with a database account different from the account that created the table originally, you can put a trigger on the subscription table and copy to your target table under a different user.