Hello All ,
Am using the below query to build the offline cube but it is failing saying operation is cancelled and no detailed error.
CREATE GLOBAL CUBE [Test]
STORAGE 'E:\abc.cub' FROM [Cube]
(
MEASURE [Cube].[Unit],
MEASURE [Cube].[Value],
MEASURE [Cube].[Value USD],
MEASURE [Cube].[Counting Unit],
MEASURE [Cube].[Dosage Unit],
MEASURE [Cube].[Molecule Count],
DIMENSION [Cube].[Channel],
DIMENSION [Cube].[Geography],
DIMENSION [Cube].[Period],
DIMENSION [Cube].[Product],
DIMENSION [Cube].[Molecule]
)
However if i comment the Period dimension it is getting executed completed without any issues.
Can you please help me understanding what exactly might the issue be.
Error Message Below.
Server: The operation has been cancelled.
Internal error: The operation terminated unsuccessfully.
Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
Errors in the OLAP storage engine: An error occurred while processing the 'Cube' partition of the 'Sales' measure group for the 'PH_DDD' cube from the PH_DDD database.
Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.