Error while running a dpage
|
|
@ashmjcan you share the screenshot of the source of your datapage? Seems the expected value is null. If you can check that you should be good to resolve the issue.
Hi @ashmj, below issues may be the reasons for your question.
Data Page Reference Issue
The D_GetPlans data page may be trying to reference another clipboard page (e.g., for a parameter or context), but that page doesn't exist yet.
Missing or Incorrect Parameter Page
If D_GetPlans is defined with parameters, make sure those are being provided when it is referenced. Pega won’t always throw a clean error if required parameters are missing—it might just break somewhere in the logic like here.
Manual Clipboard Access
If a rule (e.g., a Data Transform or Activity) inside D_GetPlans is manually trying to access a page using findPage() or getPage(), and it assumes the page always exists, this can fail.
Regards,
Prasad.
Question
Question
Discussion
Question
Support Doc
Question
Question Solved
Question Solved
Discussion
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.