Revision as of 17:16, August 27, 2015 by Alison.obrien (talk | contribs) (Install a Previous Version)
Jump to: navigation, search

Installing and Configuring the Screen Recording Service

The Screen Recording Service must be installed on your desktop so you can capture what is happening on your screen at the time of an active interaction. This page will help you to install the client, and help you to verify that is it working properly.

If you are an experienced user, and want to create and install your own certificates, or if you want to add more parameters to the Screen Recording Service's local configuration file, see the Configuration for the Advanced User section.

If you want to upgrade to a new version of the Screen Recording Service, see the Upgrading the Screen Recording Service section.

The following steps show how to download, install, configure and test the Screen Recording Client. You can also watch this video for a short demonstration.


Before you can install and use the Screen Recording Service on your desktop, you must have some information ready at hand. Your IT department can help you get this information.

  • Windows 7 64-bit Operating System with admin privileges
  • The Web Services URL—for example, https://mywebservices.com:80
  • Access to Workspace Web Edition from your Genesys Hub
  • The software (minimum version 8.5.205.00 - build 306)
  • Agent Login credentials


Getting Your Software

1

Find the email you received from Genesys with the details about your software (it will look similar to the example on the left), and using your favorite FTP client—for example, Filezilla, connect with the credentials listed in the email.

Download the zipped file to a temporary folder on your computer.


Installing Your Software

1

Open a command prompt, and type dir to change directories to the installation folder.

At the prompt, enter the following command:

setup_<version>.exe /VERYSILENT  /SUPPRESSMSGBOXES 
/DIR="C:\Genesys\SRC" /NOCLOSEAPPLICATIONS /TASKS="HTTPS"
/server="<URL for your Web Services server>" /certificate="true"
Important
Remember to replace <version> with the actual number that you found when you typed dir, and the correct URL for your Web Services server.

And then press Enter.

To debug problems with the installation, you can add the /LOG="logfilename" command to the installation path. For example, setup_<version>.exe /VERYSILENT /SUPPRESSMSGBOXES /DIR="C:\Genesys\SRC" /NOCLOSEAPPLICATIONS /LOG="C:\src_setup.log".

Remember: If you are using Workspace Web Edition, the desktop requires a secure connection (the URL has https:// as the prefix) to Web Services server. The Screen Recording Service is also required to support a secure connection with Workspace Web Edition, so it can accept credentials to Web Services.

Important
This installation generates a unique self-signed certificate for your workstation which is automatically added to the Windows certificate store. For other security options, see the Configuration for the Advanced User section, or a Genesys Professional.

Verifying the Installation

1

Use Windows Explorer to locate the directory where you installed the software (in this example, it is in the C:/Genesys/SRC folder). Once you see the folder is there, restart your computer. This will ensure that the service starts automatically.

Testing the Service

1

You can test the service to see if the Screen Recording Client is running on the PC. Using Windows Services, on the Services tab, search for Genesys SR Service. If the status is Started, the Screen Recording Service is working. If the status says anything else, contact your Genesys Professional to help troubleshoot the issue.

Use your Agent Desktop to place a test call. For information on how to use the Agent Desktop, see Agent's User Guide.


Upgrading the Screen Recording Service

Use the following steps to update your Screen Recording Service software to a new version.

Make sure you have the latest hot fix version before proceeding.

Tip
Before you start, identify where your Screen Recording Service is installed. The following procedures assume that the sofware is installed in the C:\Genesys\SRC directory. Replace the path as necessary.

Manual Upgrade

  1. Make a back up copy of the C:\Genesys\SRC directory. Name the backup directory C:\Genesys\SRC.backup.
  2. Delete the C:\Genesys\SRC\VLC sub directory (all other directories are not touched).
  3. Unzip your new software in a temporary directory.
  4. Make sure you are in that temporary directory and type the following command in a command prompt window:
    Setup_<version>.exe /LOG /VERYSILENT /SUPPRESSMSGBOXES /NOCLOSEAPPLICATIONS
    For example, Setup_8.5.2.361HotFix.exe /LOG /VERYSILENT /SUPPRESSMSGBOXES /NOCLOSEAPPLICATIONS.
  5. Restart your computer.
  6. Check that the installation is successful.

Install a Previous Version

If you want to install a previous version of the Screen Recording Service:

  1. Make a back up copy of the C:\Genesys\SRC directory. Name the backup directory C:\Genesys\SRC.hotfix. (This directory may be needed for subsequent troubleshooting purposes).
  2. Install the previous Screen Recording Service version.
  3. Delete the C:\Genesys\SRC directory.
  4. Rename the C:\Genesys\SRC.backup to C:\Genesys\SRC.
  5. Restart your computer.
  6. Check that the installation is successful.

Validate the Installation

To validate that your installation is successful:

  1. Open the C:\Genesys\SRC\GSR.log file, and make sure that something similar to the following lines are included (with the version reflecting the new version you've just installed):
    Starting HTTP Authentication server on 127.0.0.1:443
    Recorder: Version:8.5.2.36x, IP:xxx, OS:win32
  2. Make sure that the C:\Genesys\SRC\GSR.log file contains no errors or exceptions.
  3. Make a test call.
  4. Review the C:\Genesys\SRC\GSR.log for the following line:
    Uploader: Upload of file <file-name-of-media> was successful
  5. Tip
    If your installation is unsuccessful, contact your Genesys Care representative.

Configuration for the Advanced User

You can customize your Screen Recording Client with advanced options, or create/install your own certificates, review the next sections.

Tip
For bulk roll-out to a number of agent computers, you might want your IT department to script the installation using the "single-step silent installation" referred to in the previous steps. Contact your IT professionals for information about the options which might exist in your organization.

Creating Self-Signed Certificates

If you did not use the /TASKS="HTTPS" parameter to install the Screen Recording Client, you can create self-signed certificates. [+] Show the Steps

Comments or questions about this documentation? Contact us for support!