Using Windows NT ID in BCP Stage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kalkavi
Participant
Posts: 11
Joined: Tue Aug 17, 2004 7:42 am
Contact:

Using Windows NT ID in BCP Stage

Post by kalkavi »

HI,

I'm trying to load SQL Server Table using BCP Stage. The Job works fine if i give an user id and password (USERid was created for that specific database). If i try to use NT id and password it gives login error.

Thanks for the help in advance
Kalyan
jeredleo
Participant
Posts: 74
Joined: Thu Jun 19, 2003 8:49 am

Post by jeredleo »

Your SQL Server Database may not have synchronization with the NT Operating System. SQL Server can maintain it's own login account information outside of NT's. If you want to use the NT ID, you need to have the database set up to use Widows authentication and then grant this ID access to the database.

JB
Post Reply