WakeOnLANStatus Table

FlexNet Manager Suite 2020 R1 (On-Premises)

All managed devices targeted by a Wake on LAN task have a status associated with them. The status of the managed devices is stored in the WakeOnLANStatus table. Each row in the table represents a managed device to be woken by a Wake on LAN task from a distribution job.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for WakeOnLANStatus table

Database Column

Details

DistJobUID

Type: binary (max 16 bytes). Key

A unique identifier for a distribution job. This foreign key links to the DistJobUID in the WakeOnLANDistributionJob table. It forms part of the unique index that identifies each row of data.

ComputerID

Type: integer. Key

The id for the managed device. It forms part of the unique index that identifies each row of data.

State

Type: text (max 16 characters)

The state of this managed device. This can be one of the following values:

  • Pending
  • Failed
  • Woken
  • Awake

FlexNet Manager Suite (On-Premises)

2020 R1