Focal Point
[CLOSED] Issue with Focus table

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/637107671

July 10, 2009, 08:48 AM
Kamesh
[CLOSED] Issue with Focus table
Hi,

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.

Thanks

This message has been edited. Last edited by: Kerry,


WFConsultant

WF 8105M on Win7/Tomcat
July 10, 2009, 10:34 AM
j.gross
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
July 10, 2009, 06:43 PM
Doug
Something else to check: Are you sure that the dates are in the correct format, both in the file and being passed by the adhoc request?
July 12, 2009, 07:04 AM
Tony A
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 
July 12, 2009, 10:19 AM
Doug
Like Tony said "that you are USE ing the correct file..." There could be another file by the same name in your APP PATH
July 12, 2009, 10:01 PM
TexasStingray
Keep in mind that, if you do put the focus database under the control the of the SU, a license for the SU/Database Server is required.




Scott

I dont have any other file with the same name and I am sure that I am trying to retrieve the data through the updated file only.

I am trying this on my local machine.

This message has been edited. Last edited by: Kamesh,


WFConsultant

WF 8105M on Win7/Tomcat
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