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 have a question. Currently I do lot of report bursting with Report Caster and up to now haven't had to do the following and want to know if anyone has.
I have a need to send an HTML output to certain email addresses dynamically (again I do this now) BUt the thing now is that instead of sending ALL of the attachments to the email address at the same time, I want to be able to send an email address MULTIPLE emails - that is, each time I send an email to my email address if it would normally have 5 attachments to it because it meets the selection criteria, I now what to send 5 email messages with only one attachment in each email.
This may be very easy to do but I haven't done it, so if anyone knows how to do this that would be very helpful, thanks so much.
Paul Mueller St. Louis University 314-977-2397 muellerp@slu.edu
Paul, I suppose you have a file somwhere which has the value/email-address pairs for your bursted report and you also have a program that creates the PCHOLD file, the name of which you entered in the Distribution Tab of the RC scheduler. Something like this:
TABLE FILE EMAIL
PRINT DEST
BY VALUE
ON TABLE PCHOLD
END
If you then have the same e-mail address for more than one value, you should be getting as many e-mails as values.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
There is a setting for this issue, you can force the fact to combine the attachments to the same address into one mail or separate mails. I just can't remember where to do that. Must be in the manual...
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
The setting you are looking for that governs if the emails are together or separate when going to one address is in the Report Caster configuration. It is called PACKET EMail. At least on version 7.1.3 it is on the General Tab, under User Info.
This changes the behaviour for all of Report Caster. So you couldn't have it one way for one report, and different on another.