Unable to Migrate SSAS 2000 to SSAS 2005 with MigrationWizard.exe


to all,

     having heck of time on sql 2k5 migrationwizard.exe.  following ambiguous message:

 exception type 'system.outofmemoryexception' thrown.

 

the typical "life-lines" of searching ms have provided no help.  wizard migrating 35 dimensions and about 40 cubes.  sql 2k5 handle?

 

kenny 

after generate ddl script cube creation, search first <databaseid> element, should in first lines of script, in fragment one:

<create xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">

<parentobject>

<databaseid>foodmart 2000</databaseid>

</parentobject>

<objectdefinition>

<cube xmlns:xsd="http://www.w3.org/2001/xmlschema" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance">

<id>budget</id>

 

then change value of <databaseid> (the "foodmart 2000" string in our example) id of big as2005 database on merge cubes.

the error getting suggests moved <databaseid> element (or did other changes script), resulting in invalid xml command.

adrian dumitrascu.



SQL Server  >  SQL Server Analysis Services



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........