Question
Anthem
US
Last activity: 30 Nov 2018 14:44 EST
Pega Change Manager (PCM) VIOLATION dashboard issues.
Hi Team,
PCM VIOLATION dashboards are not getting displayed with the below mentioned error message.
PFA for the complete logs.
Please suggest.
***Edited by Moderator Marissa to update SR Details***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Hi,
The issue is in Pega’s PCM code.
The error comes from OOTB Report Definition "txViolationByApplication" ruleset: ECS-PCM-Server:07-20-01.
In the Report Definition, under Data Access tab, there are two class joins.
The first one has the below filter conditions:
instance.pxRefObjectkey is equal ".pzInskey". Here it should be ".pzInsKey", letter "k" should be capital.
This is a bug in product code.
Hi,
The issue is in Pega’s PCM code.
The error comes from OOTB Report Definition "txViolationByApplication" ruleset: ECS-PCM-Server:07-20-01.
In the Report Definition, under Data Access tab, there are two class joins.
The first one has the below filter conditions:
instance.pxRefObjectkey is equal ".pzInskey". Here it should be ".pzInsKey", letter "k" should be capital.
This is a bug in product code.
The local change for customer is to save the RD to their application ruleset and update it to the correct case.
See attached screen shot for OOTB Report Definition "txViolationByApplication".
Anthem
US
Hi Team,
Looks like a BUG with the pzInsKey property reference in the report definition txviolationByApplication.
Please help with the hotfix.
PFA for the Report Definition screenshot.
British Telecom
IN
Hi,
Can you please have a look into the below pdn links , which look similar to the issue.
https://collaborate.pega.com/question/class-join-works-index-class-declarative-join-doesnt
And what is the Pega version ?
Anthem
US
Hi Anantharaju,
PRPC version 731.
Thanks for the above provided PDN articles but they are not helpful.
It looks like a BUG with PCM.Could you please let us know the process to engage the right point of contact from PEGA.
I believe support request to GCS team might not work out.
Pegasystems Inc.
IN
Hi Pradeep,
If you believe that this is a BUG with PCM, Support Request to GCS team is the right approach. Please create an SR with Request Type as Product Defect and mention the URL to this post. Once created, please let us know the SR# back here.
Regards,
Anthem
US
Hi Lochana,
PFB.
SR-C63321.
Thank you.
CollabPartnerz
IN
Could you please share configuration details how you have done.
Anthem
US
Hi Team,
In addition to the above provided details, below mentioned error has been observed as well which might be co-related.
VIEW MONITORING NODES / CLIENTS – ON THE CLICK OF CHART ACTIONS
Error:
** ** One of the join conditions involving the following unoptimized property is not allowed, since it can severely degrade performance: AM.tyClientSystemDetails.tySystemNode in class PCM-Data-ViolatorDetails. Revise the join conditions or optimize the property.
PFA's for the screenshots.
Pegasystems Inc.
US
HI Pradeep,
For the 1st issue, ".pzInskey in class PCM-Work", I have discussed with SME on it. Since it is about ".pzInskey" wrong case related, you can go ahead to save the RD to your application ruleset and update it to the correct case.
thanks,
Pegasystems Inc.
US
For the new issue you just posted, "AM.tyClientSystemDetails.tySystemNode in class PCM-Data-ViolatorDetails.", please wait for the response from SMEs. Thanks.
Express Scripts
US
Hi Pradeep
Regarding the issue
VIEW MONITORING NODES / CLIENTS – ON THE CLICK OF CHART ACTIONS
Error:
** ** One of the join conditions involving the following unoptimized property is not allowed, since it can severely degrade performance: AM.tyClientSystemDetails.tySystemNode in class PCM-Data-ViolatorDetails. Revise the join conditions or optimize the property.
Property tySystemNode is already exposed in the table which is pointed by class PCM-Data-ViolatorDetails (i.e pr_pcm_data_violatordetails) under the name tysystemnode_1 and external mapping for this column has been done in class rule PCM-Data-ViolatorDetails
Hi Pradeep
Regarding the issue
VIEW MONITORING NODES / CLIENTS – ON THE CLICK OF CHART ACTIONS
Error:
** ** One of the join conditions involving the following unoptimized property is not allowed, since it can severely degrade performance: AM.tyClientSystemDetails.tySystemNode in class PCM-Data-ViolatorDetails. Revise the join conditions or optimize the property.
Property tySystemNode is already exposed in the table which is pointed by class PCM-Data-ViolatorDetails (i.e pr_pcm_data_violatordetails) under the name tysystemnode_1 and external mapping for this column has been done in class rule PCM-Data-ViolatorDetails
Please check whether the column name in db and name mentioned in class rule are with same case or not.
Accepted Solution
Pegasystems Inc.
US
Hi,
The issue is in Pega’s PCM code.
The error comes from OOTB Report Definition "txViolationByApplication" ruleset: ECS-PCM-Server:07-20-01.
In the Report Definition, under Data Access tab, there are two class joins.
The first one has the below filter conditions:
instance.pxRefObjectkey is equal ".pzInskey". Here it should be ".pzInsKey", letter "k" should be capital.
This is a bug in product code.
Hi,
The issue is in Pega’s PCM code.
The error comes from OOTB Report Definition "txViolationByApplication" ruleset: ECS-PCM-Server:07-20-01.
In the Report Definition, under Data Access tab, there are two class joins.
The first one has the below filter conditions:
instance.pxRefObjectkey is equal ".pzInskey". Here it should be ".pzInsKey", letter "k" should be capital.
This is a bug in product code.
The local change for customer is to save the RD to their application ruleset and update it to the correct case.
See attached screen shot for OOTB Report Definition "txViolationByApplication".