Hi All,
I am getting below error When Try to Brows cube (SSAS 2005) for a particular attribute in Dimension table.
With Other Attributes, It is working as expected.
Here is the Error Message:
"
The query could not be processed:o File system error: The following error occurred while opening the file '\\?\F:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Data\XXXX_2012.0.db\NTSDSS XX.0.cub\FACT_TABLE.0.det\PARTITION_2014Q11.0.prt\350.DIM_EMP.EMP_ID.fact.map'.
"
I followed instruction given here http://support.microsoft.com/kb/2276495/en-gb
and rebuild index for PARTITION_2014Q11.0.prt and it started working fine but next day Dimensions (Process Update) and cube partition (Full Process) got processed and then started getting same error.
Now My question is:
If I rebuild index for DIM_EMP, Will it impact all cubes partitions where DIM_EMP is common. Actually DIM_EMP is used across 3 cubes so If I rebuild index on DIM_EMP, Do I need to rebuild index on all the partitions across 3 cubes?
Thanks Shiven:) If Answer is Helpful, Please Vote