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 are on WF 760 HP UX. Our upcoming project requires us to FTP reports from Caster to a remote portal where they will be hosted. I can do that now if I ftp all the burst values to one location, but I am having trouble coming up with a way to ftp each burst value to a different folder/directory on the ftp site. Has anyone come across this in Report Caster? Can we use a Distribution File for FTP that holds location informaion? The documentation only talks about 2 fileds in the distribution file - burst value and filename.
WebFOCUS 760 HPUX - Using MRE, Report Caster, Dashboard and Self Service.
Posts: 16 | Location: California | Registered: April 18, 2007
California, i can tell you how to do this, if your write your own code, but i can't tell you how to do it in the gui, other than creating individual schedules. If you write your own code, you would construct a loop in your fex, executing each loop for each burst value, and writing your own ftp PUT script within each loop, changing the directory according to the burst value. If you want to go that route, post back, and i'll write up an example for you. It works really well. In the meantime, perhaps someone will come along with a cooler gui idea.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Thanks Susannah, I have considered that option, but that would take too long to run. We will be running multiple reports every night and ftp'ing the files.
Bursting would be the most efficient way.
The other alternative I am considering is bursting the output to a directory on our UNIX server, and then writing a UNIX script that will run at the end of the cycle with embedded SQL to read each filename and derive the path for ftp'ing each file to the appropriate location.
WebFOCUS 760 HPUX - Using MRE, Report Caster, Dashboard and Self Service.
Posts: 16 | Location: California | Registered: April 18, 2007
Did you try just appending the path on the field name in the distribution list? I don't know if it would work or not - just a thought:
Distribution list of CNTRYDIST
Burst Value File Name
ENGLAND /ENGLAND/England.PDF
JAPAN /JAPAN/Japan.PDF
W GERMANY /WGERMANY/WGermany.PDF
and so on.
Actually, we currently use your alternate method. All procedures are FTPed to the smae location and then we have a scheduled script that runs on our Linux server that moves the files to their appropriate locations and builds HTML indexes for users to see the files in their directory structure.
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
Darin, I tried your suggestion and it worked. Appending the path to the file name in the distribution list allows us to send each burst value to a different directory on the ftp site.
I have a ticket open with IBI on this. I will let them know that this method works. Thanks
quote:
Originally posted by Darin Lee: Did you try just appending the path on the field name in the distribution list? I don't know if it would work or not - just a thought:
Distribution list of CNTRYDIST
Burst Value File Name
ENGLAND /ENGLAND/England.PDF
JAPAN /JAPAN/Japan.PDF
W GERMANY /WGERMANY/WGermany.PDF
and so on.
Actually, we currently use your alternate method. All procedures are FTPed to the smae location and then we have a scheduled script that runs on our Linux server that moves the files to their appropriate locations and builds HTML indexes for users to see the files in their directory structure.
WebFOCUS 760 HPUX - Using MRE, Report Caster, Dashboard and Self Service.
Posts: 16 | Location: California | Registered: April 18, 2007