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     2 instances of data in a single fex

Read-Only Read-Only Topic
Go
Search
Notify
Tools
2 instances of data in a single fex
 Login/Join
 
<Amy Goll>
posted
We have multiple instances of our data. I am needing to compare data between two of these instances. Is there a way to use the connection string to point to a different instance within the same fex? If there is, can I also get the connection string to use?
 
Report This Post
Expert
posted Hide Post
Amy, there are JOIN commands as well as the MATCH FILE approaches.
If you read those sections in your manuals, you'll have a better idea of the best way to approach your situation.
A JOIN is virtual
A MATCH produces a physical entity.
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Guru
posted Hide Post
I think this is what your asking for:

SET SQLENGINE=SQLORA
SQL SQLORA SET ORANUMBER DECIMAL
-RUN

-SET &TEXTSIZE = 'A' | &DB_NAME.LENGTH;
-SET &DB_NAME = LOCASE(&DB_NAME.LENGTH,&DB_NAME,'&TEXTSIZE.EVAL');
-RUN

-SET &TEXTSIZE = 'A' | &DB_USER.LENGTH;
-SET &DB_USER = UPCASE(&DB_USER.LENGTH,&DB_USER,'&TEXTSIZE.EVAL');
-RUN

-SET &TEXTSIZE = 'A' | &DB_PASSWORD.LENGTH;
-SET &DB_PASSWORD = UPCASE(&DB_PASSWORD.LENGTH,&DB_PASSWORD,'&TEXTSIZE.EVAL');
-RUN

SQL SET SERVER &DB_NAME
-RUN

SQL SET CONNECTION_ATTRIBUTES &DB_NAME/&DB_USER,&DB_PASSWORD
-RUN
-TYPE SQLENGINE: SQLORA
-TYPE Server Name: &DB_NAME
-TYPE Database User: &DB_USER
-TYPE Database Password: &DB_PASSWORD
This work great for our system, the server name, database user and password are passed in via the GUI and we use this to switch between 8 different environments. Also I only call data via SQL pass-through and I don't use any Access or Master files.

Hope this helps.

This message has been edited. Last edited by: <Maryellen>,
 
Posts: 406 | Location: Canada | Registered: May 31, 2004Report 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     2 instances of data in a single fex

Copyright © 1996-2020 Information Builders