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 fex (fex1) that generates several HOLD files (say H1 and H2). fex1 has a drilldown to another fex, fex2. How can I access the HOLD files H1 and H2 from fex2? I don't want to pass the data from the HOLD files in fex1 as parameters to fex2, nor do I want to regenerate the HOLD files in fex2. There must be an easy way to access the HOLD files generated in fex1 from fex2, but I don't know (or don't remember) how to do this.
Thanks! Sean
------------------------------------------------------------------------ PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
Posts: 210 | Location: Ottawa | Registered: November 03, 2005
I will have many users running this code simultaneously, and their hold output will always be different. Is there a special FOLDERNAME (directory) that I could use to ensure no conflicts?
Thanks again. Sean
------------------------------------------------------------------------ PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
Posts: 210 | Location: Ottawa | Registered: November 03, 2005
When we execute an ON TABLE HOLD command, the HOLD file is magically stored uniquely per user somewhere (can anybody tell me where that is?), and I was hoping there is some way to mirror this same directory with the APP HOLD command that you have suggested.
Thanks, Sean
------------------------------------------------------------------------ PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
Posts: 210 | Location: Ottawa | Registered: November 03, 2005
Can anyone help explain the default directory where the HOLD files are stored when APP HOLD is not used? And if/how I can simulate that directory with APP HOLD?
Thanks, Sean
------------------------------------------------------------------------ PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
Posts: 210 | Location: Ottawa | Registered: November 03, 2005
OK, so I guess WebFOCUS handles this in the edatemp directory (based on the user's process id I guess), and we need to handle it in some way as you have suggested, such as creating a filename based on the user's userid.
Thanks! Sean
------------------------------------------------------------------------ PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
Posts: 210 | Location: Ottawa | Registered: November 03, 2005