CONS-10049: Consolidator Exception Table Or View Not Found Creating Publication Item With Java API
(Doc ID 2043952.1)
Last updated on OCTOBER 31, 2019
Applies to:
Oracle Database Mobile Server - Version 12.1.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to use the Java API CreatePublicationItem method to create a Publication Item:
try
{
PubItemProps pi_props = new PubIemProps();
pi_props.db_inst = Consolidator.MAIN_DB
pi_props.owner = "owner";
pi_props.store = "EMPLOYEE";
.......
cm.CreatePublication Item("PI_PUBITEM", pi_props);
}
......
the API call fails with CONS-10049: Consolidator Exception: Table or view not found :: schema.TABLE
at oracle.lite.sync.Subscription.......
even though the table name does exist in the application schema database.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |