You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Overview

When the solution is running, and the Designer is connected with the runtime, the Datasets Monitor page show basic status server access to tables and queries.

On this page:


Monitoring the Datasets Module

The Datasets Monitor provides a way to monitor real-time information related to the Dataset module operation. The Datasets Monitor is a monitoring-only function, and only will be available when the solution is running, and the Designer is connected with that runtime solution. 

The monitoring table will show status of the Server (not clients) operations performed by DatasetTables and DatasetQueries.

The information in this table is constructed from the runtime properties of the DatasetTable and DatasetQuery objects. Additionally of showing in the monitor table, the properties can be accessed on Displays or Scripts, using the following syntax

@Dataset.Table.<Name>.<PropertyName>

@Dataset.Query.<Name>.<PropertyName>

Monitor information

Description

Name

DatasetTable or DatasetQuery name

SourceID

Original ID in the DatasetQueries or DatasetTables configuration pages

RowCount

The total number of rows of data

Disable

If the object is disabled

LastStatus

The status value of its last operation (zero success, otherwise error)

LastStatusMessage

The message corresponding the last error

In order to embed the monitoring within the application itself, or to get status of Client side commands, see the Dataset Runtime Attributes


In this section...

The root page @parent could not be found in space v10.

  • No labels