Databases Reference
In-Depth Information
<DimensionID>Time By Day</DimensionID>
</Object >
</Process>
</Batch>
</Command>
<Properties>
<PropertyList>
<ImpactAnalysis>true</ImpactAnalysis>
</PropertyList>
</Properties>
</Execute>
This request returns a long list of the affected objects. We have cut the list to make it fit;
you can see the shortened list in Listing 26.13.
LISTING 26.13
An Example of the Response for ImpactAnalysis
<return xmlns=”urn:schemas-microsoft-com:xml-analysis”>
<results xmlns=”http://schemas.microsoft.com/analysisservices
/2003/xmla-multipleresults”>
<row>
<Object>
<Object>
<CubeID>Budget</CubeID>
<DatabaseID>FoodMart 2008</DatabaseID>
</Object>
</Object>
<Impact>Unprocessed</Impact>
<Severity>Warning</Severity>
<Faultcode>-1056964608</Faultcode>
<Description>Object will be unprocessed/cleared.</Description>
</row>
<row>
<Object>
<Object>
<MeasureGroupID>Expense Fact</MeasureGroupID>
<CubeID>Budget</CubeID>
<DatabaseID>FoodMart 2008</DatabaseID>
</Object>
</Object>
<Impact>Unprocessed</Impact>
<Severity>Warning</Severity>
<Faultcode>-1056964608</Faultcode>
<Description>Object will be unprocessed/cleared.</Description>
</row>
 
Search WWH ::




Custom Search