"[Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..".“
Once I changed the authentication mode from SQL Server authentication to Windows Authentication for the connections to sql server 2000 and sql server 2005 in connections manager, the package got executed successfully.
Can anyone tell me why the package was giving this error with the SQL Server authentication, while works fine with windows authentication

Transfer SQL Server Objects Task gives error with SQL Server authentication
Kelvin Penus