cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Windows Authentication

Former Member
0 Kudos

Hi All

I have a scenario where we need to get data from a SQL server, this server is setup with windows authentication. Is it possible to use windows authetication on the sender JDBC adapter?

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

No, but it is quite simple to create a user on SQL server without Windows Authentication.

Former Member
0 Kudos

why dont use SQL server user.

It is the simple way to use JDBC.

Former Member
0 Kudos

If i don't say wrong, You need to set your WindowsUser and WindowsPassword in authentication parameter:

User Name : <Windows Login ID>

Password : <Windows Login PSW>