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 have taken a synonym file (.mas) with its .acx cohort and changed the name of a segment containing 3 fields.
I changed 1 of the field names, but not its format, changed one of the original fields and its format (from A36V to P9).
I did this by copying original mas and acx code from dev. and pasting into notepad.
Beforehand, I made copies of each dev. file with names like *_old.mas and *_old.acx.
I am new to this synonym and acx file stuff, and I can't find much documentation about GUI_PARAMS..
After I pasted my new .mas and .acx files into my dev. environment I ran a simple TABLE request against the synonym.
Error:
(FOC1141) NO DEFAULT KEYWORD FOR VALUE 804. NEW_CASH_FLOWS LN 21 --------------------vvv GUI_PARAMS=0,100,804,148,852,278,160', KEYS=1, $
FOC1141) NO DEFAULT KEYWORD FOR VALUE 154. NEW_CASH_FLOWS LN 24 --------------------vvv GUI_PARAMS=0,306,154,354,202,278,160', KEYS=1, $ (FOC1354) ACCESS FILE RECORD ABSENT, WRONG OR INCOMPLETE FOR SEGMENT : ACCESS_GROUP
Can anyone provide any insight into what might be going on here?
Thanks,This message has been edited. Last edited by: Tomsweb,
I believe if you change a synonym field name for a relational table, the ALIAS must still contain the real name of the DB column - or maybe I have it backwards: you can change the ALIAS name but the FIELDNAME must reflect the real column name. Secondly, you can't change A36V to P9 unless the Oracle column is in fact a packed decimal.
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
FYI - back when IBI started accessing DB2, they used the ALIAS for the real field name and if the name was too long, it could be put in the access file. It then didn't disrupt the column headings and other things based on fieldname.
When I have to do a MFD(master file) by hand, I avoid using ALIAS, unless I have to.
WebFOCUS, FOCUS, DB2 WebQuery
Posts: 21 | Location: Greater Chicago area | Registered: May 29, 2003