Question
10
Replies
5732
Views
Posted: June 20, 2018
Last activity: September 11, 2020
Closed
Solved
Why is Pega 7.4 data type creating external class/ table in CustomerData schema?
- Add a new/ existing data type using designer studio/ express data explorer
- Configure data type source by selecting key
- Save the data type
- now open the class created and do test connectivity
- it will show as obj-external class
- the table created as part of data type is not having pxObjClass/ pzInskey- This is obvious because it's external
- I have tried to give PegaData as DB while configuring source for Data type but it's showing error " Please select valid DB"
- I have tested this with brand new 7.4 instances and upgraded 7.4 instances. The result is same for both.
Is there any design change happened as part 7.4?
Is there any config missing ?
Hi Pandj,
In Pega 7.4 version, We have a validation ( when rule ) in step 1 of "PegaAccel-Task-. pzCreateLocalDataStorage" activity not to use "PegaDATA" Database for Configuring source for Data types due to some Internal Constraints. It seems PEGA introduced the CustomerData database rule since PEGA 7.4 and when we create the Data Type rule, PEGA is by default adding px related properties. You can use "CustomerData" DB ( which is pointing to PegaDATA ) for Configuring source in Data types for System of Record.