Skip to main content

discoverystatussync

The discoverystatussync utility attempts to resolve out-of-sync discovery completion statuses for a specific Bravura Privilege Local Workstation Service (hipamlws) system. This is useful if the Local Workstation Service client is no longer submitting new changes as a result of one or more replication nodes reporting a different discovery status than the primary node. This utility can also be used to compare the status of each replication node to determine whether there are possible inconsistencies.

The utility can be run on the primary replication node only.

Usage
discoverystatussync.exe -query -systemid <LWS system ID>
discoverystatussync.exe -resolve -systemid <LWS system ID>

Argument

Description

-query

Set this flag to query the discovery status of a specific Local Workstation Service system.

-resolve

Set this flag to attempt to automatically resolve out-of-sync discovery status for a specific Local Workstation Service system.

-systemid <systemid>

The ID of the Local Workstation Service system. (required)

Examples
  1. To query the status of a given Local Workstation Service system:

    discoverystatussync.exe -query -systemid <LWS system ID>
  2. To resolve out-of-sync discovery status of a given Local Workstation Service system:

    discoverystatussync.exe -resolve -systemid <LWS system ID>