Caused by: com.pega.pegarules.pub.database.BadDatabaseDefinitionException: Database-BadDBDef-Missing nomdata
--dbSchema | rules.schema.name |
--dbSchema | rules.schema.name |
PegaRules |
--dbDataSchema data.schema.name PegaData |
With above setting, we are facing issue while importing Data instances of class table belongs another schema "NomData". It is giving excemptions as Caused by: com.pega.pegarules.pub.database.BadDatabaseDefinitionException: Database-BadDBDef-Missing nomdata.
Here NomData is different schema which only contains business data and also we have pegaData to maintaining pega tables.
Can some one help to identify the issue over here ?
Below is Exception