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 some power users that during the life of there job they create large focsort.foc files. Is it safe to delete this, in code?
Will FOCUS re-create it if/when needed again?
I already have the user coding DOS del on some other interim files as he completes each step of his job, which helps, but this focsort.foc is killing me.
Thanks, --wgThis message has been edited. Last edited by: Winfred Gunter,
WF 8009m, Clustered vm Windows2008r2 reporting servers; Web interface: tomcat; Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
Posts: 81 | Location: Monroe LA | Registered: January 07, 2005
Are you saying that SET EXTSORT = ON will tell webfocus to clean up the focsort.foc during a job process, rather than waiting until the agent is done?
If so, that's terrific. What we are trying right now, is DOS DEL focsort.foc within the job steps (in addition to DOS DEL temphold.ftm files).
I just read-up on EXTSORT because I was remembering from years ago.... It appears that EXTSORT is for an external sort utility like syncsort... we don't have that available.
Thanks for the response, --wgThis message has been edited. Last edited by: Winfred Gunter,
WF 8009m, Clustered vm Windows2008r2 reporting servers; Web interface: tomcat; Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
Posts: 81 | Location: Monroe LA | Registered: January 07, 2005
These links provide info on FOCSORT and the settings that affect it. None of this information will help in deleting FOCSORT during a session, but it might help in avoiding the need to do so.
I've read the links and I'll try the setting extsort, tablef and matrix, but my user is doing MATCHes. It may still use focsort, if I understood what I read.
Thanks for the ideas, --wg
WF 8009m, Clustered vm Windows2008r2 reporting servers; Web interface: tomcat; Output: EXCEL, HTML, PDF; dbms: Oracle 10, db2 on mvs, mssql
Posts: 81 | Location: Monroe LA | Registered: January 07, 2005
EXTSORT has been around for 10-12 years? IMO has never been reliable, especially with Multi-Verb request. Over the years I have tried using it several time and would get signifcantly different results with EXTSORT=ON vs. EXTSORT=OFF. Therefore we always leave it off. Maybe it has been fixed (haven't tried using it in several years), but I'd stay away from it unless all you are doing is sorting and do extensive testing to make sure your results are the same with EXTSORT ON or OFF.
I try to write my code in such a way that the database does the sorting (which won't happen with multi-verb requests) or code SQL Passthru.
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