CA Productivity Accelerator v11.1 Help Menu Integration

Size: px
Start display at page:

Download "CA Productivity Accelerator v11.1 Help Menu Integration"

Transcription

1 CA EDUCATION INSTRUCTIONS: CA PRODUCTIVITY ACCELERATOR CA Productivity Accelerator v11.1 Help Menu Integration Table of Contents CA Productivity Accelerator Help Menu Integration Overview... 2 CA Clarity PPM/CA ecogovernance In-Application Overview... 3 Prerequisites:... 3 Procedure for CA Clarity PPM v13/ecogovernance 3.1:... 3 Procedure CA Clarity PPM v12:... 4 SmartHelp Browser Support Overview SmartHelp Installation Instructions Configure SmartHelp SmartHelp Installation Requirements for Internet Explorer Install SmartHelp for Internet Explorer Troubleshooting Upgrade SmartHelp Uninstall from Internet Explorer Install SmartHelp for Firefox General Troubleshooting Tips... 13

2 CA Productivity Accelerator Help Menu Integration Overview CA Productivity Accelerator is a collaborative content development platform that allows enterprises to drive user productivity and mitigate risk throughout all phases of the software ownership lifecycle. CA Productivity Accelerator provides enhanced object recognition and context-sensitive support for the following CA Applications. In some cases, in-application support is provided with help integrated within the application. For other applications the SmartHelp browser add-on may be necessary. In-Application Support Application Versions Supported CA Clarity PPM 12.x, 13, 13.1 CA ecogovernance 3.1 CA Service Desk Manager 12.5* SmartHelp Browser Support Application Versions Supported CA Service Desk Manager 12.6, 12.7 Other CA browser-based solutions various Recording and In-Application/Browser Support Recording o o o Recording with object recognition and automatic context capture is supported for the following: Microsoft Internet Explorer for Windows versions 8.0 and 9.0 (32 bit and 64-bit versions) Mozilla Firefox for Windows version 10.x (ESR) Application/Browser Support In-Application Support is supported for the following: o Microsoft Internet Explorer for Windows versions 8.0 and 9.0 (32 bit and 64-bit versions) o Mozilla Firefox for Windows version 10.x (ESR) and 14 o Google Chrome for Windows version 20 o Apple Safari for Windows versions 5.0 and 5.1 SmartHelp is supported for the following: o Microsoft Internet Explorer for Windows versions 8.0 and 9.0 (32 bit and 64-bit versions) o Mozilla Firefox for Windows version 10.x (ESR) and 14 Please see the CA PA Technical Specifications for supported operating systems and browser combinations. *Please contact CA Support for CA Service Desk Manager v12.5 help menu instructions. CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 2

3 CA Clarity PPM/CA ecogovernance In-Application Overview CA Productivity Accelerator provides context-sensitive in-application performance support material by adding a link to the application tool bar that integrates CA Productivity Accelerator s player package directly into the application. When a user clicks on this link CA Productivity Accelerator will recognize what page they are on in the application and only show those procedures that are applicable in the player package. The steps below will show you how to integrate CA Productivity Accelerator to the application. To Integrate Content Prerequisites: 1) Publish a player package from the CA Productivity Accelerator Developer. 2) Set up an http web server to host the player package. Move the player package to the web server and test that the player package can be launched from the web server. (a) If the web server name is myserver.acme.com and the folder where the player package resides is CA PA, then you can launch the player package by entering the following location in a browser: (b) If the player package is posted on the same web server as Clarity or ecogovernance, for instance a Tomcat application server, you would post the player package to a folder called CA PA in the clarity\custom directory. You will need to reference the niku application in the URL to launch the player package: 3) Ensure the appropriate security credentials are set up for users to access the web server and for the Clarity or eco Governance application server to be able to launch the player package on the web server. 4) If step 2 above can be executed by a user step 3 is complete. 5) Have access to the application server; including the ability to stop and start the niku services. 6) If you are using a weblogic or websphere application server; you will need to repackage the EAR file after making the modifications below. Procedure for CA Clarity PPM v13/ecogovernance 3.1: 1) Log into Clarity System Administration (CSA) CSA comes with the application installation. To get to CSA, you add the port number to the server name in the url using the following format: (Apache Tomcat) (IBM WebSphere) (Oracle WebLogic) After you get to CSA, login and accept the service agreement. Open the server by clicking the name and click Application and you will see the following page: CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 3

4 2) Modify the CA Productivity Accelerator URL by updating the field value in CSA If the player package is posted on the same web server as Clarity or eco Governance: a) If you posted the player package to a folder called capa in the clarity\webroot directory you will need to reference the niku application in the URL to launch the player package: (ex: Name>/niku/capa/stdhemi/hint_gateway.html). If your player package is posted on a web server that is different than the web server that Clarity or ecogovernance uses: b) If the player package resides in a folder called capa, then the value of the CA Productivity Accelerator URL should be Name>/capa/stdhemi/hint_gateway.html 3) Test your CA Productivity Accelerator link from the application a) Log into the application and you should see a link called Learn on the header of the application. Click on the Learn link and your CA PA application should display: Procedure CA Clarity PPM v12: 1. Add the custom icons named GlobalCapa.gif, GlobalCapaMo.gif, and GlobalCapaStd.gif to %CLARITY_HOME%/webroot/ui/evolution2/images/ folder. 2. Add the custom icons named GlobalCapa.gif, GlobalCapaMo.gif, and GlobalCapaStd.gif to CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 4

