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.
You could use the DSTRUN options, but I've always found them a little confusing and their functionality is slowly being phased out (I think). I say that because a lot of people seem to be having problems with them in newer releases of WF. Most of my clients are removing any DSTRUN options and replacing them with JSP calls or JAVA programs that use the API.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
DSTRUN is particular about it;s parameters. The errors returned have been improved lately. Though DSTRUN is for running a defined schedule, you look like you want to create the schedule ... you want to do that with the API (or webservices calls to caster).
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
It took us a while to get DSTRUN to work, but now it works great. I use it in several reports. The only problem I have had is that it does not support Dynamic Distribution but I was able to get around that by dynamically updating a fixed distribution file.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006
Could you tell me how you used the fixed distribution file? I would like to be able to do something similar. I want to save an email address and burst values so that I can pass those values to a fex to be distributed through ReportCaster. Any help would be great.
Hi Brian, scheduling is not a requirement, The API calls would be nice to use in the future. For now the DSTRUN functionality will do fine I guess. Tomorrow I will spend my day on getting DSTRUN to work, getting the parameter right will be the hardest job.
You may get a couple of ideas from a tip I gave at Summit last year regarding manipulating distribution lists. You can find the technique described here
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
Here's another methodology which involves the licensing of WebFOCUS Web Services and the Web Services adapter. I have used the below methodology quite successfully in the past. It is documented in the below WebFOCUS Newsletter.
Yes I managed to get this working on a dev environment. But due to many security restrictions on prod, it was not possible to implement and I've managed to solve it with deferred reports.