Posted: Mon Jun 04, 2007 4:50 am Post subject: WBI Adapter for JDBC V2.6 with WMB.
Master
Joined: 08 Jul 2003 Posts: 205
1. Can the Event_ID field in the even table configured to be a auto increment value ? The manual says that it has to be a unique value from the source table.
2. Instead of using triggers to populate the event_table, we are planning to use a .NET application to populate events. I know it works. but, does it violate any ibm support if we do so ?
3. we are using the same source table to create different Business objects. can this cause any logical issues ?
1. Can the Event_ID field in the even table configured to be a auto increment value ? The manual says that it has to be a unique value from the source table.
Yes. It just needs to be unique. This column does not have a dependency on the source table.
Quote:
2. Instead of using triggers to populate the event_table, we are planning to use a .NET application to populate events. I know it works. but, does it violate any ibm support if we do so ?
I dont think so. Triggers is the most common way of entering events into the event table. If you have a valid license for the JDBC adapter and the application database, then you can use other means also to make entries into the Event table. But IBM will not provide support for issues with the .NET application.
Quote:
3. we are using the same source table to create different Business objects. can this cause any logical issues ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum