Groups | Blog | Home
all groups > sql server dts > july 2006 >

sql server dts : SSIS Transfer Database Task fails between 2000 and 2005



larchevv
7/21/2006 9:43:27 AM
Hi,

I am trying to copy a database using the Database Transfer Task in
SSIS. My package always fails with the following error 0x80131500 (
-1073548784 ) saying that the login XXX already exists in the database.



When I change my package to run between two SQL 2000 instances,
everything works.


Microsoft documentation says that it should work between 200 and 2005.


Any idea?


Thanks,
Allan Mitchell
7/24/2006 11:14:08 AM
Hello larchevv,

Have a look through profiler at the code being generated by the task. If
that still fails then is using BACKUP and RESTORE an option?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

[quoted text, click to view]

larchevv
7/24/2006 11:07:37 PM
I can always use BACKUP AND RESTORE. It is very annoying that Microsoft
always creates those "helpers" that always ends up causing more
problems that help.



[quoted text, click to view]
larchevv
7/24/2006 11:10:55 PM
The main reason why I wanted to use the Transfer DB task is that it is
SUPPOSE to take care of the logins and users transfer as well.

[quoted text, click to view]
Clutch
7/26/2006 6:46:12 AM
I'm having the same problem, although, instead of it being the login
that already exists it's a role for me. Have you figured out a way
around this? It really is frustrating because you don't have control
on the actual script that's being used to transfer the database.

Thanks in advance.


[quoted text, click to view]
Allan Mitchell
7/26/2006 7:36:19 PM
In the Transfer Database task I can see no way for the task to take care of
logins. Users yes as they are in the DB being transferred.

--


Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com


[quoted text, click to view]

AddThis Social Bookmark Button