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 existing synonym, and I have to add one more column in synonym. I am adding like below. FIELDNAME=LOC_ID, USAGE=A40V, ACTUAL=A20,MISSING=ON,TITLE='LOC_ID', $
And I am getting below error
FOC32523 THE REAL COLUMN NAME IS EMPTY FOR A DBMS SYNONYM FOC32663 USAGE AND ACTUAL ARE INCOMPATIBLE FOR FIELD LOC_IDThis message has been edited. Last edited by: <Kathryn Henning>,
Virul Patel Product : iWay Data Migrator (8.1) WebFocus 8.1 SQL SERVER 2012
Howabout actual size, It should be same as usage?. it also gives me error of size. When I provide same size and real name. it allows me to create synonym.
Version is 8.1 M
Virul Patel Product : iWay Data Migrator (8.1) WebFocus 8.1 SQL SERVER 2012
CREATE SYNONYM creates a synonym from a relational table. CREATE FILE creates a database table from the synonym.
If there have been new columns added to a relational database table you can update the synonym from the DMC or WC you can right click on the synonym name select Refresh and it will add the new columns. Or for more control over what information is kept from the synonym or obtained from the database from the app dir you can use New, Synonym (create or update) and then select Update.
If you edit the synonym in the synonym editor it will warn you, but if you use a text editor then you must ensure the ACTUAL and USAGE are compatible.
N/A
Posts: 397 | Location: New York City | Registered: May 03, 2007
Instead, we have ready synonyms, that is creating .csv file to target. so I am adding one more column to master file, that will generate .csv target file. Thanks
Virul Patel Product : iWay Data Migrator (8.1) WebFocus 8.1 SQL SERVER 2012