ProcessingLogFileName (clsServer)

Analysis Services Programming

Analysis Services Programming

ProcessingLogFileName (clsServer)

The ProcessingLogFileName property of an object of ClassType clsServer stores a UNC path to a file for logging status messages from processing events.

Data Type

String

Access

Read/write

Remarks

The log file is a text file that contains status and error messages that are raised during mining model, cube, partition, or dimension processing events. The file also logs dimension key errors (that is, errors that are raised when rows in the fact table do not correspond to rows in the dimension source table). However, the details of these errors are logged in the file specified by the ProcessingKeyErrorLogFileName property of the parent MDStore interface.

See Also

clsServer

ProcessingKeyErrorLogFileName