问题
So we process the SSAS tabular cubes every night and the other night the processing of the cube failed. Now what I want to do is implement a system that would trigger an automatic reprocess after failure.
Is there a way to do that in SSAS Tabular?
回答1:
Nothing built into SSAS will automatically restart processing on error.
In SQL Agent, the Job Step Properties dialog has an Advanced tab with a Retry Attempts property. If you change that to 1, then it will automatically retry the step (the SSIS package) if it fails.
回答2:
If you are doing it in ssis then have a failure constraint looping back to the processing task?
The problem would be if you Have a data error that needs to be fixed.
来源:https://stackoverflow.com/questions/34623475/reprocess-ssas-tabular-cube-after-failure