Question
2
Replies
381
Views
EY
Posted: July 31, 2017
Last activity: July 31, 2017
Closed
Obj-Save method setting null values
Hi,
Obj-Save method setting null values for unmapped columns. I'm using Pega 7.2.2. I've set DASS as below and restarted server but still not reflecting.
prconfig/database/databases/pegadata/skipUnmappedColumns/default as true.
Thanks in advance.
***Updated by moderator: Lochan to add Categories***
Hi,
As per the solution provided by PEGA, you have to perform the below changes:
ou can specify 'skipUnmappedColumns' using prconfig.xml and DASS.
Unmapped columns will be ignored in DML for external tables.
The default value is 'false'.
<env name="database/databases/${DBName}/skipUnmappedColumns" value="true" />
. restart Application Server
DASS with default classification
RuleSet: Pega-Engine
Name: prconfig/database/databases/${DBName}/skipUnmappedColumns/default
Value: true
. restart Application Server
DASS
RuleSet: Pega-Engine
Name: database/databases/${DBName}/skipUnmappedColumns
Value: true
. re-save Data-Admin-DB-Name. Need to re-save the Data-Admin-DB-Name in case of Application Server restart.