BPC 7.5 SP3, MS SQL 2005
I am processing an applicaiton using the Admin console. Choosing "Modify Application", checking the "Process Application" checkbox and clicking "Modify Application" to rebuild the app. The result is successful completion with an error on the details portion of the display under "Modify Fact Table" that lists and exception in the Log. The log in the management console shows the error
Microsoft.AnalysisServices.ItemNotFoundException: The "Dimension" with "ID" = PROFITCENTER doesn't exist in the collection.
The ProfitCenter dimension is one of the application's dimensions.
I can process the ProfitCenter dimension and process this application as part of the dimension processing and it is successful.
I can optimize this application and it is successful.
The application appears to be working properly.
I can open the cube in SQL Server Analysis Services and I can see the ProfitCenter dimension and browse its members. I can open the application cube and browse it.
I checked the profitcenter dimension member table and compared it to the fact tables and all the facts are base level members that are not calculated members.
Has anyone seen this error? Is this just a spurious message I can ignore or is there something really wrong?