Installing and Deploying SAP Knowledge Acceleration (KA)

Size: px
Start display at page:

Download "Installing and Deploying SAP Knowledge Acceleration (KA)"

Transcription

1 SAP KNOWLEDGE ACCELERATION INSTALLATION AND DEPLOYMENT GUIDE In this guide, you will learn how to install and deploy Knowledge Acceleration (KA) product. Prior to beginning the installation, review hardware and software requirements and ensure that you have downloaded all required components for SAP Knowledge Acceleration (KA) product. The SAP Knowledge Acceleration is a web-based learning environment that uses software simulations for selfpaced tutorials as well as quick reference material. The content is authored using the SAP Productivity Composer (uperform Express). Installing and Deploying SAP Knowledge Acceleration (KA) The SAP Knowledge Acceleration (KA) is provided in two formats: Website Package LMS Package (AICC 2.2, SCORM 1.2, or SCORM 2004) You must choose one format to deploy and then download the relevant installation package from the Service Marketplace (SMP). The SAP Knowledge Acceleration can only be installed on the Microsoft Operating System (OS). After installation, the SAP Knowledge Acceleration files could be moved and deployed on any web server or Learning Management System (LMS), on any Operating System (OS). The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation. The SAP Knowledge Acceleration, LMS package, can be deployed to any Learning Management System (LMS) that conforms to AICC 2.2, SCORM 1.2, or SCORM The SAP Knowledge Acceleration (website or LMS package) can be accessed by a URL link in a browser. It is recommended to deploy the SAP Knowledge Acceleration to a web server or Learning Management System (LMS) to allow multiple users to access the SAP Knowledge Acceleration from multiple sites or locations. Technical requirements for deploying the SAP Knowledge Acceleration (KA): 1.0 GHz processor or higher Between 300 MB and 600 MB average per SAP Knowledge Acceleration. Between 40 MB and 60 MB average per module without sound (Actual size depends on many factors including length of lesson, screen resolution, and colour depth). Workstations with faster processors, larger amounts of RAM, and larger amounts of disk space are highly recommended. Depending on content usage patterns, a server configured per minimum recommended requirements may support between 1,000 and 1,500 end users.

2 Deploying KA to a Learning Management System (LMS) The SAP Knowledge Acceleration (KA), LMS package, can be deployed to any Learning Management System (LMS) that conforms to AICC 2.2, SCORM 1.2, or SCORM The SAP Knowledge Acceleration passes data via a POST command to the server script. The data that is passed: user name, simulation title, total number of questions, total number of correctly or incorrectly answered questions, score, and pass/fail. The SAP Knowledge Acceleration, accessed from any LMS system, will pass and save data into the LMS system. To deploy the SAP Knowledge Acceleration (KA) on an LMS system: Download and extract zip file Run the installation Locate and extract installed files Deploy LMS package Download and extract **.zip file for your SAP Knowledge Acceleration, LMS package. Double click on the **.msi file to install the SAP Knowledge Acceleration. Follow the installation wizard. Navigate to location where you installed SAP Knowledge Acceleration, LMS package and extract **.zip file. If LMS uses **.zip file, upload **.zip file for each course to your LMS. If LMS uses extracted **.zip file, upload required file(s) for each course to your LMS. Note: In most cases, the SAP Knowledge Acceleration is deployed to your LMS by your LMS administrator. Accessing SAP Knowledge Acceleration from you Learning Management System (LMS) When you launch a course from your LMS, it opens in a browser window. The title appears at the top and the Menu button appears at the top right corner. You can navigate to different lessons and assessments using the Menu button or you can navigate to the next or previous page using buttons on the bottom right corner. Navigating through the course pages, you will find Simulations in multiple modes, for example Demonstration or Tutorial, Self Test, or Evaluation. If you decide to customize the SAP Knowledge Acceleration and publish the content to an LMS package, you can specify which playback modes will be available to the user (Demonstration, Tutorial, Self Test, or Evaluation). Deploying KA to a Local Area Network (LAN) Deploying to a local area network will require you to create a shortcut, map a drive or create a UNC address (link) of the location where you installed SAP Knowledge Acceleration prior to granting access to users. To deploy the SAP Knowledge Acceleration (KA) on a local area network: Download and extract zip file Run the installation Access installed KA Grant access to users Download and extract the **.zip file for your SAP Knowledge Acceleration, website package. Double click on the **.msi file to install the SAP Knowledge Acceleration. Follow the installation wizard. Navigate to the folder where you installed the SAP Knowledge Acceleration, website package, extract **.zip file, and click on the index.htm file. Assign access rights to network users as required (users only require READ 2 Revised October 2010

3 access to the directory). Distribute the location (link) of the SAP Knowledge Acceleration to users. Deploying KA to a web sever Deploying the SAP Knowledge Acceleration to a web server allows multiple users to access the SAP Knowledge Acceleration from multiple sites or locations. The instructions below explain how to configure SAP Knowledge Acceleration on Microsoft Internet Information Server (ISS) v5 and Apache web server, although any supported platforms may be used. Download and extract zip file Download and extract the **.zip file for your SAP Knowledge Acceleration, website package. Run the installation Access installed KA Create Access Point Double click on the **.msi file to install the SAP Knowledge Acceleration. Follow the installation wizard. Navigate to the folder where you installed the SAP Knowledge Acceleration, website package, and click on the index.htm file. Create a link to the index.htm file from an existing website. or Create a standalone index.htm page. or Create a virtual directory on the web server. Configure IIS 1. Add a new virtual directory to the website and name it as required. 2. Enter the path to the location where you installed SAP Knowledge Acceleration (**.msi). 3. Set access permissions to the virtual directory (read and run required) 4. Set the default start page of the directory to be index.htm For Example: SAP Knowledge Acceleration should now be accessible via the address Configure Apache Web Server 1. Stop the Apache server 2. Add the following into the httpd.conf file within the Apache/Conf directory: Alias /ka/ "C:/KA/" <Directory "C:/KA"> Options Indexes FollowSymLinks </Directory> Note: The path in this example is C:/KA. Modify this path to point to the location where you have installed SAP Knowledge Acceleration. 3. Find the following line in the httpd.conf file: DirectoryIndex index.htmldefault.html and change this to read DirectoryIndex index.html. 4. Save changes and restart Apache. Note: If you are using Apache with UNIX operating system, there are some unique considerations as the UNIX operating system is case sensitive. SAP Knowledge Acceleration uses mixed case in its file structure. This generally does not cause a problem with UNIX because all calls to our files are in the correct case. (e.g., a file named "Test" will always be called as "Test", never "test"). However, there is an Apache module called "mod_rewrite" that automatically transforms URLs to lower-case (or upper case, depending on the configuration). Unfortunately, if your server is using this module, then calls to SAP Knowledge Acceleration files will now be called in lower-case, but since the file is mixed-case, it will generate an error 3 Revised October 2010

