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.
Ok, so I have built a database just for the drill-downs in the Data Quality tool. I don't want those tables in the source database I'm performing Data Quality on. When I connect to my source database first, I can't connect to the drill-down database. When I connect to the drill-down database first, I can't connect to the source database. I get this --
quote:
java.rmi.RemoteException: Unable to connect to the database
; nested exception is: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:6a9603ab-2502-4957-9b2a-5ad47a82a119 at com.ataccama.dqc.gui.model.internal.database.DBDatabaseImpl.connect(DBDatabaseImpl.java:287) at com.ataccama.dqc.gui.ui.navigator.actions.database.DatabaseConnectionAdapter.connect(DatabaseConnectionAdapter.java:58) at com.ataccama.dqc.gui.ui.navigator.actions.connection.ConnectJob.run(ConnectJob.java:48) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:6a9603ab-2502-4957-9b2a-5ad47a82a119 at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1745) at com.microsoft.sqlserver.jdbc.AuthenticationJNI.(AuthenticationJNI.java:58) at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:2355) at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$100(SQLServerConnection.java:43) at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:2346) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:6276) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1793) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1404) at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:1068) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:904) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:451) at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1014) at com.ataccama.dqc.commons.sql.util.SimpleDataSource.getConnection(SimpleDataSource.java:86) at com.ataccama.dqc.commons.sql.util.SimpleDataSource.getConnection(SimpleDataSource.java:70) at com.ataccama.dqc.internal.commons.sql.ConnectionCreator.createResource(ConnectionCreator.java:36) at com.ataccama.dqc.internal.commons.sql.ConnectionCreator.createResource(ConnectionCreator.java:24) at com.ataccama.dqc.commons.resourcepool.ResourcesPool.createResource(ResourcesPool.java:110) at com.ataccama.dqc.commons.resourcepool.ResourcesPool.createResources(ResourcesPool.java:241) at com.ataccama.dqc.commons.resourcepool.ResourceCreatorTask.run(ResourceCreatorTask.java:21) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.UnsatisfiedLinkError: Native Library C:\Microsoft_SQL_Server_JDBC_Driver_4_2\sqljdbc_4.2\enu\auth\x86\sqljdbc_auth.dll already loaded in another classloader at java.lang.ClassLoader.loadLibrary1(Unknown Source) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at com.microsoft.sqlserver.jdbc.AuthenticationJNI.(AuthenticationJNI.java:32) ... 18 more
There's also an integrated authentication here that my particular install cannot seem to clear, but a couple of attempts on the first database I connect to clears that problem and I connect properly in spite of it. The second database never connects, leading me to believe that there is something else going on here. Question -- can I only connect to one database per dll? Sounds like an odd limitation.This message has been edited. Last edited by: Tamra,
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007