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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Data Sources
 Login/Join
 
Silver Member
posted
I need data from two different servers. I have master file descriptions on both servers and would like to write on focus report utilizing both masters. I am using developers studio.
Any ideas!!!!!! We do not have the Iway connector we use an ODBC driver. Our shop does not have the maintain piece of web focus.


Developers Studio 7.6.5
 
Posts: 31 | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
Retrieve the data from both servers separately. Hold the target as a FOCUS file and index the join key. Join the two extracts together and create your report.

This is very simplistic. You will need to provide more information if you would like a more detailed response.

Also, please go to your profile and update your signature with your WebFOCUS release information and platforms.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Silver Member
posted Hide Post
I'll try and explain I have the first focus file comming from server A using a mfd and the second focus from server B using a mfd. I would like to write one focus instead of two.


Developers Studio 7.6.5
 
Posts: 31 | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
In a single focexec, you will have 3 table requests:

TABLE FILE A
PRINT FLD1 FLD2
BY KEYFLD1
ON TABLE HOLDA FORMAT ALPHA
END

TABLE FILE B
PRINT FLD1 FLD2
BY KEYFLD1
ON TABLE HOLDB FORMAT FOCUS INDEX KEYFLD1
END

JOIN KEYFLD1 IN HOLDA TO [ALL] KEYFLD1 IN HOLDB AS J1
TABLE FILE HOLDA
PRINT ...
BY ...
END

Is this what you want?


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders