sql server dts:
I have 2 test machines in the same domain on my local network. using SSIS
on machine A, I'm trying to import a database from machine B which is a sql
server 2k database. both sql servers are registered using windows
authentication. However, during the import process when prompted how to
connect to sql server on machine B, I've try every possible way I can think
of (windows auth, sql auth. using the sa account, etc.) and SSIS can't
connect to the 2k sql server. I also tried from with in SSIS to create a
sql server registration to the sql server on machine B and was able to do
that. From there I (in SSIS) I right clicked on the db in the machine B sql
2k registration and selected export. I thought this would work since SSIS
is already talking to the 2k server. But no. In the export wizard I was
prompted for authentication against the 2k server which fails every time.
What's the catch here? Remember I'm trying to import a 2k db from machine B
to a 05 db on machine A. As a test, I opened EM on machine A (which also
has sql 2k installed on it). Using DTS on machine A I successfully imported
a db from machine B. Why does SSIS have such a hard time talking to machine
B? how can I resolve this? Note, I know I can import the db from B to A
using sql 2k on both machines, then from machine A import from 2k to 05, but
this is all a test and I want to know how to import from a one machine
running 2k to another machine running SSIS.
Thanks.
moondaddy@nospam.nospam