4 (web error number 404.) Please note, this is a well known module in Apache and information on mod_rewrite can be found at: Information on creating a htaccess file for Apache All deployment options use UTF-8 encoding. The Developer sets the encoding by using the HTML "encoding" META tag. By default, Apache on non-windows operating systems does not honor UTF-8 META tags without the 3 byte order mark (BOM). If you encounter this problem, an.htaccess file can be created in the Player directory to allow Apache to correctly serve UTF-8 pages. To do so, create an.htaccess file that contains the following line: "AddDefaultCharset UTF-8". The httpd.conf must be configured to allow.htaccess override. If "AllowOverride None" is set in the httpd.conf, then the.htaccess file is ignored. This needs to be set to allow the.htaccess file to override the httpd.conf for this particular directory. After doing this, restart the Apache service and then the IE cache *must* be cleared if the content was accessed before this change. (This is because file dates do not change, only the Apache is serving the files change. Therefore, IE will not realize it needs to get the file again unless the cache is cleared.) Deploying KA to a stand-alone computer Deploying the SAP Knowledge Acceleration to a stand-alone computer is not recommended. To deploy the SAP Knowledge Acceleration (KA) on a stand-alone workstation: Download and extract zip file Run the installation Access installed KA Download and extract the **.zip file for your SAP Knowledge Acceleration, website package. Double click on the **.msi file to install the SAP Knowledge Acceleration. Follow the installation wizard. Navigate to the folder where you installed the SAP Knowledge Acceleration, website package, extract the **.zip file, and click on the index.htm file. Viewing SAP Knowledge Acceleration (KA) The following requirements are for viewing the SAP Knowledge Acceleration from a local workstation: 1.0 GHz processor or higher 512 MB RAM or higher 2 MB Video card with 16 million colors at 1024 x 768 resolution Microsoft Windows 2000 SP4, XP Professional SP3, or Vista Business SP1 Support for Federal Desktop Core Configuration (FDCC) Major version 1.2 (2009 Q1) of Microsoft Windows XP Professional SP2/SP3 or Vista Business SP1 Microsoft Internet Explorer 6.0, 7.0, or 8.0 or Mozilla Firefox 2.0 or 3.0 to view HTML output Microsoft Office XP, 2003 SP3, or 2007 SP1 to view Microsoft Office output Adobe Acrobat Reader 8.0, 9.0, or 9.1 to view PDF output Adobe Flash Player 8.0, 9.0, or 10.0 to view Flash output For optimum performance, viewing the SAP Knowledge Acceleration over a modem connection (56K) is not recommended. 4 Revised October 2010

5 Pop-up Blocker and Trusted Sites When you access content from the public Internet or from a Web site in the Restricted Security zone, you will notice the following behaviour: The pop-up blocker prevents the main Table of Contents window from launching. When attempting to launch, an information box will appear below the Address Bar, stating a pop-up has been blocked. In addition, an Information Bar dialog box may appear. Clicking in the Information Bar will allow you to Temporarily Allow Pop-ups, Always Allow Pop-ups from This Site, or change Settings. The settings changes are: turn off Pop-up Blocker: enable/disable Show Information Bar for Pop-ups; or More Settings. Selecting More Settings will open the Pop-up Blocker Settings dialog box. It is recommended that you don t make changes using these options. You should instead put the Web site with the content into a Trusted zone, as described below. Note: If you select Always Allow Pop-ups from This Site the site is automatically added to the allowed sites in the Pop-up Blocker Settings dialog box. You can access this dialog box from the Tools menu in Internet Explorer. Open Internet Explorer Add the site to the Trusted Sites list 1. Click on the Tools menu 2. Click on the Internet Options command 3. Click on the Security tab 4. Click the Trusted Sites icon 5. Click Sites 6. In the Add This Site to the Zone field, enter the URL for the website 7. Deselect Require server verification ( for all sites in this zone option, if necessary 8. Click Add 9. Click OK Running scripts and ActiveX controls on your computer: When you encounter a Web page that is trying to run active content on your computer, you will receive a message prompting you to indicate whether you want to allow this. To allow any Web site to run scripts and ActiveX controls on your computer: In Internet Explorer, on the Tools menu, click Internet Options. On the Advanced tab, scroll down to the Security section of the list. Select the Allow active content to run in files on My Computer check box, and then click OK. 5 Revised October 2010

6 Enabling Flash Player To view SAP Knowledge Acceleration (Flash output, simulations and modules), Adobe Flash Player 8.0, 9.0, or 10 is required (Internet Explorer or FireFox). To check if you have a Flash player installed, use Add\Remove programs in the Control Panel and check to see if the Adobe Flash Player appears in the list of installed programs: You will need to configure the Flash Player using the Flash Global Settings website Ensure that Always allow option is selected. 6 Revised October 2010

7 APPENDIX A Deploying KA Content using SAP Productivity Pak Help LaunchPad or SAP Productivity Composer Help LaunchPad Understanding SAP Productivity Pak/Composer Help LaunchPad Note: The context-sensitive help (Help LaunchPad) is to be used only for SAP Knowledge Acceleration products developed for SAP systems. The SAP Productivity Pak Help LaunchPad for SAP Productivity Composer by RWD and documentation can be found and downloaded from the Service Marketplace (SMP). The SAP Productivity Pak Help LaunchPad installation includes.zip files containing a 2.4 MB library directory that contains a Microsoft Visual Basic (VB) application and all necessary VB dlls; an ActiveX control; and the files to be transported into SAP system. There are two methods for installing the SAP Productivity Pak Help LaunchPad into the SAP system are: ABAP Add-On using SAINT or Transport. The SAP Productivity Pak Help LaunchPad for SAP Productivity Composer by RWD can be installed in the SAP 4.6, 4.7, 5.0, and 6.0 (Enterprise) systems and the SAP APO and SAP CRM systems. The recommended method for providing stay-on-top functionality uses an ActiveX control downloaded to the user workstation inside Microsoft Internet Explorer. An alternative method uses an application to launch the browser; this application must reside on a Windows-based server on the Intranet/LAN or on the users' Windows-based PCs. Unix-based workstations can call custom help, but cannot deploy the stay-on-top view of the documentation. For more information about the SAP Productivity Pak Help LaunchPad, refer to the users guide for the SAP Productivity Pak Help LaunchPad. Installing and Configuring Context Sensitive Help The SAP Productivity Pak Help LaunchPad component is typically installed via the transport of a custom ABAP routine into the Development instance of SAP and then migrated to the Production instance. The custom ABAP routine is invoked directly from the standard SAP Help pull-down menu. This configuration requires a minor modification (single line entry) of the standard help menu and associated algorithm (standard SAP menu program MENU_SYST and function module HELP_START). All SAP Productivity Pak Help LaunchPad administration and user dialogs are delivered in U.S. English. Workstations supporting the SAP Productivity Pak Help LaunchPad installation must meet the specifications for author/administrator workstations plus the following requirements to facilitate implementation: Appropriate developer access rights to the SAP system to create custom objects, modify SAP objects, etc. Account on the SAP Online Service System (OSS) to register SAP objects. All SAP backend systems support custom help from the SAP GUI Help menu. The SAP Productivity Pak Help LaunchPad does not support SAP 4.5B Systems. SAP 4.5B backend systems do not support the following features: statistics, alerts, auto notifications, and auto upload. SAP 4.6, 4.7, ECC 5.0, and ECC 6.0 backend systems have no the SAP Productivity Pak Help LaunchPad feature restrictions. 7 Revised October 2010

8 SAP Enterprise Portal SAP Productivity Composer provides context-sensitive help for SAP Enterprise Portal 6.0 and 7.0 iviews. This solution is implemented by administrator-level users of the Portal who are familiar with Enterprise Portal framework installation and Portal Content Administration. This solution has been tested in the following specifications: SAP Enterprise Portal 6.0 SP17-20 and SAP Enterprise Portal 7.0 SP10-13 platforms Internet Explorer 6.0 SP1, 7.0, or 8.0 SAP Supplier Relationship Management SAP Productivity Composer provides context-sensitive help for SAP Supplier Relationship Management (SRM) 4.0, 5.0, and 6.0. This solution is implemented by administrator-level users of SAP SRM who are familiar with modifying objects via the ABAP Workbench Object Navigator (transaction SE80). This context-sensitive help solution supports only Microsoft Internet Explorer web browsers. SAP CRM Interaction Center Web Client SAP Productivity Composer provides context-sensitive help for the SAP CRM 2007 or 7 IC Web Client. This contextsensitive help solution uses SAP transaction SR13 to direct CRM 2007 or 7 page-specific help requests to the SAP Productivity Composer website. Web Applications SAP Productivity Composer content can be linked to web-based applications using unique screen identifiers (IDs) in the application. Deploying KA content using SAP Productivity Pak/Composer Help LaunchPad Note: The context-sensitive help (Help LaunchPad) is to be used only for SAP Knowledge Acceleration products developed for SAP systems. Before you can deploy the Knowledge Accelerator as context-sensitive help in SAP system, three activities must occur: SAP Productivity Pak Help LaunchPad must be installed on SAP system SAP Productivity Pak Help LaunchPad transports must be transported into the SAP system. The SAP Productivity Pak Help LaunchPad transports make use of SAP development namespaces. After transport, the SAP Help Menu and HELP_START function module must be customized. The Knowledge Acceleration source files have assigned SAP transaction code(s) that will be used to launch relevant content from the Help menu of the SAP system. Configure the Custom Help The transaction RWD/ZF0 is used to configure the Custom Help using the SAP Productivity Pak Help LaunchPad. Your SAP Basis Administrator must already have completed installation and configuration of the SAP Productivity Pak Help LaunchPad as a prerequisite for the subsequent steps. To launch the transaction, enter /n/rwd/zf0 and press Enter. 8 Revised October 2010

9 Creating a Help Server When deploying the custom help (Knowledge Acceleration published context) to the SAP system, you can choose an existing Help Server or you can choose to create a new Help Server. To create a new Help Server, click Server Setup. Enter a name for the new Help Server and click Create Server. 9 Revised October 2010

10 Fill in the required fields. Server Location: Location of the fastpaths folder. Example: Server Description: Text describing the help server Executable Location If you are using the Visual Basic application, enter the network or local location of the Visual Basic application. Example://server/directory/directory/ Adding Help for Transactions There are two options for uploading custom help using the /RWD/ZF0 transaction: single upload or batch upload. Single upload Can you add single and multiple files (multiple transactions)? Yes. If a transaction code has only one associated help content, you may choose to upload it individually. 1) Published the Knowledge Acceleration content deploy to your server (the Server Location specified in the Help Server configuration). 2) From the /RWD/ZFO transaction, click Transaction Setup 3) Enter the Transaction on the Work with Tcodes tab. 10 Revised October 2010

11 4) Click Execute 5) Specify the relative path to the content in the Fastpath Page field. Specify the Help Server in the Server field and click Execute Batch upload using Quick Launch pages Quick launch pages are created by SAP Productivity Composer by RWD during website publishing and are used in conjunction with the SAP Productivity Pak Help LaunchPad to provide context-sensitive help directly from SAP system. The quick launch pages are summarized in a text file (fp_upload.txt), which is uploaded into your SAP system. Quick launch pages are intermediate web pages listing content files with a common property, typically the transaction code. If only one content file contains a unique property, then the quick launch page is an HTML redirect to the content. If multiple content files contain a common property, SAP Productivity Composer by RWD builds an intermediate web page listing all content with this property. The Quick launch pages are uploaded using the batch upload with the fp_upload.txt file. 1. From the /RWD/ZF0 start page, click Transaction Setup. 2. Click Batch Upload/Download Transactions 3. Select Upload CSH Transactions with a file and leave the default settings. Click Execute. 4. Browse to the location of the fp_upload.txt file and click Open. 11 Revised October 2010

