Question
Last activity: 21 Jun 2016 22:13 EDT
Report Save As failed
Hi,
I've got an issue with the report. A user is trying to edit it and then do a "Save As". It is not saving because there is a warning and the hasMessages when rule for Report Definition is checking if there's a warning. I can't override it since it's a final rule. Is there a way that we can go around this?
We're using PRPC v6.2 SP2.
Thanks,
Rachel
Message was edited by: Marissa Rogers - Added category
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pega Systems
IN
What errors are you getting in tracer and clipboard?
I have a warning because some of the fields aren't optimized. These are fields that are in a sub-report which don't have the same warning.
Anyone have any idea on this?
A tracer file would be helpful, to see where the warnings are coming from, and whether they are legitimate.
Do you have HFix-6307 installed? It looks like it addresses a similar issue.
Updated: 12 Jun 2016 23:28 EDT
Hi Ronald,
I'm getting this warning even when I just open the Report Definition rule. -
-
Performance:
These properties are not optimized, and displaying them may result in poor performance: @@GetNonBlankValue(CAROperator.User_Name,CARBasket.Basket_Name)
The 2 values are taken from sub reports which doesn't have the warning. (i.e. CARBasket - GetWorkBasketInfo below doesn't get a warning re: Basket Name not being optimized.) Also, the properties have corresponding columns in the database tables. So, not sure why it's telling me they're not exposed. Is there something else I need to do to expose them?
Hi Ronald,
I'm getting this warning even when I just open the Report Definition rule. -
-
Performance:
These properties are not optimized, and displaying them may result in poor performance: @@GetNonBlankValue(CAROperator.User_Name,CARBasket.Basket_Name)
The 2 values are taken from sub reports which doesn't have the warning. (i.e. CARBasket - GetWorkBasketInfo below doesn't get a warning re: Basket Name not being optimized.) Also, the properties have corresponding columns in the database tables. So, not sure why it's telling me they're not exposed. Is there something else I need to do to expose them?
I'll check if I've got that hotfix installed in our environments. If not, I'll raised an SR.
Thanks,
Rachel
Hi Rachel,
I don't know of anything additional you need to do in order to make sure those properties are exposed, and if they weren't, you should be getting the warnings on the sub-report.
For a sanity check, can you add a screen shot of the Pages & Classes tab from GetWorkBasketInfo?
Regards,
Ron
Updated: 14 Jun 2016 6:33 EDT
Hi Ron,
That's what I thought. It should also show on the sub-report if there really was a warning regarding those properties.
Here's the Pages & Classes tab for GetWorkBasketInfo.
I've raised an SR ( SR-A76891) to get HFix-6307. Hopefully, it will fix the issue. I'll update after I install and test the fix.
Thanks,
Rachel
Raised another SR for the investigation of the issue as it wasn't solved by the hotfix.