ReqDemPlanSSASHelper.disableWriteback Method [AX 2012]

Clears the writeback partition.

public void disableWriteback(
    str _databaseName, 
    str _cubeId, 
   [boolean _ignoreErrors])

Run On

Server

Parameters

_databaseName
Type: str
The Analysis Services database name.
_cubeId
Type: str
The Analysis Services cube ID.
_ignoreErrors
Type: boolean
A flag that indicates whether errors should be propagated to the caller.

This is a destructive operation. All non-flushed changes will be lost.

Writeback is disabled only after the cube is reprocessed.

Community Additions

ADD
Show: