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.
When I create MFDs for some of our Oracle tables, a lot of alpha fields have an alpha variable data type. We are encountering issues when trying to join to other tables due to the data type of the field unless we change the actual and usage to alpha fixed. Is there a way to make the default alpha fixed (or just alpha)? We are concerned that we will encounter bigger issues if we continue to change each field manually - especially if we drop the synonym and recreate.
WF 766 Win2K
Posts: 50 | Location: North Carolina | Registered: May 16, 2006
On the Create Synonym page of the WF Server Console there's an option "SET CONVERSION LONGCHAR" - I *think* if you set that to ALPHA, it should generate alpha data types in the Master.
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
It appears that adding ENGINE DB2 SET VARCHAR OFF in the WF Server profile corrected the issue. (Before this change, we were not able to join on certain fields, because the field was A18 in some tables and A18v in others. We still can't join using the join tool, but the fields join successfully in the text editor.) Thanks for your help!
WF 766 Win2K
Posts: 50 | Location: North Carolina | Registered: May 16, 2006