Integrated security for SQL Server JDBC question

I'm assuming that the only way to create a connection to SQL Server by using the JDBC driver uses IntegratedSecurity = false and not IntegrateSecurity = true? I can see the arguments for it only work with the value false, but I wanted to just make sure so I can clarify questions about security with s/n our client. Thank you.

Hi Matt,

It is possible to use security integrated with ODI, you must have the JDBC driver and the sqljdbc_auth.dll file in your directory of drivers.
Your JDBC url will look like this: jdbc:sqlserver://localhost:1113; integratedSecurity = true
It is detailed in a note on Metalink (568070.1), here is an excerpt:
"
To implement the solution:

"" 1. copy the file "sqljdbc_auth.dll' ODI ' / drivers ' folder on the computer where the driver JDBC is installed.

2 al ' ODI ' / bin/odiparams.bat "configuration file, set the"java.libary.path"system property to specify the file"sqljdbc_auth.dll"directory, as follows:
Set ODI_ADDITIONAL_JAVA_OPTIONS="-Djava.library.path=c:\oracle\oracledi\drivers" or, if ODI_ADDITIONAL_JAVA_OPTIONS has been set, add '-Djava.library.path =... ". "to the existing string, as follows:
Set ODI_ADDITIONAL_JAVA_OPTIONS = ""-Duser.language = in ""-Duser.country = US ""
«-Djava.library.path=c:\oracle\oracledi\drivers ".

3. If using an Agent began with the commands 'agent.bat' or 'agentscheduler.bat', the Agent must be stopped and restarted (in order to take into account the new Java settings).

4. If you use an Agent started as a Windows Service, then:
Stop the Service of the Agent.
Remove the Service from the Agent with the command "agentservice - r".
Edit the file 'snpsagent.conf' (of ODI "/ tools/envelope/conf" directory).
Add the Java library path to specify "sqljdbc_auth.dll" file directory, such as
follows:
Wrapper.java.Library.Path.2=c:\oracle\oracledi\drivers

Re-create the Windows Service with "agentservice-i" command.
Start the Windows Service.
"

Thank you
Julien

Tags: Business Intelligence

Similar Questions

Maybe you are looking for