I have a large table with roughly 90 million rows and 32 columns, all other tables process fine except for this one. I receive the following error.
Failed to save modifications to the server. Error returned: 'The command has been canceled.. The exception was raised by the IDataReader interface.
Technical Details: RootActivityId: b40bd1af-bf8b-40ea-acb7-748ae1bc7ae9 Date (UTC): 12/27/2017 2:50:52 PM '.
{ "refresh": { "type": "automatic", "objects": [ { "database": "DBName", "table": "TableName", "partition": "2017112" } ] } }
I have attempted to partition the table into smaller logical chunks, but still receive the same error, I suspect it is a size issue and going to continue attempting smaller partitions.
My source is Azure DW in to Azure SSAS.
Has anyone encountered this error? I tried googling to no avail? Is there a place I can lookup error meanings? Am I hitting memory constraints? How can I find out?
I know I can model the data better aligning with best practice, but due to business and resource constraints thats not a simple option (long story).
Im using Pricing tier D1
Any input welcome!
Thanks,