dbTalk Databases Forums  

package migration wizard

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


Discuss package migration wizard in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Allen
 
Posts: n/a

Default package migration wizard - 11-16-2005 , 01:40 PM






I am trying to use the package migration wizard to transfer a package
from Sql Server 2000 (DTS) to Sql Server 2005 and I get the following
error no matter what I do/change. Any help would be great.


This wizard will close because it encountered the following error:
(Microsoft SQL Server)


------------------------------
For help, click:
http://go.microsoft.com/fwlink?ProdN...+Visual+Studio...



===================================


Index was out of range. Must be non-negative and less than the size of
the collection.
Parameter name: index (mscorlib)


------------------------------
Program Location:


at System.Collections.ArrayList.get_Item(Int32 index)
at
WizardUI.ListPackages.UniquePackagewithCurrentVers ion(PackageInfoCollection

m_pInfoCol)
at WizardUI.ListPackages.OnEnterPage(EventArgs e)
at Microsoft.SqlServer.Management.UI.WizardPage.Raise EnterPage()
at Microsoft.SqlServer.Management.UI.WizardForm.NextP age(WizardPage
nextPage)
at Microsoft.SqlServer.Management.UI.WizardForm.Next_ Click(Object
sender, EventArgs e)


Reply With Quote
  #2  
Old   
judogi@gmail.com
 
Posts: n/a

Default Re: package migration wizard - 11-28-2005 , 04:56 PM






Did you find a solution for this? I'm having the same issue.


Reply With Quote
  #3  
Old   
Al Cadalzo
 
Posts: n/a

Default Re: package migration wizard - 12-17-2005 , 06:33 AM



I am getting the same error. Did you find a solution?
Al

"Allen" <amodine (AT) hotmail (DOT) com> wrote

Quote:
I am trying to use the package migration wizard to transfer a package
from Sql Server 2000 (DTS) to Sql Server 2005 and I get the following
error no matter what I do/change. Any help would be great.


This wizard will close because it encountered the following error:
(Microsoft SQL Server)


------------------------------
For help, click:
http://go.microsoft.com/fwlink?ProdN...+Visual+Studio...



===================================


Index was out of range. Must be non-negative and less than the size of
the collection.
Parameter name: index (mscorlib)


------------------------------
Program Location:


at System.Collections.ArrayList.get_Item(Int32 index)
at
WizardUI.ListPackages.UniquePackagewithCurrentVers ion(PackageInfoCollection

m_pInfoCol)
at WizardUI.ListPackages.OnEnterPage(EventArgs e)
at Microsoft.SqlServer.Management.UI.WizardPage.Raise EnterPage()
at Microsoft.SqlServer.Management.UI.WizardForm.NextP age(WizardPage
nextPage)
at Microsoft.SqlServer.Management.UI.WizardForm.Next_ Click(Object
sender, EventArgs e)




Reply With Quote
  #4  
Old   
Koni Kogan
 
Posts: n/a

Default Re: package migration wizard - 12-21-2005 , 03:49 PM



I wonder how many people have to mention the same problem before MS
people respond ... I have the same one.

Allen wrote:

Quote:
I am trying to use the package migration wizard to transfer a package
from Sql Server 2000 (DTS) to Sql Server 2005 and I get the following
error no matter what I do/change. Any help would be great.


This wizard will close because it encountered the following error:
(Microsoft SQL Server)


Quote:
------------------------------
For help, click:
http://go.microsoft.com/fwlink?ProdN...+Visual+Studio...



===================================


Index was out of range. Must be non-negative and less than the size of
the collection.
Parameter name: index (mscorlib)


------------------------------
Program Location:


at System.Collections.ArrayList.get_Item(Int32 index)
at
WizardUI.ListPackages.UniquePackagewithCurrentVers ion(PackageInfoCollection

m_pInfoCol)
at WizardUI.ListPackages.OnEnterPage(EventArgs e)
at Microsoft.SqlServer.Management.UI.WizardPage.Raise EnterPage()
at Microsoft.SqlServer.Management.UI.WizardForm.NextP age(WizardPage
nextPage)
at Microsoft.SqlServer.Management.UI.WizardForm.Next_ Click(Object
sender, EventArgs e)


Reply With Quote
  #5  
Old   
Koni Kogan
 
Posts: n/a

Default Re: package migration wizard - 12-21-2005 , 04:29 PM



It looks like this was an error originating in ADO.Net 1.1 and it had a
hotfix for it:
http://support.microsoft.com/default...b;en-us;836874

But we are running .Net 2.0 now

Please help!

Koni Kogan wrote:

Quote:
I wonder how many people have to mention the same problem before MS
people respond ... I have the same one.

Allen wrote:

I am trying to use the package migration wizard to transfer a package
from Sql Server 2000 (DTS) to Sql Server 2005 and I get the following
error no matter what I do/change. Any help would be great.


This wizard will close because it encountered the following error:
(Microsoft SQL Server)




------------------------------
For help, click:
http://go.microsoft.com/fwlink?ProdN...+Visual+Studio...



===================================


Index was out of range. Must be non-negative and less than the size of
the collection.
Parameter name: index (mscorlib)


------------------------------
Program Location:


at System.Collections.ArrayList.get_Item(Int32 index)
at
WizardUI.ListPackages.UniquePackagewithCurrentVers ion(PackageInfoCollection


m_pInfoCol)
at WizardUI.ListPackages.OnEnterPage(EventArgs e)
at Microsoft.SqlServer.Management.UI.WizardPage.Raise EnterPage()
at Microsoft.SqlServer.Management.UI.WizardForm.NextP age(WizardPage
nextPage)
at Microsoft.SqlServer.Management.UI.WizardForm.Next_ Click(Object
sender, EventArgs e)


Reply With Quote
  #6  
Old   
Koni Kogan
 
Posts: n/a

Default Re: package migration wizard - resolution - 12-21-2005 , 05:17 PM



Koni Kogan wrote:

Quote:
It looks like this was an error originating in ADO.Net 1.1 and it had a
hotfix for it:
http://support.microsoft.com/default...b;en-us;836874

But we are running .Net 2.0 now

Please help!

Koni Kogan wrote:

I wonder how many people have to mention the same problem before MS
people respond ... I have the same one.

Allen wrote:

I am trying to use the package migration wizard to transfer a package
from Sql Server 2000 (DTS) to Sql Server 2005 and I get the following
error no matter what I do/change. Any help would be great.


This wizard will close because it encountered the following error:
(Microsoft SQL Server)




------------------------------
Ok, here is the deal: remove the trailing space from ANY dts package
name that has it. Use the following query to identify them:

select name +'zzz' from msdb.dbo.sysdtspackages where name like '% '

It should work once ALL packages have been renamed - just an MS feature;-)

Quote:
For help, click:
http://go.microsoft.com/fwlink?ProdN...+Visual+Studio...



===================================


Index was out of range. Must be non-negative and less than the size of
the collection.
Parameter name: index (mscorlib)


------------------------------
Program Location:


at System.Collections.ArrayList.get_Item(Int32 index)
at
WizardUI.ListPackages.UniquePackagewithCurrentVers ion(PackageInfoCollection


m_pInfoCol)
at WizardUI.ListPackages.OnEnterPage(EventArgs e)
at Microsoft.SqlServer.Management.UI.WizardPage.Raise EnterPage()
at Microsoft.SqlServer.Management.UI.WizardForm.NextP age(WizardPage
nextPage)
at Microsoft.SqlServer.Management.UI.WizardForm.Next_ Click(Object
sender, EventArgs e)


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.