Log events

OlapReadNumberZero (1000101)

Description

Will be logged when a process reads a numeric OLAP cell equal to zero.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapReadNumberNotZero (1000102)

Description

Will be logged when a process reads a numeric OLAP cell not equal to zero.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCreateConnection (1000103)

Description

Will be logged when a process connects to an OLAP server.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapDisconnect (1000104)

Description

Will be logged when a process disconnects from an OLAP server.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetElementListCached (1000105)

Description

Will be logged when a process reads and caches an element list.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetElementList (1000106)

Description

Will be logged when a process reads an element list.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetDimensionSubsetElements (1000107)

Description

Will be logged when a process reads a list of elements from a dimension subset.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetChildElementListCached (1000108)

Description

Will be logged when a process reads a flat list of all child elements of the specified element and puts them into a local cache.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetChildElementList (1000109)

Description

Will be logged when a process reads a flat list of all child elements of the specified element for a specific dimension.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetParentElementList (1000110)

Description

Will be logged when a process reads a list of all direct parent elements of the specified element.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetTopLevelNumericElements (1000111)

Description

Will be logged when a process reads all numeric elements that are on the top level of a dimension.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetDimensionElement (1000112)

Description

Will be logged when a process reads an element from a dimension.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapIsBaseElement (1000113)

Description

Will be logged when a process checks whether a certain OLAP element is a base element.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapElementListContainsElement (1000114)

Description

Will be logged when a process checks whether a certain OLAP element is part of an element list.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCreateDataArea (1000115)

Description

Will be logged when a process creates a data area.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellGetElement (1000116)

Description

Will be logged when a process reads the element used in the cell for a specific dimension.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCreateCubeCache (1000117)

Description

Will be logged when a process creates a new cube cache for a certain cube and a certain set of dimensions.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCubeCacheHasValue (1000118)

Description

Will be logged when a process checks whether a certain value occurs in a certain dimension.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCubeCacheHasContextValue (1000119)

Description

Will be logged when a process checks whether a context (a combination of dimension elements) holds a value.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapDeleteDataArea (1000120)

Description

Will be logged when a process deletes all cells in a data area.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapSetDataAreaValue (1000121)

Description

Will be logged when a process sets all values of a data area.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellReadNumberCached (1000122)

Description

Will be logged when a process reads and caches a numeric cell, so the value will not be read from the server again.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellReadStringCached (1000123)

Description

Will be logged when a process reads and caches a text cell, so the value will not be read from the server again.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellIsNull (1000124)

Description

