In TIBCO MDM, when importing records using DBLoader, the records are not added to GoldenCopy table and instead are added to the FED table.
book
Article ID: KB0086390
calendar_today
Updated On:
Products
Versions
TIBCO MDM
-
Not Applicable
-
Description
Resolution: Cause: ===== The issue was caused due to the time difference between db system and app server.When appserver and dbserver are on different machines, it is required to makesure that date and time are synched to same.
Resolution: ======== Make sure that the date and time between appserver and dbserver are in synch or at least the dbserver's machine time must be greater than the appserver's machine time. Another option is to set MqProperty 'com.tibco.cim.optimization.process.isSyncTimeEnabled' to true and property 'com.tibco.cim.optimization.process.syncTimeInterval' to zero(0) so that it always fetched from the database. This will however impact performance.
Issue/Introduction
In TIBCO MDM, when importing records using DBLoader, the records are not added to GoldenCopy table and instead are added to the FED table.