Portfolio Utility Installation & User Guide

Size: px
Start display at page:

Download "Portfolio Utility Installation & User Guide"

Transcription

1 Portfolio Utility Installation & User Guide Contents Overview 2 Installation at a Glance 2 Installation Requirements 3 Machine Requirements 3 Network Ports & Firewalls 3 Panaray Entitlements 3 Advent APX Configuration 4 Installing the Java Runtime Environment (JRE) 4 Installation & Configuration Procedure 5 Installation 5 Script File Configuration 6 Running the Utility 8 Command Line Options 10 Scheduled Uploads 12 Appendix 14 Appendix A: Portfolio File Format William O Neil + Co. All rights reserved. PANARAY and the PANARAY logo are registered trademarks and trademarks of William O Neil + Co. Document Version 1.0.2

2 Overview This guide describes the installation and usage of the PANARAY Portfolio Utility. The utility is used to upload portfolio holdings data into PANARAY from text files or an external portfolio management system such as Advent APX. The utility can be run from the command line or scheduled using your existing production scheduler (e.g. Windows Task Scheduler, SQL Server Scheduler, etc.). The release package consists of Java JAR files, a set of script files to run the utility, and an example portfolio text file to test the installation. The utility is limited to uploading holdings data (i.e. a list of securities and the number shares held). This release does not support the import of transaction or tax-lot data. Portfolios uploaded by the utility are stored in a secure PANARAY database that is separate from other user lists. Users access their portfolios in PANARAY via the Portfolio group in List Manager. Installation at a Glance The installation procedure consists of these main steps which are described in more detail in the Installation & Configuration section of this guide. STEP 1: Verify Installation Requirements STEP 2: Install PANARAY Portfolio Utility package STEP 3: Configure APX Data Source (required only for APX installs) STEP 4: Test Installation and Configuration STEP 5: Schedule Reoccurring Uploads (optional) PORTFOLIO UTILITY INSTALLATION & USER GUIDE 2

3 Installation Requirements This section describes the system pre-requisites needed to install and run the PANARAY Portfolio Utility. Machine Requirements The utility runs on Microsoft Windows platforms. The utility has been tested to run on the following versions of Windows. Operating System XP Service Pack 3 Windows Vista Windows 7 Available Disk Space Network Connection Software The installation requires less than 15Mb of disk space to install. 2 Mbps network connection and <200 ms latency when pinging services.panaray.com Java Runtime Environment (JRE) See Installing the JRE section below. JDBC Database Driver Required for uploads from Advent APX only. See instructions in the Installation & Configuration section. Network Ports & Firewalls The utility sends/receives data over the intranet via SSL using TCP The machine where the utility is run must have internet access via this port. Personal firewall and filter programs such as the Windows firewall, Norton Firewall (Internet Security), ZoneAlarm, and Ad-Aware may block access to the Internet. To determine if your access is blocked by a personal firewall, try running the utility with the firewall disabled. Please consult the help files or the manufacturer s manual for your personal firewall software for instructions on adding the PANARAY Portfolio Utility to the firewall s exception list. PANARAY Entitlements The portfolio utility requires that at least one PANARAY user at your firm have the Portfolio Administrator entitlement. The Portfolio Admin user account specified in the configuration file must have this entitlement. In addition, each user that will view portfolios in PANARAY must have the Portfolio User entitlement. To setup these entitlements for your firm s PANARAY accounts, please contact Institutional Client Services at support@williamoneil.com or call PORTFOLIO UTILITY INSTALLATION & USER GUIDE 3

4 Advent APX Configuration If you import portfolios from Advent APX, the mapping between portfolios in APX and the PANARAY user that sees that portfolio is accomplished by setting the portfolio s URL attribute to the PANARAY user s address. For example, if you wanted to allow a portfolio manager to see a particular portfolio in PANARAY you would edit the portfolio s URL attribute in APX to include the PANARAY user id (typically the user s address) for the portfolio manager that will see the portfolio in PANARAY. In the example above, the portfolio will be mapped to the PANARAY user john.doe@abcfund.com. Installing the Java Runtime Environment (JRE) The Java Runtime Environment (JRE) must be installed on the PC where the utility will run. To check if the command line Java tool is installed type java into a Windows command line prompt. If you see the Java usage statement, then the JRE is installed. If java is not found, then you must install the JRE. The JRE is freely available from Oracle at the URL below. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 4

5 Installation & Configuration Procedure This section describes the steps to install the PANARAY Portfolio Utility on a client machine. Installation To install the PANARAY Portfolio Utility: 1. Download PANARAY Portfolio Utility Download the PANARAY Portfolio Utility installation package from panaray.com: 2. Extract the Archive File Extract the portfolio utility archive file into the directory where you want to install the utility. Expanding the archive will create a portfolio-client directory. 3. Confirm Installation The installation process extracts the utility files into the installation directory. It creates the directories / files listed below: Portfolio-Client This is the top level installation directory. Bin A directory will the scripts file that run the upload. portfolio-file.bat This is a script file that contains the commands to import a portfolio from a tab separated text file into PANARAY. portfolios-apx.bat This is a script file that contains the commands to export portfolios from Advent APX and import them into PANARAY. sample-portfolio.txt This is a sample portfolio that can be used to test the installation. Lib A library directory with the Java code that perform the upload. 7 JAR Files These files contain code libraries that perform the import 4. APX INSTALLS ONLY: Install the JDBC Database Driver If you will be uploading portfolios from Advent APX, you will need to download, install, and configure a Java Database Connectivity (JDBC) Driver. The portfolio utility needs this driver to connect to your Advent APX database in order to download portfolio data. Since Advent APX can be configured to use various databases, you will need to determine the right driver for your installation. Several popular database vendors support JDBC drivers and these drivers are freely available. The download URLs for Microsoft SQL Server and Oracle database are listed below. NOTE: These URLs are subject to change by the provider and are provided below for reference only. Microsoft JDBC Driver for SQL Server: Oracle JDBC Driver for Oracle Database: Once the database driver is installed, you will need to configure the database environment variables in the portfolios-apx.bat script to use the driver that you installed in this step. You will need to know the directory where the driver JAR files are installed. If you have trouble installing the utility, please contact Institutional Client Services at (800) or support@williamoneil.com. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 5