5 %CLARITY_HOME%/webroot/ui/evolution1/images/ folder. 3. Add the following to %CLARITY_HOME%/META-INF/union/vxsl/header.xsl (Note that you will need to change the webserver/port. Also, if you aren t using multiple languages you can remove the {$UserLanguage variable. Otherwise that translates to a directory of en by default. Insert the following highlighted text after the existing help action.) CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 5

6 <action id="btnhelp" type="image" actionid="union.help"> <image src="globalhelp" type="gif" highlight="true" width="16" height="16"> <tip value="help"/> </image><event id="showhelp"> <data id="topic" value="{$helpid}"/> </action> <action id="btncapa" type="image" actionid="union.help"> <image src="globalcapa" type="gif" highlight="true" width="16" height="16"> <tip value="capa" xml:lang="en"/> </image> <xsl:choose> <xsl:when test="$uiskin = 'evolution1'"> <event id="openwindow"> <data value=" dandparams}"/> </event> </xsl:when> <data value="help"/> <xsl:otherwise> <event id="openhelpwindow"> <data value=" dandparams}"/> </event> </xsl:otherwise> </xsl:choose> </action> <action id="btnlgout" type="image" actionid="security.logoutaction"> <image src="globalexit" type="gif" highlight="true" width="16" height="16"> <tip value="logout"/> </image> </action> CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 6

7 Note: Your site will have a unique web address set for the value properties in the script above. We are showing an example of integrating a player package directly into an Apache Tomcat server where Clarity resides in the webroot under capa/{$userlanguage} (data value=" emi/claritygateway.html?topic={header/action/@idandparams}"/>). Value Property Breakdown: 4) If you are on Clarity version 12, the following code is in place and as such you can skip to step 5. If you are on Clarity version 8.x, add the openhelpwindow Javascript function (exists in 12.0 but not in 8.x) to the %CLARITY_HOME%/webroot/ui/evolution2/js/LinkActions.js file function openhelpwindow(actionid) { this will equal the server and port where you have put the player package. It can be the same server as Clarity or a different server altogether. If no port is mentioned; default port 80 is used. /niku/ if you are placing the player package on the same server as Clarity you will need this folder in the address. /capa/ this is the folder you have created to store your player package(s) on the web server. {$UserLanguage} Optional. This is used if you have multiple player packages (one for each language you are supporting). This variable will guide the user to their default language player package. /clarity/hemi/claritygateway.html?topic={header/action/@idandparams} this passes what var url = actionid; var args = openwindow.arguments; var prop = ""; var width = -1; var height = -1; var windowname = "niku"; var top = (screen.height-height)/2; var left = (screen.width-width)/2; prop += ",width=" + width + ",height=" + height + ",top=" + top + ",left=" + left; closeallchildwindows(); _childwindow = window.open(url, windowname, prop); _childwindow.focus(); } CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 7

8 5) For both 8.1 and v12, you need to update the union resource view file to properly display CAPA on mouse over. Open %CLARITY_HOME%\resource\union_view_en.properties in a text editor. CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 8

9 Navigate to the bottom of the file and add the following line then save: CAPA=CAPA 6) If you are using Weblogic or Websphere rather than Tomcat, you will need to re-package the EAR file. 7) Log back into Clarity and clear the Security Cache. After the = sign, type security.caches. CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 9

10 8) Go to the Group Tab. Flush the VXSL cache. Log into Clarity and test the new button. SmartHelp Browser Support Overview The integration of CA PA into any browser based CA solution has been streamlined into one method using SmartHelp. SmartHelp is accessible at all times using either the SmartHelp toolbar button or F9 function key. SmartHelp Installation Instructions For browser-based applications, the SmartHelp toolbar button can be used to deploy performance support. SmartHelp can be used for context-sensitive ExactMatch or SmartMatch content for various CA applications. The processes are the same for both technologies to Implement SmartHelp. Obtain content - This is a Player package that an author created and published from the Developer to a webserver Install SmartHelp - Deploy the link for installing SmartHelp to your end users. Configure SmartHelp When you record browser-based application content, the content is automatically ready for deployment with the SmartHelp toolbar button. You can host the published content on a web server and install SmartHelp from the hosted content location. Other than deploying SmartHelp to end users, there is no content configuration required. Note: If you have content created in different versions of the CA PA developer, SmartHelp should be installed and configured from the latest version. An older version of SmartHelp must not point to content from a newer version. CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 10

