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.
I try to use more function on 4 CSV files with, together, millions of rows. When using report caster the fex succeeds, but the foc file is 1,99 gb big. I think this is the max capacity, because i expect more gb's. Does anyone knows what the limit of a foc file is and if i can change that?
Kind regard MartinThis message has been edited. Last edited by: Kerry,
You can also use the LOCAIION attribute, in the Synonym Editor it's called CRSEGNAME. You can have a maximum of 64 separate Focus files in 1 logical table. That allows for different structures which the USE command can't handle.
Something like this:
FILENAME=newmas, SUFFIX=FOC , $ SEGMENT=SEG1, SEGTYPE=S0, $ FIELDNAME=FIELD1, USAGE=A20, $ SEGMENT=SEG2, SEGTYPE=S0, PARENT=SEG1, LOCATION=newmas2, $ FIELDNAME=FIELD, USAGE=A20, $This message has been edited. Last edited by: Håkan,
Martin, for license related info, your local rep may give you some better suggestions, since every organization has its own situation and customization is always necessary.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
The Physical limit for a FOCUS db is 2Gb, Waz and Håken are correct with the ability to expand, but look at the Describing Data manual for Intelligent Partioning, which brings an easier approach to USE and LOCATION attributes when reporting; you still need USE for MODIFY.
At the sizes you're looking at, 2Gb to 16Gb should be easily achievable in FOCUS rather than XFOCUS.
XFOCUS has many other advantages, but unless you need them, maybe not worth the upgrade.
Alan. WF 7.705/8.007
Posts: 1451 | Location: Portugal | Registered: February 07, 2007