6 Script File Configuration To configure the PANARAY Portfolio Utility you will need to edit the Windows batch files that are located in the portfolio-client/bin installation directory. The batch file scripts contain the commands to set the required environment variables and run the portfolio import. These scripts are distributed in template form and should be edited to suite your specific environment. Text File Script Configuration (portfolio-file.bat) If you plan to import portfolios from text files, you may need to edit the portfolio-file.bat file that is located in the portfolio-client/bin directory. For most installations, however, you will not need to modify the default settings. Environment Variable Settings The variables listed below are set within the portfolio-file.bat script file. The information is used primarily for non-standard installations. APP_HOME This variable should point to the root-folder where the application is installed (un-zipped) to. Set this variable only if the batch script is executed remotely (e.g. from a shortcut located on your Windows desktop). APP_OPTS This variable is used to pass special Java options to the Java Virtual Machine such as setting JVM memory options. JAVA_HOME This is the folder where Java is installed. There is no need to set this variable as long as java. exe is in the system PATH. Advent APX Script Configuration (portfolios-apx.bat) If you plan to import portfolios from Advent APX, you will need to edit the portfolios-apx.bat file that is located in the portfolio-client/bin directory. Environment Variable Settings The variables listed below are set within the portfolios-apx.bat script file. For most installations, you will only need to modify the JDBC environment variables (JDBC_CLASSPATH, JDBC_ DRIVER_CLASS, and JDBC_URL) to suite your installation. APP_HOME This variable should point to the root-folder where the application is installed (un-zipped) to. Set this variable only if the batch script is executed remotely (e.g. from a shortcut located on your Windows desktop). APP_OPTS This variable is used to pass special Java options to the Java Virtual Machine such as setting the JVM memory options. JAVA_HOME This is the folder where Java is installed. There is no need to set this variable as long as java. exe is in the system PATH. JDBC_CLASSPATH: This is the path to the jar file(s) containing the JDBC Driver. For example, if your APX installation uses Microsoft SQL Server and your Microsoft JDBC driver package was installed in the C:\ portfolio-client\ directory, then this variable would be set to: JDBC _ CLASSPATH= C:\portfolio-client\sqljdbc _ 4.0\enu\sqljdbc4.jar PORTFOLIO UTILITY INSTALLATION & USER GUIDE 6

7 JDBC_DRIVER_CLASS: This is the Java driver class that implements the JDBC driver. Please refer to the JDBC vendor documentation for help setting this variable. As an example, for the Microsoft JDBC Driver, this variable would be set to: JDBC _ DRIVER _ CLASS=com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC_URL: The connection URL to establish a connection to the Advent APX Public Views database. The correct setting for this variable is highly dependent on your specific Advent APX installation. As an example, if your APX installation uses Microsoft SQL Server and your Advent APX installation was on a SQL Server instance called dbprod1\advent, and the database that contained the Advent APX installation was called APXFirm, and your database used the integrated security login model, then this variable would be set to: JDBC _ URL=jdbc:sqlserver://dbprod1\ advent;databasename=apxfirm;integratedsecurity=true;logintimeout=1 If you have trouble configuring the utility, please contact Institutional Client Services at (800) or support@williamoneil.com. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 7

8 Running the Utility Once the utility is installed and configured you can run it by calling the utility script (i.e. portfolio-file.bat or portfolios-apx.bat) from the Windows command line or by creating a Windows batch script that calls the utility. Alternatively you can also schedule the utility script to run at regular times using a scheduler such as Windows Task Scheduler. To run the utility from the Windows command line: 1. Open a Command Window - Open the Windows command prompt. The quickest way to do this is by typing cmd into the Start > Run or Start > Search prompt. 2. Change Directory - Change directory to the bin folder where the utility is installed. For example, if the utility is installed in C:\portfolio-client\, then type: cd C:\portfolio-client\bin 3. Run the Utility - From the bin directory, run the portfolio utility with the necessary command line options. You will run either portfolio-file.bat or portdolio-apx.bat depending on where your portfolios are located. The specific command line options for both utilities are different and are described in the next section. For example, to upload the sample portfolio text file into your PANARAY account, run the following command: portfolio-file.bat -authuser [PortAdminUser] -authpwd [portadminpwd] -targetuser [PortUser] -file SamplePortfolio.txt -id test name Portfolio Test UPLOAD where: [PortAdminUser] = PANARAY User Id of your Portfolio Admin account [PortAdminPWD] = Password for your Portfolio Admin Account [PortUser] = PANARAY User id of the user that will receive the portfolio upload. This can be any PANARAY user id that is associated with you company and can be the same as the Portfolio Admin account. 4. Check for Errors in Output When the utility runs it sends messages to the console as it reads portfolios from the source and uploads them into PANARAY. 5. Open the Portfolio in PANARAY Once the portfolio utility has completed, the uploaded portfolios will be available in the PANARAY user accounts that they were uploaded to. The portfolios appear within PANARAY List Manager under the Portfolios group. NOTE: Any open instances of PANARAY List Manager will need to be refreshed in order to see the newly uploaded portfolios. The easiest way to refresh List Manager is to open a new instance of list manager using the Configure gear ( ) in the upper right corner of the List Manager window. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 8

9 Once you have successfully run the utility from the command line, you may want to create a simple script file that calls the utility with the correct options. This script could also be used to upload multiple portfolios at once. To create a Windows batch script to run the utility: 1. Create a New Text File Using a text editor such as Microsoft Notepad, create a new text file in the bin directory. You can name the text file anything, but it should have the.bat extension. NOTE: text editors will sometimes append.txt to the name of a text file. Be sure that the file you create ends in.bat or it will not be recognized as an executable by Windows. 2. Add the Following Lines The commands that you add to the file will depend on your specific needs and where your portfolios are located. For example if you wanted to write a script to upload text portfolios for 3 portfolio managers: Steve, Alice, and Bob, your file might look like: UploadMyPortfolios.bat call portfolio-file.bat -authuser [PortAdminUser] -authpwd [portadminpwd] -targetuser [Steve s PANARAY User ID] -file StevePortfolio.txt -id steve-p1 -name Steve s Portfolio UPLOAD call portfolio-file.bat -authuser [PortAdminUser] -authpwd [portadminpwd] -targetuser [Alice s PANARAY User ID] -file AlicePortfolio.txt -id alice-p1 -name Alice s Portfolio UPLOAD call portfolio-file.bat -authuser [PortAdminUser] -authpwd [portadminpwd] -targetuser [Bob s PANARAY User ID] -file BobPortfolio.txt -id bob-p1 -name Bob s Portfolio UPLOAD where: [PortAdminUser] = PANARAY User Id of your Portfolio Admin account [PortAdminPWD] = Password for your Portfolio Admin Account 3. Save the Text File Save the file in the bin directory so that your new script will be in the same directory as the utility script files. 4. Run the Script File From the bin directory, run the batch file that you created from the windows command prompt. No command line options are necessary. For example, to run the example above just type UploadMyPortfolios.bat at a command prompt. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 9

10 Command Line Options Advent APX (portfolios-apx.bat) usage: portfolios-apx [options] [action type] This utility uploads portfolios from an Advent APX installation into PANARAY. The mapping between Advent Portfolios and PANARAY users is accomplished by adding the PANARAY user s address to the Portfolio s URL field in Advent APX. See the Advent APX Configuration section for more details. Using the DELETE action type, this utility can also be used to delete all portfolios that were previously uploaded by this utility. Command Line Option Required? Description -authuser <login> REQUIRED PANARAY User ID of the Portfolio Admin Account for your company. -authpwd <password> OPTIONAL Password for the PANARAY Portfolio Admin Account listed above. If not specified then system will prompt to enter password at runtime. -targetuser <user id> REQUIRED Default PANARAY User ID for which the portfolio will be created, if not user id is found within the Portfolio s URL field. -err <file> OPTIONAL The path and name of the file where errors will be logged. If not specified then errors are sent to std-err. -out <file> OPTIONAL Log file where the output/ informational messages are logged. If not specified then uses std-out. -verbose OPTIONAL Prints additional information to std-out. -help OPTIONAL Prints the usage help text to stdout. [action type] REQUIRED Either 'UPLOAD' or 'DELETE'. UPLOAD - Deletes all portfolios previously uploaded by this utility and then uploads new data from APX. DELETE Deletes all portfolios previously uploaded by this utility. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 10

11 Text Files (portfolio-file.bat) usage: portfolio-file [options] [action type] This utility uploads a portfolio from a tab separated text file into the specified PANARAY user account. This utility can also be used to delete a portfolio from an account. -authuser <login> REQUIRED PANARAY User ID of the Portfolio Admin Account for your company. -authpwd <password> OPTIONAL Password for the PANARAY Portfolio Admin Account listed above. If not specified then system will prompt to enter password at runtime. -targetuser <user id> REQUIRED PANARAY User ID for which the portfolio will be created. -err <file> OPTIONAL The path and name of the error log file to be created. If not specified then errors are sent to std-err. -file <portfolio file> REQUIRED File name of the tab separated text file containing the portfolio to upload. This option is not required if action type is DELETE. -id <portfolio id> REQUIRED The portfolio id for the uploaded or deleted portfolio within PANARAY. This should be a variable name with no spaces or special characters. -name <portfolio name> REQUIRED The name of the portfolio as it will appear in the PANARAY List Manager. Use double quotes around portfolio names with spaces. This option is not required if action type is DELETE. -verbose OPTIONAL Prints additional information to std-out. -help OPTIONAL Prints the usage help text to std-out. [action type] REQUIRED Either UPLOAD or DELETE. UPLOAD - Uploads the portfolio identified by -id option with new data from file. DELETE - Deletes the portfolio identified by -id option. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 11

12 Scheduled Uploads If you want to upload your portfolios into PANARAY on a regular basis, for example after you receive a daily update from a custodian brokerage, the easiest way to do this is to schedule a reoccurring job using a production scheduler such as Windows Task Scheduler, SQL Server Scheduler, or a third party scheduler. Although it is possible to setup this job on a desktop PC, the scheduled job would typically be setup on a server that is part of you firm s production environment. You will need to ensure that the computer on which the job runs has the appropriate connectivity to the Intranet and (for Advent portfolio uploads only) a connection to the database via a JDBC driver. See the Installation Requirements section of this document for more information about the prerequisites to run the utility. To schedule the portfolio upload via Windows Task Scheduler do the following: 1. Install and Configure the Portfolio Utility You ll need to install and configure the utility on the PC where the job will run or on a shared drive that the machine can access. See the Installation and Configuration Procedure for details on how to do this. 2. Create a Batch Script to Run the Utility - Once you have successfully installed and configured the utility, you may want to create a simple script file that calls the utility with the correct options. This script file will make scheduling and maintaining the job easier. See the Running the Utility section of this guide for how to create this script file. 3. Open Windows Task Scheduler On the computer where you want the job to run, open Windows Task Scheduler. The easiest way to do this is to search for Task Scheduler using the Start > Search command and click on the Task Scheduler search result. 4. Create a New Job You ll need to create a new job to run the utility. In Windows Task Scheduler select Action > Create Basic Job from the menu. 5. Enter the Job Name and Triggers The next set of screens will guide you through the process of setting up the job name, frequency, and schedule time. Fill in these fields as needed. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 12

13 6. Select the Job Action The job action should be setup to run the portfolio utility script file that you created in step #2. NOTE: Be sure to set the Start in option to the directory where the script file is located (e.g. C:\portfolio-client\bin\ ). 7. Finish the Job Click the Finish button to save your job. 8. Test The Job To test the job, you can select it from the list of jobs and click the run action. The job will run and you ll see a command line window popup with the output of the upload. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 13

14 APPENDIX Appendix A: Portfolio File Format The utility can import portfolio holdings from tab delimited text files. This section describes the format of the text files. The format of the file is described below. [security identifier]"[identifier type]"[number of shares held] 8 [security identifier]"[identifier type]"[number of shares held] 8 [security identifier]"[identifier type]"[number of shares held] 8 [security identifier] = The security identifier for the row. See supported types below. Required. [security identifier type] = A numeric code that identifies the type of security identifier for the row in the text file. This field is required. The possible values are: y 0 = William O Neil + Co. Symbol - The William O Neil + Co. symbol. (e.g. AAPL, ZJ@N.JP) y 1 = CUSIP - The identifier assigned by the CUSIP committee. (e.g. G , ) y 3 = SEDOL - The identifier assigned by the London Stock Exchange. (e.g , ) y 4 = Bloomberg Symbol - The Bloomberg symbol displayed in PANARAY. (e.g. BA/ LN, 5930 KS) [number of shares held] = The number of shares held for the security. This value can be positive to indicate a long position or negative to indicate a short position. This field is optional. " = tab character 8 = end of line character Example The example below shows a sample portfolio file with 8 positions: SamplePortfolio.txt AAPL shares of Apple Inc. (William O Neil + Co. symbol) ZJ@N.JP shares of Mitsubishi on Tokyo Exchange (William O Neil + Co. symbol) BA/ LN shares of BAE Systems PLC on the London Exchange (Bloomberg symbol) 5930 KS shares of Samsung Electronics on KOSDAQ Exchange (Bloomberg symbol) G shares of Michael Kors Hldgs Ltd (CUSIP) shares of Lululemon Athletica (CUSIP) short shares of Toyota on the Tokyo Exchange (SEDOL) shares of HSBC Holdings on the Hong Kong Exchange (SEDOL) Notes Column Headers - Column headers are not supported and should not be included in the file. Symbol Resolution In the cases where the SEDOL matches multiple securities, the security with the highest average daily dollar volume will be used. Cash Positions Cash and cash equivalents are not currently supported. PORTFOLIO UTILITY INSTALLATION & USER GUIDE 14

Installation Guide. Contents

Installation Guide. Contents Installation Guide Contents System Requirements 2 Minimum PC Configuration 2 Recommended PC Configuration 2 Network Ports & Firewalls 3 Directory & Registry Permissions 3 Installation Procedure 4 Application

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Portfolio Link Server Application. Telemet America, Inc.

Portfolio Link Server Application. Telemet America, Inc. Portfolio Link Server Application Telemet America, Inc. Table of Contents Telemet Portfolio Link - Server Application... 3 Portfolio Link Server Application Setup Steps... 3 Config.xml Modification:...

More information

Addoro for Axapta 2009

Addoro for Axapta 2009 Addoro for Axapta 2009 Installation and Configuration Overview of Addoro for Axapta 2009 Addoro for Axapta 2009 consists of two Windows Service applications that Addoro customers installs on their local

More information

Map Intelligence Installation Guide

Map Intelligence Installation Guide Map Intelligence Installation Guide ii CONTENTS GETTING STARTED...4 Before Beginning the Installation... 4 Database Connectivity... 6 Map and Server Settings for Google Maps... 6 INSTALLING MAP INTELLIGENCE

More information

Addoro Local 3.0. Installation and Configuration

Addoro Local 3.0. Installation and Configuration Addoro Local 3.0 Installation and Configuration Overview of Addoro Local Addoro Local consists of two Windows Service applications that Addoro customers installs on their local network. Addoro Local Print

More information

RedBeam Inventory Tracking User Manual

RedBeam Inventory Tracking User Manual RedBeam Inventory Tracking User Manual Contact us at www.redbeam.com. Page 1 Table of Contents Table of Contents... 2 Overview... 4 RedBeam Inventory Tracking... 4 PC Prerequisites... 4 Mobile Computer

More information

eftp Application User Guide

eftp Application User Guide Team A eftp User Guide 1/30 eftp Application User Guide Table of Contents Page 1. Acknowledgement 2 2. Introduction a. Welcome eftp Audience 3 b. What s in this manual 3 c. Manual Conventions 3 d. Getting

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

FIMS V You will need to know all of the following items before customizing the script and setting up the schedule.

FIMS V You will need to know all of the following items before customizing the script and setting up the schedule. Customizing and Using DBbackup.bat Purpose The dbbackup.bat file is provided to allow the customer to schedule a backup of their database using the Windows task scheduler without the need to shut the database

More information

SymmetricDS Pro 3.0 Quick Start Guide

SymmetricDS Pro 3.0 Quick Start Guide SymmetricDS Pro 3.0 Quick Start Guide 1 P a g e 2012 JumpMind, Inc. SymmetricDS Synchronization Concepts SymmetricDS is a change data capture, replication solution that can be used to synchronize databases

More information

KYOCERA Net Admin Installation Guide Supplement

KYOCERA Net Admin Installation Guide Supplement KYOCERA Net Admin Installation Guide Supplement Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

SilkTest 2010 R2. Installation Guide

SilkTest 2010 R2. Installation Guide SilkTest 2010 R2 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains

More information

User Guide Using AuraPlayer

User Guide Using AuraPlayer User Guide Using AuraPlayer AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without the written

More information

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1

Aspera Connect Windows XP, 2003, Vista, 2008, 7. Document Version: 1 Aspera Connect 2.6.3 Windows XP, 2003, Vista, 2008, 7 Document Version: 1 2 Contents Contents Introduction... 3 Setting Up... 4 Upgrading from a Previous Version...4 Installation... 4 Set Up Network Environment...

More information

Oracle Weblogic products are available at

Oracle Weblogic products are available at 1 Chapter 1 Installing Oracle Weblogic Server In this chapter we will move our first steps with Oracle Weblogic Server by learning how to install it using the guided wizard installation or the compacted

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

SilkTest Installation Guide

SilkTest Installation Guide SilkTest 2010 Installation Guide Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2009-2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains derivative

More information

Interstage Business Process Manager Analytics V11.1. Installation Guide. Windows/Solaris/Linux

Interstage Business Process Manager Analytics V11.1. Installation Guide. Windows/Solaris/Linux Interstage Business Process Manager Analytics V11.1 Installation Guide Windows/Solaris/Linux J2U3-0052-02(00) July 2010 About this Manual This document describes how to install Interstage Business Process

More information

SymmetricDS Pro Quick Start Guide

SymmetricDS Pro Quick Start Guide SymmetricDS Pro Quick Start Guide v3.5 Copyright 2007-2013 Eric Long, Chris Henson, Mark Hanes, Greg Wilmer, Austin Brougher Permission to use, copy, modify, and distribute the SymmetricDS Pro Quick Start

More information

3M Molecular Detection System Software Upgrade/Installation Instructions

3M Molecular Detection System Software Upgrade/Installation Instructions User Manual Supplement Number: TB.342837.03 Effective Date: March 2018 Supersedes: TB.342837.02 Technology Platform: 3M Molecular Detection System Originating Location: St. Paul, MN 3M Molecular Detection

More information

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Effacts 4 Installation Guide

Effacts 4 Installation Guide Effacts 4 Installation Guide Contents 1. Introduction... 2 2. Prerequisites... 3 Server... 3 Database... 3 Document Location... 3 Data files... 3 Sending emails... 3 Downloading the software... 3 3. Upgrading

More information

Oracle Field Sales/Laptop

Oracle Field Sales/Laptop Oracle Field Sales/Laptop Implementation Guide Release 11i June 2001 Part No. A87538-02 This Implementation Guide provides information and instructions to help you implement Oracle Field Sales/Laptop,

More information

Chapter 2. Editing And Compiling

Chapter 2. Editing And Compiling Chapter 2. Editing And Compiling Now that the main concepts of programming have been explained, it's time to actually do some programming. In order for you to "edit" and "compile" a program, you'll need

More information

KYOCERA Net Admin User Guide

KYOCERA Net Admin User Guide KYOCERA Net Admin User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

How To Guide Using and Developing Custom Phases in IKAN ALM

How To Guide Using and Developing Custom Phases in IKAN ALM How To Guide Using and Developing Custom Phases in IKAN ALM Release 5.6 January 2015 N.V. Schaliënhoevedreef 20A 2800 Mechelen BELGIUM 2006-2015 N.V. No part of this document may be reproduced or transmitted

More information

SAM4S Receipt Printer JPOS Driver. Mac OS X Installation Manual

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

More information

HT Remote Management System User Manual

HT Remote Management System User Manual HT Remote Management System User Manual Ⅰ Running Environment 1. Operating System: Windows Linux and all other system which can run JVM. 2. JAVA Platform: Download and install JRE1.4 or JDK 1.4 or higher

More information

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6)

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) [1]Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) E14139-06 April 2015 This document describes how to use the Domain Template Builder to create

More information

CorpSystem Workpaper Manager

CorpSystem Workpaper Manager CorpSystem Workpaper Manager Version 6.11 July 2012 This bulletin provides important information relating to CorpSystem Workpaper Manager version 6.11. Please review this bulletin carefully prior to installation,

More information

Tasktop Sync - Installation Primer. Tasktop Sync - Installation Primer

Tasktop Sync - Installation Primer. Tasktop Sync - Installation Primer Tasktop Sync - Installation Primer 1 Contents Overview... 3 Hardware Requirements... 3 Supported Operating Systems... 3 Java Runtime Environment... 3 Networking... 3 Hardware Sizing for Deployment Scenarios...

More information

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS

IBM. Bulk Load Utilities Guide. IBM Emptoris Contract Management SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS IBM Emptoris Contract Management IBM Bulk Load Utilities Guide 10.1.2 SaaS ii IBM Emptoris Contract Management: Bulk Load Utilities

More information

Dell License Manager Version 1.2 User s Guide

Dell License Manager Version 1.2 User s Guide Dell License Manager Version 1.2 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1

Anaplan Connector Guide Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Document Version 2.1 (updated 14-MAR-2017) Document Version 2.1 Version Control Version Number Date Changes 2.1 MAR 2017 New Template applied Anaplan 2017 i Document Version 2.1 1 Introduction... 1 1.1.

More information

SAS Model Manager 2.3

SAS Model Manager 2.3 SAS Model Manager 2.3 Administrator's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS Model Manager 2.3: Administrator's Guide. Cary,

More information

GRASP. Installation Manual Step-By-Step v1.3 for GRASP Installer version

GRASP. Installation Manual Step-By-Step v1.3 for GRASP Installer version Fighting Hunger Worldwide GRASP Installation Manual Step-By-Step v1.3 for GRASP Installer version 1.0.12 Manual version 1.3 GRASP Reporting version 1.3.0 GRASP Designer version 1.2.0 GRASP Mobile version

More information

ComTrader 2.7 Setup Guide. Version 1.2

ComTrader 2.7 Setup Guide. Version 1.2 Setup Guide Version 1.2 Deutsche Börse Group M7 6.0.10 Setup Guide - 09.15.2017 Table of Contents 1 Technical Requirements to run ComTrader... 1 1.1 Client PC... 1 1.2 Start ComTrader and getting connected...

More information

QUICKSTART GUIDE: THE ATTIVIO PLATFORM

QUICKSTART GUIDE: THE ATTIVIO PLATFORM QUICKSTART GUIDE: THE ATTIVIO PLATFORM Welcome to the Attivio Cognitive Search and Insight Platform! This guide gives you step-by-step instructions for installing the Attivio Platform so you can get started

More information

Database Explorer Quickstart

Database Explorer Quickstart Database Explorer Quickstart Last Revision: Outline 1. Preface 2. Requirements 3. Introduction 4. Creating a Database Connection 1. Configuring a JDBC Driver 2. Creating a Connection Profile 3. Opening

More information

McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009

McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009 McMaster Service-Based ehealth Integration Environment (MACSeie) Installation Guide July 24, 2009 Richard Lyn lynrf@mcmaster.ca Jianwei Yang yangj29@mcmaster.ca Document Revision History Rev. Level Date

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

Print Manager Plus 2010 Workgroup Print Tracking and Control INTRODUCTION: This is intended to assist in the initial installation or evaluation of Print Manager Plus 2010 Workgroup Edition. This will guide you through tracking your printing whether your workgroup

More information

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod Page 1 of 19 UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared By: Harald Gjermundrod Table of Contents 1 EASY INSTALLATION... 2 1.1 DOWNLOAD... 2 1.2 INSTALLING... 2 2 CUSTOMIZED INSTALLATION...

More information

IBM emessage Version 9 Release 1 February 13, User's Guide

IBM emessage Version 9 Release 1 February 13, User's Guide IBM emessage Version 9 Release 1 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 471. This edition applies to version

More information

Portal/Extranet User Guide for Clients

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

More information

REPORTING Copyright Framework Private Equity Investment Data Management Ltd

REPORTING Copyright Framework Private Equity Investment Data Management Ltd REPORTING Copyright Framework Private Equity Investment Data Management Ltd - 2016 Table of Contents Standard Reports... 3 Standard Report Pack... 4 General Data Protection and Framework... 7 Partner Bank

More information

DSE Setup Guide for Oracle Databases

DSE Setup Guide for Oracle Databases DSE Setup Guide for Oracle Databases I. State Steps (Pre-DSE Installation and Setup): States will have to complete the following steps before installing and setting up DSE. 1. Create a new schema in the

More information

Installation and Configuration Instructions. SAS Model Manager API. Overview

Installation and Configuration Instructions. SAS Model Manager API. Overview Installation and Configuration Instructions SAS Model Manager 2.1 This document is intended to guide an administrator through the pre-installation steps, the installation process, and post-installation

More information

EUSurvey OSS Installation Guide

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

More information

Installation Instructions for SAS Activity-Based Management 6.2

Installation Instructions for SAS Activity-Based Management 6.2 Installation Instructions for SAS Activity-Based Management 6.2 Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., Installation Instructions for SAS

More information

UiPath Orchestrator Azure Installation

UiPath Orchestrator Azure Installation UiPath Orchestrator Azure Installation Revision History Date Version Author Description 9 th June 2016 2016.1 M.B. Applied Template 8 th June 2016 2016.2 C.S. Created Document UiPath Orchestrator Azure

More information

Getting Started with Cisco SCA BB Console

Getting Started with Cisco SCA BB Console The module guides you through the process of installing or upgrading the Cisco SCA BB: Describes the concept of the Console as a collection of tools, presents each tool and its role. This module also describes

More information

Traverse Intelligent Tracking by PCS. Installation Guide for Traverse.

Traverse Intelligent Tracking by PCS. Installation Guide for Traverse. Traverse Intelligent Tracking by PCS Installation Guide for Traverse. Tom Romeo 6/10/2011 The information in this documentation is not contractual in nature. It is subject to modification without notice.

More information

Hexagon Metrology/Wilcox license server setup instructions

Hexagon Metrology/Wilcox license server setup instructions Hexagon Metrology/Wilcox license server setup instructions Prerequisites: Download and unzip the file License Server Install Files.7z. 1. Install the CLM tools The license activation software is needed

More information

ExpressCluster X SingleServerSafe 3.2 for Windows. Installation Guide. 2/19/2014 1st Edition

ExpressCluster X SingleServerSafe 3.2 for Windows. Installation Guide. 2/19/2014 1st Edition ExpressCluster X SingleServerSafe 3.2 for Windows Installation Guide 2/19/2014 1st Edition Revision History Edition Revised Date Description First 2/19/2014 New manual Copyright NEC Corporation 2014. All

More information

JReport Enterprise Viewer for JREntServer Manual

JReport Enterprise Viewer for JREntServer Manual JReport Enterprise Viewer for JREntServer Manual Table of Contents Installing and Launching JReport Enterprise Viewer...1 Installing JReport Enterprise Viewer...1 Installing on Windows...1 Installing on

More information

1. Configuring Azure and EBP for a simple demo

1. Configuring Azure and EBP for a simple demo 1. Configuring Azure and EBP for a simple demo These steps assume you already have an Azure subscription and at least familiarity with the Azure portal. Create a new App Service Search for Apache Tomcat

More information

Masking Engine User Guide. October, 2017

Masking Engine User Guide. October, 2017 Masking Engine User Guide October, 2017 Masking Engine User Guide You can find the most up-to-date technical documentation at: docs.delphix.com The Delphix Web site also provides the latest product updates.

More information

Installing MCA Services on WebSphere 5.1

Installing MCA Services on WebSphere 5.1 Installing MCA Services on WebSphere 5.1 Version 2004.5, Rev. A December 2004 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2005 Siebel Systems, Inc. All rights reserved.

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013

Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Oracle Entitlements Server 11gR2 Integration Guide Published: May 2013 Applies To Oracle API Gateway v11.1.2.x Contents Introduction Prerequisites Integration Configuration Steps OES Configuration: Step

More information

ThingWorx Relational Databases Connectors Extension User Guide

ThingWorx Relational Databases Connectors Extension User Guide ThingWorx Relational Databases Connectors Extension User Guide Version 1.0 Software Change Log... 2 Introduction and Installation... 2 About the Relational Databases Connectors Extension... 2 Installing

More information

GeoNURIS SETL Manual Cooperation & Communication International

GeoNURIS SETL Manual Cooperation & Communication International GeoNURIS SETL Manual 2011-11-07 by Cooperation & Communication International Table of Contents Foreword Part I Document Introduction 0 6 1 Terms... 6 2 Conventions... 7 3 Prerequisites... 8 Part II Introudction

More information

DTSAgent User Documentation

DTSAgent User Documentation DTSAgent User Documentation Overview... 1 Installation... 2 Application Installation... 2 Database Installation... 4 DTSAgent Configuration... 5 Initial Configuration... 5 Re-configuring DTSAgent... 6

More information

Crestron Fusion Cloud On-Premises Software Enterprise Management Platform. Installation Guide Crestron Electronics, Inc.

Crestron Fusion Cloud On-Premises Software Enterprise Management Platform. Installation Guide Crestron Electronics, Inc. Crestron Fusion Cloud On-Premises Software Enterprise Management Platform Installation Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers and Crestron

More information

Getting started with System Center Essentials 2007

Getting started with System Center Essentials 2007 At a glance: Installing and upgrading Configuring Essentials 2007 Troubleshooting steps Getting started with System Center Essentials 2007 David Mills System Center Essentials 2007 is a new IT management

More information

DOCUMENT TRACKING INSTALLATION GUIDE

DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE DOCUMENT TRACKING INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL DTS: You should have administrator rights

More information

Sales Audit Database Administration Release User Guide

Sales Audit Database Administration Release User Guide Sales Audit Database Administration Release 1.05.03 User Guide March 1, 2005 2005 NSB Group The contents of this manual and the software it describes are the property of NSB Group and are copyrighted.

More information

Create Datamart. Alessandro Taurelli 2010/06/15 13:41

Create Datamart. Alessandro Taurelli 2010/06/15 13:41 Create Datamart Alessandro Taurelli 2010/06/15 13:41 Table of Contents Create Datamart... 3 1 Reverse engineering the target database schema... 3 2 Hibernate mapping adjustement... 16 3 jar production

More information

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 01/29/2016 3rd Edition

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Installation Guide. 01/29/2016 3rd Edition EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows Installation Guide 01/29/2016 3rd Edition Revision History Edition Revised Date Description 1st 02/09/2015 New manual 2nd 04/20/2015 Corresponds to the

More information

User Guide NAS 3.0 Adapter (NAS30U2)

User Guide NAS 3.0 Adapter (NAS30U2) T E C H N O L O G I E S User Guide NAS 3.0 Adapter (NAS30U2) www.addonics.com v5.1.11 Technical Support If you need any assistance to get your unit functioning properly, please have your product information

More information

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted)

1. ECI Hosted Clients Installing Release 6.3 for the First Time (ECI Hosted) Upgrading to Release 6.3SP2 (ECI Hosted) 1. ECI Hosted Clients........................................................................................... 2 1.1 Installing Release 6.3 for the First Time (ECI Hosted)...........................................................

More information

SOA Software Platform 7.2 Installation Guide for Windows and UNIX Platforms

SOA Software Platform 7.2 Installation Guide for Windows and UNIX Platforms SOA Software Platform 7.2 Installation Guide for Windows and UNIX Platforms Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other

More information

Using

Using Using www.bcidaho.net Blue Cross supports a wide variety of clients and protocols for uploading and downloading files from our servers, including web-based tools, traditional clients and batch processing.

More information

VCR4ODI Installation Guide

VCR4ODI Installation Guide VCR4ODI Installation Guide Release 2.0 September 2015 RedBridge Software BVBA Schaliënhoevedreef 20A 2800 Mechelen BELGIUM Copyright 2015 RedBridge Software BVBA No part of this document may be reproduced

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

PortfolioCenter. Exporting PortfolioCenter Data for Use with Tamarac Advisor

PortfolioCenter. Exporting PortfolioCenter Data for Use with Tamarac Advisor PortfolioCenter Tamarac Advisor Document ID: spt011058 Document Date: December 2, 2009 1997-2009 Schwab Performance Technologies Two Hannover Square, 13th Floor 434 Fayetteville Street Mall Raleigh, NC

More information

Installation of Oracle Database 11g and Q-Monitor 5.x.x

Installation of Oracle Database 11g and Q-Monitor 5.x.x Installation of Oracle Database 11g and Q-Monitor 5.x.x Installation of Oracle Database 11g and Q-Monitor Installation tasks Install Oracle Database 11g on Windows Install Q-Monitor 5.x.x and create the

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

MYOB Advanced Business

MYOB Advanced Business MYOB Advanced Business On-Premise Installation Last Updated: 24 November 2014 Contents Introduction 1 Pre-Requisites 1 Web Browsers... 1 Server Hardware and Software... 1 Database Hardware and Software...

More information

Configuring Remote Access using the RDS Gateway

Configuring Remote Access using the RDS Gateway Configuring Remote Access using the RDS Gateway Author: AC, SNE Contents Introduction... 3 Pre-requisites... 3 Supported Operating Systems... 3 Installing the I.T. Services Certificate Authority Root Certificate...

More information

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

i-trade Application FAQs v1.1

i-trade Application FAQs v1.1 i-trade Application FAQs v1.1 1. WHAT IS I-TRADE APPLICATION? 2. WHAT IS SYSTEM REQUIREMENT OF I-TRADE APPLICATION? 3. HOW CAN DISPLAY I-TRADE APPLICATION DIFFERENT LANGUAGE? 4. HOW CAN I IMPROVE THE PERFORMANCE

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Open a command prompt window and change to the directory containing the file just downloaded. Run this command:

Open a command prompt window and change to the directory containing the file just downloaded. Run this command: Deploying Apple QuickTime The Third Party Software Deployment feature of SyAM Management Utilities can be used to perform a silent deployment of Apple QuickTime to Windows machines. Requirements: This

More information

OneView Installation

OneView Installation OneView Installation 1. Introduction... 4 1.1 The OneView Software Package... 4 1.2 OneView server Disk Layout... 4 1.3 OneView Software Download... 5 2. Hardware Recommendations... 5 3. Software Requirements...

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

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

More information

VII. Corente Services SSL Client

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

More information

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors.

IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) Hewlett-Packard Development Company, L.P. and its licensors. IMC VAN Fabric Manager v7.0 (E0201) Copyright (c) 2013-2014 Hewlett-Packard Development Company, L.P. and its licensors. Table of Contents 1. What's New in this Release 2. Problems Fixed in this Release

More information

IBM Telecom Operations Content Pack ifix JR33078, Readme

IBM Telecom Operations Content Pack ifix JR33078, Readme IBM Telecom Operations Content Pack 6.2.0 ifix JR33078, Readme 1.0 Purpose of this ifix 2.0 Contents of this ifix 3.0 Prerequisites for using the ifix 4.0 Using the IBM Telecom Operations Content Pack

More information

Silk Performance Manager Installation and Setup Help

Silk Performance Manager Installation and Setup Help Silk Performance Manager 18.5 Installation and Setup Help Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2004-2017 Micro Focus. All rights reserved.

More information

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012

Perceptive TransForm E-Forms Manager 8.x. Installation and Configuration Guide March 1, 2012 Perceptive TransForm E-Forms Manager 8.x Installation and Configuration Guide March 1, 2012 Table of Contents 1 Introduction... 3 1.1 Intended Audience... 3 1.2 Related Resources and Documentation... 3

More information

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018

SQL Server Express 2017 Installation Guide. By Engin Calisir, 06/22/2018 SQL Server Express 2017 Installation Guide By Engin Calisir, 06/22/2018 Table of Contents Generally... 2 SQL Overview... 3 Hardware and Software Requirements... 3 Other SQL Editions... 3 PART I... 4 Downloading

More information

PrePatient User Guide

PrePatient User Guide "We create exceptional business solutions for cash-pay healthcare professionals that enable them to realize their full potential." PrePatient User Guide Version 1.0 8/17/2012 1 Table of Contents Introduction...

More information