Global::isServerAllowedToControlEventTracing Method [AX 2012]

Verifies if the Windows Identity of the account running the AOS process is allowed to control event tracing sessions.

Syntax

server public static boolean isServerAllowedToControlEventTracing()

Run On

Server

Return Value

Type: boolean
true if the Windows Identity of the account running the AOS process is allowed to control event tracing sessions, false otherwise.

Remarks

Only users with administrative privileges, users in the Performance Log Users group, and services running as LocalSystem, LocalService, NetworkService can control event tracing sessions. To grant a restricted user the ability to control trace sessions, add them to the Performance Log Users group.

Windows XP and Windows 2000: Anyone can control a trace session.

If the user is a member of the Performance Log Users group, they may not have permission to create the log file in the specified folder.

See Also

Reference

Global Class