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 searched the forums for a solution to this problem, but could not find anything relevant.
I'm trying to configure ReportCaster to use a Type 4 JDBC driver to connect to DB2. Initially when I installed I didn't configure it properly. I've modified the install.cfg as follows:
Despite these changes, ReportCaster is blowing up trying to load the type 2 driver. scheduler.log shows the following errors:
com.ibm.db2.jcc.am.SqlException: [jcc][10389][12245][3.62.56] Failure in loading native library db2jcct2, java.lang.UnsatisfiedLinkError: no db2jcct2 in java.library.path: ERRORCODE=-4472, SQLSTATE=null at com.ibm.db2.jcc.am.fd.a(fd.java:660) at com.ibm.db2.jcc.am.fd.a(fd.java:60) at com.ibm.db2.jcc.am.fd.a(fd.java:94) at com.ibm.db2.jcc.t2.a.a(a.java:37) at com.ibm.db2.jcc.t2.T2Configuration.(T2Configuration.java:95) at com.ibm.db2.jcc.DB2Driver.connect(DB2Driver.java:424)
The t2 package, T2Configuration class, and the fact that it's attempting to load a native library lead me to believe that it's still trying to use a type 2 driver.
Any help would be appreciated.
Thanks, DaveThis message has been edited. Last edited by: Dave02,
WebFocus 7.6.11 on Linux for X64 (Intel, AMD) 64 bit - Licensed Cores: 4 HTML, PDF, CSV
I've gotten it working. I did not realize that the install.cfg was not an actual config file and that I needed to use the bin/repurl and bin/repclass scripts to actually update the installation.
Thanks, Dave
WebFocus 7.6.11 on Linux for X64 (Intel, AMD) 64 bit - Licensed Cores: 4 HTML, PDF, CSV