Transfer SQL Server Objects Task gives error with SQL Server authentication

 I was trying to transfer a SQL Server 2000 database  to SQL Server 2005 using SQL Server Objects Task. However, The following error message was encountered: < xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

"[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



Answer this question

Transfer SQL Server Objects Task gives error with SQL Server authentication

  • Kelvin Penus

    Did you specify a login name and password for SQL authentication

  • Transfer SQL Server Objects Task gives error with SQL Server authentication