Skip to main content

testlist

Use the testlist program to test the user list operation for a specified target system.

This program generates a SQLite-based user list file, <target ID>.test.db, in the \<instance>\psconfig\ directory. This program is run by the Manage the system (PSA) module when you click Test list on a target’s Test connection page .

Usage
testlist -targetid <target ID> -timeout <seconds>

Argument

Description

-h, --help

Print out help/usage message and exit

-v, --version

Print out version and exit

-quiet

Only output result of operation

-targetid <target ID>

The ID of the target system for which to perform the user list operation

-testconnect

Execute serverinfo operation to test target connection

-timeout <seconds>

The timeout, in seconds, for the list operation

Examples

To test the list operation for your WINDOM1 target system, run:

testlist.exe -targetid WINDOM1

To execute serverinfo during the list operation where list operation will timeout after specified seconds, run:

testlist.exe -targetid WINDOM1 -testconnect -timeout 60