I was wondering if you're building a channel to a Jaspersoft Report, or some other object.
I am attempting to build a channel to a report, but the Jaspersoft example provided on
Clarity: Configure Blueprints for Custom Investments and Custom Objects (broadcom.com) under example #3 yields an error, saying that that the URL parameter is invalid.
https://clarityserver.ca.com/reportservice/flow.html?_flowId=viewReportFlow&reportUnit=
%2Fca_ppm%2Freports%2Fproject_management%2FCSK_PRJ_ProjectStatusSummary
&standAlone=true&ParentFolderUri=/ca_ppm/reports/project_management
&populateProject=1&projectKey_1=${_internalID}
When I update the 'clarityserver.ca.com' reference with our Clarity instance url and remove the line breaks, the following error is displayed.
![]()
When I use only the first three lines in the Channel URL, the code executes correctly, and the proper Jaspersoft report launches, but it's waiting for the Project ID. So, the issue seems to be centered around that last line of code.
Have you tried this before and have you had success?
Thanks,
Will