Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

list of XmlaMessage.Description values

$
0
0

Hi,

I am processing a cube via C# script with the following:

XmlaResultCollection oResults = svr.ExecuteCaptureLog(false,false);

foreach (XmlaResult oResult in oResults)
          foreach (XmlaMessage oMessage in oResult.Messages)
              if (oMessage.Description == Value1 OR oMessage.Description == Value2...)
                   return;

I want to stop the execution if there was an error.

What I am looking for, is the list of possible Descriptions resulting from the process in order to stop if failed.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>