- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello,
There can be two possibilities.
1. Schemas are created but not synced with the Database from the application via the update database wizard.
2. Certain attributes when applied to a schema ensure that they don't get created as a table on the Database.
For example - you won't see nms:broadLog and nms:trackingLog in the database although they are present in the console as they are libraries ( templates ) to create other tables.
the attribute - library="true" determines this.
So if it's not case 1 , then please provide the schema definition under the <srcSchema> ....<srcSchema/> tag to check why it's not in the Database.
--
Adhiyan