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     Annoying difference between the results of CREATE SYNONYM and REFRESH SYNONYM

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Annoying difference between the results of CREATE SYNONYM and REFRESH SYNONYM
 Login/Join
 
Expert
posted
Anyone else annoyed by the difference between the results of CREATE SYNONYM and REFRESH SYNONYM?

CREATE SYNONYM
SEGNAME=BASEL_AC_APPL_FORM,
TABLENAME=BASEL.AC_APPL_FORM,
CONNECTION=BSL,
KEYS=1
,$

FILE=BASEL_AC_APPL_FORM, SUFFIX=DB2     ,$
SEGNAME=BASEL_AC_APPL_FORM,
SEGTYPE=S0 ,$
FIELD=APPL_DIM_KEY                        ,APPL_DIM_KEY,
I11         ,I4          ,MISSING=OFF,$
FIELD=AC_PROP_INS_CD                      ,AC_PROP_INS_CD,
A10         ,A10         ,MISSING=OFF,$
FIELD=CNTRY_PROV_STAT_ID                  ,CNTRY_PROV_STAT_ID,
I11         ,I4          ,MISSING=OFF,$


REFRESH SYNONYM
 SEGNAME=BASEL_AC_APPL_FORM, TABLENAME=BASEL.AC_APPL_FORM, CONNECTION=BSL,
   KEYS=1, $

FILENAME=BASEL_AC_APPL_FORM, SUFFIX=DB2     , $
  SEGMENT=BASEL_AC_APPL_FORM, SEGTYPE=S0, $
    FIELDNAME=APPL_DIM_KEY, ALIAS=APPL_DIM_KEY, USAGE=I11, ACTUAL=I4, $
    FIELDNAME=AC_PROP_INS_CD, ALIAS=AC_PROP_INS_CD, USAGE=A10, ACTUAL=A10, $
    FIELDNAME=CNTRY_PROV_STAT_ID, ALIAS=CNTRY_PROV_STAT_ID, USAGE=I11, ACTUAL=I4, $


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
Expert
posted Hide Post
Francis,

Refeshing a synonym via the console in 7.1.3 retains modifications. A good move, especially when you have "statndard" requirements for particular column descriptions.

T
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
The annoyance is not actually with any modifications I may have made, it is with the fact that different code is generated by the two commands. E.G. one puts the table columns in one line and the other uses multiple lines. One uses FILE, SEGNAME, FIELD, the other uses FILENAME, SEGMENT, FIELDNAME.

Cheers.


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
Platinum Member
posted Hide Post
Is this done to one synonym at a time or can it be done to all of them at the same time? Refreshing, that is.

Thanks!
 
Posts: 87 | Registered: August 03, 2006Report This Post
Expert
posted Hide Post
On the 5.3.3 server it appears you have to do them one at a time.


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Annoying difference between the results of CREATE SYNONYM and REFRESH SYNONYM

Copyright © 1996-2020 Information Builders