TIBCO LiveView Web Getting Started Guide

Size: px
Start display at page:

Download "TIBCO LiveView Web Getting Started Guide"

Transcription

1 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 and Running the LVWeb Sample 4 Supported Browsers 5 Configure Live Datamart for SSL Connections 6 Usage Notes 6 Customization and Support 7

2 Introduction Welcome to TIBCO LiveView Web. LiveView Web is a browser-based client application that allows you to create a rich display of cards that visualize the results of querying a TIBCO Live Datamart server, set alerts to be notified of changes in results, and to create actions in response to changing data. Using only your web browser, you are able to create cards and lay them out in pages, with each card presenting the results of a continuous query against the Live Datamart server. LiveView Web displays data in a variety of visualizations and real-time charting formats, and supports customized visual extensions using JavaScript. Prerequisites TIBCO LiveView Web is a client solution that connects to a TIBCO Live Datamart server. If your site already has a Live Datamart server configured and running, you are ready to install and use LiveView Web. If you do not have a running Live Datamart server, you can download and install Live Datamart for Windows and macos. A Live Datamart installation includes the ability to run Live Datamart server locally on your Windows or OS X development computer. TIBCO Live Datamart relies on underlying technology provided by TIBCO StreamBase. Live Datamart and TIBCO StreamBase are integrated into a single installation package. When you install TIBCO StreamBase, you automatically have Live Datamart, and vice versa. Download the combined TIBCO StreamBase and TIBCO Live Datamart package from either: edelivery.tibco.com, using your TIBCO account login credentials. eval.tibco.com, to download an evaluation package of StreamBase and Live Datamart. LiveView Web requires a server from Live Datamart or later. TIBCO Live Datamart is normally configured and run during development and testing using TIBCO StreamBase Studio, which is an Eclipse-based development environment included with your TIBCO StreamBase installation. The following instructions presume basic familiarity with starting and using StreamBase Studio. Installation This section describes the steps to download LiveView Web and integrate it into an existing Live Datamart installation.

3 Installation Overview TIBCO LiveView Web is distributed as a standard web application in WAR file format; ready to load into the application server included as part of Live Datamart server. The WAR file provided is named lvweb.war; do not rename this file or the product will not load properly. Before using LiveView Web, it is strongly recommended you export your LiveView Web metadata using the lvweb-db tool. Please refer to User Authorization Guide for command details. There are two supported ways to integrate the LiveView Web WAR file into a Live Datamart server installation: 1. Project Integration. Copy lvweb.war into a subfolder of your Live Datamart project folder, which must be named lv-user-webapps. This method is simple, does not require administrative privileges, and it localizes LiveView Web integration to a single Studio project. To support LiveView Web in other Studio projects, you must repeat the copy for each project. This method is presumed and described in the installation steps that follow. 2. Server Integration. Place lvweb.war at the server installation path STREAMBASE_HOME/liveview/server/lv-user-webapps (as a sibling of the engine and lib folders). This loads support for LiveView Web applications for all projects deployed on that server. This method might require administrative privileges, depending on the location of your TIBCO StreamBase installation. Do not mix these methods. That is, avoid installing the LiveView Web WAR file in individual project folders if it is already installed with server integration. If the Live Datamart server encounters both project and server integrated lvweb.war files, it favors the project-integrated version. When upgrading to a newer LiveView Web version, simply overwrite any existing WAR file with the latest version. Downloading and Installing for Windows 1. Download the TIBCO LiveView Web Windows installer 2. Run the resulting MSI, named like the following example: TIB_ldm-web_1.3.0_win_x86.msi Make a note of the installation folder selected by the installer, which by default is a path like the following in your AppData folder, assuming a system username lvuser : C:\Users\lvuser\AppData\Local\TIBCO Software Inc\LiveView Web 1.3\ The steps below for running the LVWeb sample require you to copy a file from this installation folder to another location. On Windows, you can open the installation folder by means of a Start menu shortcut: Start > All Programs > TIBCO > LiveView Web 1.3 > Install Directory.

4 Downloading and Installing for macos 1. Download the TIBCO LiveView Web macos DMG installer 2. Double-click to open the resulting DMG file. 3. Agree to the license when prompted. 4. The DMG file contains a single folder named, for example, TIBCO LiveView Web Drag this folder to any location on your Mac. Make a note of the installation folder location so that you can copy a file from it in later steps. Installing and Running the LVWeb Sample The LiveView Web distribution includes a sample shipped as a zip file that contains a complete StreamBase Studio project folder. The sample provides an enhancement of the Hello LiveView sample with self-generated data, and includes a stored LiveView Web configuration for the Live Datamart users named admin and guest. This section describes how to import that sample zip file into Studio, run Live Datamart server with the configuration defined in the sample, then connect to the running server from a web browser. This results in a demonstration of a preconfigured LiveView Web instance. 1. Run StreamBase Studio from your StreamBase installation. 2. Import the LiveView Web sample project into Studio with the following steps: a. From Studio s top-level menus, invoke File > Import > General > Existing Projects into Workspace. b. In the resulting dialog, invoke Select Archive File, and then use its Browse button to navigate to the LiveView Web installation folder as described in either of the previous two sections. c. Select the lvweb-samples.zip file. d. Click Finish. 3. In StreamBase Studio, locate the newly imported sample project in the sample_lv-web project folder. 4. Using Windows Explorer or OS X Finder, drag and drop the lvweb.war file from the LiveView Web installation folder into the lv-user-webapps subfolder of the imported sample's project folder. Make sure the drag operation performs a copy operation, and not a move. 5. In Studio, right-click the sample_lv-web project folder and select Refresh from the context menu. 6. Start the Live Datamart server on the sample project, using one of these methods: a. If the LiveView Project Viewer is open for the project, click the green Run button in the upper right corner of the Viewer. b. Select any.lvconf file in the project, right-click, and select Run As > LiveView Project from the context menu. NOTE: If the LiveView Project Viewer is open while the server is starting, you are

5 prompted to log into the server. This prompt originates from the Project Viewer, and not from LiveView Web. The Project Viewer needs to authenticate with the server in order to complete the server startup process. This prompt occurs because the LVWeb sample project is configured to use LiveView authentication. Log in with username admin, password admin. This login is required to allow the Project Viewer to connect, and thus track the progress and occurs in any Live Datamart project configured to use LiveView authentication. This login is independent of the process of logging into the server from the LiveView Web client. 7. Watch the Console View in Studio for the words All tables have been loaded, which is the signal that the server is now up and running. 8. When you see that signal, open your web browser and go to the following URL: 9. When prompted, log in as username admin, password admin. Both terms are casesensitive as shown. 10. Observe the various pages (in tabs) and cards, each of which is displaying continuous updates of data from the Live Datamart server in different visualization styles. You can experiment with changing the configuration of any card. 11. Log out of LiveView Web as admin by selecting the icon with three horizontal bars in the upper right, then selecting Logout. 12. Log back in to LiveView Web with username guest and password guest. In this case, you are viewing the same data from the server, using the same web dashboard configured by the admin user, but with read-only access. 13. When done, click the blue and red Stop button in Studio's toolbar to stop the Live Datamart server. Supported Browsers LiveView Web is a rich HTML5 application, using various modern JavaScript frameworks in order to provide a rich and responsive environment, while handling live continuous data updates rendered in complex visualizations. As such, it greatly benefits from using the latest browsers available for your platform. Primary development and testing took place on: Google Chrome s latest stable release (at the time of writing, version 58) Apple Safari (at time of writing, version 10) Mozilla Firefox (version 53) Microsoft Edge on Windows 10 While smartphone browsers are not an intended platform target, some tablets may render LiveView Web pages and cards satisfactorily. Primary but limited testing was performed on an Apple ipad using Safari on ios 10. However, the experience on non-desktop platforms is less than ideal.