12 5. The batch upload will now complete. Accessing KA from Help menu of the SAP system To access Knowledge Acceleration from the help menu of the SAP system: 1. Start the transaction using the menu path or transaction code. 2. Select HELP > CUSTOM HELP to display the context-sensitive help in a browser window on top of the SAP application. Using KA with SAP Productivity Pak (SPP) There are two parts to the SAP Productivity Pak by RWD: Editor (Client): used to record, create, and edit content. Server: used to configure and manage the document library, website, glossary, and workflow functionality. This server interface is available via the Internet Explorer or Mozilla Firefox web browsers. 12 Revised October 2010

13 The server workspace provides access to several functions, including project and user account creation, workflow setup, glossary and publishing maintenance, reporting, and website setup, configuration, and customization. The following functionality is available via the server workspace: Create favorites, subscriptions, and tell others notices Participate in discussions Create and maintain user accounts Manage role and group assignments Create and maintain projects, document libraries, and websites Create and maintain the glossary Create and maintain publishing settings Create workflow routings Generate reports 13 Revised October 2010

14 Q: How can I access SAP Productivity Pak by RWD to check in content? A: You will need to have Client installed. The server administrator will provide you with required information to connect the Client to the server. From your Client, click Tools > Options and then General Settings under RWD uperform Server to establish connection to the server. Select Use RWD uperform Server and fill out Username and Password fields. Test Connection and if you get connection successful message, click OK. Note: You will need to ensure that the KA template is uploaded to the server before you can upload other KA source files. This step is required to be able to view any KA content on RWD Server (SPP). 14 Revised October 2010

15 Q: What KA content can be uploaded to SPP? A: Provided you have installed Client and correctly connected to the server, you can upload (Check in) the KA templates, simulations and courses. Once content is uploaded, you will be able to leverage the RWD uperform check in/checkout, versioning, workflow, and collaboration functionality. If you also have end user rights, you can access content via a standard web browser, provide feedback to authors, and collaborate with other users to share knowledge. Q: What are my options for deploying KA content to the SPP server? A: There are 3 options: 1. Import source files and assign them to the website (only simulations and courses) 2. Add managed documents (single files) 3. Add Web document (web link) (just point to web server where you have KA deployed); Example of web link: Note: You might ask administrator to add KA content on the web server (MS IIS) if you want to have all content on the same server. Q: What is the recommended best practice for deploying KA content to SPP? A: Assuming you want to keep all of the KA content together, it is recommended that you deploy the KA website package (from SAP Service Market Place) to any web server and simply add the URL to the SPP server. Note: All KA website packages that you download from SAP Service Market Place are published using SPC. Q: Could I be able to republish the original KA website that I have downloaded from SMP? A: You need to have SPC in order to republish KA website. However, if you pull in all content source files into SPP, you can re-architect a new website from within SPP. Q: How do I upload (Check-in) individual KA files to the server? A: Click File > Check in. You can import (Check-in) single (Check in Single File) or multiple files (Check in Multiple Files). Q: If I import the KA content individually, can I have additional simulations or courses from different courses assigned to KA? A: Yes, you can assign any course or simulation that resides on the RWD Server to your KA website. However, you will need to re-build that KA website. Q: How can I organize content for a new website using server? A: Upon import, all files are organized in alphabetical order by default. You can create folders and subfolders or you can name your files with numbers. For example, if you want to build a website on the RWD server, you can organize the modules in lessons. Be aware that content will be organized in folders, but in the folders they are sorted alphabetically. So you may have a structure like: Course 15 Revised October 2010

