<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sql server 2008 connections in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259714#M1453</link>
    <description>Hi Thelma, 
&lt;BR /&gt;please, create a new topic in the 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsNnCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Sybase-Connection/td-p/56802&lt;/A&gt;. 
&lt;BR /&gt;This forum is concerned with Talend Open Profiler and you may get a faster reply if you post in the appropriate forum.</description>
    <pubDate>Mon, 14 Sep 2009 15:50:20 GMT</pubDate>
    <dc:creator>Sebastiao_Qlik</dc:creator>
    <dc:date>2009-09-14T15:50:20Z</dc:date>
    <item>
      <title>sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259707#M1446</link>
      <description>&lt;P&gt;I have some issues viewing objects in a sql server 2008 database&lt;BR /&gt;I can connect to the database instance in open profiler (which uses windows authentication) using the Microsoft MSSQL Server JDBC Driver, however I can only see a few schemas, those schemas owned by dbo, guest, sys. However in this particular database the tables I want to perform data profilling on are in schemas not owned by dbo, and I can't see any of these in the DQ Repository window.&lt;BR /&gt;When connecting to a sql server 2005 database, using the same driver and windows authentication I can see all the schemas and objects within them but in this DB all schemas are owned by dbo.&lt;BR /&gt;In toad/SQL server management studio which connect using windows authentication too - I can see all the schemas/tables including those not owned by dbo. Is there any way around this, is it the JDBC drivers or open profiler, do i need to connect a different way, or do I need to get the DBA to change the access/permissions for my username?&lt;BR /&gt;Also while on the subject is there any way round the fact that I can't actually run SQL statements within open profiler, I am guessing its because of using windows authentication to connect to the DB?&lt;BR /&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 13:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259707#M1446</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259708#M1447</link>
      <description>hi, 
&lt;BR /&gt;maybe you can try with this driver : 
&lt;BR /&gt; 
&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&amp;amp;displaylang=en" rel="nofollow noopener noreferrer"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&amp;amp;displaylang=en&lt;/A&gt; 
&lt;BR /&gt;Change the Sql server drivers in your prefrences and see. 
&lt;BR /&gt;I didn't test it but maybe. 
&lt;BR /&gt;Regards 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 22 Jul 2009 17:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259708#M1447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-22T17:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259709#M1448</link>
      <description>Thanks for the suggestion.&lt;BR /&gt;I downloaded that driver, and tried to use it via the generic JDBC connection properties, however i keep getting the error message that it doesn't support integrated security. After googling the error, i found reference to the fact that the software had to be aware of the dll that is downloaded with the JDBC driver: sqljdbc_auth.dll in order to support window authentication.&lt;BR /&gt;I have tried putting this dll in the same folder as the driver, putting it in quite a few of the open profiler directories and putting it in the system32 directories, but I can't get it to connect using this driver. I know the driver works as I have managed to connect to the DB with Data Cleaner software. In that case I just put the dll in the same directory as the driver. Interestingly tho I am having the same issues in Data Cleaner not seeing the tables, I can only see tables that are in the DBO schema.&lt;BR /&gt;&lt;BR /&gt;any other ideas would be great tho</description>
      <pubDate>Thu, 23 Jul 2009 02:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259709#M1448</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-07-23T02:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259710#M1449</link>
      <description>I found this but maybe it is the same as you found.&lt;BR /&gt;&lt;A href="http://blogs.msdn.com/jdbcteam/archive/2007/06/18/com-microsoft-sqlserver-jdbc-sqlserverexception-this-driver-is-not-configured-for-integrated-authentication.aspx" rel="nofollow noopener noreferrer"&gt;http://blogs.msdn.com/jdbcteam/archive/2007/06/18/com-microsoft-sqlserver-jdbc-sqlserverexception-this-driver-is-not-configured-for-integrated-authentication.aspx&lt;/A&gt;&lt;BR /&gt;I keep looking.</description>
      <pubDate>Thu, 23 Jul 2009 10:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259710#M1449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-23T10:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259711#M1450</link>
      <description>Right we've found a way round this&lt;BR /&gt;I couldn't find any way to get open profiler to use the Microsoft  jdbc driver with the required dll for windows authentication so I am still using the JTDS driver.&lt;BR /&gt;However after our DBA here played around with roles, owners, users etc we have finally got a working solution.&lt;BR /&gt;We created a user 'BaseSchema'  with the same name as the schema 'BaseSchema', we also made this user the schema owner (this may not be required). This now means this user 'BaseSchema; appears under the database in the DB connections tree structure, and now shows all the objects associated with the schema 'BaseSchema' &lt;BR /&gt;Is this a bug, when connecting to a SQL Server DB, it would seem that rather than displaying 'users' associated with a DB, it should really show 'Schemas' ?&lt;BR /&gt;&lt;BR /&gt;However, follow up on my 2nd issue: &lt;BR /&gt;Any ideas on how I can actually run SQL statements within open profiler when connected to a SQL Server DB via windows authentication? For example in the analysis results window, if i click 'view rows' I get the following error message: &lt;BR /&gt;"Cannot conect to database alias&lt;BR /&gt;Cannot connect testConnection/root.  Check your url &lt;BR /&gt;Login failed for user 'root'&lt;BR /&gt;why is it trying to connect with root rather than the windows authentication?</description>
      <pubDate>Fri, 24 Jul 2009 01:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259711#M1450</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-07-24T01:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259712#M1451</link>
      <description>hi !
