GO-GLOBAL. Gateway API Sample. Version 4.8.2

Size: px
Start display at page:

Download "GO-GLOBAL. Gateway API Sample. Version 4.8.2"

Transcription

1 GO-GLOBAL Gateway API Sample Version 4.8.2

2 COPYRIGHT AND TRADEMARK NOTICE Copyright GraphOn Corporation. All Rights Reserved. This document, as well as the software described in it, is a proprietary product of GraphOn, protected by the copyright laws of the United States and international copyright treaties. Any reproduction of this publication in whole or in part is strictly prohibited without the written consent of GraphOn. Except as otherwise expressly provided, GraphOn grants no express or implied right under any GraphOn patents, copyrights, trademarks or other intellectual property rights. Information in this document is subject to change without notice. GraphOn, the GraphOn logo, and GO-Global and the GO logo are trademarks or registered trademarks of GraphOn Corporation in the US and other countries. Microsoft, Windows, Windows NT, Internet Explorer, and Terminal Server are trademarks of Microsoft Corporation in the United States and/or other countries. Linux is a registered trademark of Linus Torvalds. UNIX is a registered trademark of The Open Group. Red Hat is a trademark or registered trademark of Red Hat, Inc. in the United States and other countries. Adobe, Acrobat, AIR, Flash, and Reader are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Firefox is a registered trademark of the Mozilla Foundation. Mac, Mac OS, and Safari are trademarks of Apple Inc., registered in the U.S. and other countries. Portions copyright The OpenSSL Project. All rights reserved. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit ( Portions copyright Eric Young (eay@cryptsoft.com). All rights reserved. This product includes software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com). All other brand and product names are trademarks of their respective companies or organizations. Printed in the United States of America. 1 P a g e

3 CONTENTS 1 Introduction Setup Running the Gateway API Sample P a g e

4 1 INTRODUCTION This document describes a series of GO-Global Gateway API methods that can be used to programmatically perform operations on GO-Global hosts. Supported operations include authenticating users on hosts, starting applications, listing folder contents, and managing and editing files. The sample.html file deployed with the gateway exercises the Gateway API. Each button in sample.html calls an API method which is described in more detail in the GO-Global Gateway API document. The buttons are grouped by REST resource: portal, host, workspace, folder, and file. 2 SETUP Before running the Gateway API Sample, you must install the GO-Global gateway, host, and client. 2.1 Install the Gateway To install the gateway, run the gateway setup program. (On 32-bit systems, run go-global.windows_x86.exe; on 64-bit systems, run go-global.windows_x64.exe). The setup program will prompt you to enter a password. This is the password for the gateway s admin account. It is also the password that the gateway uses to connect to its database. 2.2 Install the Host To use the GO-Global Gateway API, at least one host must be connected to the gateway. You can install the host on the same computer as the gateway or on a different computer. To install the host, run the host setup program. (On 32-bit systems, run gg-host.windows_x86.exe; on 64-bit systems, run gg-host.windows_x64.exe). After accepting the terms in the license agreement, click Install the Gateway Connector. Restart the computer when prompted. 2 P a g e

5 2.3 Connect the Host to the Gateway To connect a host to the gateway 1. At the end of the host setup process, when the Gateway Connector opens after restarting the computer, click Yes to connect the host to a gateway. Alternatively, if you are connecting a host to a gateway at a later time, run the Gateway Connector from the Start menu: On Windows Server 2003, click Start All Programs GraphOn GO-Global 4 Tools Gateway Connector. On Windows Server 2008, click Start All Programs GraphOn GO-Global 4 Tools Gateway Connector Run as administrator. 2. If the User Account Control dialog is displayed, click Continue. 3. In the Connection dialog, type the network address (e.g., wilson.graphon.com) of the gateway you are connecting to in the Address box. Click Connect. 4. In the Sign in dialog, type the user name and password of a gateway administrator. This may be the account you used when you installed the gateway, an account that is a member of the Domain Admins group, or an account that you added to the iwa-ldap-authentication.xml file described above. Click Sign In. 5. In the Name Your Computer dialog, type a name for the computer in the Name box. This name is displayed in the gateway. Type the computer's hostname (e.g., wilson.graphon.com) in the Address box. The full domain address is required when the gateway and host are on different domains. 6. Click Ok. An icon for the host will appear in the window. Initially, the icon is gray, indicating that the host is offline. Within about 30 seconds, the icon will turn blue, indicating that it is now online and can be accessed from GO-Global Gateway. 3 P a g e

