Focal Point
Converting focus to xfocus database

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

May 21, 2007, 05:35 AM
cdprasad
Converting focus to xfocus database
Hi all,

I was doing partitioning in webfocus (version 7.1.4) using FOCUS database. Using these partitions in the report decreases the performance of the reports. For increasing the performance I tried converting FOCUS database to XFOCUS database, for this I Changed the SUFFIX = XFOCUS in Mas file and used SET XFOCUS = ON.

When I queried these partitions in XFOCUS-

-SET &PNAME1 = 'temp_part1';

-SET &PNAME2 = 'temp_part2';

-SET &PNAME3 = 'temp_part3';

-SET &PNAME4 = 'temp_part4';

USE

&P_PATH/&PNAME1.FOC AS TEMP1

&P_PATH/&PNAME2.FOC AS TEMP1

&P_PATH/&PNAME3.FOC AS TEMP1

&P_PATH/&PNAME4.FOC AS TEMP1

END

TABLE FILE TEMP1

PRINT

*

WHERE RECORDLIMIT EQ 1

END

-EXIT

I am getting following error: “Physical File @0000001 does not match FDT for the USE list. ”

Please tell me how can I convert a exixiting file in FOCUS to XFOCUS database.


Thanks
cdprasad
WF 7.1.4 WIN2K PROF
May 21, 2007, 06:14 AM
Alan B
You must REBUILD the data structure with the REORG option. The FOCUS data structure has a 4k page and the XFOCUS a 16k page.


Alan.
WF 7.705/8.007
May 21, 2007, 06:55 AM
hammo1j
Also I have had probs with a mix of FOCUS and XFOCUS - all our stuff is XFOCUS now.



Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2
Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo