SSAS Error :Error ErrorCode="3238133825" Description="File system error: A FileStore error from WriteFile occurred. Physical file:

SSAS Error :Error ErrorCode="3238133825" Description="File system error: A FileStore error from WriteFile occurred. Physical file: \\?\E:\MSSQL\Log\DbHWE.2.db\Network Equipment.0.dim\5729.H4 OBJ DB ID.ksstore

When you process a dimension by using the Process Update processing option or the Process Default processing option, the string file store (.asstore) is appended instead of being overwritten. This behavior reduces the process time even if no change is made on the string attribute. If the dimension is frequently processed that way, the string file store will become very large. When the string file store reaches 4 GB, you can no longer process the dimension by using the Process Update processing option or the Process Default processing option. You will receive an error message:
“File system error: A FileStore error from WriteFile occurred. Physical file: ....”

If you are doing ProcessUpdate on a regular basis, I would suggest doing processFull now and then. When you process a dimension by using the Process Full processing option, all the data of the dimension will be dropped and reconstructed. The string file store will be smaller.

There is another way also when ever you face this error  you can process the dimension ProcessData Then it will work .

Comments

Popular posts from this blog

SSAS : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient). + Solution

SSIS Error : Unable to infer the XSD from the XML file. The XML contains multiple namespaces