Hello,
I was able to reproduce the issue on my side. I created a simply project to
transfer two tables from Northwinds to a new database on SQL 2005.
If I set both connectors to Windows Authentication, the package works
fine.If I set the SQL 2000 connection to SQL Authentication and the SQL
2005 connection
to Windows Authentication, the package works fine.
If I set the SQL 2005 connection to SQL Authentication regardless of the
SQL 2000 connection type, the package fails with this error:
[Transfer SQL Server Objects Task] Error: Execution failed with the
following error: "Cannot apply value null to property Login: Value cannot
be null..".
I found this issue was just reported to product team recently and if there
is any update on this, I will let you know.
As for the new error, it seems that you did not select "copyschema" in the
dstination options. You may try to check this and "copydata", and then
select the table collection you want.
Please let me know if you have further questions on this.
Regards,
Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "moondaddy" <moondaddy@nospam.nospam>
| References: <#QwgbYA7FHA.444@TK2MSFTNGP11.phx.gbl>
<NVqzXwB7FHA.3580@TK2MSFTNGXA02.phx.gbl>
| Subject: Re: 2005 SSIS issue
| Date: Sat, 19 Nov 2005 02:48:02 -0600
| Lines: 134
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| Message-ID: <e99v4XO7FHA.1028@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.sqlserver.dts
| NNTP-Posting-Host: cpe-24-175-64-176.houston.res.rr.com 24.175.64.176
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:62120
| X-Tomcat-NG: microsoft.public.sqlserver.dts
|
| Getting no where fast. I found a post on Google where a company had a
| similar error. change changed the security from sql to windows on the
| server and then things worked for them. I did that and corrupted the
server
| because the databases (master, temp, etc.) where probably still expecting
| sql - sa. So I uninstalled sql server (not SSIS, etc.) and re-installed
it
| and this time used windows security. (don't know if this introduced
| corruption) Then I created 2 new databases on sql server 2005; test1 and
| test2. in test1 I created a table called customers and 2 columns, name
and
| id. then I went into SSIS, created a project and package, and a Transfer
| SQL Server Objects Task control.
|
| At least this time it ran... but that's because nothing was selected to
| import (but at least it ran right?). Next on only one property I
selected
| copy all tables and after it hung for about 3 minutes I got the following
| test in the output window:
|
| SSIS package "Package.dtsx" starting.
| Error: 0xC002F325 at Transfer SQL Server Objects Task, Transfer SQL
Server
| Objects Task: Execution failed with the following error: "ERROR :
| errorCode=-1071636471 description=An OLE DB error has occurred. Error
code:
| 0x80040E37.
| An OLE DB record is available. Source: "Microsoft SQL Native Client"
| Hresult: 0x80040E37 Description: "Invalid object name 'dbo.Customers'.".
| helpFile=dtsmsg.rll helpContext=0
| idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}".
| Task failed: Transfer SQL Server Objects Task
| SSIS package "Package.dtsx" finished: Success.
|
| so in short it complained about "Invalid object name 'dbo.Customers'.".
|
| I hope there's some good (helpful) advise out there....
|
| Thanks.
|
|
|
| --
| moondaddy@nospam.nospam
[quoted text, click to view] | "Peter Yang [MSFT]" <petery@online.microsoft.com> wrote in message
| news:NVqzXwB7FHA.3580@TK2MSFTNGXA02.phx.gbl...
| > Hello Moon,
| >
| > Based on my experience, this issue could occur if the logins in SQL 2005
| > server and original SQL 2000 server is different.
| >
| > My suggestion is that you transfer logins between the servers before you
| > try to import datqabase again.
| >
| > SQL 2K transfer login article does work for SQL2005 since sp_addLogin is
| > still supported.
| >
| > HOW TO: Transfer Logins and Passwords Between Instances of SQL Server
| > (246133)
| >
http://support.microsoft.com/default.aspx?scid=KB;EN-US;246133 | >
| > TransferLogins task in SSIS (DTS) to no longer transfers the SQL
| > Passwords.
| > From the BOL, the SQL login is transferred, but a random password is
| > assigned. This requires the DBA to reset the password for each SQL
users.
| >
| > Best Regards,
| >
| > Peter Yang
| > MCSE2000/2003, MCSA, MCDBA
| > Microsoft Online Partner Support
| >
| > When responding to posts, please "Reply to Group" via your newsreader so
| > that others may learn and benefit from your issue.
| >
| > =====================================================
| >
| >
| >
| > This posting is provided "AS IS" with no warranties, and confers no
| > rights.
| >
| > --------------------
| > | From: "moondaddy" <moondaddy@nospam.nospam>
| > | Subject: 2005 SSIS issue
| > | Date: Fri, 18 Nov 2005 00:05:43 -0600
| > | Lines: 25
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| > | Message-ID: <#QwgbYA7FHA.444@TK2MSFTNGP11.phx.gbl>
| > | Newsgroups: microsoft.public.sqlserver.dts
| > | NNTP-Posting-Host: cpe-24-175-64-176.houston.res.rr.com 24.175.64.176
| > | Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.sqlserver.dts:62091
| > | X-Tomcat-NG: microsoft.public.sqlserver.dts
| > |
| > | I'm new to SSIS and have not been able to import a database from sol
2k
| > onto
| > | 2005, however, I did manage to restore a backup from 2k into 2005.
Now
| > I'm
| > | practicing creating a SSIS package to copy all objects and data from
| > this
| > db
| > | in 2005 (db1) into a new db in 2005 (db2).
| > |
| > | I added a Transfer SQL Server Objects Task into the Control flow
window
| > and
| > | set the appropriate source and destination databases etc. I double
| > clicked
| > | on it and set most of the props to true and everything looked pretty
| > good.
| > | I clicked on OK so I was back at the Transfer SQL Server Objects Task.
| > Then
| > | I right clicked and selected Execute Task. it only ran about 1 second
| > and