6 Configure Live Datamart for SSL Connections To configure Live Datamart servers to allow clients, including LiveView Web, to connect only over secure SSL connections, use the following steps: 1. In the TIBCO StreamBase Studio project for your server instance, locate the liveview.properties file. If the following lines exist, uncomment them; otherwise add them. liveview.ssl.port=10443 liveview.ssl.only=true liveview.ssl.hostname=localhost (or specify the DNS name or IP address of your server) 2. Add keystore and truststore certificates to the Studio project, and identify the certificate names in the project s sbd.sbconf configuration file. In the following example lines, the truststore and keystore files are the same: <sysproperty name= liveview.keystore value= server.jks /> <sysproperty name= liveview.keystore.password value= secret /> <sysproperty name= javax.net.ssl.truststore value= server.jks /> <sysproperty name= javax.net.ssl.truststorepassword value= secret /> 3. Add client-side certificates to end-user browsers. 4. Connect to your Live Datamart server using the HTTPS protocol and port Usage Notes To make better use of LiveView Web, it is useful to understand the following points. LiveView Web versions are intended to be installed on a matching major.minor Live Datamart version that is established at the time of the web application s release. For example, LiveView Web 1.3.x is intended to be used with Live Datamart or later. LiveView Web stores your pages and cards by associating them with your Live Datamart login username. This information is stored by default in the underlying project storage database; for Live Datamart 2.1, this default location is the H2 database in the Studio project path lv-systemdata/liveview.h2.db. TIBCO Support might ask you to configure an alternative for debugging purposes; in this case, configure your Live Datamart project to store LiveView Web configuration data in JSON files under the lvmetadata project folder. To enable this alternative, set the liveview.web.pstore.type Java system property to the value file. LiveView Web 1.3 is not intended to be used by the same user login concurrently. That is, do not open multiple HTTP sessions in multiple browser tabs or windows to the same LiveView Web URL while logged in as the same user. Do not log in and use LiveView Web as the same user from multiple locations at the same time. If you are running into trouble, such as pages that do not load content, try closing your browser, clearing the browser cache and any cookies relating to the LiveView Web URL,

7 and trying again. Customization and Support LiveView Web supports contributing custom card content, including loading remote resources or running end-user written JavaScript code. Any modification or customization done this way is at the end user s responsibility. For further information on writing custom card visualization, please refer to Copyright 2017 TIBCO Software Inc. All rights reserved.

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

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 New and Noteworthy

TIBCO LiveView Web New and Noteworthy TIBCO LiveView Web New and Noteworthy Introduction TIBCO LiveView Web is an HTML5 and WebSockets powered client application for visualizing data from TIBCO Live Datamart 2.1 servers. In LiveView Web (hereafter,

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

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

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

VMware Workspace Portal End User Guide

VMware Workspace Portal End User Guide VMware Workspace Portal End User Guide Workspace Portal 2.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired...

Introduction Secure Message Center (Webmail, Mobile & Visually Impaired) Webmail... 2 Mobile & Tablet... 4 Visually Impaired... WEB MESSAGE CENTER END USER GUIDE The Secure Web Message Center allows users to access and send and receive secure messages via any browser on a computer, tablet or other mobile devices. Introduction...

More information

Connecting to the Virtual Desktop Infrastructure (VDI)

Connecting to the Virtual Desktop Infrastructure (VDI) System Office IT Connecting to the Virtual Desktop Infrastructure (VDI) There are four ways to connect to the system office Virtual Desktop Infrastructure (VDI): Web client Windows client - personal computer

More information

Using SQL Reporting Services with isupport

Using SQL Reporting Services with isupport isupport s SQL Reporting functionality is installed via the isupport SQL Reporting Setup Wizard; it includes several report models with isupport database fields, tables, and relationships. isupport includes

More information

TIBCO LiveView Web User Authorization Guide

TIBCO LiveView Web User Authorization Guide TIBCO LiveView Web User Authorization Guide Introduction... 2 Location and Usage of the lvweb-* Tools... 2 lvweb-copy... 4 Synopsis... 4 Description... 4 Options... 4 Examples... 4 lvweb-delete... 5 Synopsis...

More information

The Cisco HCM-F Administrative Interface

The Cisco HCM-F Administrative Interface CHAPTER 5 This chapter contains information on the following topics: Overview of Cisco HCM-F Administrative Interface, page 5-1 Browser Support, page 5-2 Login and Logout, page 5-4 Online Help, page 5-5

More information

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017

BROWSER-BASED SUPPORT CONSOLE USER S GUIDE. 31 January 2017 BROWSER-BASED SUPPORT CONSOLE USER S GUIDE 31 January 2017 Contents 1 Introduction... 2 2 Netop Host Configuration... 2 2.1 Connecting through HTTPS using Certificates... 3 2.1.1 Self-signed certificate...

More information

Installing Firefox on Mac

Installing Firefox on Mac Installing Firefox on Mac Visit the Firefox download page in any browser (e.g. Apple Safari). It will automatically detect the platform and language on your computer and recommend the best edition(s) of

More information

NovaBACKUP CMon v19.0

NovaBACKUP CMon v19.0 June 2017 NovaBACKUP CMon v19.0 User Manual Features and specifications are subject to change without notice. The information provided herein is provided for informational and planning purposes only. 2017

More information

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function

Portal User Guide. Best practice tips and shortcuts Icon Legend Informational notes about functions. Important warnings about a function Portal User Guide Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function Your Portal https://www.clientaxcess.com Your Portal

More information

ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13)

ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13) ARGOS Upgrade to MAPS Version 4 - Argos Version 4.2 (12/22/13) We have installed a new version of Argos (12/22/13). This new version 4.2 can be used with Internet Explorer 9 (IE9) or above, Google Chrome,

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

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

RealPresence Media Manager

RealPresence Media Manager RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 USER GUIDE Software 6.7 January 2015 3725-75302-001A RealPresence Media Manager Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Workstation Configuration

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

More information

KNOXPLANS for New Users

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

More information

Remote Access for End User Reference Guide for EpicConnect Access

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

More information

Workstation Configuration

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

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

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 USER GUIDE MADCAP PULSE 4 Installation Guide for Pulse on Windows Server 2012 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The

More information

Connecting to Cisco Insight Reporter v3.1

Connecting to Cisco Insight Reporter v3.1 CHAPTER 2 Connecting to Cisco Insight Reporter v3.1 This chapter provides instructions on how to launch the Cisco Insight Reporter v3.1 application after it is installed on a server and describes the various

More information

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL

PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL P 2 I S A 0 1 8 PISA 2018 COMPUTER-BASED SCHOOL QUESTIONNAIRE: PRINCIPAL S MANUAL Doc.: CY7_CBA_ScQPrincipalManual.docx Produced by ETS, Core A Contractor TABLE OF CONTENTS Part 1 Introduction Introduction

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

Installation on Windows Server 2008

Installation on Windows Server 2008 USER GUIDE MADCAP PULSE 4 Installation on Windows Server 2008 Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions

Click Studios. Passwordstate. Remote Session Launcher. Installation Instructions Passwordstate Remote Session Launcher Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Sophos Mobile Control Administrator guide. Product version: 5.1

Sophos Mobile Control Administrator guide. Product version: 5.1 Sophos Mobile Control Administrator guide Product version: 5.1 Document date: June 2015 Contents 1 About Sophos Mobile Control...5 1.1 Sophos Mobile Control on premise and as a Service...5 1.2 About this

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

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x Perceptive Nolij Web Administrator Guide Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates.. Table of Contents Introduction...

More information

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

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

More information

RNDC / NDC MicroStrategy Supplier Web Troubleshooting Guide

RNDC / NDC MicroStrategy Supplier Web Troubleshooting Guide RNDC / NDC MicroStrategy Supplier Web Troubleshooting Guide Where do I log into MicroStrategy for RNDC markets? 2 Where do I log into MicroStrategy for NDC markets? 3 Why can t I log in? Most common log

More information

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

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

More information

Contents. Anaplan Connector for MuleSoft

Contents. Anaplan Connector for MuleSoft SW Version 1.1.2 Contents 1 Overview... 3 2 Mulesoft Prerequisites... 4 3 Anaplan Prerequisites for the Demos... 5 3.1 export demo mule-app.properties file...5 3.2 import demo mule-app.properties file...5

More information

Workstation Configuration

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

More information

Browser Configuration Reference

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

More information

Remote Access Application Viewer User Guide. Version 2.5

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

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

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

NotifySCM Workspace Administration Guide

NotifySCM Workspace Administration Guide NotifySCM Workspace Administration Guide TABLE OF CONTENTS 1 Overview... 3 2 Login... 4 2.1 Main View... 5 3 Manage... 6 3.1 PIM... 6 3.2 Document...12 3.3 Server...13 4 Workspace Configuration... 14 4.1

More information

Remote Access Application Viewer User Guide. Version 2.3

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

More information

SecureTransport Version May Web Client User Guide

SecureTransport Version May Web Client User Guide SecureTransport Version 5.3.6 9 May 2018 Web Client User Guide Copyright 2018 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.6 No part of

More information

MBNL UAD CITRIX FTP Solution

MBNL UAD CITRIX FTP Solution MBNL UAD CITRIX FTP Solution Introduction Serv-U Managed File Transfer (MFT) Server is a secure FTP server software that provides comprehensive security, automation, and centralized control for file transfers

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Using VMware Identity Manager Apps Portal

Using VMware Identity Manager Apps Portal Using VMware Identity Manager Apps Portal VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

Client 2. Authentication 5

Client 2. Authentication 5 Pipeline Pilot Web Port Support Guide April 2011 Contents Requirements 2 Requirements 2 Server 2 Client 2 Web Port Access 3 Authentication 5 Introduction Pipeline Pilot Web Port is a web-based application

More information

FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION Microsoft Windows Apple Mac Proxy Authentication...

FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION Microsoft Windows Apple Mac Proxy Authentication... Contents FREQUENTLY ASKED QUESTIONS... 2 DOWNLOADING AND INSTALLING THE APPLICATION... 5 Microsoft Windows... 5 Apple Mac... 10 Proxy Authentication... 12 Error Console... 13 Microsoft Windows... 13 Apple

More information

CA Agile Central Installation Guide On-Premises release

CA Agile Central Installation Guide On-Premises release CA Agile Central Installation Guide On-Premises release 2016.2 Agile Central to Go 2017.1 rallysupport@rallydev.com www.rallydev.com 2017 CA Technologies (c) 2017 CA Technologies Version 2016.2 (c) Table

More information

SecureTransport Version September Web Client User Guide

SecureTransport Version September Web Client User Guide SecureTransport Version 5.3.1 15 September 2017 Web Client User Guide Copyright 2016 Axway All rights reserved. This documentation describes the following Axway software: Axway SecureTransport 5.3.1 No

More information

PRACTICE-LABS User Guide

PRACTICE-LABS User Guide PRACTICE-LABS User Guide System requirements Microsoft Windows XP Sp2/Vista/7/8/2003/2008 Linux Redhat, Fedora, SuSE, Ubuntu Apple Mac OS X Minimum of 512Mb Ram (depending on OS) Minimum processor speed

More information

User Guide. Version 8.0

User Guide. Version 8.0 User Guide Version 8.0 Contents 1 Getting Started... iii 1.1... About... iii 2 Logging In... 4 2.1... Choosing Security Questions... 4 3 The File Manager... 5 3.1... Uploading a file... 6 3.2... Downloading

More information

Live Guide Co-browsing

Live Guide Co-browsing TECHNICAL PAPER Live Guide Co-browsing Netop develops and sells software solutions that enable swift, secure and seamless transfer of video, screens, sounds and data between two or more computers over

More information

Trouble shooting. In case of any further queries / issues, please call our support team on the numbers provided below.

Trouble shooting. In case of any further queries / issues, please call our support team on the numbers provided below. Trouble shooting In case of any further queries / issues, please call our support team on the numbers provided below. 040-66663050, 040-66668030 +91-9177305050, +91-9177205050, +91-9703158080 www.icharts.in

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

3.1 Getting Software and Certificates

3.1 Getting Software and Certificates 3 Configuring the Remote Client On the remote client you have to download the Sophos SSL VPN Client software including configuration data from the UTM User Portal. Then you install the software package

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

Portal/Extranet User Guide for Clients

Portal/Extranet User Guide for Clients Portal/Extranet User Guide for Clients Welcome to the ichannel Portal/Extranet. This guide will walk you through logging into your personalized, secure portal/extranet site. It will also show you how to

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

Clientless SSL VPN Remote Users

Clientless SSL VPN Remote Users This chapter summarizes configuration requirements and tasks for the user remote system. It also helps users get started with Clientless SSL VPN. It includes the following sections: Make sure that the

More information

Remote Support 19.1 Web Rep Console

Remote Support 19.1 Web Rep Console Remote Support 19.1 Web Rep Console 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the property

More information

Anchor User Guide. Presented by: Last Revised: August 07, 2017

Anchor User Guide. Presented by: Last Revised: August 07, 2017 Anchor User Guide Presented by: Last Revised: August 07, 2017 TABLE OF CONTENTS GETTING STARTED... 1 How to Log In to the Web Portal... 1 How to Manage Account Settings... 2 How to Configure Two-Step Authentication...

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Filr 3.4 Desktop Application Guide for Mac. June 2018

Filr 3.4 Desktop Application Guide for Mac. June 2018 Filr 3.4 Desktop Application Guide for Mac June 2018 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Storgrid web client manual

Storgrid web client manual Storgrid web client manual 2015 Byelex Data Solutions BV. This document is created with the utmost care. To prevent unjustified usage of this document we would like to give you notice that nothing mentioned

More information

Compliance Deputy Version 5.1 User Guide

Compliance Deputy Version 5.1 User Guide Installing Compliance Deputy Refer to the sections below on how to installation/configure Compliance Deputy on different browsers: Internet Explorer Google Chrome Safari (Mac OS) Mozilla Firefox The installers

More information

CFS Browser Compatibility

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

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

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 Guide Revised 5/16/2011. Prerequisites. MUNIS Dashboard Link: https://munis.sysapps.unlv.edu:55000

User Guide Revised 5/16/2011. Prerequisites. MUNIS Dashboard Link: https://munis.sysapps.unlv.edu:55000 MUNIS Dashboard 2.1 User Guide Revised 5/16/2011 Prerequisites MUNIS Dashboard requires: Access via Windows Internet Explorer Installation of.net Framework 1.1 Installation of ActiveX Control MUNIS Dashboard

More information

ILLINOIS SCIENCE ASSESSMENT 2019

ILLINOIS SCIENCE ASSESSMENT 2019 ILLINOIS SCIENCE ASSESSMENT 2019 ISBE Illinois Science Assessment Safe Exam Browser Installation & Troubleshooting 02/05/2019 Overview This document contains instructions for the installation and management

More information

WebAnalyzer Plus Getting Started Guide

WebAnalyzer Plus Getting Started Guide WebAnalyzer Plus Getting Started Guide www.manageengine.com/web-analytics Contents 1 Introduction 4 2 3 4 5 WebAnalyzer Plus Overview Getting Started System Requirements Installation Starting and Accessing

More information

Installing and Configuring vcloud Connector

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

Connecting Remotely Staff & Students

Connecting Remotely Staff & Students Connecting Remotely Staff & Students Install VMware Horizon View client There are two main ways to access the college network remotely using VMware on your computer, either (1) connecting directly through

More information

Table of Contents HOL-1757-MBL-6

Table of Contents HOL-1757-MBL-6 Table of Contents Lab Overview - - VMware AirWatch: Technology Partner Integration... 2 Lab Guidance... 3 Module 1 - F5 Integration with AirWatch (30 min)... 8 Getting Started... 9 F5 BigIP Configuration...

More information

Import Data Connection from an SAP Universe

Import Data Connection from an SAP Universe Import Data Connection from an SAP Universe SAP Analytics Cloud allows you to connect to SAP Universe and import your data. NOTE: It is recommended that the SAP Cloud Platform Cloud Connector (SAP CP CC)

More information

Remote VPN Remote access for personal devices

Remote VPN Remote access for personal devices Remote VPN Remote access for personal devices About Remote VPN Remote VPN provides staff and students with secure, authenticated remote access to personal and shared network filespace and to web-based

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.7.0 The owncloud developers October 30, 2018 CONTENTS 1 Release Notes 1 1.1 Changes in 2.7.0............................................. 1 1.2 Changes in 2.6.0.............................................

More information

Instructions for Configuring Your Browser Settings and Online Security FAQ s

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

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware AirWatch 9.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Revision History Date Revision Description Author Information 20/07/ Initial Draft Tyrone Nason Initial Document Draft

Revision History Date Revision Description Author Information 20/07/ Initial Draft Tyrone Nason Initial Document Draft Telephone Management for the Grandstream UCM61xx 62xx 65 xx Revision History Date Revision Description Author Information 20/07/2018 1.0 Initial Draft Tyrone Nason Initial Document Draft Overview: This

More information

KVM Console. KVM Console

KVM Console. KVM Console , page 1 Virtual, page 2 KVM Direct Access, page 5 Starting the from a Server, page 6 Starting the from a Service Profile, page 6 Starting the from the Cisco UCS KVM Direct Web Page, page 7 Starting the

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

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

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

Host Release Notes Version

Host Release Notes Version GO-GLOBAL FOR WINDOWS Host Release Notes Version 5.0.0.21662 (C) GRAPHON CORPORATION 1999-2015. ALL RIGHTS RESERVED. CONTENTS 1. Enhancements 2. Known Issues 1. Enhancements Windows Desktop Support The

More information