TOCPREVNEXTINDEX

PC-Duo Enterprise HelpDesk


Integrating Remote Control


About Remote Control in Enterprise HelpDesk

From inside a Web view, a help desk analyst can take control of a user’s computer to investigate problems and provide support. To start a remote control session, all the help desk analyst has to do is type a computer name in a field and click the Remote Control button beside the field.

Field with a Remote Control button

The Remote Control button () connects to the specified computer and starts a PC-Duo ActiveX Remote Control session. The remote control session runs in a browser window, and does not require the PC-Duo Control to be installed on the local computer.

The requirements for remote control are:

Setting Up Remote Control

To add remote control to a Web view:
  1. Add a text field where users can enter the computer name or IP address.
  2. This field is used to identify the PC-Duo Client on the user’s computer. The HelpDesk project includes a Computer Name field for this purpose.

  3. Add the Remote Control button to the field.
  4. Generate the Web view.

Adding Remote Control Buttons

To add the Remote Control button to a field:
  1. Log on to the Web View Editor.
  2. In the shortcut bar, click Remote Control.
  3. In the Available Fields list, expand the tab that contains the field.
  4. If you do not see the field, select the Show All check box to show all available fields.

  5. Select the Can Connect check box for the field.
  6. Generate the Web view.

When you select the Can Connect check box for a field, the Web View Editor automatically sets the URL and URL Button CSS attributes of the field.

The URL field attribute is set to

../../RC/rcviewer.asp?Client=%fieldvalue% 

The first part of the URL (../../RC/rcviewer.asp) is the Remote Control URL, which points to this file:

HelpDeskServer\CensusWeb\Views
	\CensusWebVD\RC\rcviewer.asp 

The RCviewer.asp file is installed with Enterprise HelpDesk. You can customize this file to change the default remote control settings. For example, you can specify the security key used to access clients, and enable encryption or compression.

The second part of the URL is a query string that identifies the computer to control. When a user clicks the Remote Control button, %fieldvalue% is replaced with the current contents of the field.

The URL Button CSS field attribute specifies the CSS class used for the button.

Configuring PC-Duo ActiveX Remote Control

To configure PC-Duo ActiveX Remote Control, you edit the file RCviewer.asp, which is located in the folder

HelpDeskServer\CensusWeb\Views
	\CensusWebVD\RC\RCViewer.asp 

RCViewer.asp contains a number of variables that allow you set options and defaults.

After you customize RCViewer.asp, copy the file to

HelpDeskServer\CensusWeb\CUSTOMIZEDFILES
	\#Project#HelpDesk\RC 

This ensures that the next time you generate a Web view, the customized copy of RCViewer.asp is copied to the output folder.

DEFAULT_SECURITY_KEY

Specifies the security key used by PC-Duo ActiveX Remote Control when it connects to clients.

The ActiveX control does not support licensing, so you cannot type an asterisk “*” to use the license key serial number as the security key.

DEFAULT_COMPRESS

Enables (1) and disables (0) compression. By default, compression is disabled.

DEFAULT_ENCRYPT

Enables (1) and disables (0) encryption. The encryption type is 56bit DES encryption. By default, encryption is disabled.

DEFAULT_SCALE_TO_FIT

Specifies whether the remote screen is scaled to fit in the browse window when the remote control session starts. Set to 0 to turn off scaling.

Users can turn on scaling after the remote control session starts (by selecting the Scale to Fit check box).

DEFAULT_SCROLL_BARS

Specifies whether the view window has scroll bars when the remote control session starts. Set to 0 to turn off scroll bars.

Users can turn on scroll bars after the remote control session starts (by selecting the Scroll Bars check box).

DEFAULT_VIEW_TYPE

Specifies the default viewing mode (Watch, Share, or Control). Users can change the viewing mode after the remote control session starts.

DEFAULT_INIT

Specifies the name displayed by the PC-Duo Client during a remote control session. Allows the remote users to identify who is controlling their computer. “*” means use the computer name.

Checking Client Security Key Settings

PC-Duo ActiveX Remote Control cannot connect to clients that use the licence key serial number as a security key.

To check if a client is using the serial number as a security key:
  1. In the Client Configurator, edit the Master Profile.
  2. On the Users tab, the Security Key box contains the security key.
  3. If the Security Key box contains an asterisk (*), then the client is using the serial number, and the PC-Duo ActiveX Remote Control will not be able to connect to the client.

Removing Remote Control Buttons

To remove the Remote Control button from a field:
  1. Log on to the Web View Editor.
  2. In the shortcut bar, click Remote Control.
  3. In the Available Fields list, expand the tab that contains the field.
  4. Clear the Can Connect check box for the field.
  5. Generate the Web view.

Vector Logo
Vector Networks
http://www.vector-networks.com
Voice: +44 (0) 1827 67333
Fax: +44 (0) 1827 67068
info@vector-networks.co.uk
TOCPREVNEXTINDEX