Microsoft Identity Integration Server 2003 Developer Reference

first-occurred

The <first-occurred> element isthe date, in Coordinated Universal Time (UTC), when this error first occurred. The format is documented in the Remarks section.

This date differs from <date-occurred> if the same error has been encountered on a previous run. If the same error had not been encountered on a previous run, this date is the same as <date-occurred>.

Usage

<first-occurred/>

Attributes

None.

Child Elements

None.

Parent Elements

Element
<import-error>
<export-error>

Remarks

The UTC format is yyyy-MM-dd HH:mm:ss.fff.

Format specifier Description
yyyy Specifies the four-digit year.
MM Specifies the two-digit month in the range from 1 through 12.
dd Specifies the two-digit day of the month in the range from 1 through 31.
HH Specifies the-two digit hour of the day in 24-hour format in the range from 0 through 23.
mm Specifies the two-digit minute of the day in the range from 0 through 59.
ss Specifies the two-digit second of the day in the range from 0 through 59.
fff Specifies the three-digit fractions of a second in the range from 0 through 999.

Element Information

Can be empty No