Closed
Multiple Concrete Class pointing to one DB Table Giving Error on Test Connection. {PEGA 7.4}
Hi All,
We are using Buliding Application in which we have multiple Concreate Class which is pointing to one database table.
The following is working fine when we try to push data and retrieve the following,
however if you try to do test connection form the Class rule from it will give the following error.
Error: Class ClassName1 is mapped to table Name in DBName.
This is an Obj-external class. You may access the class with Obj- activity methods.
Issues:
External data table TableName in database DBName has more than one concrete class mapped to it; these classes include ClassName1 and ClassName2
Need to Understand why this is throwing this error, as far I understand we create a concrete class it just need a table in Database.