ISL Online Integration Manual

Size: px
Start display at page:

Download "ISL Online Integration Manual"

Transcription

1

2 Contents 2 Table of Contents Foreword Part I Overview Part II Dow nload and prepare Enable the ex ternal ID column on ISL Conference Prox y Deploy w eb content Add items to Developer Studio Change Forms Add Filters Add Active Links Finish and Test 42 Part III ConnectBox Example ConnectBox 43 Part IV Zendesk Integration Creating App Files and Testing Ex ample App Ex ample App Code Uploading Your App to Your Zendesk 52 Part V Web API Index

3 1 Overview 3 Overview This document is intended for developers who want to integrate ISL Online solutions into other applications.

4 2 4 This section describes a sample integration of ISL Light and. 2.1 Download and prepare First step in integration process is to download required files needed for integration of ISL Online products into system. The newest package is available on ISL Online website: integration/bmc But if you want the list of all version of available packages, please visit Save the desired zip file to the desired folder (ie. C:\BMC). Extract the file. There are two folders: web - this folder hold all the files that needs to be deployed on any web server for integration to work, remedy - files needed for Developer Studio. When you are ready, continue to next step of integration. 2.2 Enable the external ID column on ISL Conference Proxy You should create a file called dbopt i ons in your ISL Conference Proxy installation directory with the following content: l i ght _ex t er nal _i d=1 i s l pr ont o_ex t er nal _i d=1 Once you save this file you need to restart ISL Conference Proxy to apply it. When the server comes back up you will see an additional column called "External ID" in the ISL Light and ISL Pronto session history. This column is indexed so it is possible to

5 5 perform webapi2 queries on it. Our ISL Light integration example will use this field to store the appropriate BMC ticket id. You are now ready to proceed to the next step of integration. 2.3 Deploy web content The files that we extracted in first step and are now located in C:\BMC\web must be deployed on a web server. This server must be visible to any user. If you run Remedy on local network, local web server can be used, but if Remedy is used over internet, public web server is required. The easiest way is to use BMC AR's Tomcat web server. Any kind of web server can be used, since files that needs to be served for ISL Online integration to work correctly are plain HTML and JavaScripts. Let's look at the example of how to integrate on Windows 2003 system: Log on to server Copy files from C:\BMC\web to C:\Inetpub\isl for instance. We will use this folder as a root to new virtual directory Open Internet Information Services Manager. More on how to open it: msdn.microsoft.com/en-us/library/bb763170(v=vs.100).aspx Go to the Web Sites section Right click on Default Web Site, then New and select Virtual Directory...

6 6 In the wizard click Next

7 7 Enter virtual directory name (isl) in the box and click Next

8 8 Click Browse... and select C:\Inetpub\isl as destination folder Click Next

9 9 Click Finish to complete the wizard

10 10 Your IIS Manager should look much like this: Open any browser and navigate newly deployed virtual directory (we will use bmc.example.com as our website address): sessions.html The result should look like this:

11 11 If you have problems viewing the page, you can try If problem persists, there is something wrong with your IIS instalation or you should check your firewall settings. When you are ready, continue to next step of integration. 2.4 Add items to Developer Studio First we need to ingest all required external objects into Developer Studio. Images To add images: Run the developer studio and log in Expand server and All Objects Right click on Images and click on New Image

12 12 In Description write ISL Online Logo Click Browse... and select C:\bmc\remedy\ISL Online Logo.png Your view should look like this: When you are ready, continue to next step of integration.

13 Change Forms We will change default installation of. We will change main Help Desk form, but this instructions can be applied to any existing form. In developer studio expand server, All Objects and double click on Forms In the right panel form list should appear Expand Filtering options and write HPD:Help in the filtering text box as shown in the image below Double click HPD:Help Desk form in the list to open the form In the tabbed section right click on one of the tabs and select Add New Panel

14 14 Configure the panel's properties

15 15 In Database section change name to ISL Light In Display section, set Label to ISL Remote Support Drag Character field from Data Fields section to add the field to Panel

16 16 Configure the field's properties

17 17

18 18 In Database section change name to CPAddress In Display section, set Label to CP Address, X to 5, Y to 5, Width to 260, Visible to False Set Permissions to Public Drag Character field from Data Fields section to add the field to Panel Configure the field's properties

19 19

20 20 In Database section change name to sessionusername In Display section, set Label to ISL Username, X to 5, Y to 30, Width to 260, Visible to False Set Permissions to Public Drag Character field from Data Fields section to add the field to Panel Configure the field's properties

21 21

22 22 In Database section change name to sessionpassword In Display section, set Label to ISL Password, X to 5, Y to 55, Width to 260, Visible to False Set Permissions to Public Drag Character field from Data Fields section to add the field to Panel Configure the field's properties

23 23

24 24 In Database section change name to ticketid In Display section, set Label to Ticket ID, X to 5, Y to 80, Width to 260, Visible to False Set Permissions to Public Drag Character field from Data Fields section to add the field to Panel Configure the field's properties

25 25

26 26 In Database section change name to WebAddress In Display section, set Label to Web Address, X to 5, Y to 105, Width to 260, Visible to False Set Permissions to Public Drag Button field from Display Fields section to add the field to Panel Configure the field's properties

27 27 In Database section change name to sessionsrefresh In Display section, set Button Label to Refresh ISL Remote Sessions, X to 8, Y to 360 Set Permissions to Public Drag Button field from Display Fields section to add the field to Panel Configure the field's properties

28 28 In Database section change name to startisllight In Display section, set Button Label to Start ISL Remote Support, X to 174, Y to 360 Set Permissions to Public Drag View field from Display Fields section to add the field to Panel

29 29 Configure the field's properties In Database section change name to sessionsview In Display section, set Label to View Sessions, X to 0, Y to 0, Width to 640, Height to 350 Set Permissions to Public Drag Panel field from Composite Fields section to add the field to Panel

30 30 Configure the field's properties In Database section change name to ISLLogo In Display section, set Label to ISL Online logo, X to 640, Y to 0, Width to 235, Height to 78 In Image section set Background Image to ISL:Logo Set Permissions to Public

31 31 When you are ready, continue to next step of integration. 2.6 Add Filters For our new Form elements to work properly, we need to add Filter elements. If you changed any other Forms besides HPD:Help Desk, you will need to adapt filter values. Let's create Filter In developer studio expand server, All Objects, right click on Filters and choose New Filter Expand Associated Forms and add HPD:Help Desk form by pressing Add... button

32 32 Expand Execution Options and check Get Entry checkbox Right click on If Actions, select Add Action and Set Fields

33 33 Data Source should be set to CURRENT TRANSACTION Add field WebAddress and set value to " - this is the address where we deployed Add field CPAddress and set value to " - this is the address of Conference Proxy Add field sessionusername and set value to "bmcsupport" - this is the user name that will be used for logging into Conference Proxy Add field sessionpassword and set value to "bmcsupport" - this is the password that will be used for logging into Conference Proxy Add field ticketid and set value to $Incident Number$ - Incident ID needs to be sent to Conference Proxy for reference Save the Filter and name it ISL:HPD:Help Desk Init Your FIlter should look like this:

34 34 When you are ready, continue to next step of integration. 2.7 Add Active Links Integration requires creation of several Active Links. If you changed any other Forms besides HPD:Help Desk, you will need to adapt Active Links' values. Let's create Active Links

35 35 In developer studio expand server, All Objects, right click on Active Links and choose New Active Link Expand Associated Forms and add HPD:Help Desk form by pressing Add... button

36 36 Expand Execution Options and check Gain Focus checkbox In the Field textbox enter ISL Light Right click on If Actions, select Add Action and Set Fields

37 37 Data Source should be set to CURRENT TRANSACTION Add field sessionview and set value to ((((((($WebAddress$ + "/sessions.html?tid=") + $ticketid$) + "&u=") + $sessionusername$) + "&p=") + $sessionpassword$) + "&a=") + $CPAddress$ - this will execute web call to early deployed files when user clicks on ISL Remote Support tab Save the Active Link and name it ISL:HPD:Help Desk OnInit ISL Light tab Your Active Link should look like this:

38 38

39 39 Right click on Active Links again and choose New Active Link Expand Associated Forms and add HPD:Help Desk form by pressing Add... button Expand Execution Options and enter sessionsrefresh to Button/Menu field Right click on If Actions, select Add Action and Run Process In Command Line enter JAVASCRIPT MyBroker.SendEventToField("$ticketID$", "$sessionusername$", "$sessionpassword$", "$CPAddress$"); - this will do exactly the same as Active Link above, but this will manually cause refresh of session list Save the Active Link and name it ISL:HPD:Help Desk Refresh Session List Your Active Link should look like this:

40 40 Right click on Active Links again and choose New Active Link Expand Associated Forms and add HPD:Help Desk form by pressing Add... button Expand Execution Options and enter startisllight to Button/Menu field Right click on If Actions, select Add Action and Run Process In Command Line enter PERFORM-ACTION-OPEN-URL new "$CPAddress$/start/

41 41 ISLLightDesk?cmdline=--get-code+--username+$sessionUsername$+--password +$sessionpassword$+--proxy-notification+external_id=$ticketid$+--sessionmessage+%22user=$user$%22" - this command will start ISL Light Desk with autologin. No username and password will be required. Save the Active Link and name it ISL:HPD:Help Desk Start ISL Light Your Active Link should look like this:

42 42 When you are ready, continue to next step of integration. 2.8 Finish and Test You have successfully integrated ISL Online products into system. Log into Mid Tier Configuration Tool, click on Cache Settings and press Flush Cache button. This might take a while, depending on your system. If you do this on production server, be sure, that it will not interfere with work process. Visit and login If you did all steps correctly, your screen in browser should look much like this:

43 3 ConnectBox Example 43 ConnectBox Example Here is described how to include ConnectBox HTML in your website. 3.1 ConnectBox To include ConnectBox in your web page will require to have a ConnectBox HTML code. The code is available on the following page: Select and copy the above code and then paste it to the desired location in your web page. If you open now your page in browser, you will see a ConnectBox in. To start a new ISL Light session just enter the session code in a box and press connect button bellow.

44 ConnectBox Example 44 You will get ISL Light client application from the web page as executable. Which means, from now on a remote support can be initiated and supporter is going to have access on client desktop.

45 ConnectBox Example 45 This concludes ConnectBox integration, you have successfully integrated ConnectBox in your web page. More information regarding the other options, you can find on the following page:

46 4 Zendesk Integration 46 Zendesk Integration This section provides an example of how to integrate ISL Online with Zendesk 4.1 Creating App Files and Testing To begin setting up integration with Zendesk, follow Zendesk's steps to install the developer tools: Installing the Zendesk app tools Once the Zendesk tools are installed, you can either begin from scratch and create the app files. Creating the app files Or install these files which provide a basic work flow for ISL Online Zendesk integration. zendesk.zip Once the files are installed, the app is working. In order to test the app you have currently, or to test throughout your development, you do not need to upload the app each time. Instead, open up you command-line interface (with Ruby on Windows), and navigate to the location of the app files. Then type the command: "zat server".

47 Zendesk Integration 47 Keep your command line interface open until you are finished Now go to your zendesk, navigate to any ticket, the URL will look like this: " subdomain.zendesk.com/agent/tickets/123" Add "?zat=true" to the end of the url to make: " tickets/123?zat=true" Your browser may now block your app due to an 'unsafe script'. If you are using Chrome or Firefox, click the shield icon in the address bar and press "Load Unsafe Script". Now you should see the app. This is what the default app looks like:

