CreateIncidentReportFile method

Creates an eRoom server incident report file.

Syntax


C++
HRESULT CreateIncidentReportFile(
   DATE IncidentDate,
   BSTR Description,
   ERUIncidentOptions Options,
   BSTR TargetFile)
Scripting languages
Object.CreateIncidentReportFile(
   IncidentDate as Date,
   Description as String,
   Options as ERUIncidentOptions,
   TargetFile as String)

Parameters


IncidentDate

The Date/Time that the problem occurred. Logs are gathered for a period of 12 hours before and 12 hours after the time of the incident.

Description

A brief description of the incident or problem.

Options

ERUIncidentOptions enumeration flags to control what is included in the incident report file.

TargetFile

The path and filename for the archive file to be created.

Return value


C++

The return code.

Scripting languages

None.

 

Home

Interface

IERUServerDiagnostics