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'm trying to find out is it possible to connect to WebFocus Server through ODBC. I see ODBC-driver for WebFocus Server. I suppose that I can use ODBC-access to data described in master-files from external programs. But I can't connect using admin password.
Is it possible at all?
Thanks
PS. I am a novice in WebFocus and documentation is huge =) Any help or direction appreciated.
WF 7.6.2, WinNT/2K, MSSQL 2K, MSOLAP 2K, BID
Posts: 79 | Location: Moscow | Registered: April 27, 2007
Once the ODBC driver is configured correctly, this is exactly the funtionality it provides. A couple things - first, you need to have a license on the WF server for the ODBC adapter- it is one of the available data adapters, but requires a license ($$$) to be able to use it. The id/password used must be valid on the WF server platform (assuming security is on) and can be set in the ODBC driver configuration.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
>>you need to have a license on the WF server for the ODBC adapter- it is one of the available data adapters, but requires a license ($$$)
I'm trying to estimate such possibility: We have a large bunch of reports written in various report-engines (not WebFocus) They are working with DBMSs in a terrible way. They use ODBC. To rewrite all reports in WF is a long process.
Is it possible to reroute all queries from DBMSs to WebFocus Server? (Consolidation of all data request is also very appealing )
>> assuming security is on
What I'm trying at this moment: I have WebFocus Studio 7.6.1 WebFocus Server for Developer Studio in Security Mode = OFF
I can't connect to System DSN named LOOPBACK When I trying to make new ODBC source I get "EDA ODBC Driver has added 0 Data Sources"
And I cannot find any documentation for EDA ODBC Driver
WF 7.6.2, WinNT/2K, MSSQL 2K, MSOLAP 2K, BID
Posts: 79 | Location: Moscow | Registered: April 27, 2007
To the best of my knowledge, you cannot establish an ODBC connection to a WebFOCUS reporting (WRS) server (i.e. a server with a 2xx-xxx-xxxx license key). You can connect to a Full Function (FFS) or Data migrator server (DMS) with ODBC however (i.e. a server with a 1 or 3 as the first character in the license key). To make it more confusing, a FFS can be a WRS, but a WRS cannot be a FFS.
I guess what I'm trying to say is, confirm with CSS in NY that you CAN use ODBC to connect to your WRS before you waste any more time trying.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
How you would accomplish what you are trying to do would require an iWay Adapter for the RDBMS you are trying to access say Oracle, IMS, DB2, SQL Server etc. Then you would use a ODBC Connector to talk to the iWay Adapter. This would allow any program that can use odbc to connect to the iWay Adapter and then the iWay Adapter would make the call to the RDBMS.