16 Lesson 1 <module name> Simulations S1: Working with S2: Changing a S3: Assessment Lesson 2 <module name> Simulations Note: That the simulation names will need to be pre-appended to sort correctly into the original KA order. This would need to be done from Client choosing File > Properties and then adding a file name (ex: S1: <sim name>). Q: Can I publish from server to an LMS? A: Yes, if your LMS is PENS compliant. If it is not PENS compliant, you can publish to LMS package, deploy it to the LMS, and then put the web link in the SPP server. Q: How do I create a new website on the SPP server? A: You need to go to the website folder (already created as part of your project) and then create folders or subfolders for your website content. You need to navigate to your document inside Document Library and then click Assign Website Context. After, you will need to publish your documents. Q: Can my KA users have single sign on? A: Only in SPP. SPC does not offer access control with a named user account. Q: Can I import and export Glossary and translation source files into SPP server for each KA? A: Yes, this can be done. You can export each glossary from SPC to a tabs delimited text file (standard functionality in SPC since version 3.1). Then you can import the glossary into the SPP server and assign a specific glossary to a specific context (project or folder). Copyright/Trademark 16 Revised October 2010

Section 1.0 Getting Started with the Vālant EMR. Contents

Section 1.0 Getting Started with the Vālant EMR. Contents Section 1.0 Getting Started with the Vālant EMR Contents Getting Started with the Valant EMR application:... 2 Hardware Requirements for the Vālant EMR:... 3 Software Requirements for the Vālant EMR:...

More information

Help Desk. M S C o E Lifelong Learning Center. BlackBoard Quick Start Guide (877)208-1229

Help Desk. M S C o E Lifelong Learning Center. BlackBoard Quick Start Guide (877)208-1229 M S C o E Lifelong Learning Center BlackBoard Quick Start Guide Helpful Information & Configuring your Computer with Blackboard Help Desk Monday 0730-1630 Tuesday-Friday 0730-2230 Saturday 0900-1700 (CST)

More information

MySabre with Sabre VPN

MySabre with Sabre VPN MySabre with Sabre VPN MIGRATION / INSTALLATION GUIDE T a b l e o f C o n t e n t s Table of Contents... ii Introduction... 3 Before Installing... 3 New MySabre User Installation... 4 Appendix A ActiveX

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

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008

BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 Installation Guide with Microsoft SQL Server 2005 Express Edition January 2008 BUILDER 3.0 1 Table of Contents Chapter 1: Installation Overview... 3 Introduction... 3 Minimum Requirements...

More information

Batch Scanning. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2011 Ingenix. All rights reserved.

Batch Scanning. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2011 Ingenix. All rights reserved. 70 Royal Little Drive Providence, RI 02904 Copyright 2002-2011 Ingenix. All rights reserved. Updated: December 13, 2011 Table of Contents 1 Batch Scanning... 1 1.1 Installing the CareTracker Client...

More information

Software Installation and Creating a New Company

Software Installation and Creating a New Company Chapter 1 Software Installation and Creating a New Company OBJECTIVES: 1 System Requirements 2 Software Installation 3 Starting QuickBooks and Creating a New Company 4 Backing up Company Data 5 QuickBooks

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES

CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES CONFIGURING MICROSOFT SQL SERVER REPORTING SERVICES TECHNICAL ARTICLE November/2011. Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment

More information

Welcome To Paragon 3.0

Welcome To Paragon 3.0 Welcome To Paragon 3.0 Paragon MLS is the next generation of web-based services designed by FNIS specifically for agents, brokers, and MLS administrators. Paragon MLS is an amazingly flexible online system

More information

ORACLE USER PRODUCTIVITY KIT V3.6.1 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3)

ORACLE USER PRODUCTIVITY KIT V3.6.1 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) ORACLE USER PRODUCTIVITY KIT V3.6.1 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) KEY FEATURES AND BENEFITS DRIVE USER PRODUCTIVITY AND MITIGATE RISK. FEATURES Single, synchronized authoring

More information

NETWRIX FILE SERVER CHANGE REPORTER

NETWRIX FILE SERVER CHANGE REPORTER NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Installing Oracle 12c Enterprise on Windows 7 64-Bit JTHOMAS ENTERPRISES LLC Installing Oracle 12c Enterprise on Windows 7 64-Bit DOLOR SET AMET Overview This guide will step you through the process on installing a desktop-class Oracle Database Enterprises

More information

BarTender Web Print Server

BarTender Web Print Server The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to

More information

User Installation Guide

User Installation Guide The will provide a step-by-step walkthough of how to download and install the application, activate each feature of the product, install any of the feature's prerequisites, extend the license, and deactivate

More information

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES TECHNICAL ARTICLE November 2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

Installation Instructions Release Version 15.0 January 30 th, 2011

