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.
We have a need to pull information from Salesforce for some of our reporting. Is anyone currently doing that? Any ideas on an access approach would be much appreciated.
WF Server: 7.6.9 on Solaris Data: Oracle WF Client: 7.6.9 on Windows Output: Excel, AHTML, HTML, PDF
Salesforce is customer relationship management (CRM) software that is accessed over the web. Many companies use this to track sales leads and customer characteristics, and this is stored remotely in a Salesforce "database". We have a need to report this information in combination with our local Oracle database information, and are hoping to find a WebFocus solution to that. There is a 3rd party ODBC driver available for Salesforce and Salesforce also does have its own Java API, so I believe that it "probably" can be done. I was just hoping that someone had already worked this through. If not, I'll be glad to share what we're able to figure out.
WF Server: 7.6.9 on Solaris Data: Oracle WF Client: 7.6.9 on Windows Output: Excel, AHTML, HTML, PDF
Don't know what Salesforce is but I assume it is some type of CRM application. Is the underlying database still Oracle? If so, are you looking for something (Mas files, fexes, etc.) that has already been created by someone using this software? Otherwise it's just a matter of creating your master files (Metadata option on the WF server) and writing your fexes. If it's not Oracle, you'll need to license an additional adapter for the appropriate database and possibly install/configure a client for that database on your WF server.
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
Guess that answered my question while I was asking it...
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
If all you've got is an ODBC driver, then you can license an ODBC adapter (you don't mention your platform - you should update your profile with product, version, platform info) and set up the ODBC data source on your server (I guess I'm assuming Windows) and you're off to the races. However, I'm pretty sure that there is an underlying database such as SQL server, in which case it would be better to get the specific driver for SQL server and use the SQL Client on your WF server to access the remote database.
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
Well, we don't actually have an ODBC driver for it, but may be able to get one if that's the right course to take. We don't have direct access to their database, just what we're able to do through their software (I'm seeing a downside to "software as a service").
Again, I was just hoping someone had already traveled this path. I'll pursue this with the Salesforce folks to see what's possible.
I'll update my profile.
Thanks,
Jim
WF Server: 7.6.9 on Solaris Data: Oracle WF Client: 7.6.9 on Windows Output: Excel, AHTML, HTML, PDF
Salesforce.com has a full web service api. I took a quick look at them, and the "retrieve" and "query" object's response body's are self describing, and therefore directly consumable by web focus. You might want to look into that.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
An adaptor for Salesforce would be great. However, my searches for "Salesforce" on the IBI site have not returned any hits, so I'm presuming that this is new ground.
WF Server: 7.6.9 on Solaris Data: Oracle WF Client: 7.6.9 on Windows Output: Excel, AHTML, HTML, PDF