Viewing Log Files

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

Depending on how you deployed RMS, log files are stored in a database server such as Microsoft SQL Server 2000, Microsoft SQL Server 2000 Desktop Engine Release A, Microsoft SQL Server 2005, or Microsoft SQL Server 2005 Express Edition. If you are using the full editions of SQL Server 2000 or SQL Server 2005, you can write filters to reduce the information that is stored in the log files. For instructions, see Help for SQL Server Enterprise Manager.

The size of a typical log entry is about 300 bytes. The following table describes the fields that are logged.

Field Description

HostMachineName

The computer that handled the request.

HostMachineRequestId

Uniquely identifies this request on this computer. The combination of HostMachineName and HostMachineRequestId uniquely identifies the request across the cluster.

RequestTime

Time, in Coordinated Universal Time (Greenwich Mean Time), when the request was received.

RequestPath

Relative URL to the .asmx file, for example: /_wmcs/licensing/License.asmx.

RequestType

Name of the Web method invoked, for example: AcquireLicense.

RequestUserAddress

Requestor’s source IP address.

RequestUserAgent

HTTP header User Agent value.

AuthenticatedState

Whether the HTTP connection was authenticated (True/False).

SecureConnectionState

Whether or not it is an SSL connection (True/False).

AuthenticatedId

Logon name for authenticated requests. Blank if AuthenticatedState=False.

ReceivedXrMLDocument

The XrML document that is received from the requestor.

ReceivedXrMLDocumentIssuerChain

The issuer chain for the received XrML document.

IssuedXrMLDocument

The XrML document returned to the requestor.

IssuedXrMLDocumentIssuerChain

The issuer chain for the issued XrML document.

SuccessOrFailure

Whether the request succeeded or failed (Succeeded/Failed).

Metadata

Metadata field.

ErrorInformation

Descriptive error message, if an error occurred.