<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TIBCO Admin &#187; sql</title>
	<atom:link href="http://tibcoadmin.com/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://tibcoadmin.com</link>
	<description>thoughts and actions</description>
	<lastBuildDate>Fri, 02 Mar 2012 06:41:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Connecting from TIBCO to MS SQL using Windows Authentication</title>
		<link>http://tibcoadmin.com/tibco/activematrix-businessworks/connecting-from-tibco-to-ms-sql-using-windows-authentication/</link>
		<comments>http://tibcoadmin.com/tibco/activematrix-businessworks/connecting-from-tibco-to-ms-sql-using-windows-authentication/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 19:27:53 +0000</pubDate>
		<dc:creator>Serge</dc:creator>
				<category><![CDATA[BusinessWorks]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tibco]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://tibcoadmin.com/?p=498</guid>
		<description><![CDATA[Yes, it is possible. We can connect from BusinessWorks applications to MS SQL database using Windows authentication. Even more, we can run TIBCO Domain and store all data in MS SQL instance, where only Windows authentication enabled. Do it simply. Get the latest version of Microsoft SQL Server JDBC Driver from microsoft.com site. Unzip it. [...]]]></description>
			<content:encoded><![CDATA[<div class="plus-one-wrap"><g:plusone size="small" href="http://tibcoadmin.com/tibco/activematrix-businessworks/connecting-from-tibco-to-ms-sql-using-windows-authentication/"></g:plusone></div><p>Yes, it is possible. We can connect from BusinessWorks applications to MS SQL database using Windows authentication. Even more, we can run TIBCO Domain and store all data in MS SQL instance, where only Windows authentication enabled. Do it simply.</p>
<p>Get the latest version of Microsoft SQL Server JDBC Driver from <a href="http://search.microsoft.com/Results.aspx?q=SQL+Server+JDBC+Driver">microsoft.com</a> site. Unzip it. Then:</p>
<ul>
<li>copy <strong>sqljdbc.jar</strong> to &lt;tibco_home&gt;\tpcl\5.6\jdbc</li>
<li>copy \auth\<strong>x86</strong>\<strong>sqljdbc_auth.dll</strong> to C:\WINDOWS\SysWOW64 (or to C:\WINDOWS\System32 on 32bit system) and to &lt;tibco_home&gt;\tra\5.6\bin</li>
</ul>
<p><a href="http://tibcoadmin.com/wp-content/uploads/2010/02/bw-jdbc-sql-win-auth.png"><img src="http://tibcoadmin.com/wp-content/uploads/2010/02/bw-jdbc-sql-win-auth-300x119.png" alt="" title="BW JDBC Connection to MS SQL using Windows Authentication" width="300" height="119" class="alignright size-medium wp-image-608" /></a>Configure your BW-application to use appropriate driver and connection string:<br />
<strong>JDBC_Driver</strong>: <code>com.microsoft.sqlserver.jdbc.SQLServerDriver</code><br />
<strong>URL</strong>: <code>jdbc:sqlserver://&lt;server_name&gt;;<br />
instanceName=&lt;instance&gt;;<br />
databaseName=&lt;database&gt;;<br />
integratedSecurity=true;</code></p>
<p>The process must be started under Windows domain user who has the database rights. To do that just start domain Hawk Agent service under this user (should be in local admins or has appropriate permissions). Then all BW-applications on this particular machine, started by TIBCO Administrator or using appmanage tool, will also run under this user and can connect to MS SQL database using Windows authentication.</p>
<p>If you would like to create TIBCO Domain and use MS SQL Win auth only instance to store the data, you can use the same JDBC driver and URL. All you need is just run TIBCO Administrator and Hawk Agents in the TIBCO domain under Win domain user who has the database rights.</p>
]]></content:encoded>
			<wfw:commentRss>http://tibcoadmin.com/tibco/activematrix-businessworks/connecting-from-tibco-to-ms-sql-using-windows-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

