Question
ING Belgium SA NV
BE
Last activity: 25 Dec 2018 0:19 EST
issue : An invalid report content page is specified
Hi,
My requirement is to call the activities from wrapper activity. Called activities will call report definitions in turn to get the data from the class.
Class of wrapper activity : Org-FW-CFFW-Data
class of called activity 1 : Org-FW-CFFW-Data- Activity1
class of called activity 2 : Org-FW-CFFW-Data- Activity2
class of called activity 3 : Org-FW-CFFW-Data- Activity3
In this case, when i call the activities from wrapper activity in the format: Call Org-FW-CFFW-Data- Activity1.Activity1 , its working fine . but guadrail warning is popping up to use the step page and call the activity.
when i do so, i am getting the issue "An invalid report content page is specified". Kindly advise on fixing this issue.
quick response would be much appreciated
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Lumen Technologies
US
Thank You. i have faced similar issue. By mentioning Code-Pega-List in pages n classes issue got resolved.
Pegasystems Inc.
IN
Hi
Have you defined the step page name and the class details in the pages and class es tab as well ?
Ernst & Young
LU
yes, I defined it
-
ruzzel onate
Pegasystems Inc.
IN
As now you are creating a new step page, does the new page has all parameters/properties required to run the report definition.
Check what parameters are passed to activity1. Previously they use to come from primary page but now as you created new page they would be coming from newly created page.
Just trace and check what are the params going to report. pyReportName,pyReportClass,pyPageName
Ernst & Young
LU
all the parameters pyReportName, pyReportclass and pyPage is having expected values. but I could see the below error in 30th step of activity "pxRetrieveReportData"
"Report Content Page doesnot exist or refers to an Invalid Class"
Is it problem with calling activity of class Org-FW-CFFW-Data- Activity1 from activity of class Org-FW-CFFW-Data? If yes, what could be the design for this requirement.
Kindly advise
ING Belgium SA NV
BE
Any Update on this? quick response would be much appreciated !!
Pegasystems Inc.
IN
Hello,
Can you please check the Class defined for the Page that is being passed to the pyPageName parameter?
The class Must be Code-Pega-List.
Ex: you are passing the pyPageName as TestPage.
TestPage must be defined in Pages & Classes with the class name Code-Pega-List.
Let me know if this helps.
Accepted Solution
Lumen Technologies
US
Thank You. i have faced similar issue. By mentioning Code-Pega-List in pages n classes issue got resolved.
Pegasystems Inc.
IN
The source activity/data transform for a data page should be of class 'Code-Pega-List' to avoid this exception