Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
==========
TIBCO BusinessEvents (BE) with backing store is processing and creating records in Object Table but not creating base tables (application tables). It does not throw any exceptions.
Environment:
==========
TIBCO BusinessEvents 3.0.1 with HF 8 and above.
Oracle 10g
All OS
Symptoms:
=========
The BE engine throws the following Error in the logs.
cannot find map for the concept className
Cause:
=====
If the generated SQL is not run propertly or if the ClassToTable is not properly populated, this would result in no updating of the base table.
Resolution:
=========
Regenerate the schema using the be-jdbcdeploy.tra file and recreate the schema in the database with the new SQL script that is generated. Make sure all statements in the SQL are executed without errors.