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 Contents Introduction... 1 Prerequisites... 1 Installation... 2 Installation Overview... 2 Downloading and Installing for Windows... 3 Downloading and Installing for Mac OS X... 3 Installing and Running the LVWeb Sample... 3 Supported Browsers... 5 Usage Notes... 5 Customization and Support... 6 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, 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 test LiveView Web. If you do not have a running Live Datamart server, you can download and install Live Datamart for Windows and Macintosh OS X computers. A Live Datamart installation includes the ability to run Live Datamart server locally on your Windows or OS X development computer.

2 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. TIBCO Access Point (tap.tibco.com), to download an evaluation package of StreamBase and Live Datamart. LiveView Web 1.1.x requires a server from Live Datamart or later, with Live Datamart or later strongly recommended. For best results, install the latest available version of Live Datamart. TIBCO LiveView Web is normally configured and run 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. 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. 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.

3 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 from the edelivery site (edelivery.tibco.com). 2. Run the resulting MSI, named like the following example: TIB_ldm-web_1.1.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: C:\Users\lvuser\AppData\Local\TIBCO Software Inc\LiveView Web 1.1\ 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.1 > Install Directory. Downloading and Installing for Mac OS X 1. Download the TIBCO LiveView Web OS X DMG installer from the edelivery site (edelivery.tibco.com). 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.

4 b. In the resulting dialog, invoke Select Archive File, 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, 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 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 establish the rights for the Studio Project Viewer to track the progress of the Live Datamart server s startup, 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. Refresh your browser. 13. 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.

5 Any changes you make to the dashboard while logged in as guest remain visible only to the guest login. By contrast, any changes you make while logged in as admin are visible to all user logins. 14. 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 50), as well as Apple s Safari (at time of writing, version 9), and Mozilla FireFox (version 46). 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 Air 2 using Safari on ios 9. However, the experience on non-desktop platforms is less than ideal. 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.1.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. As an alternative, you can configure your Live Datamart project to store LiveView Web configuration data in JSON files under the lv-metadata project folder. To enable this alternative, set the liveview.web.pstore.type Java system property to the value file. LiveView Web 1.1 is not intended to be used by the same user login concurrently. That is, do not open multiple browser tabs or windows to the same LiveView Web URL 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. Upon logging out, an authentication issue makes it advisable to refresh your browser page prior to logging back in.

6 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, 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. Copyright TIBCO Software Inc. All rights reserved.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Storebox User Guide. Swisscom (Switzerland) Ltd.

Storebox User Guide. Swisscom (Switzerland) Ltd. Storebox User Guide Swisscom (Switzerland) Ltd. Contents (/). Basics/Settings 4. What is Storebox? 5. File Structure 6.3 System Prerequisites 7.4 Logging in to the team portal 8.5 Logging out of the team

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

Electrical Standards Plus Quick Start User Guide

Electrical Standards Plus Quick Start User Guide Electrical Standards Plus Quick Start User Guide Welcome to the Electrical Standards Plus Quick Start User Guide which contains all essential information for users to make full use of the platform, ensuring

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

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

Citrix Desktop for Home Computers Mac OS Instructions

Citrix Desktop for Home Computers Mac OS Instructions Citrix Desktop for Home Computers Mac OS Instructions You can use Citrix to create and access a virtual work desktop from your home computer. Step 1 Uninstall: To install the newest version of Citrix on

More information

E-statement Settings Guide

E-statement Settings Guide E-statement Settings Guide Contents Windows PC... 3 Google Chrome... 3 Internet Explorer... 7 Mozilla Firefox... 10 Apple Macintosh... 14 Safari for Mac... 14 Apple ios (iphone/ipad)... 21 Safari for ios

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

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

Get ready for mycourses

Get ready for mycourses Get ready for mycourses For the best experience with mycourses your computer and web browser need to be up to date and configured correctly. Index Use a supported web browser Microsoft Windows Apple OS

More information

Getting Started with Commercial Services

Getting Started with Commercial Services Getting Started with Commercial Services USER GUIDE For informational purposes only, not considered an advertisement. WELCOME TO M&T BANK S COMMERCIAL SERVICES M&T Bank s Commercial Services system provides

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

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

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

Plain Dealer e-edition Troubleshooting

Plain Dealer e-edition Troubleshooting Plain Dealer e-edition Troubleshooting Plain Dealer subscribers are eligible for both the print and e-edition products, depending on the service purchased. Email Reminder Subscribers must have a valid

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

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

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

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

GO-GLOBAL. Gateway API Sample. Version 4.8.2

GO-GLOBAL. Gateway API Sample. Version 4.8.2 GO-GLOBAL Gateway API Sample 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 a proprietary

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

STRS OHIO Telework F5 BIG-IP Edge Client for Mac Systems (Imac, Air, Macbook, Mini) User Guide

STRS OHIO Telework F5 BIG-IP Edge Client for Mac Systems (Imac, Air, Macbook, Mini) User Guide STRS OHIO Telework F5 BIG-IP Edge Client for Mac Systems (Imac, Air, Macbook, Mini) User Guide For assistance, please contact the ITS Service Desk at x4357 or 227-8633. Table of Contents First Time Use

More information

Document Manager User Guide

Document Manager User Guide Document Manager User Guide Table of Contents Introduction... 2 Logging in to Document Manager... 2 Forgotten Password... 3 File Manager... 4 File Manager Information View... 5 Creating Folders... 7 Uploading

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

VMware Plugin Installation for Windows 8.1 or newer

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

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

Clearspan Communicator Desktop R20.2.2

Clearspan Communicator Desktop R20.2.2 Clearspan Communicator Desktop R20.2.2 UPGRADE INSTRUCTIONS APRIL 2015 Table of Contents Overview... 3 Upgrading (Windows 7 or above, Mac OS 10.6 or above)... 3 Recording Your Settings (Windows and Mac

More information

VMware End User Computing Global Demo Environment Walkthrough Guide

VMware End User Computing Global Demo Environment Walkthrough Guide VMware End User Computing Global Demo Environment Walkthrough Guide Summary This VMware SmartGuide has been created to give a quick start walkthrough of accessing and operating the VMware End User Computing

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

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code

i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code i2b2 Workbench Developer s Guide: Eclipse Neon & i2b2 Source Code About this guide Informatics for Integrating Biology and the Bedside (i2b2) began as one of the sponsored initiatives of the NIH Roadmap

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

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

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

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

Workspace 2.0 Android Content Locker. UBC Workspace 2.0: VMware Content Locker 3.5 for Android. User Guide

Workspace 2.0 Android Content Locker. UBC Workspace 2.0: VMware Content Locker 3.5 for Android. User Guide UBC Workspace 2.0: VMware Content Locker 3.5 for Android User Guide Contents Introduction... 2 Downloading and installing the Content Locker... 2 Logging In to the Content Locker1.... 2 Navigate the Content

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

How do I access the wireless network using a laptop?

How do I access the wireless network using a laptop? Zane State College offers free computer software and software tools to help students achieve success. Below are instructions to install the many software applications offered at Zane State College. How

More information

Argos Basic Training. Overview: Sign in:

Argos Basic Training. Overview: Sign in: Argos Basic Training Overview: Argos is a campus reporting tool that allows end-users to access and extract information from Banner and Degree Works databases in a report format. Data Blocks are the foundation

More information

Office 365. Quick Start User Guide

Office 365. Quick Start User Guide Office 365 Quick Start User Guide Contents What is Office 365?... 5 How to Sign In to Office 365... 5 To Sign Out when you are done... 5 Why Use Office 365?... 5 Office 365 Home Page... 6 Top right-hand

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

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

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

BANNER 9 INFORMATION PACKET UNIVERSITY OF THE INCARNATE WORD. Information Resources Division

BANNER 9 INFORMATION PACKET UNIVERSITY OF THE INCARNATE WORD. Information Resources Division UNIVERSITY OF THE INCARNATE WORD Information Resources Division TABLE OF CONTENTS SECTION I: UIW COMMUNITY IMPORTANT DATES... 2 SECTION II: RESOURCES... 2 SECTION III: LOGIN STEPS... 9 SECTION IV: APPLICATION

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop 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

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

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

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

Remote Access Instructions for Windows and Mac OS

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

More information

Installing AGO2GO on a Mac 10.9 to 10.12

Installing AGO2GO on a Mac 10.9 to 10.12 Installing AGO2GO on a Mac 10.9 to 10.12 This has been confirmed to work with Mac OS X 10.12 "Sierra" We will be installing 2 applications and adding some settings that will streamline the login process.

More information

Welcome to the CP Portal

Welcome to the CP Portal Welcome to the CP Portal Access your school documents from home Launch Internet Explorer and navigate to: https://files.cpcsc.k12.in.us/htcomnet/ Click on Continue to this website (not recommended) Key

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

Web Browser Problems and Solutions

Web Browser Problems and Solutions Web Browser Problems and Solutions On rare occasions issues may arise when trying to use your FileTransfers.net web site, such as not being able to upload files successfully. Internet Explorer is most

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

Browser Support Internet Explorer

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

More information

Beginning Web Administrator Training

Beginning Web Administrator Training Welcome Beginning Web Administrator Training for School Site and District Staff Welcome Please log on to your computer workstation using your SCUSD login and password Guests use our training login Username:

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

This guide provides all of the information necessary to connect to MoFo resources from outside of the office.

This guide provides all of the information necessary to connect to MoFo resources from outside of the office. REMOTE ACCESS GUIDE Introduction This guide provides all of the information necessary to connect to MoFo resources from outside of the office. Connect Remotely from Your Firm Notebook Using VPN Connect

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

WHO-SEARO HEALTH INFORMATION PLATFORM (HIP) Standard Operating Procedures

WHO-SEARO HEALTH INFORMATION PLATFORM (HIP) Standard Operating Procedures WHO-SEARO HEALTH INFORMATION PLATFORM (HIP) Standard Operating Procedures 2016 Contents Getting Started... 3 Generate Tables... 4 Create Chart... 7 Render Map... 8 View Dashboards... 9 DHIS2 login... 9

More information

Internet Browsers with CYBER

Internet Browsers with CYBER Internet Browsers with CYBER Updated 5/29/2018 CYBER is an internet-based application that enables multiple users in many locations to access medical records. The application s software is powered by Microsoft

More information

How to Export a Report in Cognos Analytics

How to Export a Report in Cognos Analytics IBM Cognos Analytics How to Export a Report in Cognos Analytics Reports viewed in IBM Cognos Analytics can be exported in many formats including Excel. Some of the steps for exporting are different depending

More information

Virtual Workplace Personal Device Client Installation Instructions

Virtual Workplace Personal Device Client Installation Instructions Virtual Workplace Personal Device Client Installation Instructions 1 Table of Contents About this Installation Guide... 3 Client Overview... 3 VMware Horizon View Clients... 3 UniPrint Clients... 3 Client

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

SAM4S Receipt Printer JPOS Driver. Mac OS X Installation Manual

SAM4S Receipt Printer JPOS Driver. Mac OS X Installation Manual SAM4S Receipt Printer JPOS Driver Mac OS X Contents Table of Contents Table of Contents... 2 1. Introduction... 3 2. Overview... 3 3. Prerequisite... 3 4. Extracting files using GUI... 6 5. Installation

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