As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am trying to generate a No Data message for a coordinated compound pdf report that bursts on the high-level sort field and is run in ReportCaster.
I have a section in the pdf reports that it branches to handle for No Data, but it does not work with the coordinated compound pdf reports. I have tried to get it to work for 1 bursted value for the coordinated compound pdf report and it does not work. I get the "no report to distribute" error message in the ReportCaster log. I guess there is an issue with no data error handling like this working in conjuction with coordinated compound reports.
I wonder if setting EMPTYREPORT some way will work with coordinated compound pdf reports. Has anyone done anything with setting No Data for coordinated compound reports or have any suggestions?This message has been edited. Last edited by: FP Mod Chuck,
If you can already detect that you have no data and branch to a different path when such a thing, you should built a PDF compound "No data" report and distribute this one instead. That way RC will have the same report format to distribute no matter what
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
MartyY - Thanks...I can possibly look into that. However, what I just discovered is that my bar chart procedures which is contained as one of the procedures in the compound pdf layout is producing a crashed agent whenever there is a no data output scenario. So when I execute the compound pdf layout procedure within RC for a no data situation, it gives me the "no report to distribute" error message.
So I need to determine why that procedure is producing a crashed agent in a no data scenario.