Reprocess SSAS tabular cube after failure

一曲冷凌霜 提交于 2019-12-12 03:35:49

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!