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
Hi ,
It looks like its not able to get the nomData db info from the configuration.
Its db issue only, so can you cross check whether the connection to nomData schema is successful?
And did it work before?