SQL Server 2008 68bit STD SSAS

  • Hi,

    I am trying to SSAS Restore Databases from SQL Server 2005 32bit SSAS to SQL Server 2008 68bit STD SSAS. While I am doing it, I am getting this following Error.

    Error related to feature availability and configuration: The 'Database storage location' feature is not includeed in the '64 bit Standard Edition' SKU

    Pls help me

  • jeyshanth (4/17/2009)


    Hi,

    I am trying to SSAS Restore Databases from SQL Server 2005 32bit SSAS to SQL Server 2008 68bit STD SSAS. While I am doing it, I am getting this following Error.

    Error related to feature availability and configuration: The 'Database storage location' feature is not includeed in the '64 bit Standard Edition' SKU

    Pls help me

    The DBStorageLocation property enables SSAS to specify an alternate location for the database; i.e. outside the default data folder.

    You might want to try using the dettach attach method instead. Refer to BOL -

    http://msdn.microsoft.com/en-us/library/cc280670.aspx

  • Im also getting this error when I try to do a restore of db

  • I also get the same error while attempting a restore of an SSAS backup. :crazy:

    It currently works if I ommit the 'Storage Location'. But this is less than ideal.

    Has anyone managed to resolve this without using ATTACH/DETACH?

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply