Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Solved] foc003 Fieldname is not recognized

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] foc003 Fieldname is not recognized
 Login/Join
 
Gold member
posted
Hello, please help, Thank you.

I got "(FOC003) THE FIELDNAME IS NOT RECOGNIZED: CASE_NUMBER".


TABLE FILE PS2_FS_RECEIPT_FACT
PRINT
PS2_FS_RECEIPT_FACT.PS2_FS_RECEIPT_FACT.TOTAL_ISSUANCE_AMOUNT
J5.PS2_FS_PERS_LIST.PERS_NUMBER
J6.PS2_PERS_INSTANCE.BIRTHDATE
J6.PS2_PERS_INSTANCE.RACE
BY J0.PS2_CASE_ID.CASE_NUMBER AS 'CASE_NUMBER'
WHERE J13.PS2_FS_PAYMENT_GROUP.NEW1STPAYDATE LT J20.V_EFFECTIVE_MONTH.NEWEFFDATE2;
ON TABLE NOTOTAL
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE HOLD AS HOLD2 FORMAT XFOCUS INDEX 'CASE_NUMBER' 'PERS_NUMBER'
END

If I don't use index, then no problem, and I don't have to use "AS 'CASE_NUMBER'". However, I need the index, so I can join other tables again.

Thanks.

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


WebFOCUS 8.0.09
WebFOCUS 7.7.05
DBMS: Oracle 11g
all output (Excel, HTML, PDF)
 
Posts: 56 | Registered: June 17, 2011Report This Post
Expert
posted Hide Post
Don't use single quotes around the column names in the INDEX declaration:

ON TABLE HOLD AS HOLD2 FORMAT XFOCUS INDEX CASE_NUMBER PERS_NUMBER


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
With "ON TABLE HOLD AS HOLD2_SNAP_FS_RECEIPT FORMAT XFOCUS INDEX CASE_NUMBER PERS_NUMBER", still the same.

Thank you. I don't know what to do.


WebFOCUS 8.0.09
WebFOCUS 7.7.05
DBMS: Oracle 11g
all output (Excel, HTML, PDF)
 
Posts: 56 | Registered: June 17, 2011Report This Post
Expert
posted Hide Post
You did not show us your JOIN code. Do you have a TAG attribute? If so, then you probably need to include that in the INDEX:

J0.PS2_CASE_ID.CASE_NUMBER


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
quote:
TAG attribute

With TAG attribute, it is running so far. Good sign. However, why PERS_NUMBER don't have to use "J5.PS2_FS_PERS_LIST.PERS_NUMBER"?

The join is too long, so I didn't post here.

Thank you a lot.


WebFOCUS 8.0.09
WebFOCUS 7.7.05
DBMS: Oracle 11g
all output (Excel, HTML, PDF)
 
Posts: 56 | Registered: June 17, 2011Report This Post
Gold member
posted Hide Post
It finished. Francis, you are so wonderful. Thank you again.


WebFOCUS 8.0.09
WebFOCUS 7.7.05
DBMS: Oracle 11g
all output (Excel, HTML, PDF)
 
Posts: 56 | Registered: June 17, 2011Report This Post
Gold member
posted Hide Post
Forgot how to "closed" the issue?


WebFOCUS 8.0.09
WebFOCUS 7.7.05
DBMS: Oracle 11g
all output (Excel, HTML, PDF)
 
Posts: 56 | Registered: June 17, 2011Report This Post
Master
posted Hide Post
quote:
Originally posted by EdHou:
Forgot how to "closed" the issue?

Edit your first post and you will be able to change the subject line.


App Studio
WebFOCUS 8.1.05M
Windows, All Outputs
 
Posts: 594 | Location: Michigan | Registered: September 04, 2015Report This Post
Gold member
posted Hide Post
Thank you a lot.


WebFOCUS 8.0.09
WebFOCUS 7.7.05
DBMS: Oracle 11g
all output (Excel, HTML, PDF)
 
Posts: 56 | Registered: June 17, 2011Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [Solved] foc003 Fieldname is not recognized

Copyright © 1996-2020 Information Builders