HARNESSING THE POWER OF ONLINE CONTENT IN OLM

Size: px
Start display at page:

Download "HARNESSING THE POWER OF ONLINE CONTENT IN OLM"

Transcription

1 OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User HARNESSING THE POWER OF ONLINE CONTENT IN OLM Presented March 2014 Anne Saulnier & John Hobart

2 WEBINAR AGENDA Online Tracking Overview Automatic AICC SCORM Why is SCORM Tracking so Difficult in OLM? Overview of SCORM Adapters Demo of New Non-Java SCORM Tracking Additional Online Resources Related Offerings from Synergy Codeworks Hosted Content Server Tracking Troubleshooting Help Remote Support Packages Q&A Session

3 ONLINE TRACKING OVERVIEW - AUTOMATIC The OLM Player Window can load anything that will display in a browser. If it s not AICC or SCORM compliant, OLM will mark the Learner as Completed right away. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

4 OLM PLAYER WINDOW

5 WHAT CAN GO WRONG WITH DELIVERING AUTOMATIC CONTENT? Pop-up blockers Network security Network connectivity Missing plug-ins

6 BROWSER POP-UP BLOCKERS If content is set to load in a new window, pop-up blockers can prevent it from loading. I m still waiting for my content to load OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

7 OPEN IN A NEW WINDOW CHECKBOX

8 OLM PLAYER WINDOW WITH POP-UP

9 NETWORK SECURITY If embedded content is loaded from an external website like YouTube, network security policies may block it completely. I m getting an error. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

10 EXAMPLE CANNOT DISPLAY PAGE ERROR

11 NETWORK CONNECTIVITY Slow connections or connections that drop frequently can prevent the delivery of multi-media content. I m getting some weirdness. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

12 MISSING PLUG-INS Browser security settings and/or a lack of Administrator rights on a client machine may prevent the installation of required plug-ins such as Flash, Sliverlight, Java, or others. My page is blank. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

13 EXAMPLE OLM PLAYER WINDOW WITH MISSING PLUG-IN

14 ONLINE TRACKING OVERVIEW AICC Aviation Industry CBT Committee (AICC) Established in 1988 HTTP AICC Communication Protocol (HACP) Uses URL-encoded requests Communicates via Hypertext Transfer Protocol (plain HTTP) Allows content to be launched and tracked through standard web browsers Common for third-party providers like Skillsoft

15 WHAT CAN GO WRONG WITH TRACKING AICC CONTENT? Anything that could go wrong with delivering content that is automatically tracked Pop-up blockers Network security Network connectivity Missing plug-ins Missing or incomplete crossdomain.xml file

16 CROSSDOMAIN FILE EXPLANATION Content typically resides on a different server with a different domain. Hi, whoever you are. Here s that content you requested. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

17 CROSSDOMAIN FILE EXPLANATION The OLM Player Window communicates back to OLM in plain text over HTTP or HTTPS with tracking info. Hi, OLM! This Learner is launching some AICC content from content.xyz.com! OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

18 CROSSDOMAIN FILE EXPLANATION A simple XML file resides on the E-Business Suite server (OLM) with a list of trusted domains. Can I trust information from the XYZ domain? OLM (ebs.abc.com) Crossdomain.xml Yes. It s on my list! OLM Player Window End User Content Server (content.xyz.com)

19 CROSSDOMAIN FILE LOOKS LIKE THIS

20 CROSSDOMAIN FILE ISSUES Sometimes the file is missing completely and needs to be added to the DocumentRoot in Oracle by a DBA. Can I trust information from the XYZ domain? OLM (ebs.abc.com) Hello? Anyone? Bueller? OLM Player Window End User Content Server (content.xyz.com)

21 CHECK TO SEE IF THE FILE IS THERE Delete everything in your Oracle E-Business Suite URL after the /OA_HTML/ Append crossdomain.xml to the end of the URL and see if your XML file appears in the browser window. If it doesn t appear, create a new one with the right domains and ask your DBAs to put it in the DocumentRoot of each Oracle instance you play content from.

22 CROSSDOMAIN FILE ISSUES Sometimes the Content Server s domain is not listed and needs to be added. Can I trust information from the XYZ domain? OLM (ebs.abc.com) Crossdomain.xml No. It s not on my list. OLM Player Window End User Content Server (content.xyz.com)

23 ONLINE TRACKING OVERVIEW SCORM Shareable Content Object Reference Model (SCORM) Provides a set of technical standards for elearning Commissioned by the Department of Defense through the Advanced Distributed Learning (ADL) initiative in 1997

24 WHY IS SCORM TRACKING SO DIFFICULT IN ORACLE LEARNING MANAGEMENT? There are many places to look when tracking fails. Corporate environments typically have: Multiple browsers Different security settings Many versions of the Java Runtime Environment Some browser security policies block some versions of the Java Runtime Environment. Updates to any of these variables in an environment can have unintended consequences for tracking elearning.

25 WHY IS SCORM TRACKING SO DIFFICULT IN ORACLE LEARNING MANAGEMENT? Most of the tracking issues stem from the technical challenges presented by security restrictions with crossdomain scripting. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User

26 WHY IS SCORM TRACKING SO DIFFICULT IN ORACLE LEARNING MANAGEMENT? JavaScript raises a security exception to the browser when called from a different domain. Hey, Internet Explorer, something shady is coming through from a different domain in this frame... The browser shuts down communication. OLM Player Window No worries. I ll just suppress it.

27 OVERVIEW OF SCORM ADAPTERS Set of HTML, JavaScript, and Java files Required on each Content Server that serves SCORM content Different for SCORM 1.2 and SCORM 2004 Invisible to the Learner OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

28 OVERVIEW OF SCORM ADAPTERS User launches a piece of content in the OLM Player Window that is designated as SCORM-compliant. I would like to launch this SCORM-compliant content from content.xyz.com. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

29 OVERVIEW OF SCORM ADAPTERS OLM reviews the Starting URL for the content the OLM Player Window is requesting. The content you ve requested starts with OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

30 OVERVIEW OF SCORM ADAPTERS OLM scans its list of available SCORM Adapters to see if it can match the prefix of the URL. I have a SCORM Adapter listed that has a prefix of OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

31 OVERVIEW OF SCORM ADAPTERS OLM sends back a link to the appropriate SCORM Adapter with some additional parameters in the URL. Please load this SCORM Adapter page from content.xyz.com. I ve also appended some variables for the SCORM Adapter to reference. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

32 OVERVIEW OF SCORM ADAPTERS The SCORM Adapter is loaded into the client s browser and reads the variables from OLM. The SCORM Adapter loads the elearning content from the same server it came from. Here are the files that OLM said you wanted. I m going to answer any JavaScript calls from here in your browser. OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

33 OVERVIEW OF SCORM ADAPTERS All JavaScript communication in the OLM Player Window frame happens between the SCORM Adapter and the content it loaded from the same server. Hey, SCORM Adapter, this Learner is on slide 1! OLM (ebs.abc.com) OLM Player Window Got it. Thanks! Content Server (content.xyz.com) End User SCORM Adapters

34 OVERVIEW OF SCORM ADAPTERS (JAVA) The SCORM Adapter uses a Java Applet to relay the tracking details back to OLM. Got it. Thanks! Hey, SCORM Java Applet, this Learner is on slide 1! OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

35 OVERVIEW OF SCORM ADAPTERS (JAVA) The SCORM Adapter uses a Java Applet to relay the tracking details back to OLM. Got it. Thanks! Hey, OLM, this Learner is on slide 1! OLM (ebs.abc.com) OLM Player Window Content Server (content.xyz.com) End User SCORM Adapters

36

37 NEW NON-JAVA SCORM TRACKING FOR ORACLE LEARNING MANAGEMENT Different SCORM Adapters are required for: SCORM 1.2 Release 11i SCORM 1.2 Release 12.0.X SCORM 1.2 Release 12.1 to up to JRE 1.7.0_40 SCORM 1.2 Release 12.1 to from JRE 1.7.0_45+ SCORM 1.2 Release HRMS RUP4+ up to JRE 1.7.0_40+ SCORM 1.2 Release HRMS RUP4+ from JRE 1.7.0_45+ SCORM 2004 Release HRMS RUP4+ up to JRE 1.7.0_40 SCORM 2004 Release HRMS RUP4+ from JRE 1.7.0_45+

38 WHAT CAN GO WRONG WITH SCORM TRACKING? The same common tracking issues we ve already discussed Pop-up blockers Network security Network connectivity Missing plug-ins The SCORM Adapter is missing completely The SCORM Adapter is the wrong version The Prefix URL is incorrect Mixed Mode is disabled on the browser Multiple versions of Java exist on the client Java gets blocked by the browser entirely

39 MISSING SCORM ADAPTERS SCORM Adapters must be on all Content Servers RUP 4 and above require SCORM 1.2 and SCORM 2004 SCORM Adapters

40 THE PREFIX URL Keep the Prefix URL as short as possible

41 MIXED MODE IN INTERNET EXPLORER HTTP and HTTPS content can be blocked for an Internet zone

42 MULTIPLE VERSIONS OF JAVA ARE INSTALLED ON THE CLIENT If there are multiple, conflicting versions of Java installed on the client, tracking may not work

43 THE BROWSER BLOCKS YOUR VERSION OF JAVA ON THE CLIENT Not all browsers play nicely with Java

44 JAVA SECURITY SETTINGS Latest versions of Java are set to High Security by default If you choose to update later in the security popup, Java will be blocked.

45 JAVA SECURITY SETTINGS Change settings to Medium in Java to resolve

46 OVERVIEW OF NEW SCORM ADAPTERS (NON JAVA) The SCORM Adapter uses JavaScript to relay the tracking details back to a JSP page on the Content Server. Got it. Will do! Content Server (content.xyz.com) OLM (ebs.abc.com) OLM Player Window Hey, JSP Page, this Learner is on SCORM Adapters slide 1. Can you tell OLM for me? End User

47 OVERVIEW OF NEW SCORM ADAPTERS (NON JAVA) The JSP page on the Content Server relays information back to OLM. Hey, OLM, this Learner is on slide 1! Got it. Thanks! Content Server (content.xyz.com) OLM (ebs.abc.com) OLM Player Window SCORM Adapters End User

48 DEMO OF THE NEW SCORM ADAPTER

49 ADDITIONAL ONLINE RESOURCES Step-by-step instructions for setting up online content in Oracle Learning Management Blog Posts Unofficial Guides to Oracle Learning Management Simple sample content AICC SCORM 1.2 SCORM 2004

50 SYNERGY CODEWORKS OFFERINGS Products and Services Consulting and Implementations Remote Support Synergy Content Server Pre-Built Extensions Ways to contact Us Call us at Us Chat with us ( Send us a recording of your issue from our Help page

51 CONSULTING AND IMPLEMENTATIONS Implementations Upgrades Training

52 REMOTE SUPPORT PACKAGES We are at your service for a fixed number of hours per month Hours can be used for troubleshooting, developing custom reports, implementing new training programs, developing online content, or administering your Oracle Learning Management Catalog

53 SYNERGY HOSTED CONTENT SERVER Comes pre-configured with Oracle SCORM Adapters Provides sample content with diagnostics Allows import and upload Directly from OLM Via an online interface Via mobile devices Offers progressive video streaming Delivers content intelligently based on geographical location Allows import and delivery over HTTP and HTTPS Includes support for configuring SCORM Adapters and getting test content to track Pricing = $9 / Learner annually

54 SYNERGY CONTENT SERVER

55 SYNERGY CONTENT SERVER

56 PRE-BUILT EXTENSIONS Fill in gaps between your business processes and OLM functionality Catalog Maintenance Tools Automation Tools Custom Learner Groups Custom Reports

57 QUESTION & ANSWER SESSION

Flash to AICC Communication Strategies and Techniques

Flash to AICC Communication Strategies and Techniques 103 Flash to AICC Communication Strategies and Techniques Andrew Chemey Learning Consulting January 26, 2005 Produced by Flash to AICC Communication Strategies and Techniques Andrew Chemey Background Overview

More information

ValuePRO Tutorial Internet Explorer 8 Configuration

ValuePRO Tutorial Internet Explorer 8 Configuration ValuePRO Tutorial Internet Explorer 8 Configuration Table of Contents Contents 1. Adding ValuePRO to Trusted Sites... 1 1. Overview... 1 2. Changes Required... 1 2. Enabling Cross Site Scripting... 3 1.

More information

Administrator. Content Guide 10/28/2016

Administrator. Content Guide 10/28/2016 Administrator Content Guide 10/28/2016 TABLE OF CONTENTS Overview... 2 Online Training... 3 SCORM Content... 3 How to upload SCORM content... 3 AICC Content... 9 How to upload AICC content... 9 Online

More information

CPD Online System Requirements and Browser Settings

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

More information

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

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

More information

Qvidian Proposal Automation System Requirements

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

More information

ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS

ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS ORACLE USER PRODUCTIVITY KIT V3.1.7 (REVISION 1) FREQUENTLY ASKED QUESTIONS Documentation... 2 UPK Player Published Output... 3 Learning Management Systems... 7 UPK Developer... 8 Languages... 11 Usage

More information

Settings for UPlan PC Users

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

More information

February 24, 2018 Product Release Notes

February 24, 2018 Product Release Notes NEW Brainshark Coaching Browser-based Recorder February 24, 2018 Product Release Notes For Coaching users using a Chrome browser, a new and improved video recorder for submitting videos will be enabled.

More information

Streaming Media System Requirements and Troubleshooting Assistance

Streaming Media System Requirements and Troubleshooting Assistance Test Your System Streaming Media System Requirements and Troubleshooting Assistance Test your system to determine if you can receive streaming media. This may help identify why you are having problems,

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

Streaming Presentation Manager User Guide

Streaming Presentation Manager User Guide Streaming Presentation Manager User Guide This user guide is intended to be used in conjunction with Slides, Audio with Slides Streaming or Video with Slides Streaming. First we will review the product

More information

PC Configuration v 6.6 (01 May 2009)

PC Configuration v 6.6 (01 May 2009) A I R M E D I N T E R N A T I O N A L I N T R A N E T D O C U M E N T A T I O N PC Configuration v 6.6 (01 May 2009) There are a variety of requirements and settings that should be made in order for the

More information

1 Post-Installation Configuration Tasks

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

More information

IPER Training Webinars

IPER Training Webinars () Final, July 2010 FirstResponderTraining.gov FirstResponderTraining.gov Table of Contents Table of Contents To Join the Webinar... 1 Audio Requirements... 4 System Requirements... 5 Popup Blocker...

More information

Using Windows Update. Tip:

Using Windows Update. Tip: This document contains information regarding Microsoft Windows updates. The information in this document consists of the literature released by Microsoft regarding Windows updates. Medford Medical Systems

More information

Visual Presenter Visual Webcaster

Visual Presenter Visual Webcaster ) Visual Presenter Visual Webcaster Last Revised 8/3/11 Powered by Table of Contents Overview 3 System Requirements 4-5 Login 6 Main Menu 7 Preparing for the Event Presenter 8-12 Slides 13-20 URL s 21-23

More information

ELECTRONIC CASE REPORT FORM

ELECTRONIC CASE REPORT FORM ELECTRONIC CASE REPORT FORM User Requirements & Settings Version 3.9 User Requirements & Settings v 3.9 TABLE OF CONTENT AIM OF THE DOCUMENT... 3 GLOSSARY... 3 REFERENCES... 3 1. INTRODUCTION... 4 2. HARDWARE

More information

Ministry of Education EFIS User Set Up Guide Version 1.9

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

More information

This video is part of the Microsoft Virtual Academy.

This video is part of the Microsoft Virtual Academy. This video is part of the Microsoft Virtual Academy. 1 In this session we re going to talk about building for the private cloud using the Microsoft deployment toolkit 2012, my name s Mike Niehaus, I m

More information

Training Quick Steps Internet Explorer (v7) Settings. Adding Your URL as a Trusted Site

Training Quick Steps Internet Explorer (v7) Settings. Adding Your URL as a Trusted Site Adding Your URL as a Trusted Site In order to access PrognoCIS, you must add your URL as a Trusted Site, which will enable the Security Certificate to allow you to access the secured web site. Refer to

More information

School Installation Guide ELLIS Academic 5.2.6

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

More information

Table of Contents. Troubleshooting Guide for Home Users

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

More information

For Students Tegrity Campus 2.0 (Recordings)

For Students Tegrity Campus 2.0 (Recordings) For Students Tegrity Campus 2.0 (Recordings) Check to make sure your computer meets the necessary requirements. Operating systems: Windows Vista or XP (Windows Media Player 6.4+) Mac OS X Browsers: MS

More information

Career Central Learning Support Tips

Career Central Learning Support Tips Career Central Learning Support Tips Table of Contents General Support Tips... 3 System Access... 3 Supported Browsers and Configuration... 3 Internet Explorer Support... 5 Internet Explorer Compatibility

More information

Volume. User Manual and Resource Guide

Volume. User Manual and Resource Guide Volume 1 User Manual and Resource Guide User Manual and Resource Guide Game Gurus United States Telephone: (415) 800-3599 Brazil Telephone: 55 84-8723-2557 Email: info@gamegurus.com Table of Contents What

More information

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

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

More information

2013 edition (version 1.1)

2013 edition (version 1.1) 2013 edition (version 1.1) Contents 1 Introduction... 3 2 Signing in to your Office 365 account... 3 2.1 Acceptable Use Policy and Terms of Use... 4 3 Setting your profile and options... 4 3.1 Settings:

More information

EEC-682/782 Computer Networks I

EEC-682/782 Computer Networks I EEC-682/782 Computer Networks I Lecture 20 Wenbing Zhao w.zhao1@csuohio.edu http://academic.csuohio.edu/zhao_w/teaching/eec682.htm (Lecture nodes are based on materials supplied by Dr. Louise Moser at

More information

National Training and Education Resource. Authoring Course. Participant Guide

National Training and Education Resource. Authoring Course. Participant Guide National Training and Education Resource Authoring Course Participant Guide Table of Contents: OBJECTIVES... 4 OVERVIEW OF NTER... 5 System Requirements... 5 NTER Capabilities... 6 What is the SCORM PlayerWhat

More information

Item Version Remark pp.

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

More information

04-2 Working with SCORM Courses

04-2 Working with SCORM Courses CLA- 104-2.18.07 Page 1 04-2 Working with SCORM Courses CLA-104-2.18.07 COURSE DESCRIPTION: This course provides an overview on working SCORM courses. Students learn how to properly import an SCORM course,

More information

EDGE, MICROSOFT S BROWSER

EDGE, MICROSOFT S BROWSER EDGE, MICROSOFT S BROWSER To launch Microsoft Edge, click the Microsoft Edge button (it s the solid blue E) on the Windows Taskbar. Edge Replaces Internet Explorer Internet Explorer is no longer the default

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead

Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead Sucuri Webinar Q&A HOW TO IDENTIFY AND FIX A HACKED WORDPRESS WEBSITE. Ben Martin - Remediation Team Lead 1 Question #1: What is the benefit to spammers for using someone elses UA code and is there a way

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 1Y0-A20 Title : Citrix XenApp 6.5 Administration Version : Demo 1 / 5 1.Scenario: A XenApp administrator must recommend a database option for the new XenApp 6.5 data store. The new

More information

Installing and Configuring the Aquarius client

Installing and Configuring the Aquarius client Title: Installing and Configuring the Aquarius client Derivation: (Service Point ref.) Type: Configuration Note Prepared for: Prepared by: Geoff Norton Last Saved: 17 December 2008 Page 1 of 16 1 Table

More information

Oracle User Productivity Kit Content Deployment. E March 2014

Oracle User Productivity Kit Content Deployment. E March 2014 Oracle User Productivity Kit Content Deployment E39856-01 March 2014 Oracle User Productivity Kit Content Deployment E39856-01 March 2014 Copyright 1998, 2014, Oracle and/or its affiliates. All rights

More information

Using VPN. Provider Staff

Using VPN. Provider Staff Using VPN Provider Staff 1 Internet Explorer (32-bit) Enter https://vpn.djj.state.fl.us in the address bar You will need to use IE-32bit. 64-bit machines have the IE 64-bit option as well. To check this

More information

ORACLE USER PRODUCTIVITY KIT CONTENT DEPLOYMENT RELEASE SERVICE PACK 1 PART NO. E

ORACLE USER PRODUCTIVITY KIT CONTENT DEPLOYMENT RELEASE SERVICE PACK 1 PART NO. E ORACLE USER PRODUCTIVITY KIT CONTENT DEPLOYMENT RELEASE 11.0.0.1 SERVICE PACK 1 PART NO. E25948-01 OCTOBER 2011 COPYRIGHT & TRADEMARKS Copyright 1998, 2011, Oracle and/or its affiliates. All rights reserved.

More information

Administrative Help Manual

Administrative Help Manual Administrative Help Manual Topic Page Introducing the System... 2 Company Information... 3 Manage Users... 3 Reset Test Attempts... 4 Manage Groups... 4 Manage Documents... 5 Manage Menus... 9 Manage News...

More information

KNOXPLANS for New Users

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

More information

Learning Management System (LMS) General FAQs

Learning Management System (LMS) General FAQs Learning Management System (LMS) General FAQs Software and Hardware Requirements What are the minimum system requirements for this training? Is this training available on the ipad? What should I do if

More information

ORACLE USER PRODUCTIVITY KIT V3.6.1 FREQUENTLY ASKED QUESTIONS

ORACLE USER PRODUCTIVITY KIT V3.6.1 FREQUENTLY ASKED QUESTIONS ORACLE USER PRODUCTIVITY KIT V3.6.1 FREQUENTLY ASKED QUESTIONS Documentation... 2 UPK Player Published Output... 3 Learning Management Systems... 8 UPK Developer... 9 Languages... 12 Usage Tracking...

More information

AnyMeeting Instructions

AnyMeeting Instructions AnyMeeting Instructions AnyMeeting is a FREE video conferencing service that allows up to 200 participants in a meeting, by invitation. It is supported by advertising, which will be displayed on screen,

More information

Web Hosting. Important features to consider

Web Hosting. Important features to consider Web Hosting Important features to consider Amount of Storage When choosing your web hosting, one of your primary concerns will obviously be How much data can I store? For most small and medium web sites,

More information

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

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

More information

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

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

More information

Network setup and troubleshooting

Network setup and troubleshooting ACTi Knowledge Base Category: Application Note Sub-category: Application Model: All Firmware: All Software: NVR Published: 2009/12/21 Reviewed: 2010/06/10 Network setup and troubleshooting Contents Introduction

More information

Trial Account Quick Start Guide

Trial Account Quick Start Guide Trial Account Quick Start Guide Version 5.2 April 2015 Edition 2002-2015 ICS Learning Group 1 Disclaimer ICS Learning Group makes no representations or warranties with respect to the contents or use of

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Distributed Multitiered Application

Distributed Multitiered Application Distributed Multitiered Application Java EE platform uses a distributed multitiered application model for enterprise applications. Logic is divided into components https://docs.oracle.com/javaee/7/tutorial/overview004.htm

More information

Launch Store. University

Launch Store. University Launch Store University Store Settings In this lesson, you will learn about: Completing your Store Profile Down for maintenance, physical dimensions and SEO settings Display and image settings Time zone,

More information

[Frequently Asked Questions] Accommodation Booking Website

[Frequently Asked Questions] Accommodation Booking Website [Frequently Asked Questions] Accommodation Booking Website Q. 1 I cannot register or log in. Please check the following settings. If checking the settings does not resolve the problem, changing the browser

More information

MIME and the Web. draft-masinter-mime-web-info-01.txt I-D by Larry Masinter Presented by Alexey Melnikov

MIME and the Web. draft-masinter-mime-web-info-01.txt I-D by Larry Masinter Presented by Alexey Melnikov MIME and the Web draft-masinter-mime-web-info-01.txt I-D by Larry Masinter Presented by Alexey Melnikov History Multipurpose Internet Mail Extensions (MIME) RFC 2045, RFC 2046, MIME was originally invented

More information

WORKSTATION SETUP GUIDE FOR ACCESSING THE MIBGAS PLATFORM. Date: 15/12/2016. Version: 4.1 MERCADO IBÉRICO DEL GAS

WORKSTATION SETUP GUIDE FOR ACCESSING THE MIBGAS PLATFORM. Date: 15/12/2016. Version: 4.1 MERCADO IBÉRICO DEL GAS WORKSTATION SETUP GUIDE FOR ACCESSING THE MIBGAS PLATFORM Date: 15/12/2016 Version: 4.1 Alfonso XI, 6. 28014 Madrid (España) www.mibgas.es T (+34) 91 268 26 01 CONTENTS 1 INTRODUCTION 2 2 PRIOR REQUISITES

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

PLATO Learning Environment System and Configuration Requirements

PLATO Learning Environment System and Configuration Requirements PLATO Learning Environment System and Configuration Requirements For Workstations December 13, 2010 1 Content About This Document... 3 Document Change Log... 4 System & Configuration Requirements... 5

More information

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

More information

Welcome to Book Display Widgets

Welcome to Book Display Widgets Welcome to Book Display Widgets Book Display Widgets allow you to create virtual book displays on your website, where covers link to that item s record in your catalog. As a subscriber to Ebook Central

More information

ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3)

ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) KEY FEATURES FEATURES OF ORACLE USER PRODUCTIVITY KIT Single, synchronized authoring session for

More information

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Administrator's Guide G210-1785-00 Contents Chapter 1 Introduction to the Learning Management System and Administration...1 Understanding the

More information

Module 6. Campaign Layering

Module 6.  Campaign Layering Module 6 Email Campaign Layering Slide 1 Hello everyone, it is Andy Mackow and in today s training, I am going to teach you a deeper level of writing your email campaign. I and I am calling this Email

More information

AJAX Programming Overview. Introduction. Overview

AJAX Programming Overview. Introduction. Overview AJAX Programming Overview Introduction Overview In the world of Web programming, AJAX stands for Asynchronous JavaScript and XML, which is a technique for developing more efficient interactive Web applications.

More information

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

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

More information

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

Website/Blog Admin Using WordPress

Website/Blog Admin Using WordPress Website/Blog Admin Using WordPress Table of Contents How to login... 2 How to get support... 2 About the WordPress dashboard... 3 WordPress pages vs posts... 3 How to add a new blog post... 5 How to edit

More information

CompClass Solo User Guide for Instructors

CompClass Solo User Guide for Instructors CompClass Solo User Guide for Instructors CompClass Solo User Guide for Instructors Table of Contents Overview... 1 Online Help... 1 System Requirements... 2 Adopting CompClass... 2 Student Access to CompClass...

More information

How to Host WebEx Meetings

How to Host WebEx Meetings How to Host WebEx Meetings Instructions for ConnSCU Faculty and Staff using ConnSCU WebEx Table of Contents How Can Faculty and Staff Use WebEx?... 3 Inviting Meeting Participants... 3 Tips before Starting

More information

Oracle User Productivity Kit Content Deployment. E September 2016

Oracle User Productivity Kit Content Deployment. E September 2016 Oracle User Productivity Kit Content Deployment E79034-01 September 2016 Oracle User Productivity Kit Content Deployment E79034-01 September 2016 Copyright 1998, 2016, Oracle and/or its affiliates. All

More information

Fundtech JRE 1.7 Update 45 Issues and Resolution

Fundtech JRE 1.7 Update 45 Issues and Resolution Fundtech JRE 1.7 Update 45 Issues and Resolution 10/17/2013 Summary of Issues Oracle released JRE 1.7 update 45 in the late morning of 10/15/2013. Changes in this version of the JRE created the following

More information

Nolij Transfer 6 Migration Planning & Preparation. Danielle Whitney Services Product Manager

Nolij Transfer 6 Migration Planning & Preparation. Danielle Whitney Services Product Manager Nolij Transfer 6 Migration Planning & Preparation Danielle Whitney Services Product Manager Introduction Preparation and Planning is key to every successful Nolij Transfer project. In this session we will

More information

Workstation Configuration

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

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

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

More information

INTERNET ENGINEERING. HTTP Protocol. Sadegh Aliakbary

INTERNET ENGINEERING. HTTP Protocol. Sadegh Aliakbary INTERNET ENGINEERING HTTP Protocol Sadegh Aliakbary Agenda HTTP Protocol HTTP Methods HTTP Request and Response State in HTTP Internet Engineering 2 HTTP HTTP Hyper-Text Transfer Protocol (HTTP) The fundamental

More information

User Productivity Kit FAQ v2.5.3

User Productivity Kit FAQ v2.5.3 DOCUMENTATION User Productivity Kit FAQ Q: What documentation is provided and how is it used? A: The UPK Developer comes with a variety of documentation to help support your organization in the development

More information

PLATO Learning Environment (v2.0) System and Configuration Requirements

PLATO Learning Environment (v2.0) System and Configuration Requirements PLATO Learning Environment (v2.0) System and Configuration Requirements For Workstations July 30, 2010 Windows XP Home and Professional (SP3) Windows Vista Home/Premium/Business/Ultimate Windows 7 Home/Premium/Business/Ultimate

More information

Mascot Insight Installation and setup guide

Mascot Insight Installation and setup guide Mascot Insight Installation and setup guide System requirements These are the system requirements for a Mascot Insight server. On the client side, Mascot Insight can be accessed from most web browsers.

More information

Using VPN. DJJ Staff

Using VPN. DJJ Staff Using VPN DJJ Staff 1 Internet Explorer (32-bit) Enter https://vpn.djj.state.fl.us in the address bar You will need to use IE-32bit. 64-bit machines have the IE 64-bit option as well. To check this setting

More information

User Guide

User Guide User Guide 03.10.2016 Contents 1 Introduction...3 1.1 IT Requirements...3 1.2 Installing efireservice Video...4 1.3 Login to efireservice Video...4 2 Video Library...5 2.1 Additional Video Details...5

More information

A short introduction to Web Services

A short introduction to Web Services 1 di 5 17/05/2006 15.40 A short introduction to Web Services Prev Chapter Key Concepts Next A short introduction to Web Services Since Web Services are the basis for Grid Services, understanding the Web

More information

Student User Guide for BioChemPortal Biochemistry: A Short Course, 2e

Student User Guide for BioChemPortal Biochemistry: A Short Course, 2e Student User Guide for BioChemPortal Biochemistry: A Short Course, 2e Tymoczko Getting Started with BioChemPortal for Tymoczko, Biochemistry: A Short Course, 2e Table of Contents Overview... 1 Getting

More information

Reading How the Web Works

Reading How the Web Works Reading 1.3 - How the Web Works By Jonathan Lane Introduction Every so often, you get offered a behind-the-scenes look at the cogs and fan belts behind the action. Today is your lucky day. In this article

More information

FITECH FITNESS TECHNOLOGY

FITECH FITNESS TECHNOLOGY Browser Software & Fitech FITECH FITNESS TECHNOLOGY What is a Browser? Well, What is a browser? A browser is the software that you use to work with Fitech. It s called a browser because you use it to browse

More information

Online Geometry Computer Requirements (For students using computers other than the HCPS Dell issued laptops)

Online Geometry Computer Requirements (For students using computers other than the HCPS Dell issued laptops) Online Geometry Computer Requirements (For students using computers other than the HCPS Dell issued laptops) What are the SchoolSpace System Requirements for a PC? Microsoft Windows XP or Microsoft Windows

More information

HOW TO JOIN AN IFA WEBINAR

HOW TO JOIN AN IFA WEBINAR HOW TO JOIN AN IFA WEBINAR If you have registered for the webinar you will have already received a WebEx-generated email with your registration details. Please note this is sent by the WebEx system not

More information

Business Hacks to grow your list with Social Media Marketing

Business Hacks to grow your list with Social Media Marketing Business Hacks to grow your list with Social Media Marketing Social media marketing enables you to attract more attention when you create and share content. Social media platforms are great places to engage

More information

LMS 365 SCORM & AICC Player Add-in Installation Guide. Version 2.3

LMS 365 SCORM & AICC Player Add-in Installation Guide. Version 2.3 LMS 365 SCORM & AICC Player Add-in Installation Guide Version 2.3 CONTENTS OVERVIEW AND SOFTWARE REQUIREMENTS... 3 AUDIENCE... 3 ABOUT THE ADD-IN... 3 SERVER SOFTWARE REQUIREMENTS... 3 Best performance

More information

DSHR Self Serve. Access Made Easy

DSHR Self Serve. Access Made Easy DSHR Self Serve Access Made Easy Overview The Self Serve feature of the DSHR system allows you to view and print your DSHR profile and update the following fields: 1. Primary Address information 2. Emergency

More information

Improved Web Development using HTML-Kit

Improved Web Development using HTML-Kit Improved Web Development using HTML-Kit by Peter Lavin April 21, 2004 Overview HTML-Kit is a free text editor that will allow you to have complete control over the code you create and will also help speed

More information

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP.

seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. seminar learning system Seminar Author and Learning System are products of Information Transfer LLP. Burleigh House 15 Newmarket Road Cambridge UK CB5 8EG E-mail: support@seminar.co.uk Phone: +44 (0)1223

More information

Guide to add as trusted site in Java 8 Update 51. Version of 24 OCBC Bank. All Rights Reserved

Guide to add   as trusted site in Java 8 Update 51. Version of 24 OCBC Bank. All Rights Reserved Velocity@ocbc Guide to add https://bbmy.ocbc.com as trusted site in Java 8 Update 51 Version 1.1 220815 1 of 24 Contents Java 8 Update 60 (difficulty logging into Velocity@ocbc)... 3 Uninstall Java Prior

More information

Contents. Page 3: Uploading Contacts. Page 5: Sending a Message. Page 7: Analysing your Message. Page 9: Unsubscribe a Contact. Page 11: Add a Forward

Contents. Page 3: Uploading Contacts. Page 5: Sending a Message. Page 7: Analysing your Message. Page 9: Unsubscribe a Contact. Page 11: Add a Forward How To Guide From sending a message to tracking your URL link, you ll be a texting pro in no time with this handy guide that will take you through the SMS platform step-by-step. Contents Page 3: Uploading

More information

Web Programming Paper Solution (Chapter wise)

Web Programming Paper Solution (Chapter wise) Introduction to web technology Three tier/ n-tier architecture of web multitier architecture (often referred to as n-tier architecture) is a client server architecture in which presentation, application

More information

Perceptive Process Design Personal - Installation Guide

Perceptive Process Design Personal - Installation Guide Perceptive Process Design Personal - Installation Guide 2013 Lexmark International Technology S.A. Date: 10/28/2013 Version: 3.0.2 Perceptive Software is a trademark of Lexmark International Technology

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

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

Using the WorldCat Digital Collection Gateway

Using the WorldCat Digital Collection Gateway Using the WorldCat Digital Collection Gateway This tutorial leads you through the steps for configuring your CONTENTdm collections for use with the Digital Collection Gateway and using the Digital Collection

More information

An Introduction to Coursebuilder Using Dreamweaver to Create E-Learning Jennifer Handley:

An Introduction to Coursebuilder Using Dreamweaver to Create E-Learning Jennifer Handley: An Introduction to Coursebuilder Using Dreamweaver to Create E-Learning Jennifer Handley: GatorJLH@aol.com What is Coursebuilder and what does it do? Free extension by Dreamweaver Allows you to define

More information