sql - Reprocess SSAS tabular cube after failure -
so process ssas tabular cubes every night , other night processing of cube failed. want implement system trigger automatic reprocess after failure.
is there way in ssas tabular?
nothing built ssas automatically restart processing on error.
in sql agent, job step properties dialog has advanced tab retry attempts property. if change 1, automatically retry step (the ssis package) if fails.
Comments
Post a Comment