|
|
 |
| SQL Server DTS Discussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server DTS section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

June 20th, 2008, 11:01 AM
|
|
Authorized User
|
|
Join Date: Dec 2006
Location: chennai, tn, India.
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
DTS - SSIS Migration Error
Hi,
Please someone help me on this issue. I'm trying to migrate from DTS to SSIS using the Migration wizard i'm getting the following error.
"Index was out of range. Must be non-negative and less than the size of the collection... Its quite urgent. Please do the needful.
Also i cannot open the DTS Package in SQLSERVER 2005, throws error "SQL Server 2000 Designer components are required to Edit DTS Packages... Is it because of that not allowing to migrate to 2005.
Thanks,
Chandra
__________________
Thanks,
Chandra
|

June 20th, 2008, 11:12 AM
|
|
Authorized User
|
|
Join Date: Dec 2006
Location: chennai, tn, India.
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This is the problem not related to leading spaces, trailing spaces, or any characters that are invalid.
I tried but not working.
Thanks,
Chandra
|

June 20th, 2008, 11:42 AM
|
|
Authorized User
|
|
Join Date: Dec 2006
Location: chennai, tn, India.
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
It got worked out, it because of the leading spaces, trailing spaces or any invalid chars for all packages in the server. I corrected the other packages info. by using the query
SELECT DISTINCT name
FROM msdb.dbo.sysdtspackages
WHERE name LIKE '% '
Thanks,
Chandra
|

July 4th, 2008, 10:47 AM
|
|
Registered User
|
|
Join Date: Jul 2008
Location: , , .
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Everybody know that DTS to SSIS Migration is very tedious and manual approach is very time consuming.
I would recommend you to try 3rd party product called DTS xChange. The liked this product very much because... its full Migration package including Discovery, Conversion and Auditing of packages when you run them after migration. It will apply best practices while migrating your packages so if are new to SSIS then this tool will save you significant amount of time.
here is the link
www.dtsxchange.com
Screenshots
http://www.dtsxchange.com/dtsxchange_screenshots.asp
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |