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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Losing my HOLD Files - Is this Normal?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Losing my HOLD Files - Is this Normal?
 Login/Join
 
Member
posted
We just upgraded to version 5.3.3 from 4.3.6 and the problem I'm having is that after I create a HOLD file, I cannot go back and read it. Its as if the file disappears into space once the program terminates.

So, I can't do a -GOTO to skip to the middle of my fex because it cannot find the HOLD file. I have to run the program from the beginning EVERY time.

We haven't really gotten a straight answer from support, so I thought I'd ask other users.

The question is: Is this normal, or if we have something set up wrong.

Has anyone else run into this? Are there people in this forum that are able HOLD without the problem I have?
 
Posts: 23 | Location: North Carolina | Registered: August 09, 2005Report This Post
Member
posted Hide Post
I'M NOT ASKING FOR A SOLUTION, JUST SOME GENERAL FEEDBACK. DOES THIS HAPPEN TO YOU? DOES ANYONE KNOW WHAT I'M TALKING ABOUT?????

ANY FEEDBACK WOULD BE GREATLY APPRECIATED.
 
Posts: 23 | Location: North Carolina | Registered: August 09, 2005Report This Post
Expert
posted Hide Post
This is normal for WebFOCUS. Unless you allocate the files (with FILEDEF) elsewhere than the default, the files are deleted at the end of the WebFOCUS call.

There are APP commands that stop the files and Masters from being deleted.

I will post that shortly.
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Virtuoso
posted Hide Post
In 5.x, Dev Studio submits each request to WebFocus Reporting Server, which (by default) erases its Temp files as soon as a request completes.

You can achieve a measure of the persistence you had in earlier releases, by specifying
SET TEMPERASE = OFF
in edasprof.prf of your personal copy of the WebFocus Reporting Server, and keeping only a single agent running.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
Expert
posted Hide Post
APP HOLD TEST
SET TEMPERASE=OFF
-RUN
TABLE FILE CAR
PRINT *
ON TABLE HOLD AS HOLDXX
END
-RUN

APP HOLD TEST puts the HOLD files and Masters in the App TEST (C:\ibi\apps\test).

SET TEMPERASE=OFF stops the files from being deleted from the temp diretory (C:\ibi\srv53\wfs\edatemp\ts000001).

Use one command or the other.

Note that I don't think you'll be able to read the data in a second WebFOCUS request, because your second WebFOCUS request may run using a different agent, hence the temporary subdirectory (ts000001) may be different (ts000002).

Note also that if you want to do this for more than debugging, if several people will be running the same request, they will clobber the HOLD file, unless you FILEDEF it to a unique name.

I hope this helps.
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Losing my HOLD Files - Is this Normal?

Copyright © 1996-2020 Information Builders