Installation Instructions Release Version 15.0 January 30 th, 2011 Release Version 15.0 January 30 th, 2011 ARGUS Software: ARGUS Valuation - DCF The contents of this document are considered proprietary by ARGUS Software, the information enclosed and any portion thereof

More information

CRM Outlook Plugin Installation

CRM Outlook Plugin Installation CRM Outlook Plugin Installation Last Modified on 01/15/2016 4:51 pm EST Hardware Requirements Component Minimum Recommended Processor Intel Pentium III 750-MHz CPU, or comparable Dual-core 1.8-GHz CPU

More information

2. Installation Instructions - Windows (Download)

2. Installation Instructions - Windows (Download) Planning Your Installation Gridgen Zip File Extraction 2. Installation Instructions - Windows (Download) First time installation of Gridgen is fairly simple. It mainly involves downloading a complete version

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Windows XP/2003/Vista/2008/7 Browser: Firefox 2+, IE 6+ Version 2.3.1 Chapter 1 Chapter 2 Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment 2.3 Connect

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

PC Requirements and Technical Help. Q1. How do I clear the browser s cache?

PC Requirements and Technical Help. Q1. How do I clear the browser s cache? Q1. How do I clear the browser s cache? A1. Clear your browser's cache, and close all other applications that are running in your PC to free up memory space. For instructions on clearing cache (temporary

More information

Using the SimNet Course Manager

Using the SimNet Course Manager Using the SimNet Course Manager Using the SimNet Course Manager Contents Overview...3 Requirements...3 Navigation...3 Action Menus...3 Sorting Lists...4 Expanding and Collapsing Sections...4 Instructor

More information

Speeding up PDF display in Acrobat

Speeding up PDF display in Acrobat Speeding up PDF Display (Firefox 2) Speeding up PDF display in Acrobat WHY CHANGE THE PDF DISPLAY BEHAVIOUR?...1 FIREFOX 2...2 INTERNET EXPLORER 7...5 Why change the PDF display behaviour? Why? Because

More information

Getting Started With the APTA Learning Center. for PT CPI Course Participants. A Basic Overview

Getting Started With the APTA Learning Center. for PT CPI Course Participants. A Basic Overview Getting Started With the APTA Learning Center for PT CPI Course Participants A Basic Overview Prepared by: APTA Professional Development Department Date: March 2009 2009 The American Physical Therapy Association

More information

SecureClient Central Installation Guide. September 2014

SecureClient Central Installation Guide. September 2014 SecureClient Central Installation Guide September 2014 September 2014 3 of 12 Table of contents 1. About this guide... 5 2. System requirements... 6 3. Installation... 7 4. Software upgrades... 12 Appendix

More information

Verizon Remote Access User Guide

Verizon Remote Access User Guide Version 17.12 Last Updated: August 2012 2012 Verizon. All Rights Reserved. The Verizon names and logos and all other names, logos, and slogans identifying Verizon s products and services are trademarks

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency

More information

Recommended Browser Setting for MySBU Portal

Recommended Browser Setting for MySBU Portal The MySBU portal is built using Microsoft s SharePoint technology framework, therefore, for the best viewing experience, Southwest Baptist University recommends the use of Microsoft s Internet Explorer,

More information

Federated Identity Service Certificate Download Requirements

Federated Identity Service Certificate Download Requirements Federated Identity Service Certificate Download Requirements Version 3.2 Exostar, LLC February 14, 2013 Table of Contents Introduction... 1 Purpose... 1 FIS System Requirements... 2 Adding Exostar as a

More information

E-Notebook SQL 12.0 Desktop Database Installation Guide. E-Notebook SQL 12.0 Desktop Database Installation Guide

E-Notebook SQL 12.0 Desktop Database Installation Guide. E-Notebook SQL 12.0 Desktop Database Installation Guide E-Notebook SQL 12.0 Desktop Database Installation Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Database Creation and Configuration... 4 2.2.1. Create and share

More information

NETWRIX USER ACTIVITY VIDEO REPORTER

NETWRIX USER ACTIVITY VIDEO REPORTER NETWRIX USER ACTIVITY VIDEO REPORTER ADMINISTRATOR S GUIDE Product Version: 1.0 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Optum Patient Portal. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2013 Optum. All rights reserved. Updated: 3/7/13

Optum Patient Portal. 70 Royal Little Drive. Providence, RI 02904. Copyright 2002-2013 Optum. All rights reserved. Updated: 3/7/13 Optum Patient Portal 70 Royal Little Drive Providence, RI 02904 Copyright 2002-2013 Optum. All rights reserved. Updated: 3/7/13 Table of Contents 1 Patient Portal Activation...1 1.1 Pre-register a Patient...1

More information

Intelligent Office: Web Optimisation Guide. Published Date: 06/11/2015. Version: 3.3

Intelligent Office: Web Optimisation Guide. Published Date: 06/11/2015. Version: 3.3 Intelligent Office: Web Optimisation Guide Published Date: 06/11/2015 Version: 3.3 Table of Contents System Requirements:... 3 Introduction... 3 Difficulties Logging on to Intelligent Office (io)... 3

More information

Introduction and Overview

Introduction and Overview Inmagic Content Server Workgroup 10.00 Microsoft SQL Server 2005 Express Edition Installation Notes Introduction and Overview These installation notes are intended for the following scenarios: 1) New installations

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

Installation and Program Essentials