48 4.2 Zendesk Integration 48 Example App The example app has a basic workflow which can be styled to your requirements by using the app.css file. Here is a demonstration of the app's functionality. The user is presented with a Login page on startup This sends a Login request to the ISL Online Web API, and returns a session id.

49 Zendesk Integration 49 Once logged into your ISL Online account, a JSON request is sent to start an ISL Light Session which returns a link to download the ISL Light Desk application. The user is then shown the start session page which provides this link: Once this is clicked, the browser will download the ISL Light Desk application. This will then be opened, and will immediately create a code for a session: Now the user is presented with the insert code form, when the button is clicked, a JSON request is sent to resolve the session, so that the application can use the database ID. Once the database ID is acquired, a JSON request is sent to get the Session Info. This will return the code for the session, and a link to connect straight away. This link is used when the user presses the button and is input into the form. The user can then send this to their client. When the client opens the application the Remote Support session begins.

50 4.3 Zendesk Integration 50 Example App Code The example app has a basic work flow to show how ISL Online's Web API works with Zendesk. The app.js file in the example app is well commented and should be easy enough to follow, however this document will show the basics of Zendesk requesting, so that ISL Online's Web API can work with Zendesk.

51 Zendesk Integration 51 Here are the requests used in the example app.js file. These should show the structure required in order to successfully work with ISL Online's API. Zendesk also has some useful documentation on their website about requests: developer.zendesk.com/apps/docs/agent/requests In order to process the results of a request, use the "events". Here is an example of processing a request's results:

52 Zendesk Integration 52 Zendesk documentation explains how to use events: apps/docs/agent/events In this event, the function is called when 'LoginRequest' is done. LoginRequest is the JSON Function that logs into the ISL Online account. The function defines one parameter 'data'. This automatically stores the result of the JSON Request in an object. The function accesses the session id (sid) by using the result object. 4.4 Uploading Your App to Your Zendesk Zendesk have an article on how to upload your private app to your Zendesk here: It is very simple, Firstly, create a Zip file of all your app files. Go to your Zendesk, click on the "Admin" icon in the sidebar, and click Apps -> Manage. Then click "Upload App"

53 Zendesk Integration 53 Enter the name of your app Click "Choose File" and select the Then click save, and agree to upload the app. You will be prompted to install. Once the process has completed, the app will be visible in the "Manage Apps" page on your Zendesk. Now you are ready to use it in a ticket, click the Apps button in the top right hand corner and find the app to use it.

54 5 Web API 54 Web API User API communicates via HTTP (both POST and GET) protocol and provides many ways of communication JSON(P) and XML. Apart from general communication fields, that must be sent via POST/GET, all other data can be sent in any way. We strongly encourage the use of POST over GET method for sending data (except in the case of JSONP). All data sent via POST or GET should be URL encoded! All APIs are available at /webapi2 url. APIs can be tested at : For server license users use this link: - replace [server_address] with your server. Additional info regarding the available API calls is also available on this page. For information on the communication model for Web API see this section within the API documentation: This manual topic gives information regarding the methods. Methods are listed for account procedures and examples are given to show parameters for each call, and return values.

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at:

TRIM: Web Tool. Web Address The TRIM web tool can be accessed at: TRIM: Web Tool Accessing TRIM Records through the Web The TRIM web tool is primarily aimed at providing access to records in the TRIM system. While it is possible to place records into TRIM or amend records

More information

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com SSO Plugin Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier J System Solutions JSS SSO Plugin Upgrading 3x to 4x Introduction... 3 [Prerequisite] Generate a new license... 4 [Prerequisite] Download

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

1. Right click using your mouse on the desktop and select New Shortcut.

1. Right click using your mouse on the desktop and select New Shortcut. offers 3 login page styles: Standard Login, List Login or Quick Time Punch. Each login page can be saved as a shortcut to your desktop or as a bookmark for easy fast login access. For quicker access to

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

