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.
We are storing the information of user who run the report from our system in a focus table. Later, we will write a adhoc report against that focus table to generate a report monthly to get the user list.
We have issue with the adhoc report as it's not pulling the record after Apr 2009. The focus table seems like adding the record but the adhoc report not picking it up. My question is, is there any limitation of focus table size? Is that the cause for this issue?
Please let me know.
ThanksThis message has been edited. Last edited by: Kerry,
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
Hard to tell from the little you posted. Some things to start with:
Are you using SU? (You should) Is the SU 'machine' always up?
Use REBUILD to check the integrity of the Focus file.
What do ? FDT and ? FILE show for the file? -- Is the number of segmnt instances and segment pages reasonable looking.
Run a report to get the distribution of requst-entries by date. Any suspicious-looking spikes? Are recods stored with a blank/zero dat? If it cuts off at a particular date-value, see what changed around that date.
Are you sure that the Modify that updates the Focus file is MATCH'ing and INCLUDE'ing on the appropriate kays and with appropriate date infomation? (Or is it a Maintain?)
Are you sure it is updating the correct copy? -- check the USE.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
Another thing to check is that you are USE ing the correct file. Do you have more than one copy and if so are you updating the one that you think you are updating?
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Then, are you actually really very very sure that the file gets updated correctly? After having made sure of that, also make sure that the data is retrieved correctly. To do this create a request that does not do any selection at all, nor any sorting (use TABLEF instead). Then search the result for records that you expect to be there.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007