6 2.4 Publishing Hosts to Users or Groups In addition to publishing applications and documents to users, you can publish hosts to users and groups. You can do this, for example, when you want users to have access to all of the applications on a host. To publish a host to users or groups 1. Sign in to the gateway as a gateway administrator. 2. Double-click the host to start a session. 3. Click the Toggle navigation pane button on the toolbar. 4. Select the host from the Content Pane or the Navigation Pane. 5. Click the Edit Properties button on the toolbar. 6. Click the Security tab. 7. From the list on the left, select the user(s) and/or group(s) you would like to grant access to. Search for users or groups by typing all or part of the group or user's name in the Search box, then clicking the Search button. 8. Select the users/groups, and click Add. 9. Click Save. When an authorized user signs in to the gateway, the host will be displayed and the user can connect to the host by double-clicking it. 2.5 Install the GO-Global Client The GO-Global Gateway API can be accessed from any computer that has either a Flash-enabled browser or a GO-Global Client. For best results, install the GO-Global Client. On Windows computers, run gg-gateway-client.exe. 4 P a g e

7 INTRODUCTION NTRODUCTION 3 RUNNING THE GATEWAY API SAMPLE The Gateway API sample can be accessed from a browser using the following URL: The sample.html page contains buttons, controls and embedded JavaScript code that illustrate how to call the API s methods. The following sections describe how to exercise the Gateway API using the sample.html page. 3.1 Sign in to the Gateway To sign in to the gateway 1. In the UserName field to the right of the Sign in button, type the user name for a domain account. 2. In the Password field, type the password for the account. 3. Click Sign in. The Result column will display a unique user instance id that will be used in subsequent API calls. This value will be automatically copied into the UserInstanceId field to the right of the Authenticate to Host button. 3.2 List Available Hosts To list available hosts, click Get Items. If the host is not listed in the Result column on the right, make sure you successfully signed in to the gateway and that the user has been granted the right to access the host. 3.3 Sign in to the Host To sign in to the Host 1. Copy the host id from the result of step 3.2 into the Host ID field to the right of the Authenticate to Host button. 2. In the UserName field, type the name of a Host user account. 3. In the Password field, type the password of the Host user account. 4. In the Domain field, type the name of the domain on which the Host user account exists. If the account is a local account, type the name of the Host computer. 5. Click Authenticate to Host. If successful, a session ID and the value started=true will be displayed in the Result column. 5 P a g e

8 3.4 View the Contents of Folders on the Host To view the contents of the public Desktop folder 1. Type PublicDesktop into the Location field to the right of the Get Folder button. 2. Leave the other fields blank. 3. Click Get Folder To view the contents of the user s private Desktop folder 1. Type PrivateDesktop into the Location field. 2. In the Workspace Name field, type the name of the workspace. Typically, this is the name of the user account specified in step Leave Folder Path Name blank. 4. Click Get Folder To view the contents of the user s Documents folder 1. Type documents into the Location field. 2. In the Workspace Name field, type the name of the workspace. 3. Leave Folder Path Name blank. 4. Click Get Folder. To view the contents of subfolders of any of the above folders, enter a relative pathname in the Folder Path Name field. For example, to view the contents of a folder called "test" which is a subdirectory of the public Desktop folder, enter location="publicdesktop", workspace name=empty and Folder Path Name = "test". 3.5 Create a File on the Host To create a file on the Host 1. Enter some text into the File Data field to the right of the Put File button. 2. Type the location of the file (e.g., documents) into the Location field. 3. Enter the name of the workspace in the Workspace Name field. 4. In the File Path Name field, type test.txt. 5. Click Put File. If successful, the word Success will appear in the Result column and a file, test.txt, will be created in the user s Documents folder on the Host. This can be verified using the Get Folder option with location = "documents". Note: The file s data can come from any source. For example, it can come from a file on the client computer or from a file in a document management system. 6 P a g e

9 3.6 Retrieve a File from the Host To retrieve a file from the Host 1. Type the location of the file (e.g., documents) into the Location field to the right of the Get File button. 2. Enter the name of the workspace in the Workspace Name field. 3. In the File Path Name field, type test.txt. 4. Click Get File. If successful, the contents of the file will appear in the Result column. 3.7 Launch an Application or File The Launch File command can be used to open applications, documents or files on the Host. In the sample.html page, the Launch File command reads its parameters from the fields next to the Get File button To open the test.txt file created in Click Launch File. A browser window will appear, and then Notepad will open with test.txt loaded. 2. Edit the file and save it. 3. Click Get File. The updated content will be displayed in the Result column To open an application from a shortcut on the Public Desktop 1. Type PublicDesktop in the Location field to the right of the Get File button. 2. Enter the name of the workspace in the Workspace Name field. 3. In the File Path Name field, type the name of the shortcut (e.g., Notepad.lnk). 4. Click Launch File. The application will open. 7 P a g e

GO-GLOBAL. Client Process Manager API. Version 4.8.2

GO-GLOBAL. Client Process Manager API. Version 4.8.2 GO-GLOBAL Client Process Manager API Version 4.8.2 COPYRIGHT AND TRADEMARK NOTICE Copyright 1997-2015 GraphOn Corporation. All Rights Reserved. This document, as well as the software described in it, is

More information

Digital Pack Tutorial - For Mac

Digital Pack Tutorial - For Mac Digital Pack Tutorial - For Mac Contents Before You Start 1 Step 1 2 Step 2 3 Step 3 6 Step 4 8 Please feel free to contact us! BEFORE YOU START: Important! Do you have Adobe Reader or Adobe Acrobat Professional

More information

User's Guide c-treeace Replication Monitor

User's Guide c-treeace Replication Monitor User's Guide c-treeace Replication Monitor Copyright Notice Copyright 1992-2018 FairCom Corporation. All rights reserved. No part of this publication may be stored in a retrieval system, or transmitted

More information

Parallels Remote Application Server

Parallels Remote Application Server Parallels Remote Application Server Parallels Client for Mac User's Guide v16 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

Remote Desktop Services

Remote Desktop Services Remote Desktop Services AMERICAN INSTITUTES FOR RESEARCH AIR REMOTE DESKTOP SERVICES (RDS) GUIDE Overview Welcome to! can be accessed from a Windows computer, a Mac, and even a mobile device; such as an

More information

User's Guide c-treeace Performance Monitor

User's Guide c-treeace Performance Monitor User's Guide c-treeace Performance Monitor Contents 1. c-treeace Performance Monitor... 3 1.1 Startup... 4 1.2 Using Main Window... 5 1.3 Menus... 7 1.4 Icon Row... 10 1.5 Configuration Options... 11 2.

More information

Virtual Owl. Guide for Windows. Office of the Chief Information Officer. Learning Technologies, Training, Audiovisual, and Outreach

Virtual Owl. Guide for Windows. Office of the Chief Information Officer. Learning Technologies, Training, Audiovisual, and Outreach Virtual Owl Guide for Windows Office of the Chief Information Officer Learning Technologies, Training, Audiovisual, and Outreach Copyright 2018 Kennesaw State University Office of the Chief Information

More information

Getting Started with. Management Portal. Version

Getting Started with. Management Portal. Version Getting Started with Management Portal Version 10.1.0.0 Copyright RES Software Development B.V. All rights reserved. Commercial Computer Software documentation/data Restricted Rights. RES and RES ONE are

More information

Setting up to download Grants Group Application Forms

Setting up to download Grants Group Application Forms Setting up to download Grants Group Application Forms Guidance on setting up Adobe Reader Although it is in common use, we recognise that you may not use Adobe Reader as your preferred pdf reader but it

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Ebrary User Guide. Downloading a Book: Reading ebrary books online: Accessing BookShelf: Using the Bookshelf:

Ebrary User Guide. Downloading a Book: Reading ebrary books online: Accessing BookShelf: Using the Bookshelf: Ebrary User Guide Downloading a Book: Reading ebrary books online: Accessing BookShelf: Using the Bookshelf: ebrary Mobile App Installation and Sign in procedure: Using ebrary App in ipad iphone ipod:

More information

Client Installation Guide

Client Installation Guide GENView Provisioning and Portals Portal Server Client Installation Guide Release: 9.4 Document revision: 03.01 Describes the steps for installing the GVPP-PS client application. www.genband.com 630-01903-01

More information

How to Import a Certificate When Using Microsoft Windows OS

How to Import a Certificate When Using Microsoft Windows OS How to Import a Certificate When Using Microsoft Windows OS This document explains the process of importing your digital certificate for use in Microsoft Internet Explorer (IE) and/or Mozilla Firefox.

More information

Browser Checklist. Objective. Content. 1) Zurich recommended browser

Browser Checklist. Objective. Content. 1) Zurich recommended browser Browser Checklist Objective To ensure that agents have the fastest and best experience of Zurich einsurance portal. By checking that agents have the best browser on the computers. By creating a shortcut

More information

Print Management On-Premises

Print Management On-Premises Print Management On-Premises Version 1.2 User's Guide February 2018 www.lexmark.com Contents 2 Contents Change history... 3 Overview... 4 Printing files...5 Adding a print release queue on Macintosh computers...5

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

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux

JCCC Virtual Labs. Click the link for more information on installing on that device type. Windows PC/laptop Apple imac or MacBook ipad Android Linux JCCC Virtual Labs Revision 9/21/2017 http://ats.web. Welcome to the JCCC Virtual Lab Environment. This system allows students to access campus software titles on their personal computers from almost anywhere.

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Contents Introduction... 1 Prerequisites... 1 Installation... 2 Installation Overview... 2 Downloading and Installing for Windows... 3 Downloading and Installing

More information

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet:

Web Client Manual. for Macintosh and Windows. Group Logic Inc Fax: Internet: Web Client Manual for Macintosh and Windows Group Logic Inc. 703-528-1555 Fax: 703-527-2567 Email: info@grouplogic.com Internet: www.grouplogic.com Copyright (C) 1995-2007 Group Logic Incorporated. All

More information

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE FEBRUARY 2019 PRINTED 26 FEBRUARY 2019 CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

Implementing and Supporting Windows Intune

Implementing and Supporting Windows Intune Implementing and Supporting Windows Intune Lab 4: Managing System Services Lab Manual Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

How to Use Launch on a Desktop

How to Use Launch on a Desktop Getting Started Install the VMware Horizon Client Software on: Home Computer You will need Capital Power Username and Password Entrust security code (soft token or grid card) Minimum Operating System Requirements

More information

HOTPin Software Instructions. Mac Client

HOTPin Software Instructions. Mac Client HOTPin Software Instructions Mac Client The information contained in this document represents the current view of Celestix Networks on the issues discussed as of the date of publication. Because Celestix

More information

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0.

PDF SHARE FORMS. Online, Offline, OnDemand. PDF forms and SharePoint are better together. PDF Share Forms Enterprise 3.0. PDF SHARE FORMS Online, Offline, OnDemand PDF forms and SharePoint are better together PDF Share Forms Enterprise 3.0 Install Guide SharePoint 2013 Contents Disclaimer...3 Copyright...3 About this guide...3

More information

Deltek Maconomy. Navigator Installation

Deltek Maconomy. Navigator Installation Deltek Maconomy Navigator 1.0.1 Installation January 30, 2015 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

Realize Reader Windows App. User Guide

Realize Reader Windows App. User Guide Realize Reader 18.1 Windows App User Guide 6/12/2018 Contents Contents ii What Is Realize Reader 1 Use Realize Reader Mobile Apps 1 Navigate the Bookshelf 2 View Information About a Book 2 Download a Book

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

PageScope My Print Manager Ver. 1.0 User s Guide

PageScope My Print Manager Ver. 1.0 User s Guide PageScope My Print Manager Ver. 1.0 User s Guide My Print Manager Contents 1 Overview 1.1 My Print Manager...1-1 System Configuration... 1-3 1.1.1 The Features of My Print Manager...1-3 Follow Me Print...

More information

CulinarE-Companion. Version 4.3 TABLE OF CONTENTS

CulinarE-Companion. Version 4.3 TABLE OF CONTENTS CulinarE-Companion Version 4.3 Copyright 2012 by John Wiley & Sons Ltd. All rights reserved. TABLE OF CONTENTS 1. ABOUT THE SOFTWARE 2. SYSTEM REQUIREMENTS 3. INSTALLING AND RUNNING THE PROGRAM 3.1. Installing

More information

Connection Broker Advanced Connections Management for Multi-Cloud Environments

Connection Broker Advanced Connections Management for Multi-Cloud Environments Connection Broker Advanced Connections Management for Multi-Cloud Environments Using Leostream with the VMware Horizon View Direct- Connection Plug-in Version 8.2 December 2017 Contacting Leostream Leostream

More information

User's Guide c-treeace Query Builder

User's Guide c-treeace Query Builder User's Guide c-treeace Query Builder User's Guide c-treeace Query Builder Contents 1. c-treeace Query Builder... 4 1.1 Startup... 5 1.2 Securing Your Connection with SSL... 6 1.3 Main Window... 7 1.4 Query

More information

Patch Management for Solaris

Patch Management for Solaris Patch Management for Solaris User s Guide User s Guide i Note: Before using this information and the product it supports, read the information in Notices. Copyright IBM Corporation 2003, 2011. US Government

More information

Using Citrix to access QFIS and other applications

Using Citrix to access QFIS and other applications Using Citrix to access QFIS and other applications Citrix offers a secure way to remotely access applications at Queen s, including P2P. To use Citrix, open your browser and go to https://offcampus.qub.ac.uk.

More information

HP Intelligent Management Center SOM Administrator Guide

HP Intelligent Management Center SOM Administrator Guide HP Intelligent Management Center SOM Administrator Guide Abstract This guide contains comprehensive conceptual information for network administrators and other personnel who administrate and operate the

More information

Pearson Inform 5.1. User Guide. Basic Navigation. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s).

Pearson Inform 5.1. User Guide. Basic Navigation. Date: 1/26/2010. Copyright 2009 Pearson Education, Inc. or its affiliate(s). Pearson Inform 5.1 User Guide Basic Navigation Date: 1/26/2010 Copyright 2009 Pearson Education, Inc. or its affiliate(s). All rights reserved. No part of this publication may be reproduced or transmitted

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

APSCN VPN Settings for Windows 7 2. APSCN VPN Settings for Windows XP 8. APSCN VPN Settings for MAC OS 15

APSCN VPN Settings for Windows 7 2. APSCN VPN Settings for Windows XP 8. APSCN VPN Settings for MAC OS 15 APSCN VPN Settings for Windows 7 2 1. Creating a VPN Connection 2 2. Disconnecting the VPN 6 3. Connecting to an existing VPN Connection 7 APSCN VPN Settings for Windows XP 8 1. Creating a VPN Connection

More information

Open Mobile Portal 2.18 Release Notes

Open Mobile Portal 2.18 Release Notes V E R S I O N 1. 0, N O V E M B E R 2 0 1 3 These release notes contain the latest news about Open Mobile Portal 2.18 including: New features and enhancements System requirements Resolved and known issues

More information

Novell Identity Manager

Novell Identity Manager Role Mapping Administrator User Guide AUTHORIZED DOCUMENTATION Novell Identity Manager 1.0 August 28, 2009 www.novell.com Novell Identity Manager Role Mapping Administrator 1.0 User GuideNovell Identity

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

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

PageScope My Print Manager Ver. 1.0 Administrator s Guide

PageScope My Print Manager Ver. 1.0 Administrator s Guide PageScope My Print Manager Ver. 1.0 Administrator s Guide My Print Manager Contents 1 Overview 1.1 My Print Manager... 1-1 System Configuration... 1- Users... 1-3 1.1.1 The Features of My Print Manager...

More information

Quick Start Guide. Screen Sharing. Document Revision: (May 12, 2016)

Quick Start Guide. Screen Sharing. Document Revision: (May 12, 2016) Quick Start Guide Screen Sharing Document Revision: 1.0.3 (May 12, 2016) 2 Table of Contents Quick Start Guide... 1 Starting Application... 3 Joining a Online Meeting... 6 Copyright... 7 For full documentation

More information

Kurzweil 3000 for Macintosh Standalone Installation and Administration Guide. Version 4.6

Kurzweil 3000 for Macintosh Standalone Installation and Administration Guide. Version 4.6 Kurzweil 3000 for Macintosh Standalone Installation and Administration Guide Version 4.6 Kurzweil 3000 for Macintosh Version 4.6 Standalone Installation and Administration Guide 2011 by Kurzweil Educational

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

V iew Direct- Connection Plug-In. The Leostream Connection Broker. Advanced Connection and Capacity Management for Hybrid Clouds

V iew Direct- Connection Plug-In. The Leostream Connection Broker. Advanced Connection and Capacity Management for Hybrid Clouds V iew Direct- Connection Plug-In The Leostream Connection Broker Advanced Connection and Capacity Management for Hybrid Clouds Version 9.0 June 2018 f Contacting Leostream Leostream Corporation http://www.leostream.com

More information

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to

1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari) and go to VMWare AirWatch User Guide for Web Browser You can access your AirWatch Files from a web browser. How to login AirWatch Cloud Storage? 1. Open any browser (e.g. Internet Explorer, Firefox, Chrome or Safari)

More information

Workstation Configuration

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

More information

2008 Elluminate, Inc. All Rights Reserved. Installation Guide

2008 Elluminate, Inc. All Rights Reserved. Installation Guide 2008 Elluminate, Inc. All Rights Reserved. Installation Guide No part of this document may be reproduced or transmitted in any form by any means, electronic or mechanical, including photocopy, recording

More information

PWS-100RX1/ PWS-110RX1

PWS-100RX1/ PWS-110RX1 NETWORKRXSTATION PWS-100RX1/ PWS-110RX1 V8.0 SoftwareUpdateGuide 1st Edition Table of Contents Software Update [1] Purpose of this manual [2] Preparation Windows Settings [3] Update Windows Updating RX1

More information

VMware AirWatch Integration with Microsoft ADCS via DCOM

VMware AirWatch Integration with Microsoft ADCS via DCOM VMware AirWatch Integration with Microsoft ADCS via DCOM For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

TIBCO LiveView Web Getting Started Guide

TIBCO LiveView Web Getting Started Guide TIBCO LiveView Web Getting Started Guide Introduction 2 Prerequisites 2 Installation 2 Installation Overview 3 Downloading and Installing for Windows 3 Downloading and Installing for macos 4 Installing

More information

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9

Media Writer. Installation Guide LX-DOC-MW5.1.9-IN-EN-REVB. Version 5.1.9 Media Writer Installation Guide Version 5.1.9 Regulations and Compliance Tel: 1-844-535-1404 Email: TS_PACSGEAR@hyland.com 2018 Hyland. Hyland and the Hyland logo are trademarks of Hyland LLC, registered

More information

Browser Cookie Settings

Browser Cookie Settings Browser Cookie Settings Error Messages: Browser's cookie functionality turned off Steps to Try 1. Try enabling cookies, close all browser windows and restart browser after enabling cookies 2. Try clearing

More information

Workstation Configuration

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

More information

II.1 Running a Crystal Report from Infoview

II.1 Running a Crystal Report from Infoview Page 1 of 9 Last Updated: September 2007 This document describes how to run a crystal report from Infoview. The basics of running a report are the same for any report, however the parameters will vary

More information

Web Server Admin Guide. Version

Web Server Admin Guide. Version Web Server Admin Guide Version 2018.2 Copyrights 1996-2018 Perforce Software, Inc. and its subsidiaries. All rights reserved. Defect Scribe, Helix ALM, Helix ALM Suite, Helix Issue Management, Helix Requirements

More information

December P Xerox FreeFlow Core Installation Guide

December P Xerox FreeFlow Core Installation Guide 5.1.0.0 December 2017 702P06246 2017 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, and FreeFlow are trademarks of Xerox Corporation in the United States and/or other countries. This

More information

The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Web Portal Usage Guide

The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING. VPN Web Portal Usage Guide The Rockefeller University I NFORMATION T ECHNOLOGY E DUCATION & T RAINING VPN Web Portal Usage Guide Table of Contents WHAT IS VPN WEB CLIENT 4 SUPPORTED WEB BROWSERS 4 LOGGING INTO VPN WEB CLIENT 5 ESTABLISHING

