Monday, January 4, 2016

Authenticate with Windows Authentication (using JDBC Resource) in TIBCO BW 6

Hi,
In this post we will learn how to use Windows Authentication in TIBCO BW 6.

Follow those steps:
1. Download Microsoft JDBC drivers for sql server from:

2. Extract the contents of the download driver and copy “sqljdbc_auth.dll” (inside <installation directory>\sqljdbc_<version>\<language>\auth\) to \Windows\System32 folder.

3. In your JDBC Connection item: choose the appropriate sql driver, and use the following connection string (with integrationSecurity=true):
jdbc:sqlserver://MyServerName;databaseName=MyDBName;integratedSecurity=true;

You still need to provide a dummy user name and password. BW6 does not allow an empty user name and password.

Thank you Blogger, hello Medium

Hey guys, I've been writing in Blogger for almost 10 years this is a time to move on. I'm happy to announce my new blog at Med...