How to integrate Verax NMS & APM with Verax Service Desk

How to integrate Verax NMS & APM with Verax Service Desk How to integrate Verax NMS & APM with Verax Service Desk Table of contents Abstract... 3 1. Configuring Service Desk notification profile in Verax Administrator Console... 4 2. Configuring incident categories

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server page of 4 oit UMass Office of Information Technologies Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server This includes Web sites on: https://webadmin.oit.umass.edu/~user http://people.umass.edu/

More information

Setting up VMware ESXi for 2X VirtualDesktopServer Manual

Setting up VMware ESXi for 2X VirtualDesktopServer Manual Setting up VMware ESXi for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe`

Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A. OwnCloud User Manual. TO I Cafe` Document From MAXIMUM BUSINESS INFORMATION TECHNOLOGY ON A OwnCloud User Manual TO I Cafe` DATED 20 Sep 2014 User Manual Guid For Owncloud I. Accessing the owncloud Web Interface To access the owncloud

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk CTI Integration Configuration Guide Version 8.0 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

A Guide to the Tufts Network School of Arts and Sciences School of Engineering Fletcher School of Law and Diplomacy

A Guide to the Tufts Network School of Arts and Sciences School of Engineering Fletcher School of Law and Diplomacy A Guide to the Tufts Network School of Arts and Sciences School of Engineering Fletcher School of Law and Diplomacy What the Tufts Network has to Offer The Tufts network allows you access to your personal

More information

SecuraLive ULTIMATE SECURITY

SecuraLive ULTIMATE SECURITY SecuraLive ULTIMATE SECURITY Home Edition for Windows USER GUIDE SecuraLive ULTIMATE SECURITY USER MANUAL Introduction: Welcome to SecuraLive Ultimate Security Home Edition. SecuraLive Ultimate Security

More information

Installation & Configuration Guide Professional Edition

Installation & Configuration Guide Professional Edition Installation & Configuration Guide Professional Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

Background Deployment 3.1 (1003) Installation and Administration Guide

Background Deployment 3.1 (1003) Installation and Administration Guide Background Deployment 3.1 (1003) Installation and Administration Guide 2010 VoIP Integration March 14, 2011 Table of Contents Product Overview... 3 Personalization... 3 Key Press... 3 Requirements... 4

More information

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

More information

NAS 225 Introduction to FTP Explorer

NAS 225 Introduction to FTP Explorer NAS 225 Introduction to FTP Explorer Connect to FTP sites and transfer files A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use FTP Explorer to connect

More information

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal

Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal Integrating Autotask Service Desk Ticketing with the Cisco OnPlus Portal This Application Note provides instructions for configuring Apps settings on the Cisco OnPlus Portal and Autotask application settings

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

CUNY TUMBLEWEED (SECURE TRANSPORT) USER GUIDE

CUNY TUMBLEWEED (SECURE TRANSPORT) USER GUIDE CUNY TUMBLEWEED (SECURE TRANSPORT) USER GUIDE INTRODUCTION Tumbleweed (Secure Transport) is used to provide secure file transfer of critical business files, financial transactions and sensitive data such

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Edwin Analytics Getting Started Guide

Edwin Analytics Getting Started Guide Edwin Analytics Getting Started Guide This guide provides assistance for accessing and using Edwin Analytics, the Department of Elementary and Secondary Education s (ESE) online tool for expanding data

More information

User guide. Business Email

User guide. Business Email User guide Business Email June 2013 Contents Introduction 3 Logging on to the UC Management Centre User Interface 3 Exchange User Summary 4 Downloading Outlook 5 Outlook Configuration 6 Configuring Outlook

More information

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

How to use FTP Commander

How to use FTP Commander FTP (File Transfer Protocol) software can be used to upload files and complete folders to your web server. On the web, there are a number of free FTP programs that can be downloaded and installed onto

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Introduction to Macromedia Dreamweaver MX

Introduction to Macromedia Dreamweaver MX Introduction to Macromedia Dreamweaver MX Macromedia Dreamweaver MX is a comprehensive tool for developing and maintaining web pages. This document will take you through the basics of starting Dreamweaver

More information

BMC Remedy Integration Guide 7.6.04

BMC Remedy Integration Guide 7.6.04 BMC Remedy Integration Guide 7.6.04 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

More information

DreamFactory & Modus Create Case Study

DreamFactory & Modus Create Case Study DreamFactory & Modus Create Case Study By Michael Schwartz Modus Create April 1, 2013 Introduction DreamFactory partnered with Modus Create to port and enhance an existing address book application created

More information

Using WinSCP to Transfer Data with Florida SHOTS

Using WinSCP to Transfer Data with Florida SHOTS Using WinSCP to Transfer Data with Florida SHOTS Purpose: This document contains instructions for downloading, installing and using WinSCP, a free software download that enables the basic transfer of data

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR. User Guide for the RightFax Fax Service. Web Utility

INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR. User Guide for the RightFax Fax Service. Web Utility INFORMATION SYSTEMS SERVICE NETWORKS AND TELECOMMUNICATIONS SECTOR User Guide for the RightFax Fax Service Web Utility August 2011 CONTENTS 1. Accessing the Web Utility 2. Change Password 3. Web Utility:

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Working with RD Web Access in Windows Server 2012

Working with RD Web Access in Windows Server 2012 Working with RD Web Access in Windows Server 2012 Introduction to RD Web Access So far in this series we have talked about how to successfully deploy and manage a Microsoft Windows Server 2012 VDI environment.

More information

USER GUIDE WWPass Security for Windows Logon

USER GUIDE WWPass Security for Windows Logon USER GUIDE WWPass Security for Windows Logon December 2015 TABLE OF CONTENTS Chapter 1 Welcome... 3 Introducing WWPass Security for Windows Logon... 4 Related Documentation... 4 Presenting Your PassKey

More information

IQSweb Reference G. ROSS Migration/Registration

IQSweb Reference G. ROSS Migration/Registration ROSS Migration/Registration Contents IQSweb V3.0.1 ROSS Connection Requirements... 2 Test Agency Network Connectivity to ROSS... 3 FIREWALL Exceptions... 3 FIREWALL Exception Justification... 4 ROSS Interface

More information

Preparing for GO!Enterprise MDM On-Demand Service

Preparing for GO!Enterprise MDM On-Demand Service Preparing for GO!Enterprise MDM On-Demand Service This guide provides information on...... An overview of GO!Enterprise MDM... Preparing your environment for GO!Enterprise MDM On-Demand... Firewall rules

More information

The FlexiSchools Online Order Management (FOOM) Installation Guide

The FlexiSchools Online Order Management (FOOM) Installation Guide The FlexiSchools Online Order Management (FOOM) Installation Guide Installation Pack Welcome to the FlexiSchools system. You will have been sent an email and two packages delivered by courier, one with

More information

Virtual Private Server Manual

Virtual Private Server Manual Virtual Private Server Manual How to access your VPS....Page 2 Downloading MetaTrader 4.Page 6 Automatic Performance Updates and MT4 Restart.. Page 10 Troubleshooting.Page 14 Loading an EA..Page 15 1 How

More information

2. PMP New Computer Installation. & Networking Instructions

2. PMP New Computer Installation. & Networking Instructions ONTARIO CHIROPRACTIC ASSOCIATION PATIENT MANAGEMENT PROGRAM PUTTING EXPERIENCE INTO PRACTICE PMP New Computer Installation & Networking Instructions This document provides installation instructions for

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

FlexSim LAN License Server

FlexSim LAN License Server FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

Outlook Web App User Guide

Outlook Web App User Guide Outlook Web App Table of Contents QUICK REFERENCE... 2 OUTLOOK WEB APP URL... 2 Imagine! Help Desk...... 2 OUTLOOK WEB APP MAIN WINDOW... 2 KEY NEW FEATURES... 3 GETTING STARTED WITH OUTLOOK... 4 LOGGING

More information

Remedy ITSM Service Request Management Quick Start Guide

Remedy ITSM Service Request Management Quick Start Guide Remedy ITSM Service Request Management Quick Start Guide Table of Contents 1.0 Getting Started With Remedy s Service Request Management. 3 2.0 Submitting a Service Request.7 3.0 Updating a Service Request

More information

Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class

Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class A Guide for Users MozyPro is an online backup service with an easy to use interface so you can start backing

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

Investment Management System. Connectivity Guide. IMS Connectivity Guide Page 1 of 11

Investment Management System. Connectivity Guide. IMS Connectivity Guide Page 1 of 11 Investment Management System Connectivity Guide IMS Connectivity Guide Page 1 of 11 1. Introduction This document details the necessary steps and procedures required for organisations to access the Homes

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.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

Microsoft Dynamics Guide

Microsoft Dynamics Guide 1 Microsoft Dynamics Guide 2 Microsoft Dynamics Guide Integrating Velaro with Microsoft Dynamics Using Velaro's CRM integration tools you can interact directly with your Dynamics account right from the

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

Global TAC Secure FTP Site Customer User Guide

Global TAC Secure FTP Site Customer User Guide Global TAC Secure FTP Site Customer User Guide Introduction This guide is provided to assist you in using the GTAC Secure FTP site. This site resides in the Houston Remote Services Center (RSC), and is

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

Windows 7 Hula POS Server Installation Guide

Windows 7 Hula POS Server Installation Guide Windows 7 Hula POS Server Installation Guide Step-by-step instructions for installing the Hula POS Server on a PC running Microsoft Windows 7 1 Table of Contents Introduction... 3 Getting Started... 3

More information

Commport FTP Client Set-up

Commport FTP Client Set-up Commport FTP Client Set-up Instructions for downloading and installing the Commport FTP Client. Version 1.2 Commport Communications International, inc. May 2013 Download from Commport Website: http://www.commport.com/documents/commportftpclientsetup.zip

More information

Setting up Citrix XenServer for 2X VirtualDesktopServer Manual

Setting up Citrix XenServer for 2X VirtualDesktopServer Manual Setting up Citrix XenServer for 2X VirtualDesktopServer Manual URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard

Erie 1 BOCES/WNYRIC. Secure File Transfer. Upload/Download Wizard Erie 1 BOCES/WNYRIC Secure File Transfer Upload/Download Wizard Revised June 3, 2014 These instructions were created using Internet Explorer Version 11. If you are a using a Firefox or Chrome browser you

More information

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a Net 2 NetApp Electronic Library User Guide for Net 2 Client Version 6.0a Table of Contents 1 INTRODUCTION AND KEY FEATURES... 3 SOME OF THE KEY FEATURES INCLUDE:... 3 INSTALLATION PREREQUISITES:... 3 2

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Marcum LLP MFT Guide

Marcum LLP MFT Guide MFT Guide Contents 1. Logging In...3 2. Installing the Upload Wizard...4 3. Uploading Files Using the Upload Wizard...5 4. Downloading Files Using the Upload Wizard...8 5. Frequently Asked Questions...9

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve. Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that "retrieves" envelopes, documents, and data from DocuSign for use in external systems.

More information

APNS Certificate generating and installation

APNS Certificate generating and installation APNS Certificate generating and installation Quick Guide for generating and installing an Apple APNS Certificate Version: x.x MobiDM Quick Guide for APNS Certificate Page 1 Index 1. APPLE APNS CERTIFICATE...

More information

Infor Xtreme Browser References

Infor Xtreme Browser References Infor Xtreme Browser References This document describes the list of supported browsers, browser recommendations and known issues. Contents Infor Xtreme Browser References... 1 Browsers Supported... 2 Browser

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Dovico Timesheet v12 INSTALLATION GUIDE

Dovico Timesheet v12 INSTALLATION GUIDE v12 TABLE OF CONTENTS System Requirements... 1 NEW INSTALLATION... 2 UPGRADE from a previous version of Dovico Timesheet 5 System Requirements Deployment Options Either installed on your server or use

More information

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL...

INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL... INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 CONTROL PANEL... 4 ADDING GROUPS... 6 APPEARANCE... 7 BANNER URL:... 7 NAVIGATION... 8

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Citrix Client Install Instructions

Citrix Client Install Instructions Citrix Client Install Instructions If you are using Citrix remotely, Information Technology Services recommends updating Citrix client to the newest version available online. You must be an administrator

More information

IPRO Viewer. Installation

IPRO Viewer. Installation IPRO Viewer Attention: This guide is intended to help those who are authorized to install content onto their computers with the installation of IPRO Premium Viewer software. Please contact your IT personnel

More information

Download and Launch Instructions for WLC Client App Program

Download and Launch Instructions for WLC Client App Program Download and Launch Instructions for WLC Client App Program Version 1.0 Contents Introduction... 1 Windows 7, IE9... 2 Windows 7 or XP, IE8... 3 Windows 7 or XP, Firefox... 4 Windows 7, Google Chrome...

More information

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008.

Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008. Using SSH Secure FTP Client INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 2.0 Fall 2008 Contents Starting SSH Secure FTP Client... 2 Exploring SSH Secure FTP Client...

More information

Integrating LivePerson with Salesforce

Integrating LivePerson with Salesforce Integrating LivePerson with Salesforce V 9.2 March 2, 2010 Implementation Guide Description Who should use this guide? Duration This guide describes the process of integrating LivePerson and Salesforce

More information

Secure Messaging Quick Reference Guide

Secure Messaging Quick Reference Guide Secure Messaging Quick Reference Guide Overview The SHARE Secure Messaging feature allows a SHARE registered user to securely send health information to another SHARE registered user. The Secure Messaging

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

Kaseya 2. User Guide. Version 6.1

Kaseya 2. User Guide. Version 6.1 Kaseya 2 Kaseya SQL Server Reporting Services (SSRS) Configuration User Guide Version 6.1 January 28, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and

More information

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal

Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal Integrating ConnectWise Service Desk Ticketing with the Cisco OnPlus Portal This Application Note explains how to configure ConnectWise PSA (Professional Service Automation) application settings and Cisco

More information

Contents Minimum Requirements... 2 Instructions... 2 Troubleshooting... 7

Contents Minimum Requirements... 2 Instructions... 2 Troubleshooting... 7 Emdeon Remote Desktop Services Contents Minimum Requirements... 2 Instructions... 2 Troubleshooting... 7 Minimum Requirements 1. A high-speed Internet connection. DSL or Cable Internet are recommended.

More information

QuickNotes for using Tumbleweed, ISO's FTP system.

QuickNotes for using Tumbleweed, ISO's FTP system. QuickNotes for using Tumbleweed, ISO's FTP system. These notes provide a quick guide to using ISO's file transfer protocol (FTP) system. Our hope is that you will find this system easy to use, and convenient

More information

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca!

Quick Start Guide. Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! Quick Start Guide Cerberus FTP is distributed in Canada through C&C Software. Visit us today at www.ccsoftware.ca! How to Setup a File Server with Cerberus FTP Server FTP and SSH SFTP are application protocols

More information

USING SSL/TLS WITH TERMINAL EMULATION

USING SSL/TLS WITH TERMINAL EMULATION USING SSL/TLS WITH TERMINAL EMULATION This document describes how to install and configure SSL or TLS support and verification certificates for the Wavelink Terminal Emulation (TE) Client. SSL/TLS support

More information