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.
Hello, I have a report which uses the alternate view. Syntax TABLE FILE TableName.FieldName.
This report works in 7.6.8. However in 7.7.03, I receive the following error: (FOC1402) KEYFLD AND IXFLD KEYWORDS MISSING FOR SEGMENT. The KEYFLD and IXFLD are both set in the acx for the parent segment and the segment used in the alternate view. This is the only report causing the error. I have several other reports which report from the same segments without the alternate view and run correctly in 7.7.03.
There are over 81000 records in the parent segment and only 1200 in the child segment, so I understand why the report was written using the alternate view.
The datasource is SQL. Is this the problem?
Thank you, DeanaThis message has been edited. Last edited by: Deana,
WebFOCUS 7.6.8 and 7.7.03; Windows Server 2003 R2 and Windows Server 2008 R2, respectively; Development environments - Windows Server 2003 R2 and Windows 7 Professional, respectively; excel, html, pdf
Sometimes, the explanation given by querying the error code can be helpful:
? 1402
produces this:
(FOC1402) KEYFLD AND IXFLD KEYWORDS MISSING FOR SEGMENT %1%2%3%4
A segment reference in a multi-table Access File Description is missing
the required KEYFLD and IXFLD attributes, which should exist in all seg-
ments except the top segment. Check the Master File Description, and make
the appropriate corrections to the Access File Description.
If the above doesn't provide any clues to the problem, I recommend opening a case with IBI because it seems to be a new release compatibilty issue.
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
Thank you for replying. I did query the error code and double checked that the KEYFLD and IXFLD attributes were set for all segments in the Access File Description. I will open a case.
Thank you, Deana
WebFOCUS 7.6.8 and 7.7.03; Windows Server 2003 R2 and Windows Server 2008 R2, respectively; Development environments - Windows Server 2003 R2 and Windows 7 Professional, respectively; excel, html, pdf
Hello, Thank you for the responses. I was notified by my customer this report is no longer being used. I did not figure out the solution.
WebFOCUS 7.6.8 and 7.7.03; Windows Server 2003 R2 and Windows Server 2008 R2, respectively; Development environments - Windows Server 2003 R2 and Windows 7 Professional, respectively; excel, html, pdf