Installation and Program Essentials CS PROFESSIONAL SUITE ACCOUNTING PRODUCTS Installation and Program Essentials version 2010.x.x TL 22538 (5/25/10) Copyright Information Text copyright 1998 2010 by Thomson Reuters/Tax & Accounting. All

More information

UNGASS CRIS 2008

UNGASS CRIS 2008 version 1.0 UNGASS DATA ENTRY SOFTWARE: GLOBAL REPORTING 2008 TROUBLESHOOTING GUIDE Prepared by UNAIDS Evidence, Monitoring, and Policy Department UNAIDS 20, Avenue Appia 1211 Geneva 27 Switzerland Tel.

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

October 2012. Oracle User Productivity Kit 11.1 Frequently Asked Questions

October 2012. Oracle User Productivity Kit 11.1 Frequently Asked Questions October 2012 Oracle User Productivity Kit 11.1 Frequently Asked Questions Table of Contents Documentation... 2 UPK Player Published Output... 3 Learning Management Systems... 8 UPK Developer... 9 Languages...

More information

Orientation Course - Lab Manual

Orientation Course - Lab Manual Orientation Course - Lab Manual Using the Virtual Managed Workplace site for the lab exercises Your instructor will provide the following information before the first lab exercise begins: Your numerical

More information

CTERA Agent for Mac OS-X

CTERA Agent for Mac OS-X User Guide CTERA Agent for Mac OS-X September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

Checking Browser Settings, and Basic System Requirements for QuestionPoint

Checking Browser Settings, and Basic System Requirements for QuestionPoint Checking Browser Settings, and Basic System Requirements for QuestionPoint This document covers basic IE settings and system requirements necessary for QuestionPoint. These settings and requirements apply

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Before You Begin, Your Computer Must Meet the System Requirements

Before You Begin, Your Computer Must Meet the System Requirements Before You Begin, Your Computer Must Meet the System Requirements Windows: Minimum: Windows Vista SP2 or Windows 7 & 8 Remote Desktop Protocol (connection) 7.1 or higher 150 MB hard drive space 2 GB RAM

More information

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide

E-Notebook SQL13.0 Desktop Migration and Upgrade Guide E-Notebook SQL13.0 Desktop Migration and Upgrade Guide Last Modified: October 09, 2012 TABLE OF CONTENTS 1 Introduction... 3 2 Software Requirements... 3 2.1 Single User... 3 2.2 Remote (Shared Database

More information

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA1826 Designing Cloud Computing Solutions Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage.

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage. Important Please read this User s Manual carefully to familiarize yourself with safe and effective usage. About This Manual This manual describes how to install and configure RadiNET Pro Gateway and RadiCS

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

Topaz Installation Sheet

Topaz Installation Sheet Topaz Installation Sheet P/N 460924001E ISS 08FEB12 Content Introduction... 3 Recommended minimum requirements... 3 Setup for Internet Explorer:... 4 Topaz installation... 10 Technical support... 14 Copyright

More information

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument.

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument. TA Instruments TRIOS Software Installation Instructions Installation Requirements Your TRIOS Instrument Control software includes all the components necessary to install or update the TRIOS software, as

More information

SYSTEM REQUIREMENTS...

SYSTEM REQUIREMENTS... Contents INTRODUCTION... 1 BillQuick HR Setup Checklist... 2 SYSTEM REQUIREMENTS... 3 HARDWARE REQUIREMENTS... 3 SOFTWARE REQUIREMENTS... 3 Operating System Requirements... 3 Other System Requirements...

More information

Foxit Reader Deployment and Configuration

Foxit Reader Deployment and Configuration Copyright 2004-2015 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class

Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class Getting Started with MozyPro Online Backup Online Software from Time Warner Cable Business Class A Guide for Users MozyPro is an online backup service with an easy to use interface so you can start backing

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Migrating TimeForce To A New Server

Migrating TimeForce To A New Server Rev. 4/28/14 Migrating TimeForce To A New Server Table of Contents 1. Installation Prerequisites... 2 Required... 2 Recommended... 3 2. Update to a Migration Compatible Version... 3 Determine the Database

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Charter Business Desktop Security Administrator's Guide

Charter Business Desktop Security Administrator's Guide Charter Business Desktop Security Administrator's Guide Table of Contents Chapter 1: Introduction... 4 Chapter 2: Getting Started... 5 Creating a new user... 6 Recovering and changing your password...

More information

Getting Started With the APTA Learning Center. for PT CPI Course Participants. A Basic Overview

Getting Started With the APTA Learning Center. for PT CPI Course Participants. A Basic Overview 2008 The American Physical Therapy Association Getting Started With the APTA Learning Center for PT CPI Course Participants A Basic Overview Prepared by: APTA Professional Development Department Date:

More information

WorldExtend IronDoor 3.5 Publishing a Terminal Services Application

WorldExtend IronDoor 3.5 Publishing a Terminal Services Application WorldExtend IronDoor 3.5 Publishing a Terminal Services Application WorldExtend, LLC. Published: September 2008 Abstract This guide will walk you through the steps required to publish a terminal services

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

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

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE

Learning Management System (LMS) Quick Tips. Contents LMS REFERENCE GUIDE Learning Management System (LMS) Quick Tips Contents Process Overview... 2 Sign into the LMS... 3 Troubleshooting... 5 Required Software... 5 Mobile devices are not supported... 5 Using the Check System

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER INSTALLATION AND CONFIGURATION GUIDE Product Version: 4.0 March 2013. Legal Notice The information in this publication is furnished for information use only, and

More information

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On

How To Backup Your Computer With A Remote Drive Client On A Pc Or Macbook Or Macintosh (For Macintosh) On A Macbook (For Pc Or Ipa) On An Uniden (For Ipa Or Mac Macbook) On Remote Drive PC Client software User Guide -Page 1 of 27- PRIVACY, SECURITY AND PROPRIETARY RIGHTS NOTICE: The Remote Drive PC Client software is third party software that you can use to upload your files

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

Installing OneStop Reporting Products

Installing OneStop Reporting Products Installing OneStop Reporting Products Contents 1 Introduction 2 Product Overview 3 System Requirements 4 Deployment 5 Installation 6 Appendix 2010 OneStop Reporting http://www.onestopreporting.com support@onestopreporting.com

More information

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a Net 2 NetApp Electronic Library User Guide for Net 2 Client Version 6.0a Table of Contents 1 INTRODUCTION AND KEY FEATURES... 3 SOME OF THE KEY FEATURES INCLUDE:... 3 INSTALLATION PREREQUISITES:... 3 2

More information

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration User Guide DocAve Lotus Notes Migrator for Microsoft Exchange 1.1 Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration This document is intended for anyone wishing to familiarize themselves

More information

How To Use Moodle Online Class On A Pc Or Mac Or Ipad (For Acedo) On A Computer Or Mac) On Your Computer Or Ipod Or Ipo (For An Ipo) For Acedor Or Mac (

How To Use Moodle Online Class On A Pc Or Mac Or Ipad (For Acedo) On A Computer Or Mac) On Your Computer Or Ipod Or Ipo (For An Ipo) For Acedor Or Mac ( Welcome to Stanly Online, This document has been sent to you to supply the information you need to: access our online learning system AND find help, should the need arise Accessing : Your online class

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information

KB-365CP Certiport Level One (L1) Technical Support

KB-365CP Certiport Level One (L1) Technical Support KB-365CP Certiport Level One (L1) Technical Support OVERVIEW Level One (L1) Certiport Technical Support includes: Resolving Error 31 (ITS Engine - Office 2010) and Error 47 (Summit Engine - Office 2007)

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

DROOMS DATA ROOM USER GUIDE. www.drooms.com

DROOMS DATA ROOM USER GUIDE. www.drooms.com USER GUIDE www.drooms.com USER GUIDE Dear User, Whether simply reviewing documentation, sending queries during the due diligence process or administering a data room yourself, Drooms is the software solution

More information

Wavecrest Certificate

Wavecrest Certificate Wavecrest InstallationGuide Wavecrest Certificate www.wavecrest.net Copyright Copyright 1996-2015, Wavecrest Computing, Inc. All rights reserved. Use of this product and this manual is subject to license.

More information

Upgrading from Call Center Reporting to Reporting for Call Center

Upgrading from Call Center Reporting to Reporting for Call Center Upgrading from Call Center Reporting to Reporting for Call Center www.nortelnetworks.com 2003 Nortel Networks i Table of Contents Table of Contents Change History...1 How to use this guide...2 Introduction...

More information

Connecting Remotely via the Citrix Access Gateway (CAG)

Connecting Remotely via the Citrix Access Gateway (CAG) 2011 Connecting Remotely via the Citrix Access Gateway (CAG) Version 2.0 *** The CAG is intended for users with OE equipment only. Users with GFE must still use RESCUE as their VPN solution. *** All VISN

More information

INFUSION BUSINESS SOFTWARE Installation and Upgrade Guide

INFUSION BUSINESS SOFTWARE Installation and Upgrade Guide INFUSION BUSINESS SOFTWARE Installation and Upgrade Guide 27/01/2016 Published by Infusion Business Software Ltd All Rights Reserved Copyright Infusion Business Software Ltd 2012 Copyright No part of this

More information

Shakambaree Technologies Pvt. Ltd.

Shakambaree Technologies Pvt. Ltd. Welcome to Support Express by Shakambaree Technologies Pvt. Ltd. Introduction: This document is our sincere effort to put in some regular issues faced by a Digital Signature and USB Token user doing on

More information

NetWrix File Server Change Reporter. Quick Start Guide

NetWrix File Server Change Reporter. Quick Start Guide NetWrix File Server Change Reporter Quick Start Guide Introduction... 3 Product Features... 3 Licensing... 3 How It Works... 4 Getting Started... 5 System Requirements... 5 Setup... 5 Additional Considerations...

More information

Virtual Server Installation Manual April 8, 2014 Version 1.8

Virtual Server Installation Manual April 8, 2014 Version 1.8 Virtual Server Installation Manual April 8, 2014 Version 1.8 Department of Health and Human Services Administration for Children and Families Office of Child Support Enforcement REVISION HISTORY Version

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

GUARD1 PLUS SE Administrator's Manual

GUARD1 PLUS SE Administrator's Manual GUARD1 PLUS SE Administrator's Manual Version 4.4 30700 Bainbridge Road Solon, Ohio 44139 Phone 216-595-0890 Fax 216-595-0991 info@guard1.com www.guard1.com i 2010 TimeKeeping Systems, Inc. GUARD1 PLUS

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd.

GFI LANguard 9.0 ReportPack. Manual. By GFI Software Ltd. GFI LANguard 9.0 ReportPack Manual By GFI Software Ltd. http://www.gfi.com E-mail: info@gfi.com Information in this document is subject to change without notice. Companies, names, and data used in examples

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. 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 software, please review the readme files,

More information

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information