Accessing Server Data Through a Browser - trillium_quality - Latest

Trillium Director Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality
Title
Trillium Director Guide
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T15:24:10.895371

To display Director, Cleanser or Matcher server information through a browser, in your browser’s address bar enter:

http://host:port/Connectivity

where host is your system’s IP address and port is the port on which the Director, Cleanser or Matcher is running. Note that the option is case-sensitive.

For example, assuming you are running the Director on your local machine through port 16000, entering:

http://localhost:16000/Connectivity

will display information about the Director.

Note: If the service is not running, the browser displays a message stating that the web page cannot be displayed.
Note: If your TS_QUALITY environment variable is not correctly set, server information will not display as a formatted web page. Use System Properties>Advanced >Environment Variables>System Variables to set the TS_QUALITY variable to your Trillium Software path, for example, \Program Files\Trillium Software\EDQ\17\tsq\Software.

Clicking the Cleanser or Matcher link in the Director’s information window, or entering a Cleanser or Matcher’s port number with the /Connectivity option, displays data specific to that Cleanser or Matcher.

Links within the displayed data allow you to drill down to view additional data, such as configuration files, settings files, and input/output data descriptions. You can also drill down using the options described in the table below.

Table 1. Connectivity Options

Option

Displays

/Connectivity

Displayed information varies with server type, but contains information such as:

  • Service Name
  • Display Name
  • System Type (Windows or Linux)
  • Version
  • Path to the Trillium Quality bin directory
  • Director servers will include for each server:
    • Server Name
    • Process Id
    • Pool Size
    • Available
    • Connection Requests
    • Successful Connections
    • Releases
    • Failed Connections
    • Tracing
    • Suspended
    • Host
    • Port
  • Cleanser servers will report a count of cleanse requests
  • Matcher servers will report a count of match and matchCandidate requests.

/Connectivity/settings

Used with Cleanser and Matcher servers. Displays a list of steps which includes information such as:

  • Trillium process type (transformer, rellink, postal matcher, etc.)
  • Name
  • Whether the step is enabled
  • Trace file location
  • Settings file location
  • Log file location
  • Test field
  • Condition (value)
Note: The option is case-sensitive. Entering the option with an uppercase S results in a Not Found error.

/Connectivity/settings/step name

where step name is the name of the process step in the UCA

  • Step type
  • Input DDL
  • Output DDL
  • Settings

/schemas/schema_name

Returns the schema. These are in the schemas directory of the TS_QUALITY location. Due to security concerns, using the special directory name of .. will return a not found error.

/xslt/stylesheet

Returns an XSL style sheet which is contained in the xslt directory of the TS_QUALITY location. Due to security concerns, using the special directory name of .. will return a not found error.