Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
deleting temp files
 Login/Join
 
<xLooney>
posted
I am using

APP HOLD "foldername"

before doing the actual HOLD so that I can reuse the report output...

does anyone know how to delete the temp files created by these HOLD?
 
Report This Post
<Grzegorz>
posted
You can use:
APP DELETEF appname filename filetype
command.
The syntax is described here:
IBI Support Link

You can use the operating system command, as well:
! operating_system_delete_command path_to_the_file(s)
 
Report This Post
Virtuoso
posted Hide Post
One of the tricks I use is to put the HOLD files into the same directory that WebFOCUS uses as it's temporary directory CGI_TEMP_DIR(C:\ibi\WebFOCUS52\temp). I use this directory because WebFOCUS automatically cleans up temporary files after a certain time frame. The time frame is controlled by the _TempFileTimeout settings in the cgivars.wfs config file. This works great as long as all your pieces of WebFOCUS are installed on the same box (Client and Server pieces). What you do is MAP your HOLD directory to this directory using the APP MAP command. Give it a try.
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
<xLooney>
posted
Thank you guys...

this issue was just a part of a bigger problem...
and... it seems to become a hot topic.

Please refer to "sorting the report by any column" to see my concerns.
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders