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     [CLOSED] Business View and Update SQL Table Name

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Business View and Update SQL Table Name
 Login/Join
 
Member
posted
I have a business view that is being utilized by InfoAssist report templates. I need to update one of the table names used in the business view. I have used the text editor to update the table name and all references using this table. I have updated both the .mas and .acx file associated with the business view.

However, the existing report templates can't find the new table name in the business view. Is there a different way to update the business view (master file) without breaking existing report templates?

This message has been edited. Last edited by: FP Mod Chuck,


WF 8.1.05, Windows 10
Databases: MS SQL 2012, Output Formats: HTML, Excel, PDF
 
Posts: 5 | Location: Overland Park, KS | Registered: August 13, 2007Report This Post
Virtuoso
posted Hide Post
I have a feeling the fully qualified fieldnames in your reports reference the original tablename. Below is an example of a report that has the fully qualified fieldnames:
  
TABLE FILE retail_samples/wf_retail
SUM WF_RETAIL.WF_RETAIL_SALES.REVENUE_US
BY WF_RETAIL.WF_RETAIL_PRODUCT.PRODUCT_SUBCATEG
BY WF_RETAIL.WF_RETAIL_TIME_SALES.TIME_DATE_DAY_COMPONENT
WHERE WF_RETAIL.WF_RETAIL_TIME_SALES.TIME_DATE_DAY_COMPONENT EQ &TIME_DATE_DAY_COMPONENT.(|FORMAT=YYMD).Day:.QUOTEDSTRING;
WHERE WF_RETAIL.WF_RETAIL_PRODUCT.PRODUCT_SUBCATEG EQ &PRODUCT_SUBCATEG.(|FORMAT=A50V).Product Subcategory:.QUOTEDSTRING;


How many reports have been developed using the original tablename? I think the only way to fix this is to manually remove all occurrences of WF_RETAIL.WF_RETAIL_PRODUCT. from the reports. App Studio has an Impact Analysis that could help you in that.

If you can live with the original name in your master files, then you should be able to leave everything as they are and only change the value of TABLENAME= in the acx file. That way, your master file stays exactly as it was and it's mapped to a different tablename.

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


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Virtuoso
posted Hide Post
Howell

I have seen in the past that a business view is referencing the other master files with the use of CRFILE references and if so you need to check the tables those master files are referencing.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 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     [CLOSED] Business View and Update SQL Table Name

Copyright © 1996-2020 Information Builders