&lt;BR /&gt;Talend open profiler doesn't work with windows authentication on SQL server 2008 ( this feature will be available soon )
&lt;BR /&gt;you should create one user in your database ( right-clic on connexions ) and une this user to create DBmetadata under profiler
&lt;BR /&gt;i give more details for how to create a new user under SQL SERVER 2008 if you don't succeed
&lt;BR /&gt;Good lucks</description>
      <pubDate>Tue, 28 Jul 2009 17:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259712#M1451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-28T17:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259713#M1452</link>
      <description>Hi.
&lt;BR /&gt;I have a problem when i try to establish a connection to a microsoft sql server 2008 database on Talend Open Studio 3.1.3. 
&lt;BR /&gt;I have made a few screenshots that you can see on this link 
&lt;BR /&gt;
&lt;A href="http://dl.getdropbox.com/u/1227529/misc/ProblemConnectingSQLDB.pdf" rel="nofollow noopener noreferrer"&gt;http://dl.getdropbox.com/u/1227529/misc/ProblemConnectingSQLDB.pdf&lt;/A&gt; 
&lt;BR /&gt;to illustrate my problem. Can anybody help me please?</description>
      <pubDate>Mon, 14 Sep 2009 15:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259713#M1452</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-09-14T15:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259714#M1453</link>
      <description>Hi Thelma, 
&lt;BR /&gt;please, create a new topic in the 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsNnCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Archive/Sybase-Connection/td-p/56802&lt;/A&gt;. 
&lt;BR /&gt;This forum is concerned with Talend Open Profiler and you may get a faster reply if you post in the appropriate forum.</description>
      <pubDate>Mon, 14 Sep 2009 15:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259714#M1453</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2009-09-14T15:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259715#M1454</link>
      <description>Tk u =). I will post there.</description>
      <pubDate>Mon, 14 Sep 2009 23:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259715#M1454</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-09-14T23:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: sql server 2008 connections</title>
      <link>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259716#M1455</link>
      <description>see attached document ( pdf ) on this bug :http://talendforge.org/bugs/view.php?id=9606#bugnotes</description>
      <pubDate>Sat, 24 Oct 2009 14:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/sql-server-2008-connections/m-p/2259716#M1455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-24T14:20:14Z</dc:date>
    </item>
  </channel>
</rss>

