Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

Use this configuration option to choose the PC program that starts PC commands. Starting with Profound UI Version 5, Fix Pack 13.0, this configuration option overrides pui["use pc listener"] and pui["pc listener mode"].

The option expects string values:

  • "applet" - Profound UI attempts to use the PC Integration Java Applet. See PC Integration API.
  • "listener" - Profound UI uses the PC Command Listener. The listener port must also be setup.
  • "listener_m2" - Profound UI uses the PC Command Listener in Mode 2, which makes the listener work on HTTPS (SSL) pages as well as HTTP pages. The listener port must also be setup. Set this value when Profound is running on the secure HTTP protocol and the listener is the preferred mode.
  • "launcher" - Profound UI uses the PC Command Launcher, which works in HTTPS pages and on browsers running in Terminal Services sessions. This mode does not support commands waiting (*WAIT).

If pui["pc command mode"] is not specified, Profound UI uses the pui["use pc listener"] option. If pui["use pc listener"] is also not specified, Profound UI uses the Integration Applet.

See PC Integration API.

This option may also be configured in Genie Admin.

Example:

pui["pc command mode"] = "launcher";

Where do you save this configuration option? Here.

  • No labels