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.
Does anyone have a way of encrypting files that are to be distributed via email or FTP'd? I found one technigue that involves holding the file to a permanent location and then making a call to the operating system to encrypt. Then the enduser must have a way of decrypting and/or password. Does anyone have a more elegant way of doing this?
Thanks in advance.
WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007
I am not sure if this method will work for RCaster or FTP but worth a try. Look up chapter 11 Providing Data Source Security: DBA - Encrypting Data on "Describing Data With WebFOCUS Language".
Thanks, Sayed
WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
Posts: 285 | Location: Texas | Registered: June 27, 2006
That deals more with encrypting/protecting source data than protecting report output.
I'm not on the latest version of WF, so I don't know if the issues of secure FTP or encrypted email has been addressed yet. If not, they should be immediately (got your ears on IBI?)
We have had to work around both of these issues in our environment. For FTP, the files are sent and/or held in a temporary environment on Linux, and then automated scripts are run periodically to securely FTP these files to specified locations.
For email, we just distribute via an email server that always encrypts unless specifically directed otherwise (by adding a u: to the beginning of the subject line). And, as you mention, the enduser is directed as to how they should log in to a secure site to receive the encrypted email. We actually do very little external email of sensitive data from ReportCaster, so we haven't had much comment or resistance to our methodology. The FTP process has worked quite well.
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
That was one of the solutions that I found. However you must place the eamil in a specific location for the encyption to take place. We would then need to perform clean-up afterwards. as a post procedure. Thanks for the suggestion
WebFOCUS & ReportCaster 8.1.05, 7.7.03 - AIX/LINUX, FOCUS 7.6.13 MVS, Output PDF, XLS-XLSX, DOCX and HTML
Posts: 146 | Location: Atlanta, GA | Registered: May 31, 2007