More information

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311

More information

Senstar Symphony. 7.2 Installation Guide

Senstar Symphony. 7.2 Installation Guide Senstar Symphony 7.2 Installation Guide Contents Contents Introduction... 3 Symphony Server...3 Symphony Client... 3 Xnet... 3... 4 Symphony Server requirements...4 Symphony Client requirements...4 Symphony

More information

Join an OmniJoin Meeting as an Attendee (Mac and PC)

Join an OmniJoin Meeting as an Attendee (Mac and PC) Quickstart Guide Join an OmniJoin Meeting as an Attendee (Mac and PC) OmniJoin web conferencing from Brother delivers high quality, highly secure voice, video and collaboration through web meetings, in

More information

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload

DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload DRC INSIGHT Portal User Guide TerraNova Christian School Program Online Enrollment for Machine Scoring & Student File Upload Data Recognition Corporation (DRC) 13490 Bass Lake Road Maple Grove, MN 55311

More information

Deltek Time & Expense with Employee Self Service Version New Installation for Microsoft SQL Sever

Deltek Time & Expense with Employee Self Service Version New Installation for Microsoft SQL Sever Deltek Time & Expense with Employee Self Service Version 9.0.1 New Installation for Microsoft SQL Sever July 31, 2013 While Deltek has attempted to verify that the information in this document is accurate

More information

ProjectWise Web Server

ProjectWise Web Server ProjectWise Web Server Implementation Guide Last Updated: January 19, 2015 Notices Notices Trademark Bentley and the B Bentley logo are either registered or unregistered trademarks or service marks of

More information

Symantec Ghost Solution Suite Web Console - Getting Started Guide

Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console - Getting Started Guide Symantec Ghost Solution Suite Web Console- Getting Started Guide Documentation version: 3.3 RU1 Legal Notice Copyright 2019 Symantec Corporation.

More information

Realize Reader ios Mobile App Version User Guide

Realize Reader ios Mobile App Version User Guide Realize Reader 18.1 ios Mobile App Version 5.0.0 User Guide 6/6/2018 Contents Contents ii What Is Realize Reader 1 Use Realize Reader Mobile Apps 1 Navigate the Bookshelf 2 View Information About a Book

More information

Media Server Installation & Administration Guide

Media Server Installation & Administration Guide Media Server Installation & Administration Guide Smarter Surveillance for a Safer World On-Net Surveillance Systems, Inc. One Blue Hill Plaza, 7 th Floor, PO Box 1555 Pearl River, NY 10965 Phone: (845)

More information

WA1973 IBM Business Process Manager 8.0 Programming Using IBM Integration Designer. Classroom Setup Guide. Web Age Solutions Inc.

WA1973 IBM Business Process Manager 8.0 Programming Using IBM Integration Designer. Classroom Setup Guide. Web Age Solutions Inc. WA1973 IBM Business Process Manager 8.0 Programming Using IBM Integration Designer Classroom Setup Guide Web Age Solutions Inc. Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware...3

More information

Red Hat Enterprise Virtualization 3.6

Red Hat Enterprise Virtualization 3.6 Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal Accessing and Using the User Portal Last Updated: 2017-09-27 Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal

More information

Synapse InSite. Version 4.0. Customer Quick Start Guide English.

Synapse InSite. Version 4.0. Customer Quick Start Guide English. Customer Quick Start Guide English Synapse InSite Version 4.0 2040 East Walnut Street Pasadena, California 91107 Tel 626.795.8093 Fax 626.795.2423 www.typecraft.com 731-00089C-EN Rev A www.creo.com Copyright

More information

Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal

Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal Red Hat Enterprise Virtualization 3.6 Introduction to the User Portal Accessing and Using the User Portal Red Hat Enterprise Virtualization Documentation Team Red Hat Enterprise Virtualization 3.6 Introduction

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Workstation Configuration

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

More information

goremote.carolinas.org

goremote.carolinas.org Detailed instructions for goremote.carolinas.org Section 1. Registering your account in the goremote portal To setup your access to goremote.carolinas.org, please follow these steps: Open a browser window

More information

WA1547 WebSphere Portal v6 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc.

WA1547 WebSphere Portal v6 Programming. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. WA1547 WebSphere Portal v6 Programming Classroom Setup Guide Web Age Solutions Inc. 1 Table of Contents Classroom Requirements...3 Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software Requirements...3

More information

INSTALLING MICROSOFT OUTLOOK 2011

INSTALLING MICROSOFT OUTLOOK 2011 INSTALLING MICROSOFT OUTLOOK 2011 The purpose of this guide is to explain how to download, install, and configure Microsoft Outlook 2011. Follow the steps as detailed in this document. If you encounter

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

Reseller Portal System Administrator

Reseller Portal System Administrator Reseller Portal System Administrator May 29.2012 Preface BROADPOS Reseller Portal System Administrator Guide Document Version: V20120529 Document No: BROADPOS-RPS-APP-UM-01.00.00 Status: [ ]Draft []Release

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

FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine

FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine FuegoBPM TM Enterprise Process Orchestration Engine Configuration Instructions for a JVM Engine FUEGOBPM System Administration Training PART NO. FEPOECv5.5 Date January 1, 2005 Copyright Fuego, Inc. 2004.

More information

User Guide. Illustra Connect Version C0

User Guide. Illustra Connect Version C0 User Guide Illustra Connect Version.0 8200-114-01 C0 Notice The information in this manual was current when published. The manufacturer reserves the right to revise and improve its products. All specifications

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

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

Crestron Virtual Control Server-Based Control System

Crestron Virtual Control Server-Based Control System Crestron Virtual Control Server-Based Control System Installation Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron Service Providers (CSPs)

More information

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5

USER GUIDE. CTERA Agent for Windows. June 2016 Version 5.5 USER GUIDE CTERA Agent for Windows June 2016 Version 5.5 Copyright 2009-2016 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Getting Started with IBM Cognos 10 Reports

Getting Started with IBM Cognos 10 Reports UNIVERSITY OF SUSSEX Getting Started with IBM Cognos 10 Reports ITS CIS 9/2/2015 Introduction to some of the features in the Cognos Connection reporting portal. Guides users through initial configuration

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

Call Center Management Information System CC MIS Getting Started Guide (Supervisor Interface)

Call Center Management Information System CC MIS Getting Started Guide (Supervisor Interface) 297-2671-175 Call Center Management Information System CC MIS Getting Started Guide (Supervisor Interface) Release 6.0 Standard 1.0 June 2005 Call Center Management Information System CC MIS Getting Started

More information

Deltek winsight Analytics Excel Connect 8.0. Installation Guide

Deltek winsight Analytics Excel Connect 8.0. Installation Guide Deltek winsight Analytics Excel Connect 8.0 Installation Guide December 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical

More information

Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording

Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording Contents 1 About This Document... 2 2 Overview... 2 3 Before You Begin... 2 4 Deploying ObserveIT with IBM

More information

ES3640e MFP Software Installation Guide

ES3640e MFP Software Installation Guide ES3640e MFP Software Installation Guide About this Guide This guide describes the initial printer driver installation. For more detailed information, refer to the EFI User Software Installation Guide and

More information

Agile Customer Needs Management

Agile Customer Needs Management Agile Customer Needs Management Implementation Guide Version 1.0 E17325-02 May 2010 Oracle Copyright Copyright 1995, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

Realize Reader Windows App. Early Learner User Guide

Realize Reader Windows App. Early Learner User Guide Realize Reader 18.1 Windows App Early Learner User Guide 6/12/2018 Contents Contents ii What Is Realize Reader? 3 Use Realize Reader Mobile Apps 3 Complete an Assignment 4 Use the Table of Contents 6 View

More information

Practice Labs User Guide

Practice Labs User Guide Practice Labs User Guide This page is intentionally blank Contents Introduction... 3 Overview... 3 Accessing Practice Labs... 3 The Practice Labs Interface... 4 Minimum Browser Requirements... 5 The Content

More information

User's Guide c-treeace TPCA Test

User's Guide c-treeace TPCA Test User's Guide c-treeace TPCA Test Contents 1. Introduction... 3 1.1 Login Details... 3 1.2 ISAM & CTDB Tabs... 4 1.3 ODBC Test... 6 1.4 Last Run Threads... 7 1.5 Results History... 8 2. Index... 10 All

More information