Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
If the CacheLoader/CacheServer is unable to write to the backend database for some reason, the Cache Server/Cache loader creates those database transactions in the redolog as SQL scripts (provided if you have specified a redolog file in your TRA file). And always the objects in the Cache/WM should be upto date.
The objects in the cache gets refreshed with the data from the backing store, only when there is a re-start in your cache loader. When you are to re-start your cache loader, we reccomend you to check if there are any entries in this redo log file, and if present , then run the SQL scripts in your redolog script before starting your cache loader.