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.
This may be a bit ambitious, but has anyone written (or even encountered) a web based file manager written in WebFocus?
I am looking for something that can read a defined file structure on a network drive (that the WebFOCUS server can access either as a UNC or mapped drive) and upload files there. Maybe do some deletes as well.
I'm trying to provide a trusted vendor access to a specific server for file uploads. The issue is that only have proxied access to some resources via Citrix. They are able to browse our intranet, though. I have seen several ASP.Net options, but they all seem to only read the local machine (maybe they can be coaxed into reading a mapped drive). There is also an issue of permissions -- I think that runs under the ASP.Net account's permissions. My WF account has all the access I need (we run in command console mode). I am doing something similar via WebFocus where they fill out a form and the Fex writes a file to a net share (via FILEDEF). I need the ability to have them upload individual files, though.
I'm envisioning your tool may have been more of a 'copy/paste' of one folder to another? Is that fair? This would be a little different, it would need to upload a file from your local PC/drive to a remote/network one. I had something written in classic ASP a long time ago, but don't know if that would suffice. As I recall, this requires some server side code to 'do stuff'.