Will be logged when a process checks whether a cell value is null (#NA).

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellWriteNumber (1000125)

Description

Will be logged when a process writes a numeric value to a cube.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellIncrementNumber (1000126)

Description

Will be logged when a process increments a numeric value in a cube.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellReadString (1000127)

Description

Will be logged when a process reads a text cell from a cube.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellWriteString (1000128)

Description

Will be logged when a process writes a text value to a cube.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapCellDelete (1000129)

Description

Will be logged when a process deletes a cell.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetStringAttributeCached (1000130)

Description

Will be logged when a process reads the value of a certain attribute as a string. The value will be cached, so it will not be read from the server again.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetIntAttributeCached (1000131)

Description

Will be logged when a process reads the value of a certain attribute as an int. The value will be cached, so it will not be read from the server again.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetDoubleAttributeCached (1000132)

Description

Will be logged when a process reads the value of a certain attribute as a double. The value will be cached, so it will not be read from the server again.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetStringAttribute (1000133)

Description

Will be logged when a process reads the value of a certain attribute as a string.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetIntAttribute (1000134)

Description

Will be logged when a process reads the value of a certain attribute as an int.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapGetDoubleAttribute (1000135)

Description

Will be logged when a process reads the value of a certain attribute as a double.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

OlapElementListRemoveElement (1000136)

Description

Will be logged when a process removes an element from an OlapElementList.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapElementListAddElement (1000137)

Description

Will be logged when a process adds an element to an OlapElementList.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetCubeList (1000138)

Description

Will be logged when a process requests a list of all cubes.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetCubeName (1000139)

Description

Will be logged when a process requests a cube's name.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetDimensionList (1000140)

Description

Will be logged when a process requests a cube's dimensions.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeTableList (1000141)

Description

Will be logged when a process requests a dimension's attribute tables.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeTableName (1000142)

Description

Will be logged when a process requests an attribute table's name.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeTableCount (1000143)

Description

Will be logged when a process requests the number of a dimension's attribute tables.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapDimensionListCount (1000144)

Description

Will be logged when a process requests the number of a cube's dimensions.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeTableIndex (1000145)

Description

Will be logged when a process requests the index of an attribute table.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapElementListCount (1000146)

Description

Will be logged when a process requests the number of elements in an OLAPElementList.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapCubeListCount (1000147)

Description

Will be logged when a process requests the number of cubes in an OLAPCubeList.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapAttributeListCount (1000148)

Description

Will be logged when a process requests the number of elements in an OLAPAttributeList.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetBoolAttribute (1000149)

Description

Will be logged when a process requests a bool attribute.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetDateTimeAttribute (1000150)

Description

Will be logged when a process requests a DateTime attribute.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapSetBoolAttribute (1000151)

Description

Will be logged when a process sets a bool attribute.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapSetDateTimeAttribute (1000152)

Description

Will be logged when a process sets a DateTime attribute.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapSetDoubleAttribute (1000153)

Description

Will be logged when a process sets a double attribute.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapSetStringAttribute (1000154)

Description

Will be logged when a process sets a string attribute.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeType (1000155)

Description

Will be logged when a process requests an attribute's type.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeLength (1000156)

Description

Will be logged when a process requests an attribute's length.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetAttributeDecimals (1000157)

Description

Will be logged when a process requests an attribute's decimals.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapGetCube (1000158)

Description

Will be logged when a process requests a certain cube.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapGetDimension (1000159)

Description

Will be logged when a process requests a certain dimension.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapGetDirectChildElementList (1000160)

Description

Will be logged when a process requests a list of direct children.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapGetDirectChildElementListCached (1000161)

Description

Will be logged when a process requests a (cached) list of direct children.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapDataAreaContainsValues (1000162)

Description

Will be logged when a process checks, if a data area contains any values.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapGetLevelElements (1000163)

Description

Will be logged when a process requests a list of elements having a certain level.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapManipulatingReadOnlyList (1000164)

Description

Will be logged when a process tries to manipulate a read-only list.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

OlapCellIsTextCell (1000165)

Description

Will be logged when a process tries to determine, if an OLAPCell is a text cell.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapCellIsBaseElement (1000166)

Description

Will be logged when a process tries to determine, if an OLAPCell is a base element.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapCellIsConsolidationElement (1000167)

Description

Will be logged when a process tries to determine, if an OLAPCell is a consolidation element.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapCellIsRuleElement (1000168)

Description

Will be logged when a process tries to determine, if an OLAPCell is a rule element.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapCreatePooledConnection (1000169)

Description

Will be logged when a process creates a pooled connection.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapDisconnectPooledConnection (1000170)

Description

Will be logged when a process closes a pooled connection.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapDisconnectAllPooledConnections (1000171)

Description

Will be logged when a process closes all pooled connections.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapReleasePooledConnection (1000172)

Description

Will be logged when a process releases a pooled connection.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapChangeParentElement (1000173)

Description

Will be logged when a process changes the parent of an OLAP element.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapAddParentElement (1000174)

Description

Will be logged when a process adds a parent to an OLAP element.

Supported Runtime Versions

3.0, 4.0, 5.0

OlapCellIsBaseCell (1000175)

Description

Will be logged when a process tries to determine, if an OLAPCell is a base cell.

Supported Runtime Versions

4.0, 5.0

OlapCellIsConsolidatedCell (1000176)

Description

Will be logged when a process tries to determine, if an OLAPCell is a consolidated cell.

Supported Runtime Versions

4.0, 5.0

OlapCellIsRuleCell (1000177)

Description

Will be logged when a process tries to determine, if an OLAPCell is a rule cell.

Supported Runtime Versions

4.0, 5.0

OlapCreateOLAPElementList (1000178)

Description

Will be logged when a process creates a new OLAPElementList.

Supported Runtime Versions

5.0

OlapFillCubeCache (1000179)

Description

Will be logged when a process fills an OLAPCubeCache.

Supported Runtime Versions

5.0

OlapCellDeleteComment (1000180)

Description

Will be logged when a process deletes an OLAP cell comment.

Supported Runtime Versions

5.0

OlapCellReadComment (1000181)

Description

Will be logged when a process reads an OLAP cell comment.

Supported Runtime Versions

5.0

OlapCellWriteComment (1000182)

Description

Will be logged when a process writes an OLAP cell comment.

Supported Runtime Versions

5.0

OlapSplashValue (1000183)

Description

Will be logged when a process uses an OLAP splash function.

Supported Runtime Versions

5.0

OlapCompareAttribute (1000184)

Description

Will be logged when a process compares two OLAP attributes.

Supported Runtime Versions

5.0

OlapSetIntAttribute (1000185)

Description

Will be logged when a process sets an OLAP integer attribute.

Supported Runtime Versions

5.0

OlapClearBoolAttributeReadCache (1000186)

Description

Will be logged when a process clears a bool attribute read cache.

Supported Runtime Versions

5.0

OlapClearCellCommentCache (1000187)

Description

Will be logged when a process clears a cell comment cache.

Supported Runtime Versions

5.0

OlapClearDateTimeAttributeReadCache (1000188)

Description

Will be logged when a process clears a DateTime attribute read cache.

Supported Runtime Versions

5.0

OlapClearDoubleAttributeReadCache (1000189)

Description

Will be logged when a process clears a double attribute cache.

Supported Runtime Versions

5.0

OlapClearElementCache (1000190)

Description

Will be logged when a process clears an element cache.

Supported Runtime Versions

5.0

OlapClearIntAttributeReadCache (1000191)

Description

Will be logged when a process clears an integer attribute cache.

Supported Runtime Versions

5.0

OlapClearNumericalDataReadCache (1000192)

Description

Will be logged when a process clears a numerical data read cache.

Supported Runtime Versions

5.0

OlapClearStringAttributeReadCache (1000193)

Description

Will be logged when a process clears a string attribute cache.

Supported Runtime Versions

5.0

OlapClearStringDataReadCache (1000194)

Description

Will be logged when a process clears a string data read cache.

Supported Runtime Versions

5.0

OlapGetDefaultHierarchy (1000195)

Description

Will be logged when a process gets a default hierarchy.

Supported Runtime Versions

5.0

OlapGetErrorDescription (1000196)

Description

Will be logged when a process gets an error description.

Supported Runtime Versions

5.0

OLAPStartLoadFromSource (1000197)

Description

Will be logged when a process starts a "Load from Source" operation.

Supported Runtime Versions

5.0

OlapXMLRequest (1000198)

Description

Will be logged when a process sends an OLAP XML request.

Supported Runtime Versions

5.0

OlapResolveUniqueName (1000199)

Description

Will be logged when a process resolves a unique name.

Supported Runtime Versions

5.0

JournalCreateGroupJournal (1000201)

Description

Will be logged when a process creates a group journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCreateGroupSegmentJournal (1000202)

Description

Will be logged when a process creates a group segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCreateCompanyJournal (1000203)

Description

Will be logged when a process creates a company journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCreateCompanySegmentJournal (1000204)

Description

Will be logged when a process creates a company segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddGroupJournalLine (1000205)

Description

Will be logged when a process adds a group journal line.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddGroupSegmentJournalLine (1000206)

Description

Will be logged when a process adds a group segment journal line.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddCompanyJournalLine (1000207)

Description

Will be logged when a process adds a company journal line.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddCompanySegmentJournalLine (1000208)

Description

Will be logged when a process adds a company segment journal line.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalPostCompanyJournal (1000209)

Description

Will be logged when a process posts a company journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalPostGroupJournal (1000210)

Description

Will be logged when a process posts a group journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalPostCompanySegmentJournal (1000211)

Description

Will be logged when a process posts a company segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalPostGroupSegmentJournal (1000212)

Description

Will be logged when a process posts a group segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCreateJournalStore (1000213)

Description

Will be logged when a process creates a new journal store.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalDifferenceCompanyJournal (1000214)

Description

Will be logged when a process calculates the difference for a company journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalDifferenceCompanySegmentJournal (1000215)

Description

Will be logged when a process calculates the difference for a company segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsBalancedCompanyJournal (1000216)

Description

Will be logged when a process checks whether a company journal is balanced.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsBalancedCompanySegmentJournal (1000217)

Description

Will be logged when a process checks whether a company segment journal is balanced.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsEmptyCompanyJournal (1000218)

Description

Will be logged when a process checks whether a company journal is empty.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsEmptyCompanySegmentJournal (1000219)

Description

Will be logged when a process checks whether a company segment journal is empty.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCancelCompanyJournals (1000220)

Description

Will be logged when a process cancels company journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCancelCompanySegmentJournals (1000221)

Description

Will be logged when a process cancels company segment journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanyJournals (1000222)

Description

Will be logged when a process reads a list of company journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanySegmentJournals (1000223)

Description

Will be logged when a process reads a list of company segment journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanyJournalProperty (1000224)

Description

Will be logged when a process reads a company journal property.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanyJournalLineProperty (1000225)

Description

Will be logged when a process reads a company journal line property.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanyJournalLines (1000226)

Description

Will be logged when a process reads all lines from a company journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetGroupJournalLines (1000227)

Description

Will be logged when a process reads all lines from a group journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanyJournalLineNumericProperty (1000228)

Description

Will be logged when a process reads a numeric property from a company journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalDifferenceGroupJournal (1000229)

Description

Will be logged when a process calculates the difference for a group journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalDifferenceGroupSegmentJournal (1000230)

Description

Will be logged when a process calculates the difference for a group segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsBalancedGroupJournal (1000231)

Description

Will be logged when a process checks whether a group journal is balanced.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsBalancedGroupSegmentJournal (1000232)

Description

Will be logged when a process checks whether a group segment journal is balanced.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsEmptyGroupJournal (1000233)

Description

Will be logged when a process checks whether a group journal is empty.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalIsEmptyGroupSegmentJournal (1000234)

Description

Will be logged when a process checks whether a group segment journal is empty.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCancelGroupJournals (1000235)

Description

Will be logged when a process cancels group journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCancelGroupSegmentJournals (1000236)

Description

Will be logged when a process cancels group segment journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetGroupJournals (1000237)

Description

Will be logged when a process reads a list of group journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetGroupSegmentJournals (1000238)

Description

Will be logged when a process reads a list of group segment journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetGroupJournalProperty (1000239)

Description

Will be logged when a process reads a group journal property.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

GetGroupJournalLineProperty (1000240)

Description

Will be logged when a process reads a group journal line property.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

GetGroupJournalLineNumericProperty (1000241)

Description

Will be logged when a process reads a numeric group journal property.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalBaseCreateCompanyJournalDictionary (1000242)

Description

Will be logged when a process creates a dictionary of company journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalBaseCreateCompanySegmentJournalDictionary (1000243)

Description

Will be logged when a process creates a dictionary of company segment journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalBaseCreateGroupJournalDictionary (1000244)

Description

Will be logged when a process creates a dictionary of group journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalBaseCreateGroupSegmentJournalDictionary (1000245)

Description

Will be logged when a process creates a dictionary of group segment journals.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGroupJournalDictionaryContainsKey (1000246)

Description

Will be logged when a process checks whether a group journal dictionary contains a certain key.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGroupSegmentJournalDictionaryContainsKey (1000247)

Description

Will be logged when a process checks whether a group segment journal dictionary contains a certain key.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCompanyJournalDictionaryContainsKey (1000248)

Description

Will be logged when a process checks whether a company journal dictionary contains a certain key.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalCompanySegmentJournalDictionaryContainsKey (1000249)

Description

Will be logged when a process checks whether a company segment journal dictionary contains a certain key.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddGroupJournalEntry (1000250)

Description

Will be logged when a process adds an entry to a group journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddGroupSegmentJournalEntry (1000251)

Description

Will be logged when a process adds an entry to a group segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddCompanyJournalEntry (1000252)

Description

Will be logged when a process adds an entry to a company journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalAddCompanySegmentJournalEntry (1000253)

Description

Will be logged when a process adds an entry to a company segment journal.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetGroupJournalDictionaryEntry (1000254)

Description

Will be logged when a process reads an entry from a group journal dictionary.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetGroupSegmentJournalDictionaryEntry (1000255)

Description

Will be logged when a process reads an entry from a group segment journal dictionary.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanyJournalDictionaryEntry (1000256)

Description

Will be logged when a process reads an entry from a company journal dictionary.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetCompanySegmentJournalDictionaryEntry (1000257)

Description

Will be logged when a process reads an entry from a company segment journal dictionary.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalGetLock (1000258)

Description

Will be logged when a process locks a specific context. The lock can only be created by one user, all other users will get an error.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalReleaseLock (1000259)

Description

Will be logged when a process releases a lock that was locked by the same user before.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

JournalTransferToGroups (1000260)

Description

The ID used for logging of the transfer to group process.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalTransferToGroupsCancel (1000261)

Description

The ID used for logging of the transfer to group cancellation process.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalTransferSubgroupToGroup (1000262)

Description

The ID used for logging of the transfer to group cancellation process.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalGetCompanySegmentJournalLines (1000263)

Description

The ID used for logging the retrieval of company segment journal lines.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalGetGroupSegmentJournalLines (1000264)

Description

The ID used for logging the retrieval of group segment journal lines.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalGetCompanySegmentJournalLineProperty (1000265)

Description

The ID used for logging the retrieval of a company segment journal line property.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalGetGroupSegmentJournalLineProperty (1000266)

Description

The ID used for logging the retrieval of a group segment journal line property.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalGetCompanySegmentJournalProperty (1000267)

Description

The ID used for logging the retrieval of a company segment journal property.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

JournalGetGroupSegmentJournalProperty (1000268)

Description

The ID used for logging the retrieval of a group segment journal property.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

CustomDebug (1000301)

Description

Can be used for logging custom debug events.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

CustomInformation (1000302)

Description

Can be used for logging custom information events.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

CustomWarning (1000303)

Description

Can be used for logging custom warning events.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

CustomError (1000304)

Description

Can be used for logging custom error events.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

CustomPerformance (1000305)

Description

Can be used for logging custom performance events.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

CustomLogGeneratedSourceCode (1000306)

Description

Can be used for logging generated source code.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

ErrorReadingConfigurationValues (1000307)

Description

Will be logged if the configuration values file cannot be read.

Supported Runtime Versions

1.0

CustomExecuteProcess (1000307)

Description

Will be logged whenever a user executes a process from a Bi# process.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

ConfigurationValuesDoNotExist (1000308)

Description

Will be logged if the configuration values file cannot be found.

Supported Runtime Versions

1.0

CustomExecuteProcessAsynchronously (1000308)

Description

Will be logged whenever a user executes a process asynchronously from a Bi# process.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

CustomTaskStatistics (1000309)

Description

Will be logged when a process needs some statistics about running tasks.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

SqlExecuteNonQuery (1000401)

Description

Will be logged when a process executes a non-query SQL statement.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

SqlExecuteQuery (1000402)

Description

Will be logged when a process executes a query SQL statement.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

SqlDataRowGetString (1000403)

Description

Will be logged when a process reads a certain column value in a result row as a string.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

SqlDataRowGetInt (1000404)

Description

Will be logged when a process reads a certain column value in a result row as an int.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

SqlDataRowGetDouble (1000405)

Description

Will be logged when a process reads a certain column value in a result row as a double.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

SqlDataRowGetBoolean (1000406)

Description

Will be logged when a process reads a certain column value in a result row as a bool.

Supported Runtime Versions

1.0, 2.0, 3.0, 4.0, 5.0

SqlDataRowGetDateTime (1000407)

Description

Will be logged when a process reads a certain column value in a result row as a DateTime.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

SqlIsNull (1000408)

Description

Will be logged when a process checks whether a certain column value is NULL.

Supported Runtime Versions

2.0, 3.0, 4.0, 5.0

SqlCreateConnection (1000409)

Description

Will be logged when a process creates a SQL connection.

Supported Runtime Versions

5.0

SqlDisconnect (1000410)

Description

Will be logged when a process disconnects a SQL connection.

Supported Runtime Versions

5.0

SqlCreatePreparedCommand (1000411)

Description

Will be logged when a process prepares a SQL statement.

Supported Runtime Versions

5.0

SqlQuoteString (1000412)

Description

Will be logged when a process quotes a string for a SQL statement.

Supported Runtime Versions

5.0

SqlPrepareStoredProcedure (1000413)

Description

Will be logged when a process prepares a SQL statement for a stored procedure.

Supported Runtime Versions

5.0

XmlCreateDocument (1000501)

Description

Will be logged when a process creates an XMLDocument.

Supported Runtime Versions

5.0

XmlParseDocument (1000502)

Description

Will be logged when a process parses an XMLDocument.

Supported Runtime Versions

5.0

XmlDocumentToString (1000503)

Description

Will be logged when a process turns an XMLDocument into a string.

Supported Runtime Versions

5.0

XmlCreateElement (1000504)

Description

Will be logged when a process parses an XMLElement.

Supported Runtime Versions

5.0

XmlSetContent (1000505)

Description

Will be logged when a process sets the content of an XMLElement.

Supported Runtime Versions

5.0

XmlGetContent (1000506)

Description

Will be logged when a process gets the content of an XMLElement.

Supported Runtime Versions

5.0

XmlElementToString (1000507)

Description

Will be logged when a process turns an XMLElement into a string.

Supported Runtime Versions

5.0

XmlAddElement (1000508)

Description

Will be logged when a process add an XMLElement to an XMLDocument or an XMLElement.

Supported Runtime Versions

5.0

XmlHasElement (1000509)

Description

Will be logged when a process checks whether an XMLElement has a certain child element.

Supported Runtime Versions

5.0

XmlGetChildElement (1000510)

Description

Will be logged when a process gets a child element of an XMLElement.

Supported Runtime Versions

5.0

XmlGetRootElement (1000511)

Description

Will be logged when a process gets the root element of an XMLDocument.

Supported Runtime Versions

5.0

XmlHasAttribute (1000512)

Description

Will be logged when a process checks whether an XMLElement has a certain attribute.

Supported Runtime Versions

5.0

XmlGetChildElements (1000513)

Description

Will be logged when a process gets all child elements of an XMLElement.

Supported Runtime Versions

5.0

XmlCountElements (1000514)

Description

Will be logged when a process counts the elements of an XMLElementList.

Supported Runtime Versions

5.0

XmlGetAttributeValue (1000515)

Description

Will be logged when a process reads the value of an attribute.

Supported Runtime Versions

5.0

XmlGetAttributes (1000516)

Description

Will be logged when a process reads all attributes of an element.

Supported Runtime Versions

5.0

XmlCountAttributes (1000517)

Description

Will be logged when a process counts the attributes of an XMLAttributeList.

Supported Runtime Versions

5.0

XmlGetLocalName (1000518)

Description

Will be logged when a process determines the local name of an object.

Supported Runtime Versions

5.0

XmlGetExpandedName (1000519)

Description

Will be logged when a process determines the expanded name of an object.

Supported Runtime Versions

5.0

XmlGetValue (1000520)

Description

Will be logged when a process determines the value of an attribute.

Supported Runtime Versions

5.0

XmlSetValue (1000521)

Description

Will be logged when a process sets the value of an attribute.

Supported Runtime Versions

5.0

XmlGetAttribute (1000522)

Description

Will be logged when a process reads an attribute.

Supported Runtime Versions

5.0

XmlCreateNamespace (1000523)

Description

Will be logged when a process creates an XMLNamespace object.

Supported Runtime Versions

5.0

XmlCreateNamespaceManager (1000524)

Description

Will be logged when a process creates an XMLNamespaceManager object.

Supported Runtime Versions

5.0

XmlAddNamespace (1000525)

Description

Will be logged when a process adds a namespace to an XMLNamespaceManager object.

Supported Runtime Versions

5.0

XmlSetAttributeValue (1000526)

Description

Will be logged when a process sets an attribute of an XMLElement.

Supported Runtime Versions

5.0

XmlXPathHasElement (1000527)

Description

Will be logged when a process checks whether an XPath expression returns an element.

Supported Runtime Versions

5.0

XmlXPathSelectElement (1000528)

Description

Will be logged when a process selects an element using an XPath expression.

Supported Runtime Versions

5.0

CreateRepositoryConnection (1000601)

Description

Will be logged when a process creates a repository connection.

Supported Runtime Versions

5.0

RepositoryDisconnect (1000602)

Description

Will be logged when a process disconnects a repository connection.

Supported Runtime Versions

5.0

RCreateServerSession (1000701)

Description

Will be logged when a process connects to an R server.

Supported Runtime Versions

5.0

REndServerSession (1000702)

Description

Will be logged when a process disconnects from an R server.

Supported Runtime Versions

5.0

REndSession (1000703)

Description

Will be logged when a process terminates an R session.

Supported Runtime Versions

5.0

REvaluate (1000704)

Description

Will be logged when a process evaluates an R statement.

Supported Runtime Versions

5.0

RVoidEvaluate (1000705)

Description

Will be logged when a process evaluates an R statement in a void context.

Supported Runtime Versions

5.0

RStartSession (1000706)

Description

Will be logged when a process starts an R session.

Supported Runtime Versions

5.0

RGetDoubleVector (1000707)

Description

Will be logged when a process reads a double vector from an R process.

Supported Runtime Versions

5.0

RGetIntegerVector (1000708)

Description

Will be logged when a process reads an integer vector from an R process.

Supported Runtime Versions

5.0

RGetStringVector (1000709)

Description

Will be logged when a process reads a string vector from an R process.

Supported Runtime Versions

5.0

RSetVector (1000710)

Description

Will be logged when a process sets a vector in an R process.

Supported Runtime Versions

5.0

XmlaExecuteMdx (1000801)

Description

Will be logged when a process calls an XmlaExecuteMdx function.

Supported Runtime Versions

5.0

XmlaExecuteXml (1000802)

Description

Will be logged when a process calls an XmlaExecuteXml function.

Supported Runtime Versions

5.0

XmlaGetCoordinates (1000803)

Description

Will be logged when a process calls an XmlaGetCoordinates function.

Supported Runtime Versions

5.0

XmlaGetCubeList (1000804)

Description

Will be logged when a process calls the XmlaGetCubeList function.

Supported Runtime Versions

5.0

XmlaGetCubeName (1000805)

Description

Will be logged when a process calls the XmlaGetCubeName function.

Supported Runtime Versions

5.0

XmlaGetDimensionList (1000806)

Description

Will be logged when a process calls the XmlaGetDimensionList function.

Supported Runtime Versions

5.0

XmlaGetDimensionName (1000807)

Description

Will be logged when a process calls the XmlaGetDimensionName function.

Supported Runtime Versions

5.0

XmlaGetHierarchyList (1000808)

Description

Will be logged when a process calls the XmlaGetHierarchyList function.

Supported Runtime Versions

5.0

XmlaGetHierarchyName (1000809)

Description

Will be logged when a process calls the XmlaGetHierarchyName function.

Supported Runtime Versions

5.0

XmlaGetMemberList (1000810)

Description

Will be logged when a process calls the XmlaGetMemberList function.

Supported Runtime Versions

5.0

XmlaGetMemberName (1000811)

Description

Will be logged when a process calls the XmlaGetMemberName function.

Supported Runtime Versions

5.0

XmlaGetValue (1000812)

Description

Will be logged when a process calls the XmlaGetValue function.

Supported Runtime Versions

5.0

OlapBase2 (1000900)

Description

Another base id for olap functions.

Supported Runtime Versions

5.0

OlapAddHierarchyElement (1000901)

Description

Will be logged when a process calls the OlapAddHierarchyElement function.

Supported Runtime Versions

5.0

OlapAddHierarchyElements (1000902)

Description

Will be logged when a process calls the OlapAddHierarchyElements function.

Supported Runtime Versions

5.0

OlapAddNumericalElement (1000903)

Description

Will be logged when a process calls the OlapAddNumericalElement function.

Supported Runtime Versions

5.0

OlapAddTextualElement (1000904)

Description

Will be logged when a process calls the OlapAddTextualElement function.

Supported Runtime Versions

5.0

OlapAddNumericalSubElement (1000905)

Description

Will be logged when a process calls the OlapAddNumericalSubElement function.

Supported Runtime Versions

5.0

OlapAddTextualSubElement (1000906)

Description

Will be logged when a process calls the OlapAddTextualSubElement function.

Supported Runtime Versions

5.0

OlapCreateAttributeTable (1000907)

Description

Will be logged when a process calls the OlapCreateAttributeTable function.

Supported Runtime Versions

5.0

OlapCreateAttributeTableFields (1000908)

Description

Will be logged when a process calls the OlapCreateAttributeTableFields function.

Supported Runtime Versions

5.0

OlapCreateCubeAccessControlCube (1000909)

Description

Will be logged when a process calls the OlapCreateCubeAccessControlCube function.

Supported Runtime Versions

5.0

OlapCreateBooleanAttributeTableField (1000910)

Description

Will be logged when a process calls the OlapCreateBooleanAttributeTableField function.

Supported Runtime Versions

5.0

OlapCreateDimensionAccessControlCube (1000911)

Description

Will be logged when a process calls the OlapCreateDimensionAccessControlCube function.

Supported Runtime Versions

5.0

OlapCreateDimension (1000912)

Description

Will be logged when a process calls the OlapCreateDimension function.

Supported Runtime Versions

5.0

OlapCreateDateAttributeTableField (1000913)

Description

Will be logged when a process calls the OlapCreateDateAttributeTableField function.

Supported Runtime Versions

5.0

OlapCreateDimensionBegin (1000914)

Description

Will be logged when a process calls the OlapCreateDimensionBegin function.

Supported Runtime Versions

5.0

OlapCreateDimensionEnd (1000915)

Description

Will be logged when a process calls the OlapCreateDimensionEnd function.

Supported Runtime Versions

5.0

OlapCreateHierarchy (1000916)

Description

Will be logged when a process calls the OlapCreateHierarchy function.

Supported Runtime Versions

5.0

OlapCreateNumericalAttributeTableField (1000917)

Description

Will be logged when a process calls the OlapCreateNumericalAttributeTableField function.

Supported Runtime Versions

5.0

OlapCreateNumericalDimensionElement (1000918)

Description

Will be logged when a process calls the OlapCreateNumericalDimensionElement function.

Supported Runtime Versions

5.0

OlapCreateEditDimensionRequest (1000919)

Description

Will be logged when a process calls the OlapCreateEditDimensionRequest function.

Supported Runtime Versions

5.0

OlapCreateSystemCube (1000920)

Description

Will be logged when a process calls the OlapCreateSystemCube function.

Supported Runtime Versions

5.0

OlapCreateTextDimensionElement (1000921)

Description

Will be logged when a process calls the OlapCreateTextDimensionElement function.

Supported Runtime Versions

5.0

OlapCreateUserCube (1000922)

Description

Will be logged when a process calls the OlapCreateUserCube function.

Supported Runtime Versions

5.0

OlapDeleteAttributeTable (1000923)

Description

Will be logged when a process calls the OlapDeleteAttributeTable function.

Supported Runtime Versions

5.0

OlapDeleteCube (1000924)

Description

Will be logged when a process calls the OlapDeleteCube function.

Supported Runtime Versions

5.0

OlapDeleteDimension (1000925)

Description

Will be logged when a process calls the OlapDeleteDimension function.

Supported Runtime Versions

5.0

OlapDeleteDimensionElement (1000926)

Description

Will be logged when a process calls the OlapDeleteDimensionElement function.

Supported Runtime Versions

5.0

OlapDeleteHierarchy (1000927)

Description

Will be logged when a process calls the OlapDeleteHierarchy function.

Supported Runtime Versions

5.0

OlapDeleteHierarchyElement (1000928)

Description

Will be logged when a process calls the OlapDeleteHierarchyElement function.

Supported Runtime Versions

5.0

OlapDeleteHierarchyElements (1000929)

Description

Will be logged when a process calls the OlapDeleteHierarchyElements function.

Supported Runtime Versions

5.0

OlapDeleteParentElement (1000930)

Description

Will be logged when a process calls the OlapDeleteParentElement function.

Supported Runtime Versions

5.0

OlapRenameDimensionElement (1000931)

Description

Will be logged when a process calls the OlapRenameDimensionElement function.

Supported Runtime Versions

5.0

OlapSendRequest (1000932)

Description

Will be logged when a process calls the OlapSendRequest function.

Supported Runtime Versions

5.0

OlapSetDefaultHierarchy (1000933)

Description

Will be logged when a process calls the OlapSetDefaultHierarchy function.

Supported Runtime Versions

5.0

OlapCubeExists (1000934)

Description

Will be logged when a process calls the OlapCubeExists function.

Supported Runtime Versions

5.0

OlapDimensionElementExists (1000935)

Description

Will be logged when a process calls the OlapDimensionElementExists function.

Supported Runtime Versions

5.0

OlapDimensionExists (1000936)

Description

Will be logged when a process calls the OlapDimensionExists function.

Supported Runtime Versions

5.0

OlapMergeDistinct (1000937)

Description

Will be logged when a process calls the OlapMergeDistinct function.

Supported Runtime Versions

5.0

OlapCreateStringAttributeTableField (1000938)

Description

Will be logged when a process calls the OlapCreateStringAttributeTableField function.

Supported Runtime Versions

5.0

OlapCreateSubElementBegin (1000939)

Description

Will be logged when a process calls the OlapCreateSubElementBegin function.

Supported Runtime Versions

5.0

OlapCreateSubElementEnd (1000940)

Description

Will be logged when a process calls the OlapCreateSubElementEnd function.

Supported Runtime Versions

5.0

OLAPCreateCellWriteBuffer (1000941)

Description

Will be logged when a process creates an OLAPCreateCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPSetMaxUncommittedValues (1000942)

Description

Will be logged when a process sets the maximum number of uncommitted values for an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPSetLogging (1000943)

Description

Will be logged when a process sets the logging behavior for an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPSetAutoCommit (1000944)

Description

Will be logged when a process sets the auto-commit behavior for an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCommitCellWriteBuffer (1000945)

Description

Will be logged when a process commits the content of an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPClearCellWriteBuffer (1000946)

Description

Will be logged when a process discards the content of an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferDeleteCell (1000947)

Description

Will be logged when a process deletes a cell using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferDeleteComment (1000948)

Description

Will be logged when a process deletes a cell comment using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferDeleteValue (1000949)

Description

Will be logged when a process deletes a cell value using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferIncrementNumber (1000950)

Description

Will be logged when a process increments a cell value using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferSetComment (1000951)

Description

Will be logged when a process sets a cell comment using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferWriteNumber (1000952)

Description

Will be logged when a process sets a numeric cell's value using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0

OLAPCellWriteBufferWriteString (1000953)

Description

Will be logged when a process sets a text cell's value using an OLAPCellWriteBuffer.

Supported Runtime Versions

5.0