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 had a procedure that: 1 - creates a txt file in the disk 2 - This txt file is then compacted with UNIX command (zip); and] 3 - Send a e-mail with the link (for example, http://server/approot/application_name/file.zip) to user get the file.
However, the customer needs that the users authenticate before downloading the file.
Is there some way to implement this using Webfocus?
Some background:
Webfocus version: 8105m Server: RHEL 6
Thanks in advanceThis message has been edited. Last edited by: FP Mod Chuck,
But, the file size does not fit the attachment limit size. Probably, we will implement this with the security options from webserver.This message has been edited. Last edited by: Amom,
But, the file size does not fit the attachment limit size.
Even with the attached file zipped is too large ?
You will may have to look at your internal policies as for maximum size limit for file attachment. I know that some companies limit to 10M per example.
If it's the case and that zip file still over the limit, you will need to consider other options.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Why not just ftp/sftp the file? If you are using a UNIX script to zip the file, why not just add ftp/sftp to send it to user or to a folder the user has access to? We do this all the time.
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
Hi jgelona, Thanks by your answer. We're doing now something alike. Serving the file through browser under the /approot path to the file. However, this path is managed by webserver, so probably we'll try to implement security features of apache, as LDAP.