SQL Server - Win NT Authentication

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ejazsalim
Premium Member
Premium Member
Posts: 51
Joined: Wed Apr 09, 2003 6:42 am
Location: VA, USA

SQL Server - Win NT Authentication

Post by ejazsalim »

Is it possible to logon to a SQL Server DB using Windows Authentication this is what I have in my .odbc.ini and it doesn't work

[MARS08062010]
Driver=/opt/is/IBM/InformationServer/Server/branded_odbc/lib/VMmsss23.so
Description=DataDirect SQL Server Wire Protocol driver
Database=MARS08062010
LogonID=
Password=
Address=wassql001v,1433
QuotedId=No
AnsiNPW=No
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Login datastage -
When you install datastage you can opt to LDAP authentication OR providing the userid/pwd seperately.
Login sqlserver - A similar feature for database access which you referred would be great. Maybe the experts may know the answer

Regards
Sreeni
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Your ODBC entry wouldn't control that part as far as I know, that would have to be an option in the actual stage you are using to connect. I've done this in Oracle via their native stages, no clue if you can do the same for SQL Server however.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply