Matt Turley Lead Software Instructor. Identify the content communication standards supported by SuccessFactors Learning

Size: px
Start display at page:

Download "Matt Turley Lead Software Instructor. Identify the content communication standards supported by SuccessFactors Learning"

Transcription

1 Content Integration Matt Turley Lead Software Instructor Content Integration - Objectives Identify the content communication standards supported by SuccessFactors Learning Expose the LMS Communication for learning and troubleshooting Identify common content integration issues Define COTS application best practices Practice common troubleshooting techniques 1

2 Content Integration - Introductions Name Organization Role Experience with SuccessFactors Learning Experience with other LMS COTS applications used in content development Goal for course Content Integration - Agenda Overview of AICC, SCORM, and SuccessFactors Tracking Functions Expose the LMS for direct interaction Common Content Integration Issues COTS Application Best Practices Content Troubleshooting Tips and Techniques The Content Integration Resources and Services 2

3 Content Integration AICC & SCORM AICC Aviation Industry CBT Consortium Direct HTTP Communication (HACP) Client-side API Communication SCORM Sharable Content Object Reference Model ADL took AICC s Client-side API Communication Model SCORM 2004 diverged from the original AICC standard Content Integration AICC & SCORM Comparing AICC and SCORM AICC - Direct HTTP Communication (HACP) SCORM Client-side API Communication AICC and SCORM 1.2 share the same data model. They only differ in their method of communication. SCORM 2004 diverged from AICC Still uses client-side API communication, but new data elements were added and many of the old data elements were renamed. Sequencing & Navigation standard added. 3

4 Content Integration AICC & SCORM Two parts of the AICC and SCORM 1.2 standards Importing Content to an LMS Content Communication with an LMS AICC/SCORM import files provide an easy way to set up content objects, items, content packages, and objectives, but do not do anything that cannot be done manually in the LMS (except SCORM 2004 import). The LMS does not reference the import files after the import process. Content Integration AICC Import AICC Import uses comma separated value files. *.crs Course Information *.cst Content structure *.des Descriptive information for content objects/objectives *.au Technical information for content objects *.ort Objective relation 4

5 Content Integration SCORM Import SCORM Import uses xml files. Main file is imsmanifest.xml Organizations section Course structure(s) Resources section Content object definition Supporting metadata SF LMS Import assistant imports a zip file. The imsmanifest.xml must reside at the root of the zip file. In LMS version 5.8 and greater, the imsmanifest should contain a metadata tag specifying the SCORM version (1.2 or 1.3). Content Integration SCORM Import SCORM bulk importer was introduced in LMS version 6.3 Allows admins to upload numerous courses at once. Content may be auto-deployed to the server. Can auto-generate items for imported content. 5

6 Content Integration AICC & SCORM AICC Communication Content Integration AICC AICC post comprised of the following parameters: Command putparam, getparam, exitau Version version of AICC standard Session_id this is the AICC_SID AICC_Data url-encoded list of all the name value pairs being sent to the LMS. Param&version=2.2&session_id=C66M423S&aicc_data=[core] %0D%0Alesson_location%3Dend%0D%0Alesson_status%3DI %0D%0Ascore%3D87%0D%0Atime%3D00:23:15 Param&version=2.2&session_id=C66M423S 6

7 Content Integration AICC & SCORM SCORM Communication Content Integration SCORM SCORM content uses the following API methods: LMSInitialize ("") Opens communication session LMSSetValue ("name", "value") Sets a value to the API LMSGetValue("name") Retrieves data from the API LMSCommit("") Sends data from API to LMS LMSFinish("") Commits data and closes communication session LMSGetLastError("") Retrieves error code for last API call LMSGetErrorString(code) Retrieves error text LMSGetDiagnostic(code) Retrieves LMS-specific description 7

8 Content Integration SCORM 2004 Sequencing SCORM 2004 Introduced a new sequencing and navigation standard. This allows for complex rules that define how a learner may progress through the content. An LMS-provided navigation bar allows learners to navigate between multiple content objects without returning to the course structure. Sequencing rules are defined in the imsmanifest.xml SCORM 2004 support: Release 2 support introduced under v Release 4 support introduced under v. 6.2 Content Integration SF Tracking Functions Success Factors s Custom Tracking Functions Direct HTTP Communication Client-side API Tighter Integration with the LMS External Exam Information Question-level Data One-Way Communication from content to LMS Only 8

9 Content Integration SF Track vs. AICC & SCORM SF Tracking vs. AICC and SCORM AICC and SCORM Communicate at the Content Object level only SF Tracking Functions Communicate at the Content Object, Item, and Exam Iteration level AICC/SCORM and the SF Tracking Functions can be used in the same Content Object Content Integration SF Tracking What data does SuccessFactors LMS support? SF Tracking Functions 9

10 Content Integration Knowledge Check Name the content communication methods supported by SuccessFactors Learning. Which method communicates using the HTTP POST method? True or False: SuccessFactors tracking allows for multiple iterations of content scoring Content Integration LMS Exposure Content communications can be exposed in one of the following ways Content Objects that allow direct interaction with the LMS (e.g., Ostyn Diagnostic SCO) Content Test pages enabled in the LMS (LMS_ADMIN) /learning/user/onlineaccess/test/aicc_testpage.jsp /learning/user/onlineaccess/test/scorm12_testpage.html /learning/user/onlineaccess/test/scorm2004_testpage.html /learning/user/onlineaccess/test/tracking_function_test.jsp /learning/user/onlineaccess/test/url_question_testpage.jsp 10

11 Content Integration Potential Issues Potential issues with, and misconceptions about, content integration in SuccessFactors Cross-Domain Restriction Time Tracking Behavior Max Normal Behavior Objective Data Tracking AICC/SCORM-based Exam Behavior SCORM 2004 Restrictions Environment Related Issues Content Integration Potential Issues Cross-Domain Restriction 11

12 Content Integration Potential Issues Cross-Domain Restriction - Content is unable to access the SCORM or SF Tracking APIs when the content and the LMS do not share the same DNS. The cross-domain restriction is not a SuccessFactors specific issue. Must share the full DNS name (machine.something.com) not just the same domain (something.com) ADL wrote a paper outlining nine potential work-arounds Content Integration Potential Issues Cross-Domain Restriction SuccessFactors recommends the following solutions: Host the content on the same server as the LMS If you only have a few SCORM titles and a small learner population, this is the easiest route to take. Reverse Proxy Network based solution which requires no configuration in the LMS or the content. Discussed in detail in a white paper from ADL. SF Proxlet solution Fully LMS-based solution which requires some configuration in the LMS. 12

13 Content Integration Potential Issues Reverse Proxy Solution Content Integration Potential Issues SF Proxlet Solution 13

14 Content Integration Potential Issues Cross-Domain Restriction Some AICC content may also be subject to the cross-domain restriction. For AICC, the cross-domain restriction only applies when the content attempts to retrieve data from the LMS. For AICC, it is the responsibility of the content vendor to resolve the cross-domain restriction. A crossdomain.xml policy file can permit the following to act outside of the standard browser security model. Flash player JRE 1.6.0_10 + (no support for specific domains) MS Silverlight player Content Integration Potential Issues Time Tracking Behavior - AICC and SCORM time data is added to any previous content object time value in the LMS for the learner. Each time value post is processed independently. Multiple time value posts in a single content session can result in erroneously large time records in the LMS. Changed under the following builds to track only one time value per content session: LMS 5.8 sp4 p17 LMS 5.8 sp5 p5 LMS 6.1 PutParam time = 1 minute GetParam ExitAU 14

15 Content Integration Potential Issues Max Normal Behavior The total number of objects in an item structure that are allowed to be incomplete at any time. Max Normal accepts a value from 1-99 and is set at the Item level. If null, it defaults to 1. The completion status of all objects in an item structure are included in the Max Normal check. This includes exams. If exceeded, all AICC and SCORM 1.2 objects in the item will have their Lesson_Status and Score data elements locked. New default in Global Variables - 99 Content Integration Potential Issues Objective Data Tracking - AICC and SCORM Objective data is not tracked unless the objective exists in the LMS database and is associated with the content object. Objectives are automatically set up during the SCORM import process, but not during the AICC import process. The AICC or SCORM 1.2 objective ID value must match the LMS secondary objective value, not the autogenerated numeric objective ID. 15

16 Content Integration Potential Issues AICC/SCORM-based Exam Behavior AICC and SCORM-based exams are treated as content objects. Overall Score is tracked at the content object level. SCORM 2004 content can also track question-level data. The SF LMS has no concept of Failure for a content object. AICC and SCORM-based exams can not record a failed learning event. The SF LMS only stores AICC/SCORM exam data for the latest attempt. The SF LMS can not limit attempts. Content Integration Potential Issues SCORM 2004 Import SCORM 2004 content must be imported using the import assistant and must be associated with an item via the content package. The SF LMS does not offer an interface to edit or view the sequencing or navigation rules for a course. 16

17 Content Integration Potential Issues SCORM 2004 Administration The SF LMS only allows one SCORM 2004 package per item A SCORM 2004 package may be used with other objects in a course structure, but the SCORM 2004 package must be assigned under its own folder. It is not possible to edit a SCORM 2004 course structure in the LMS. If you need to make changes to a course, the changes must be made in the imsmanifest and reimported. Content Integration Potential Issues SCORM 2004 Run-time SCORM 2004 content must be suspended (cmi.exit=suspend) to have the data persist between sessions. SCORM 2004 Sequencing engine will autocomplete a sco if the completion status is unknown Can be prevented with sequencing rule completionsetbycontent = true 17

18 Content Integration Potential Issues SCORM 2004 Run-time When SCORM 2004 Control Mode Choice=false, users must use the Suspend button to maintain access to the item material. It is possible to hide the Exit button. Start/Resume navigation button introduced in LMS version 6.2. When SCORM 2004 Control Mode Flow=false (default setting), users can not use the Continue or Previous buttons to navigate between SCOs. It is possible to hide these buttons for each SCO. Buttons auto-hide in 5.8 SP5 + Content Integration Potential Issues Environment Related Issues Firewall issues with server-side AICC communication. Browser support for java applets (communication APIs). Load balancers and the AICC_URL SSL client certificate needed for server-to-server communication. Network latency related issues with dropped communication (use of the unload event) JRE navigation of Network Proxies 18

19 Content Integration COTS Tools COTS applications are the most common form of development. SuccessFactors recommends the following. Publish to AICC or SCORM standard (AICC preferred) Report Score and Interaction For exams built in COTS tools, do not send resume data Update manifest where appropriate Validate content in appropriate test suite Content Integration Troubleshooting The Content Integration Guide contains troubleshooting suggestions for commonly occurring AICC and SCORM issues. ContentIntegration/index.htm?cso=1 19

20 icontent Purchase Third-Party Courses - Choose from thousands of topics including compliance, professional development and industry specific course titles. Manage Custom Content Hosting, deployment and validation of custom content. More information can be found at 20

Online Content Management Matt Turley Lead Software Instructor

Online Content Management Matt Turley Lead Software Instructor Online Content Management Matt Turley Lead Software Instructor Course Objectives Define online content terminology Integrate web-based training (WBT) into SuccessFactors Learning Add and edit content objects

More information

A SCORM Interface for ILIAS

A SCORM Interface for ILIAS Agenda Market Demand for Standardization SCORM 1.2 Overview Status Quo of Interface Implementation for ILIAS Next Steps in the Implementation Process Outlook 1 Some samples for standards as main enabling

More information

Medworxx Learning Management System Manager Guide. Supplement. Importing SCORM Compliant Learning Items

Medworxx Learning Management System Manager Guide. Supplement. Importing SCORM Compliant Learning Items Medworxx Learning Management System Manager Guide Supplement Importing SCORM Compliant Learning Items Medworxx Learning Management System Version 3.4.8.0011 August 2008, Version 1 2005-2008 Medworxx, Inc.

More information

HLC Courses Management

HLC Courses Management HealthStream Learning Center TM Administrator access to features and functions described in the HLC Help documentation is dependent upon the administrator s role and affiliation. Administrators may or

More information

SCORM Users Guide for Programmers. Version 10

SCORM Users Guide for Programmers. Version 10 SCORM Users Guide for Programmers Version 10 September 15, 2011 Table of Contents Getting Started with SCORM... 7 Course Structure & Organization... 10 2. Introduction... 10 3. Content Packages... 17

More information

LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT. Andrew Chemey. Computer Scientist

LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT. Andrew Chemey. Computer Scientist LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT Andrew Chemey Computer Scientist 2008 Adobe Systems Incorporated. All Rights Reserved. 1 LMS Integration with Connect Pro: elearning

More information

Pass Through Proxy. How-to. Overview:..1 Why PTP?...1

Pass Through Proxy. How-to. Overview:..1 Why PTP?...1 Pass Through Proxy How-to Overview:..1 Why PTP?...1 Via an SA port...1 Via external DNS resolution...1 Examples of Using Passthrough Proxy...2 Example configuration using virtual host name:...3 Example

More information

LearningServer for.net Implementation Guide

LearningServer for.net Implementation Guide LearningServer for.net Implementation Guide This document outlines recommended steps for planning and implementing a LearningServer solution. A successful installation and implementation requires the completion

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

More information

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS Overview of Oracle JInitiator Oracle JInitiator enables users to run Oracle Forms applications using Netscape Navigator or Internet Explorer. It

More information

PeopleSoft Red Paper Series. E-Learning. By: Gregory Sandford, Benjamin Harr, Leo Popov May 2006

PeopleSoft Red Paper Series. E-Learning. By: Gregory Sandford, Benjamin Harr, Leo Popov May 2006 PeopleSoft Red Paper Series E-Learning By: Gregory Sandford, Benjamin Harr, Leo Popov May 2006 E-Learning Copyright 2006, Oracle. All rights reserved. The Programs (which include both the software and

More information

new Business Online Technical Troubleshooting Guide

new Business Online Technical Troubleshooting Guide new Business Online Technical Troubleshooting Guide TABLE OF CONTENTS How to install Java 1.6 Page 3 How to install Java 1.6 without ActiveX control Page 6 How to uninstall Java Runtime Environment Page

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X

LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X CONTENTS LMS 365 Learning Module Builder Add-in User Guide Version 1.5.0.x... 1 Contents... 2 1. The LMS365 Learning Module Builder Add-in...

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

GLS Support Guide Tips and Tricks

GLS Support Guide Tips and Tricks GLS Support Guide Tips and Tricks NT14-28911, 3.0, 1/11/2014 Ascom. All rights reserved. TEMS is a trademark of Ascom. All other trademarks are the property of their respective holders. NT14-28911, 3.0,

More information

Introduction to ProForm Rapid elearning Studio. What is ProForm? The ProForm Course Authoring Tool allows you to quickly create

Introduction to ProForm Rapid elearning Studio. What is ProForm? The ProForm Course Authoring Tool allows you to quickly create Introduction to ProForm Rapid elearning Studio The ProForm Rapid elearning Studio includes the ProForm Course Authoring Tool, the SWiSH Rapid Animation Tool, and the RapidCam Screen Recording Tool. This

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

ORACLE USER PRODUCTIVITY KIT CONTENT DEPLOYMENT RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17384-01

ORACLE USER PRODUCTIVITY KIT CONTENT DEPLOYMENT RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17384-01 ORACLE USER PRODUCTIVITY KIT CONTENT DEPLOYMENT RELEASE 3.6.1 SERVICE PACK 1 PART NO. E17384-01 MARCH 2010 COPYRIGHT Copyright 1998, 2010, Oracle and/or its affiliates. All rights reserved. Part No. E17384-01

More information

ShoreTel Advanced Applications Web Utilities

ShoreTel Advanced Applications Web Utilities INSTALLATION & USER GUIDE ShoreTel Advanced Applications Web Utilities ShoreTel Advanced Applications Introduction The ShoreTel Advanced Application Web Utilities provides ShoreTel User authentication

More information

Clientless SSL VPN Users

Clientless SSL VPN Users Manage Passwords, page 1 Username and Password Requirements, page 3 Communicate Security Tips, page 3 Configure Remote Systems to Use Clientless SSL VPN Features, page 3 Manage Passwords Optionally, you

More information

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER

REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.1.0.XXX Requirements and Implementation Guide (Rev 4-10209) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis Training Series

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

www.mvatcybernet.com PRODUCT VERSION: LYNC SERVER 2010, LYNC SERVER 2013, WINDOWS SERVER 2008

www.mvatcybernet.com PRODUCT VERSION: LYNC SERVER 2010, LYNC SERVER 2013, WINDOWS SERVER 2008 PRODUCT VERSION: LYNC SERVER 2010, LYNC SERVER 2013, WINDOWS SERVER 2008 With Forefront Threat Management Gateway 2010 now discontinued, we sought a suitable reverse proxy solution that works with Lync

More information

Initial Access and Basic IPv4 Internet Configuration

Initial Access and Basic IPv4 Internet Configuration Initial Access and Basic IPv4 Internet Configuration This quick start guide provides initial and basic Internet (WAN) configuration information for the ProSafe Wireless-N 8-Port Gigabit VPN Firewall FVS318N

More information

Rebasoft Auditor Quick Start Guide

Rebasoft Auditor Quick Start Guide Copyright Rebasoft Limited: 2009-2011 1 Release 2.1, Rev. 1 Copyright Notice Copyright 2009-2011 Rebasoft Ltd. All rights reserved. REBASOFT Software, the Rebasoft logo, Rebasoft Auditor are registered

More information

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010 DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

FileMaker Server 10 Help

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

More information

Using SCORM-Compliant Content With Saba. Version 2.0

Using SCORM-Compliant Content With Saba. Version 2.0 Using SCORM-Compliant Content With Saba Version 2.0 Table of Contents About This Guide... 4 Intended Audience... 4 Terminology... 4 Courseware Development Process... 6 Courseware Development Lifecycle

More information

Remote Management Reference

Remote Management Reference www.novell.com/documentation Remote Management Reference ZENworks 11 Support Pack 2 October 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Cisco Unity Connection WAV File Issues

Cisco Unity Connection WAV File Issues Cisco Unity Connection WAV File Issues Document ID: 110950 Contents Introduction Prerequisites Requirements Components Used Conventions Error: Could not load audio recording from file Error: InitMMAppletInstance

More information

Lectora Best Practices For essential LMS 8.24.1

Lectora Best Practices For essential LMS 8.24.1 Lectora Best Practices For essential LMS 8.24.1 Author: Greg Shell Creation Date: September 28, 2008 Last Updated: August 20, 2010 Version: 1.2 1 essential v.8.24.1 Lectora Best Practices 2010 elogic Learning

More information

Introduction to Mobile Access Gateway Installation

Introduction to Mobile Access Gateway Installation Introduction to Mobile Access Gateway Installation This document describes the installation process for the Mobile Access Gateway (MAG), which is an enterprise integration component that provides a secure

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Cisco Unified Workforce Quality Management

Cisco Unified Workforce Quality Management New and Updated Features, page 1 Deprecated Features, page 3 Important Notes, page 3 Removed and Unsupported Features, page 7 Third-party Software Impacts, page 7 New and Updated Features New Features

More information

Cloud Help for Community Managers...3. About Jive Anywhere...4. Jive Anywhere System Requirements...5. Managing Jive Anywhere...6

Cloud Help for Community Managers...3. About Jive Anywhere...4. Jive Anywhere System Requirements...5. Managing Jive Anywhere...6 Anywhere Contents 2 Contents Cloud Help for Community Managers...3 About Jive Anywhere...4 Jive Anywhere System Requirements...5 Managing Jive Anywhere...6 Installing the Extended API JAR File...6 Post-Installation

More information

Content Integration Information for VA LMS Phase II

Content Integration Information for VA LMS Phase II Content Integration Information for VA LMS Phase II Toolkit Reference H What This Is: This document describes the content integration strategies that can be used with VA LMS. Why It s Useful: Many different

More information

Release Notes for Cisco Dynamic Content Adapter 2.01 Service Release 1

Release Notes for Cisco Dynamic Content Adapter 2.01 Service Release 1 Release s for Cisco Dynamic Content Adapter 2.01 Service Release 1 Contents This document includes the following information: Introduction, page1 Supported Platforms, page 2 New Features, page 3 Administration

More information

Remote Management Reference

Remote Management Reference www.novell.com/documentation Remote Management Reference ZENworks 11 Support Pack 3 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

ILIAS-Conference, Nuremberg, 06.10.2005. Offline or Online Content Creation? Fred Neumann fred.neumann@fim.uni-erlangen.de

ILIAS-Conference, Nuremberg, 06.10.2005. Offline or Online Content Creation? Fred Neumann fred.neumann@fim.uni-erlangen.de Offline or Online Content Creation? Fred Neumann fred.neumann@fim.uni-erlangen.de FIM-NeuesLernen www.fim.uni-erlangen.de FIM-NeuesLernen 2005 Page 1 Agenda Authoring processes 4 ways to get content into

More information

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123 Instructor Manual Published: 2013-07-02 SWD-20130702091645092 Contents Advance preparation...7 Required materials...7 Topics

More information

Installation and Troubleshooting Guide for SSL-VPN CONNECTIONS Access

Installation and Troubleshooting Guide for SSL-VPN CONNECTIONS Access Installation and Troubleshooting Guide for SSL-VPN CONNECTIONS Access Version 1 Revised 11/29/2007 Table of Contents Java Installation:...4 Browser Configuration:...4 Citrix Client Installation:...8 Attempting

More information

Troubleshooting AVAYA Meeting Exchange

Troubleshooting AVAYA Meeting Exchange Troubleshooting AVAYA Meeting Exchange Is my browser supported? Avaya Web Conferencing supports the following browser clients for joining conferences (with the described limitations). The supported browsers

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Enterprise Security Interests Require SSL with telnet server from outside the LAN

Enterprise Security Interests Require SSL with telnet server from outside the LAN Create and Use an SSL on Goals Provide secure and encrypted 5250 data stream conversations with the server (including authentication) use a digital certificate we create with Digital Manager Show a client

More information

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration

OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration OMU350 Operations Manager 9.x on UNIX/Linux Advanced Administration Instructor-Led Training For versions 9.0, 9.01, & 9.10 OVERVIEW This 5-day instructor-led course focuses on advanced administration topics

More information

NEFSIS DEDICATED SERVER

NEFSIS DEDICATED SERVER NEFSIS TRAINING SERIES Nefsis Dedicated Server version 5.2.0.XXX (DRAFT Document) Requirements and Implementation Guide (Rev5-113009) REQUIREMENTS AND INSTALLATION OF THE NEFSIS DEDICATED SERVER Nefsis

More information

CA Productivity Accelerator v12.1.0.1:

CA Productivity Accelerator v12.1.0.1: CA Productivity Accelerator v12.1.0.1: Technical Specifications CA Productivity Accelerator is a single, synchronized content development platform which allows organizations deliver a broad range of user

More information

Implementation Guide SAP NetWeaver Identity Management Identity Provider

Implementation Guide SAP NetWeaver Identity Management Identity Provider Implementation Guide SAP NetWeaver Identity Management Identity Provider Target Audience Technology Consultants System Administrators PUBLIC Document version: 1.10 2011-07-18 Document History CAUTION Before

More information

Documentum Content Distribution Services TM Administration Guide

Documentum Content Distribution Services TM Administration Guide Documentum Content Distribution Services TM Administration Guide Version 5.3 SP5 August 2007 Copyright 1994-2007 EMC Corporation. All rights reserved. Table of Contents Preface... 7 Chapter 1 Introducing

More information

Providing Author-Defined State Data Storage to Learning Objects

Providing Author-Defined State Data Storage to Learning Objects Kassahun, A., Beulens, A. & Hartog, R. (2006). Providing Author-Defined State Data Storage to Learning Objects, Educational Technology & Society 9 (2), 19-32. Providing Author-Defined State Data Storage

More information

Enterprise Site Manager (ESM) & Administrator Console Installation / Uninstall

Enterprise Site Manager (ESM) & Administrator Console Installation / Uninstall Enterprise Site Manager (ESM) & Administrator Console Installation / Uninstall July 2013 For further information visit our support page: www.pearsonwbl.edexcel.com/our-support 1 Contents Please note clicking

More information

K-LMS KESDE. Knowledge Economy Skill Development E-learning Excellence. www.kesdee.com K-LMS

K-LMS KESDE. Knowledge Economy Skill Development E-learning Excellence. www.kesdee.com K-LMS Knowledge conomy Skill Development -learning xcellence Learning Management System K-LMS K-LMS empowers your organizational learning culture through Learning Management System (K-LMS), a software package

More information

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>>

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>> 000-420 IBM InfoSphere MDM Server v9.0 Version: Demo Page 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must be after StartDate"

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide! Kollaborate Server Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house

More information

WebsitePanel Installation Guide

WebsitePanel Installation Guide WebsitePanel Installation Guide Author: Feodor Fitsner Last updated: 15/04/2010 Version: 1.0 Table of Contents Introduction... 2 Hardware Requirements... 2 Dedicated Server... 2 Dedicated IP Addresses...

More information

TRAINING VENDORS: 7 KEY THINGS TO CONSIDER WHEN SELECTING A LMS

TRAINING VENDORS: 7 KEY THINGS TO CONSIDER WHEN SELECTING A LMS TRAINING VENDORS: 7 KEY THINGS TO CONSIDER WHEN SELECTING A LMS There seem to be many articles available providing guidelines on features to look for when evaluating a Learning Management System (LMS).

More information

Technical Brief for Windows Home Server Remote Access

Technical Brief for Windows Home Server Remote Access Technical Brief for Windows Home Server Remote Access Microsoft Corporation Published: October, 2008 Version: 1.1 Abstract This Technical Brief provides an in-depth look at the features and functionality

More information

Flight Workflow User's Guide. Release 12.0.0

Flight Workflow User's Guide. Release 12.0.0 Flight Workflow User's Guide Release 12.0.0 Copyright 2015 Signiant Inc. All rights reserved. Contents CHAPTER 1 Flight Introduction 4 FlightUploadReference 4 FlightDownloadReference 4 Cloud Storage Configuration

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2014x

DS License Server. Installation and Configuration Guide. 3DEXPERIENCE R2014x DS License Server Installation and Configuration Guide 3DEXPERIENCE R2014x Contains JAVA SE RUNTIME ENVIRONMENT (JRE) VERSION 7 Contains IBM(R) 64-bit SDK for AIX(TM), Java(TM) Technology Edition, Version

More information

TransNav Management System Documentation. Management Server Guide

TransNav Management System Documentation. Management Server Guide Force10 Networks Inc. TransNav Management System Documentation Management Server Guide Release TN4.2.2 Publication Date: April 2009 Document Number: 800-0006-TN422 Rev. A Copyright 2009 Force10 Networks,

More information

Cloud Administration Guide for Service Cloud. August 2015 E65820-01

Cloud Administration Guide for Service Cloud. August 2015 E65820-01 Cloud Administration Guide for Service Cloud August 2015 E65820-01 Table of Contents Introduction 4 How does Policy Automation work with Oracle Service Cloud? 4 For Customers 4 For Employees 4 Prerequisites

More information

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Applied Technology Abstract This white paper serves as a detailed solutions guide for installing and configuring IBM WebSEAL

More information

CopyMove for SharePoint 2007 Product Documentation

CopyMove for SharePoint 2007 Product Documentation CopyMove for SharePoint 2007 Product Documentation CopyMove for SharePoint 2007 All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP System v10 with Microsoft IIS 7.0 and 7.5 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft IIS Prerequisites and configuration

More information

Clientless SSL VPN End User Set-up

Clientless SSL VPN End User Set-up 37 CHAPTER This ections is for the system administrator who sets up Clientless (browser-based) SSL VPN for end users. It summarizes configuration requirements and tasks for the user remote system. It also

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Citrix Access Gateway Plug-in for Windows User Guide

Citrix Access Gateway Plug-in for Windows User Guide Citrix Access Gateway Plug-in for Windows User Guide Access Gateway 9.2, Enterprise Edition Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

Using LDAP for User Authentication

Using LDAP for User Authentication Using LDAP for User Authentication Product version: 4.50 Document version: 1.1 Document creation date: 03-06-05 Purpose This technical note describes how to configure and set up EPiServer to use an LDAP

More information

Content Delivery Service (CDS)

Content Delivery Service (CDS) Content Delivery Service (CDS) Xyleme delivers content management for learning and development. We transform the way you author, publish, deliver, and analyze learning content to drive business performance.

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

Opacus Outlook Addin v3.x User Guide

Opacus Outlook Addin v3.x User Guide Opacus Outlook Addin v3.x User Guide Connecting to your SugarCRM Instance Before you can use the plugin you must first configure it to communicate with your SugarCRM instance. In order to configure the

More information

GigaSpaces XAP 10.0 Administration Training ADMINISTRATION, MONITORING AND TROUBLESHOOTING GIGASPACES XAP DISTRIBUTED SYSTEMS

GigaSpaces XAP 10.0 Administration Training ADMINISTRATION, MONITORING AND TROUBLESHOOTING GIGASPACES XAP DISTRIBUTED SYSTEMS GigaSpaces XAP 10.0 Administration Training ADMINISTRATION, MONITORING AND TROUBLESHOOTING GIGASPACES XAP DISTRIBUTED SYSTEMS Learn about GigaSpaces XAP internal protocols, its configuration, monitoring

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 18, 2006 Product Information Partner Name Microsoft Web Site http://www.microsoft.com/isaserver Product Name Internet

More information

DeployStudio Server Quick Install

DeployStudio Server Quick Install DeployStudio Server Quick Install v1.7.0 The DeployStudio Team info@deploystudio.com Requirements OS X 10.7.5 to 10.11.1 DeployStudioServer_v1.7.x.pkg and later NetBoot based deployment 100 Mb/s switched

More information

SonicWALL SSL VPN 3.5: Virtual Assist

SonicWALL SSL VPN 3.5: Virtual Assist SonicWALL SSL VPN 3.5: Virtual Assist Document Scope This document describes how to use the SonicWALL Virtual Assist add-on for SonicWALL SSL VPN security appliances. This document contains the following

More information

Configuring. Moodle. Chapter 82

Configuring. Moodle. Chapter 82 Chapter 82 Configuring Moodle The following is an overview of the steps required to configure the Moodle Web application for single sign-on (SSO) via SAML. Moodle offers SP-initiated SAML SSO only. 1 Prepare

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

Software Development Kit (SDK)

Software Development Kit (SDK) QUICK START GUIDE UC Software 5.3.0 May 2015 3725-49126-001A Software Development Kit (SDK) Polycom, Inc. 1 Copyright 2015, Polycom, Inc. All rights reserved. No part of this document may be reproduced,

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.2 October 2015 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

2 Downloading Access Manager 3.1 SP4 IR1

2 Downloading Access Manager 3.1 SP4 IR1 Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

Installing an SSL Certificate Provided by a Certificate Authority (CA) on the vwlan Appliance

Installing an SSL Certificate Provided by a Certificate Authority (CA) on the vwlan Appliance Installing an SSL Certificate Provided by a Certificate Authority (CA) on the vwlan Appliance Date: 2/18/2011 Revision: 1.0 Introduction This document explains how to install an SSL certificate provided

More information

Web Application Firewall

Web Application Firewall Web Application Firewall Getting Started Guide August 3, 2015 Copyright 2014-2015 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other trademarks

More information

Thales ncipher modules. Version: 1.2. Date: 22 December 2009. Copyright 2009 ncipher Corporation Ltd. All rights reserved.

Thales ncipher modules. Version: 1.2. Date: 22 December 2009. Copyright 2009 ncipher Corporation Ltd. All rights reserved. ncipher modules Integration Guide for IBM Tivoli Access Manager for e-business 6.1 Windows Server 2003 32-bit and 64-bit Windows Server 2008 32-bit and 64-bit Version: 1.2 Date: 22 December 2009 Copyright

More information

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite

System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite System Requirements and Technical Prerequisites for SAP SuccessFactors HCM Suite SAP SuccessFactors HCM Suite is a fully web-based offering. You will need an Internet connection and a system that meets

More information

SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE)

SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE) 12/15/2012 WALISYSTEMSINC.COM SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE) Setup SSL in SharePoint 2013 In the last article (link below), you learned how to setup SSL in SharePoint 2013

More information

Performance Testing for Ajax Applications

Performance Testing for Ajax Applications Radview Software How to Performance Testing for Ajax Applications Rich internet applications are growing rapidly and AJAX technologies serve as the building blocks for such applications. These new technologies

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

STK Terrain Server Installation Guide

STK Terrain Server Installation Guide STK Terrain Server Installation Guide This guide walks you through the process of installing and configuring STK Terrain Server on your system. System Requirements 64-bit Windows, including Windows Server

More information

Feature and Technical

Feature and Technical BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's

More information