dbTalk Databases Forums  

SSIS Transfer Logins Task not working...

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS Transfer Logins Task not working... in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
theredmiata@hotmail.com
 
Posts: n/a

Default SSIS Transfer Logins Task not working... - 10-13-2006 , 10:54 AM






My goal is run the SSIS Transfer Logins task weekly to pickup newly
created domain accounts from one server to the other. We have SQL 2005
w/ SP1 on both servers with a high availability mirror configured
between the servers. We would like to run Scenario 1 as weekly job but
that does not seem to produce the desired results. Scenario 2 works
but, I really do not want to have to open the SSIS package, pick the
user(s) then run. It would be faster to just create them I believe. Any
insight would be appreciated.

Thanks,

Ian in SD

Scenario 1

Authentication - Windows

LoginsToTransfer - AllLoginsFromSelectedDatabases
DatabasesList - Collection
IfObjectExists - Skip
CopySids - False
Result -
SSIS package "MigrateLogins.dtsx" starting.
Information: 0x4002F304 at Transfer Logins Task, Transfer Logins Task:
"There are no logins transferred.".
SSIS package "MigrateLogins.dtsx" finished: Success.

Authentication - SQL
Same configuration as above
Same result as above

Scenario 2

Authentication - Windows

LoginsToTransfer - SelectedLogins
LoginsList - Collection
IfObjectExists - Skip
CopySids - False

Result -
SSIS package "MigrateLogins.dtsx" starting.
Information: 0x4002F304 at Transfer Logins Task, Transfer Logins Task:
"Transferred "1" logins.".
SSIS package "MigrateLogins.dtsx" finished: Success.


Authentication - SQL

LoginsToTransfer - SelectedLogins
LoginsList - Collection
IfObjectExists - Skip
CopySids - False

Result -
SSIS package "MigrateLogins.dtsx" starting.
Error: 0xC002F325 at Transfer Logins Task, Transfer Logins Task:
Execution failed with the following error: "Script transfer failed. ".
Error: 0xC002F325 at Transfer Logins Task, Transfer Logins Task:
Execution failed with the following error: "Cannot apply value null to
property Login: Value cannot be null..".
Task failed: Transfer Logins Task
SSIS package "MigrateLogins.dtsx" finished: Success.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.