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.
We have several reports generated as Merged Compound PDFs. In one example, the report includes a report for Customer information, a report for account charges, a report for inventory, and yet a couple more reports. The main report can be run across multiple businesses and everything is merged upon a couple fields that each of the sub reports share.
In 7.6.5, we went through these reports and ensured that each and every subreport contained results that were consistent with the other subreports. This was done to avoid issues with merges failing when one of subreports came up empty (E.g. The business had inventory but no account charges).
Everything worked fine at that point. We've since upgraded to 7.6.9 which, as I understood, would eliminate the problems with merging empty reports. However, these reports now crash with the error message of
"Unknown error occurred. Agent on reporting server SEC_SERV may have crashed. Please investigate reporting server log"
The agent stats don't display an actual error message.
At this point, we have not changed the SQL stored procedures or the main reporting files. We have created a couple testing reports to try out updates in an effort to get this fixed. I'll post code from the simplified testing report (containing only one subreport).
Note that, if we set MERGE=OFF, the report does run...it's just unusable. As soon as MERGE=ON, it fails.
Did something change with 7.6.9? Is it more picky about code? If so, what are we missing/doing wrong? It's entirely possible I'm overlooking something.
Waz, you're right. It doesn't make any real sense to use MERGE=ON for just one report. In production, there are several other reports included. Using only one report was my attempt to simply things as much as possible. It at least eliminated problems that may have existed in the other subreports.