Symptoms
Assume that you use Microsoft SQL Server 2012 Analysis Services (SSAS 2012) or SQL Server 2014 Analysis Services (SSAS 2014) in Tabular mode. When you perform Process Data or Process Full on a partition in a table, an access violation occurs. For example, you process the partition with the following script:
<Process xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Type>ProcessFull</Type> <Object> <DatabaseID>AdventureWorksTb2012</DatabaseID> <CubeID>Model</CubeID> <MeasureGroupID>Reseller_d52b9c6f-8d2d-4e23-ae4c-2fc57c1d968a</MeasureGroupID> <PartitionID>Reseller_d52b9c6f-8d2d-4e23-ae4c-2fc57c1d968a</PartitionID> </Object> </Process>
Resolution
The issue was first fixed in the following cumulative update of SQL Server.
Cumulative Update 4 for SQL Server 2014 /en-us/help/2999197
Cumulative Update 1 for SQL Server 2012 SP2 /en-us/help/2976982
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.