11 SmartHelp Installation Requirements for Internet Explorer The user who installs, configures, and uninstalls SmartHelp must have administrator rights to the local computer. Medium or medium-low security is recommended for the published content. In the Security tab, Local Intranet and Trusted Sites have the recommended security levels. For SmartHelp to work properly, the following settings should be as follows: Download signed ActiveX controls: Enable or Prompt Run ActiveX controls and plug-ins: Enable Script ActiveX controls marked safe for scripting: Enable Note: If Internet Explorer and the operating system have Protected Mode support, the content locations and applications used with SmartHelp must have the same Internet Explorer mode, either Protected or Unprotected. Install SmartHelp for Internet Explorer An ActiveX control must be installed on the end-user system to enable the SmartHelp for Internet Explorer. A key feature of ActiveX controls is their simple download and execute deployment model. Users can install SmartHelp by accessing the following page from Internet Explorer: In Windows Operating systems at least Power User or higher (Administrator) privileges are necessary for installation. System administrators may need to modify permissions for users or applicable groups. It is recommended that URL for SmartHelp is part of an Internet Explorer security zone that is equivalent to either Low or Medium-low pre-defined settings. CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 11

12 Troubleshooting When the SmartHelpsetup.html page displays an error, additional information is available by appending?diagnosticmode to the URL. For example: mode In most cases, after you restart the browser the new toolbar button will appear automatically. However, if the user has customized the Internet Explorer toolbar, the new button may not appear. In this case, the toolbar button is added to the choices in the Customize Toolbar dialog box, and it will appear if the toolbar is reset. For more information, see the article on the Microsoft Developer Network at Depending on the version of Internet Explorer you are using, the entire toolbar may not display. The SmartHelp button will be added in the dropdown list area for more buttons. Upgrade SmartHelp If the published content on the server is refreshed or upgraded, the new content could contain a newer SmartHelp version with newer resources. The SmartHelp button from the previous version cannot load the newer content. For SmartHelp to upgrade itself, the user must launch the setup. If SmartHelp does not work after a browser upgrade, the setup page can be launched to upgrade or reconfigure it. Uninstall from Internet Explorer Find the SmartHelp Helper bho (currently loaded add-ons) and disable it Restart the browser Find the SmartHelp activex (downloaded controls) and remove it Restart the browser. Install SmartHelp for Firefox An administrator needs to add the.xpi and.jar MIME types before the SmartHelp button can be installed on Firefox. Users can install the toolbar button by accessing the following page from the Firefox browser: When installation is complete, users must use the Restart Firefox button in the Add-ons dialog box or the button will not be configured properly. Users may then need to add the button to their toolbar with the Customize option. To successfully install the SmartHelp button on Firefox, the location of the deployed content must be added to the addon exception list. For more detailed instructions reference the In-Application Support.pdf located in your CAPA installation folder under \Documentation\EN\Reference. CA EDUCATION PRODUCT INFORMATION: CA PRODUCTIVITY ACCELERATOR 12

13 General Troubleshooting Tips Problem The player package opens and immediately closes. There is a warning or error that mentions trusted sites for the zone the user is in. The player package will not launch from a second screen when using dual-monitors that appear as one contiguous large screen. The player package and the DoIt! Mode will not work. Do It mode won t launch and an error appears that relates to setting the size and position. The CA PA button on the toolbar disappears when moused-over. Solution Ensure the pop up blockers for that site are disabled. Add the website to the list of trusted sites in the internet security options settings. Launch both the browser and Clarity (and therefore CAPA) from the primary screen. Enable the JavaScript on the browser. Go to Tools, Options in Internet Explorer, click on the security folder and the custom level button and enable the option mentioned in the error message. Ensure the graphics mentioned in step 1 and 2 are copied into the aforementioned image folders. To learn more about how CA Education is dedicated to providing you with flexible learning options based on your budget, travel and knowledge transfer requirements go to your regional Education section of ca.com. C opy rig h t C A. A ll rig h t s re s e r v e d. A l l tradem a rk s, t ra d e n a m e s, s e r v ice ma rk s a n d log os refe re n c e d h e re i n b e l o n g t o t h e i r r e s p e c t iv e c omp a n ie s.

Browser Guide for PeopleSoft

Browser Guide for PeopleSoft Browser Guide for PeopleSoft Business Process Guide For Academic Support Specialists (Advisors) TABLE OF CONTENTS PURPOSE...2 INTERNET EXPLORER 7...3 GENERAL TAB...4 SECURITY TAB...6 PRIVACY TAB...10 CONTENT

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

VMware Plugin Installation for Windows 8.1 or newer

VMware Plugin Installation for Windows 8.1 or newer VMware Plugin Installation for Windows 8.1 or newer Table of Contents Access vlab and Install Plugin... 1 Firefox Settings... 5 Internet Explorer 11 Settings... 6 Installing Firefox ESR v52... 8 Access

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

iphone ios 8.x (4s, 5, 5s & 5c, 6, 6+ models) ipad ios 8.x (all models) Android OS or higher

