Passedvalidation, Repairederrors – Echelon OpenLNS User Manual

Page 242

Advertising
background image

OpenLNS Programmer's Reference

205

Read/Write

Read only.

Added to API

Depends on the object used to access the property. Generally,

this property exists for an object as soon as the object is

added to the API.

PassedValidation

Summary

Indicates whether the network passed the database validation.

Availability

Local clients.

Syntax

validated = validationReport.

PassedValidation

Element

Description

validated

A Boolean value indicating whether

the network passed the validation

procedure.

TRUE. The network passed the

database validation.
This will occur if no errors

were discovered during the

network validation, or if all

the errors discovered

during the validation were

repaired

.

FALSE. The network database has

problems that were not

repaired during the

validation.

validationReport

The DatabaseValidationReport

object to be acted upon.

Data Type

Boolean

.

Read/Write

Read only.

Added to API

LNS Release 3.20.

RepairedErrors

Summary

Contains the number of errors that were successfully repaired

by OpenLNS during the database validation.
You can initiate a database validation on a network by calling

the

Validate

method on the

Network

object. To have LNS

attempt to repair the errors it discovers during the validation,

select lcaDbValidateAndRepair (1) as the validationFlags

element when you call the

Validate

method.

You can determine the number of errors that were not repaired

during the validation by reading the UnrepairedErrors

property.

Availability

Local clients.

Advertising