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 Data Migrator process that creates xml outputs and drops them into a subdirectory (any I choose) on the server. I would like to have Dashboard present the contents of that subdirectory in a frame, but I don't think it's as straightforward as I imagined. I was hoping to keep this inside the domain to let MRE enforce the security. Is this possible, or do I have to use the server's web services to restrict access to the appropriate user group?
Any light you can shed would be greatly appreciated.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
You should be able to just add a URL object in the MRE domain that points to the file you want to display. Then in the Dashboard View Builder add a launch block that contains that URL from the desired MRE domain.
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
You could create a static link to a dynamic page. There are numerous ways to make an HTML page display the contents of a directory as hyperlinks, or dynamically build an HTML page using some Perl script or other method. If nothing else you could just create a URL like
ftp://servername/directory
which would display the directory contents for access via the ftp method. That's dynamic by nature.
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
You could use a techinque that essentially lists the files in the directory into a file. This file would be a text file with master to describe it. Then a filedef to it and then build a report that shows the file and links to them.
Well shut my mouth -- xml files, for some reason that I don't fully comprehend, appear in folder blocks just like reports do. Apparently I'm done here. Thanks for the help folks!
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007