Hello Everyone,
I have cube called Fact Sales quota and it has only one dimension called Date.
I implemented write back on Fact Sales Quota partition .
When i am trying to add employee dimension to this cube i am getting the following error:
<Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Parallel>
<Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas.microsoft.com/analysisservices/2003/engine/2" xmlns:ddl2_2="http://schemas.microsoft.com/analysisservices/2003/engine/2/2"
xmlns:ddl100_100="http://schemas.microsoft.com/analysisservices/2008/engine/100/100" xmlns:ddl200="http://schemas.microsoft.com/analysisservices/2010/engine/200" xmlns:ddl200_200="http://schemas.microsoft.com/analysisservices/2010/engine/200/200">
<Object>
<DatabaseID>DSS Retail Analytics</DatabaseID>
<CubeID>Sales Quota</CubeID>
</Object>
<Type>ProcessFull</Type>
<WriteBackTableCreation>UseExisting</WriteBackTableCreation>
</Process>
</Parallel>
</Batch>
Processing Cube 'Sales Quota' failed.
Processing Measure Group 'Fact Sales Quota' failed.
Start time: 6/3/2013 5:25:37 PM; End time: 6/3/2013 5:25:38 PM; Duration: 0:00:00
Processing Partition 'Fact Sales Quota' completed. 163 rows have been read.
Start time: 6/3/2013 5:25:37 PM; End time: 6/3/2013 5:25:38 PM; Duration: 0:00:00
SQL queries 1
SELECT [dbo_FactSalesQuota].[SalesAmountQuota] AS [dbo_FactSalesQuotaSalesAmountQuota0_0],[dbo_FactSalesQuota].[DateKey] AS [dbo_FactSalesQuotaDateKey0_1],[dbo_FactSalesQuota].[EmployeeKey]
AS [dbo_FactSalesQuotaEmployeeKey0_2]
FROM [dbo].[FactSalesQuota] AS [dbo_FactSalesQuota]
Processing Partition 'WriteTable_Fact Sales Quota' failed.
Start time: 6/3/2013 5:25:38 PM; End time: 6/3/2013 5:25:38 PM; Duration: 0:00:00
Error Messages 1
OLE DB error: OLE DB or ODBC error: Invalid column name 'EmployeeKey_2'.; 42S22.
SQL queries 1
SELECT [WriteTable_Fact_x0020_Sales_x0020_Quota].[SalesAmountQuota_0] AS [WriteTable_Fact_x0020_Sales_x0020_QuotaSalesAmountQuota_00_0],[WriteTable_Fact_x0020_Sales_x0020_Quota].[DateKey_1]
AS [WriteTable_Fact_x0020_Sales_x0020_QuotaDateKey_10_1],[WriteTable_Fact_x0020_Sales_x0020_Quota].[EmployeeKey_2] AS [WriteTable_Fact_x0020_Sales_x0020_QuotaEmployeeKey_20_2]
FROM [WriteTable_Fact Sales Quota] AS [WriteTable_Fact_x0020_Sales_x0020_Quota]
Errors and Warnings from Response
OLE DB error: OLE DB or ODBC error: Invalid column name 'EmployeeKey_2'.; 42S22.
Errors in the OLAP storage engine: An error occurred while processing the 'WriteTable_Fact Sales Quota' partition of the 'Fact Sales Quota' measure group for the 'Sales Quota' cube from the DSS Retail Analytics database.
Internal error: The operation terminated unsuccessfully.
Server: The operation has been cancelled.
Please anybody help me out to solve this problem...plz..