iphone ios 8.x (4s, 5, 5s & 5c, 6, 6+ models) ipad ios 8.x (all models) Android OS or higher OVERVIEW The ADF Desktop Integration template is used in the Projects module and General Ledger module for uploading journal entries. After the new version of Oracle is completed, you will be prompted

More information

Browser Configuration Reference

Browser Configuration Reference Sitecore CMS 7.0 or later Browser Configuration Reference Rev: 2013-09-30 Sitecore CMS 7.0 or later Browser Configuration Reference Optimizing Internet Explorer and other web browsers to work with Sitecore

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Settings for UPlan PC Users

Settings for UPlan PC Users UPlan operates best with certain browser and screen resolution settings. This job aid will walk you through how to set these. I. UPlan IE 11 Settings (page 1) II. UPlan Firefox Settings (page 4) III. Firefox

More information

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Version 9.1, October 2018 Contents KNOXPLANS for New Users... 1 Welcome to KnoxPlans, Version 9.1... 2 Recommended Client Hardware and O/S Specifications... 2 Browser Requirements...

More information

Ministry of Education EFIS User Set Up Guide Version 1.9

Ministry of Education EFIS User Set Up Guide Version 1.9 Ministry of Education EFIS 2.0 - User Set Up Guide Version 1.9 August 22, 2016 1 Table of Contents 1 Table of Contents... 2 2 Document History... 3 3 Description and System Requirements... 4 3.1 Description...

More information

1 Post-Installation Configuration Tasks

1 Post-Installation Configuration Tasks 1 Post-Installation Configuration Tasks 1.1 Overview The previous chapters provide instructions on how to set up Appeon system architecture, including installing Appeon for PowerBuilder components, as

More information

2015 Beta 2 Tutorials

2015 Beta 2 Tutorials 2015 Beta 2 Tutorials 2015 Beta 2 FOR WINDOWS & UNIX & LINUX Contents 1 Tutorial 2: Config, Deploy & Run the Application... 1 1.1 Task 1: Configure the database type... 1 1.2 Task 2: Configure the database

More information

Deposit Wizard TellerScan Installation Guide

Deposit Wizard TellerScan Installation Guide Guide Table of Contents System Requirements... 2 WebScan Overview... 2 Hardware Requirements... 2 Supported Browsers... 2 Driver Installation... 2 Step 1 - Determining Windows Edition & Bit Count... 3

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

More information

TxEIS System Requirements

TxEIS System Requirements The System Requirements document includes settings that are recommended in order to utilize the TxEIS system at its fullest potential on any personal computer, including screen resolution and Internet

More information

Instructions For Configuring Your Browser Settings and Online Banking FAQ's

Instructions For Configuring Your Browser Settings and Online Banking FAQ's Instructions For Configuring Your Browser Settings and Online Banking FAQ's Instructions By Browser Type Google Chrome Firefox Internet Explorer 8 Internet Explorer 9 Safari Online Banking FAQ's Google

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s

Instructions for Configuring Your Browser Settings and Online Security FAQ s Instructions for Configuring Your Browser Settings and Online Security FAQ s General Settings The following browser settings and plug-ins are required to properly access Digital Insight s webbased solutions.

More information

Qvidian Proposal Automation System Requirements

Qvidian Proposal Automation System Requirements Qvidian Proposal Automation System Requirements Version 11.0.6-10/13/2017 Copyright Copyright 2017 Qvidian. All rights reserved. Information in this document is subject to change without notice. The software

More information

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches Release 15.1A1 4 June 2015 Revision 1 Contents Release Notes: J-Web Application Package Release

More information

Table of Contents. Troubleshooting Guide for Home Users

Table of Contents. Troubleshooting Guide for Home Users Table of Contents Introduction... 1 Chapter 1: System Requirements... 2 Recommended and Minimum Supported Requirements... 2 Additional Information... 3 Internet Connectivity... 3 Tablet Compatibility...

More information

Browser Support Internet Explorer

Browser Support Internet Explorer Browser Support Internet Explorer Consumers Online Banking offers you more enhanced features than ever before! To use the improved online banking, you may need to change certain settings on your device

More information

How does it look like?

How does it look like? EasyAdmin Windows Authentication KB4031b 1 The OpenLM EasyAdmin administrative web interface incorporates a role-based security access scheme, facilitating different levels of access to different role

More information

PRE-REQUISITES. The following software are the pre-requisites for functioning of SRM.

PRE-REQUISITES. The following software are the pre-requisites for functioning of SRM. PRE-REQUISITES A. SOFTWARE The following software are the pre-requisites for functioning of SRM. Recommended OS: Windows 7 SP1 and above. Note: (Windows XP is not recommended) Recommended Browser: Internet

More information

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work.

Installing and Configuring hopto Work. System Requirements Be sure you have these system requirements to install and use hopto Work. Installing and Configuring hopto Work To configure and install hopto Work on your Microsoft Windows server, you ll need to have Administrator status. Note: The recommended setup is that Active Directory

More information

Troubleshooting Web Inbox

Troubleshooting Web Inbox , page 1 Introduction The Web Inbox application provides access to voice messages and receipts stored on the Cisco Unity Connection server. The Web Inbox enables users to play, compose, reply to or forward,

More information

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 This guide provides a procedure for initially configuring your Internet Explorer (IE) browser to use Flash Chat. Note: If you

More information

New Castle County Department of Land Use. System Use Requirements

New Castle County Department of Land Use. System Use Requirements New Castle County Department of Land Use System Use Requirements ProjectDox Component Customer Installation v. 8.3 Rev. 11-02-2015 Copyright 2015 Avolve Software Corporation. ProjectDox is a registered

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings Internet Explorer Settings (PC) Mozilla Firefox Settings (PC) Mozilla Firefox Settings (Mac) Safari Settings (Mac) Chrome Settings (PC) Infinite Campus recommends modifying

More information

Online App Access: Quick Set-up & Instructions

Online App Access: Quick Set-up & Instructions Online App Access: Quick Set-up & Instructions Welcome to The Media Audit You will be accessing data ONLINE through our Citrix app, available by visiting: app.themediaaudit.com This simple guidebook contains

More information

Neehr Perfect Guide: Installing the Citrix Plugin

Neehr Perfect Guide: Installing the Citrix Plugin Neehr Perfect Guide: Installing the Citrix Plugin Overview This guide covers how to install the Citrix plugin. The first time you log in to Neehr Perfect on any computer, you will be prompted to install

More information

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches Release 15.1A4 July 2018 Revision 1 Contents Release Notes: J-Web Application Package Release 15.1A4

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

How to Troubleshoot Panopto Viewing Issues

How to Troubleshoot Panopto Viewing Issues How to Troubleshoot Panopto Viewing Issues Overview This documentation will go over how to troubleshoot Panopto Viewing Issues. Our current release of Panopto uses a combination of Adobe Flash Player and

More information

Module Browser-based Deployment

Module Browser-based Deployment Module 17 Browser-based Deployment Browser-based Deployment Benefits Requirements Setup Running Kofax Capture from the browser Browserbased Deployment Slide 2 Module 17 -- Browser-based Deployment Browser-based

More information

CFS Browser Compatibility

CFS Browser Compatibility CFS Browser Compatibility This document outlines the requirements for browsers certified by Oracle, for use with our current version of CFS. The information contained here has been consolidated from documents

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

Recommended Browser Settings

Recommended Browser Settings Recommended Browser Settings August 2015 This document is intended for restricted use only. Infinite Campus asserts that this document contains proprietary information that would give our competitors undue

More information

Deposit Wizard Panini Installation Guide

Deposit Wizard Panini Installation Guide Guide Table of Contents System Requirements... 2 WebScan Overview... 2 Hardware Requirements... 2 Supported Browsers... 2 Driver Installation... 2 Step 1 - Determining Windows Edition & Bit Count... 3

More information

BROWSER TIPS FOR PEOPLESOFT

BROWSER TIPS FOR PEOPLESOFT BROWSER TIPS FOR PEOPLESOFT TABLE OF CONTENTS Overview... 3 Preferred Browsers for Working in PeopleSoft... 3 Working in Financials and Human Resources Simultaneously... 3 Browser Versions... 3 Clearing

More information

Georgia Department of Education

Georgia Department of Education Browser Setting Specifications for Statewide Longitudinal Data System (SLDS) Version 5.0 Table of Contents 1. Introduction 4 1.1 Purpose 4 2. Silverlight 4 2.1 Installing Silverlight 4 2.2 Silverlight

More information

Training Bulletin TITLE: CHIP-CARD BROWSER RECOMMENDATIONS AUDIENCE: GENERAL MANAGERS, FRONT DESK STAFF DATE: DECEMBER 12. Intro

Training Bulletin TITLE: CHIP-CARD BROWSER RECOMMENDATIONS AUDIENCE: GENERAL MANAGERS, FRONT DESK STAFF DATE: DECEMBER 12. Intro TITLE: CHIP-CARD BROWSER RECOMMENDATIONS AUDIENCE: GENERAL MANAGERS, FRONT DESK STAFF DATE: DECEMBER 12 Intro As a web-based application, the choiceadvantage Property Management System is impacted by the

More information

Testing your TLS version

Testing your TLS version Testing your TLS version If you are not able to access Progressive Leasing websites, you may need to upgrade your web browser or adjust your settings. In order to test your TLS version to see if it is

More information

Browser Settings. Updated 4/30/ SSF

Browser Settings. Updated 4/30/ SSF Browser Settings Updated 4/30/2014 - SSF Contents How to Locate the Online Banking URL... 3 Initial Steps for Browser Settings... 8 Internet Explorer... 9 Firefox... 13 Chrome... 18 Safari 6.0.5 and up...

More information

UI-9 OS Installation Guide in SmartCLOUD Director. CITIC Telecom CPC. OS Installation Guide in SmartCLOUD Director

UI-9 OS Installation Guide in SmartCLOUD Director. CITIC Telecom CPC. OS Installation Guide in SmartCLOUD Director CITIC Telecom CPC OS Installation Guide in SmartCLOUD Director February 2016 This is a quick start guide for user who is totally new to SmartCLOUD Director. In this guide, we will demonstrate 2 ways on

More information

Report Exec Enterprise Browser Settings. Choose Settings Topic

Report Exec Enterprise Browser Settings. Choose Settings Topic Report Exec Enterprise Browser Settings Choose Settings Topic Overview... 2 Technical Support... 2 Windows OS... 2 Microsoft Internet Explorer... 2... 2 Trusted Sites... 3 Browsing History... 3 Temporary

More information

Remote Access for End User Reference Guide for EpicConnect Access

Remote Access for End User Reference Guide for EpicConnect Access PRESBYTERIAN HEALTHCARE SERVICES Remote Access for End User Reference Guide for EpicConnect Access Version 1.0 12/27/2013 This remote access end user reference guide provides an overview of how to install

More information

BROWSER TIPS FOR PEOPLESOFT USER GUIDE

BROWSER TIPS FOR PEOPLESOFT USER GUIDE BROWSER TIPS FOR PEOPLESOFT USER GUIDE If you have questions about information in this document, or, if after reading it, you cannot find the information you need, please submit a help desk ticket in Footprints.

More information

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES

Clearspan Hosted Thin Call Center R Release Notes JANUARY 2019 RELEASE NOTES Clearspan Hosted Thin Call Center R22.0.39 Release Notes JANUARY 2019 RELEASE NOTES NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013, 2015 and 2016

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013, 2015 and 2016 Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013, 2015 and 2016 User Manual Akvelon, Inc. 2016, All rights reserved. 1 Contents Overview... 3 Licensing... 4 Installation... 5 Upgrading from

More information

Configure Internet Explorer for MyEvolv Overview

Configure Internet Explorer for MyEvolv Overview Configure Internet Explorer for MyEvolv Overview MyEvolv requires a specific browser setting configuration to ensure optimal performance. Incorrect browser settings will result in page loading issues and

More information

Browser Settings for MyCompLab and MyLiteratureLab. October 5, 2010

Browser Settings for MyCompLab and MyLiteratureLab. October 5, 2010 Browser Settings for MyCompLab and MyLiteratureLab October 5, 2010 Copyright 2010 by Pearson Education, Inc. All rights reserved. No part of the contents of this book may be reproduced or transmitted in

More information

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved.

Install and upgrade Qlik Sense. Qlik Sense 3.0 Copyright QlikTech International AB. All rights reserved. Install and upgrade Qlik Sense Qlik Sense 3.0 Copyright 1993-2016 QlikTech International AB. All rights reserved. Copyright 1993-2016 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik

More information

Item Version Remark pp.

Item Version Remark pp. 1. Recommended PC Settings 1/16 Item Version Remark pp. OS Windows7 (32/64bit) Windows10 (32/64bit) Display the IE (Windows10 user only) Set to IE a browser that usually use.(only if necessary) 1,2,3 4,5,6

More information

APP-J: WHAT IS APPLICATION JUKEBOX?

APP-J: WHAT IS APPLICATION JUKEBOX? APP-J: WHAT IS APPLICATION JUKEBOX? Use Application Jukebox (App-J) to run University software on any Windows PC or laptop. Launch apps from the Application Jukebox web page Install the Application Jukebox

More information

KNOXPLANS for New Users

KNOXPLANS for New Users KNOXPLANS for New Users Welcome to KnoxPlans The City of Knoxville recommends that KnoxPlans (aka ProjectDox ) run on PC operating systems up to and including Windows 7 32-bit (Windows XP, Windows Vista,

More information

This section of the release notes is reserved for notable changes and new features since the prior version.

This section of the release notes is reserved for notable changes and new features since the prior version. Release Notes Browsium Proton 4.1 Product Version: 4.1.0 Release Notes Updated: 15 October 2016 About this Release This document lists new features and known issues as of the release date. If you discover

More information

How to install Citrix on Windows XP/Vista/7/8/8.1

How to install Citrix on Windows XP/Vista/7/8/8.1 How to install Citrix on Windows XP/Vista/7/8/8.1 Citrix Receiver Installation 1. Bring up a web browser (ie: Internet Explorer, Firefox, or Google Chrome) and go to http://receiver.citrix.com. 2. Click

More information

Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin

Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin Neehr Perfect EHR Quick Guide on Installing the Citrix Plugin The first time you log in to Neehr Perfect on any computer, you will be prompted to install the Citrix plugin for your web browser. The installation

More information

Five9 Plus Adapter for Agent Desktop Toolkit

Five9 Plus Adapter for Agent Desktop Toolkit Cloud Contact Center Software Five9 Plus Adapter for Agent Desktop Toolkit Administrator s Guide September 2017 The Five9 Plus Adapter for Agent Desktop Toolkit integrates the Five9 Cloud Contact Center

More information

VMware vfabric AppInsight Installation Guide

VMware vfabric AppInsight Installation Guide VMware vfabric AppInsight Installation Guide vfabric AppInsight 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Republicbank.com Supported Browsers and Settings (Updated 03/12/13)

Republicbank.com Supported Browsers and Settings (Updated 03/12/13) Republicbank.com Supported Browsers and Settings (Updated 03/12/13) We support the Internet Explorer 8.0 & 9.0. If you are using Internet Explorer 7.0 or earlier you will need to update your browser. Click

More information

vfire Prerequisites Guide Version 1.1

vfire Prerequisites Guide Version 1.1 vfire 9.4.0 Prerequisites Guide Table of Contents Version Details Copyright About this Guide Intended Audience Standards and Conventions iv iv v v v Introduction 6 Web Server Deployment 7 Hardware Requirements

More information

Taking SAP Contact Center End-User Applications into Use

Taking SAP Contact Center End-User Applications into Use Last updated on: 18.05.2018 Responsible IPK Taking SAP Contact Center End-User Applications into Use Contents 1. Introduction... 3 1.1. Communication Desktop (CDT)... 3 Prerequisites... 3... 4 Limitations

More information

Appeon Installation Guide for WebLogic

Appeon Installation Guide for WebLogic Appeon Installation Guide for WebLogic Appeon 6.2 for PowerBuilder WINDOWS DOCUMENT ID: DC00807-01-0620-02 LAST REVISED: July 2009 Copyright 2009 by Appeon Corporation. All rights reserved. This publication

More information

Network Video Management System Standard Edition 2017 R2. Administrator Getting Started Guide

Network Video Management System Standard Edition 2017 R2. Administrator Getting Started Guide Network Video Management System Standard Edition 2017 R2 Administrator Getting Network Video Management System Standard Edition 2017 R2 - Administrator Getting Contents Copyright, trademarks and disclaimer...

More information

Labour Market Programs Support. System. Position Description Questionnaire. Computer Compatibility Guide

Labour Market Programs Support. System. Position Description Questionnaire. Computer Compatibility Guide System Labour Market Programs Support Position Description Questionnaire Computer Compatibility Guide Table of Contents 1. Introduction... 1 1.1 PDQ Overview... 1 1.2 Document Purpose... 1 1.3 Computer

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

VDOT CABB ProjectWise User Interface

VDOT CABB ProjectWise User Interface VDOT CABB ProjectWise User Interface Plan Sets and documents for VDOT Construction Advertisement Bulletin Board (CABB) projects are accessed through ProjectWise, a secure document management product from

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Madeley Academy Remote Access http://vpn.madeleyacademy.com Members of Staff and Sixth form students are able to log into the shared and their user areas from home. System requirements Antivirus Trusted

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.4 December 2017 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide. Service Pack

Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide. Service Pack Connector for CA Unicenter Service Desk & CA Software Change Manager for Distributed Product Guide Service Pack 02.0.1 This Documentation, which includes embedded help systems and electronically distributed

More information

SAM Assessment, Training and Projects for Microsoft Office

SAM Assessment, Training and Projects for Microsoft Office SAM Assessment, Training and Projects for Microsoft Office December 2015 System Requirements Contents Overview 2 Introduction 2 System Requirements 3 Workstation Requirements 3 Setting Up SAM Workstations

More information

Workstation Configuration

Workstation Configuration Workstation Configuration Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 3 1.1 Custom level Internet

More information

Configuring Internet Explorer for CareLogic

Configuring Internet Explorer for CareLogic Configuring Internet Explorer for CareLogic March 26, 2015 1 P a g e Table of Contents Configuring Internet Explorer for CareLogic... 3 Configuring Internet Explorer Security Settings... 4 Configuring

More information

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 Contents 1 Preface... 2 1.1 Audience... 2 1.2 Related Documents... 2 2 Introduction... 2 3 Explanation of Some

More information

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release

Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release Development Workbench Getting Started Oracle FLEXCUBE Universal Banking Release 14.0.0.0.0 Contents 1 Preface... 2 1.1 Audience... 2 1.2 Related Documents... 2 2 Introduction... 3 3 Explanation of Some

More information

Data Warehouse: User Computer Configuration Guide

Data Warehouse: User Computer Configuration Guide University of Texas at San Antonio Data Warehouse: User Computer Configuration Guide Sponsored by the Vice Provost of Institutional Effectiveness DOCUMENT HISTORY This is an on-line document. Paper copies

More information

Vizit 6 Installation Guide

Vizit 6 Installation Guide Vizit 6 Installation Guide Contents Running the Solution Installer... 3 Installation Requirements... 3 The Solution Installer... 3 Activating your License... 7 Online Activation... 7 Offline Activation...

More information

Adobe Reader (AR) and Internet Explorer (IE) Browser Settings. Adobe Reader and Internet Explorer Browser settings

Adobe Reader (AR) and Internet Explorer (IE) Browser Settings. Adobe Reader and Internet Explorer Browser settings Adobe Reader and Internet Explorer Browser settings Table of Contents 1. INTERNET EXPLORER (IE) BROWSER SETTINGS... 2 1.1 Locating the menu bar... 2 1.2 Clearing cache... 2 1.3 Allow pop-ups from *.cap.org...

More information

Jigsaw Troubleshooting Tips

Jigsaw Troubleshooting Tips Jigsaw Troubleshooting Tips September 11, 2015 Page 1 of 15 Table of Contents Help I click Join Using Browser button, but nothing happens.... 3 Tip # 1: Clear the Internet browser s cache or settings....

More information

The Centrify browser extension

The Centrify browser extension The Centrify browser extension The Centrify Browser Extension provides a method of adding user-password and other custom applications. The Centrify Identity Services browser extension is a free add-on

More information

TxEIS on Internet Explorer 8

TxEIS on Internet Explorer 8 TxEIS on Internet Explorer 8 General Set Up Recommendations: Several modifications will need to be made to the computer settings in Internet Explorer to ensure TxEIS runs smoothly, reports pop up as desired,

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 Open Mic Date: 13-10-2016 IBM Collaboration Solutions Open Mic Team Jayesh Parmar - IBM ICS Support engineer

More information

Cambium Wireless Manager

Cambium Wireless Manager Cambium Wireless Manager Client Setup Guide System Release 4.2 and Later Issue 1 November 2014 2014 Cambium Networks. All Rights Reserved. Accuracy While reasonable efforts have been made to assure the

More information

Luther Consulting, LLC August 2015 All rights reserved. Enabling Pop-ups in EvaluationWeb

Luther Consulting, LLC August 2015 All rights reserved. Enabling Pop-ups in EvaluationWeb Luther Consulting, LLC August 2015 All rights reserved. Enabling Pop-ups in EvaluationWeb Contents Enabling Pop-ups in EvaluationWeb... 3 Internet Explorer (Version 9 or later):... 4 Firefox Windows...

More information

Using the Secure MyApps Environment

Using the Secure MyApps Environment Be the Difference. Using the Secure MyApps Environment Accessing UH Applications from Non-UH Devices This Job Aid is intended for UH employees who would like to remotely connect to UH applications, especially

More information

Configure Internet Explorer. Version 9 Settings for. CGM webpractice

Configure Internet Explorer. Version 9 Settings for. CGM webpractice Configure Internet Explorer Version 9 Settings for CGM webpractice 2 CompuGroup Medical Configure IE v9 Settings for CGM webpractice Revised: 1.24.2014 Table of Contents About this Document... 3 Configuring

More information

Remote Deposit Capture Scanner Installation Guide for Windows

Remote Deposit Capture Scanner Installation Guide for Windows Remote Deposit Capture Scanner Installation Guide for Windows 1 NOTE: Remote Deposit Capture is supported in Internet Explorer 11.0+. The usage of other browsers (such as older versions of Internet Explorer)

More information

Hosted VoIP Phone System. Blue Platform. Hosted Call Center. Agent User Guide

Hosted VoIP Phone System. Blue Platform. Hosted Call Center. Agent User Guide Hosted VoIP Phone System Blue Platform Hosted Call Center Agent User Guide Contents 1 About This Document... 5 1.1 Audience... 5 1.2 How This Guide is Organized... 5 1.3 Software Requirements... 6 2 Introduction

More information

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2)

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2) Web 2 Policy Settings for (including SP1) and XP (including SP2) This document was written by Conan Kezema. and XP together introduce more than 270 new administrative template policy settings for you to

More information

QuestionPoint chat The Guide to IE browser setup Last updated: 2013 Nov 12

QuestionPoint chat The Guide to IE browser setup Last updated: 2013 Nov 12 QuestionPoint chat The Guide to IE browser setup Last updated: 2013 Nov 12 This guide provides a procedure for initially configuring your Internet Explorer (IE) browser to use Flash Chat. Please note that

More information

Remote Access Instructions for Windows and Mac OS

Remote Access Instructions for Windows and Mac OS Remote Access Instructions for Windows and Mac OS Introduction Bassett Healthcare Network s remote access apps are a group of programs including Epic Hyperspace residing on a central server that are available

More information

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements.

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect 9.7 Release Notes Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect is a web conferencing solution for web meetings,

More information

Remote Access Application Viewer User Guide. Version 2.5

Remote Access Application Viewer User Guide. Version 2.5 Remote Access Application Viewer User Guide Version 2.5 Table of Contents Table of Contents... 2 Logging into Application Viewer... 4 Setting up your browser for the first time... 8 Internet Explorer...

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

CPD Online System Requirements and Browser Settings

CPD Online System Requirements and Browser Settings CPD Online System Requirements and Browser Settings Browser & Operating System Compatibility Matrix IE 11.0 1 Edge 1 Firefox 51 Chrome 56 Safari 8.0.7 Safari 9.1.2 Safari 10.0 Supported Operating Systems

More information