Installation Dino Explorer Suite Guide Installation Guide. Version 6.2.0

Size: px
Start display at page:

Download "Installation Dino Explorer Suite Guide Installation Guide. Version 6.2.0"

Transcription

1 Dino Dino Explorer Explorer Suite Installation Dino Explorer Suite Guide Installation Guide Version 6.2.0

2 Contents 1 Introduction Installing the Dino Server Installing Dino Client SQL Scripts Creating the DinoDB Upgrading DinoDB version Creating DinoDB users Database connection Dino Setup - Configuring the Database Dino Explorer License Appendix Dino Architecture Optimizing the database environment DinoMessaging - Automation Dino Explorer Suite Installation Guide v

3 1 Introduction The Dino Explorer suite, which runs on Microsoft Windows platform, needs a Microsoft SQL Server database properly installed and configured to function correctly. This document describes how to do this. Software Requirements In server side, Dino Explorer requires: Windows Server 2008 SP2 (x86 or x64) or higher; Microsoft SQL Server 2008 (x86 or x64) or higher; Microsoft.NET Framework 4.5; and Dino Explorer software. In client side, the requirements are: Windows 7 (x86 or x64) or higher; Microsoft Excel 2007 (x86 or x64) or higher; Microsoft.NET Framework 4.5; Access to Dino Explorer database; and Dino Explorer software..net Framework 4.5 Hardware requirements Processor 1Ghz; Ram 1GB; Disk space 2GB We suppose you have already installed the Windows operating system and the Microsoft SQL Server. To simplify the documentation, we use some definitions name from this moment: Dino Server DinoDB Dino Portal Dino Clients Server where you install the application software Dino Explorer software Server where you install SQL Server database software used by Dino Explorer Server where you installed the IIS Server software interface All workstations where you install the application software Dino Explorer software with client option Note: Please see topic Dino Architecture in the appendix. Dino Explorer Suite Installation Guide v

4 2 Installing the Dino Server To install the Dino Explorer Suite on the server, requires administrator privilege on mostly machines. If you do not have this privilege, check with the support team at servers, the procedure to be adopted for the software installation. Copy program installer (Dino<suffix>server.msi ) that supplied in the Dino Explorer software CD-ROM, to a known directory like c:\temp. Execute command prompt with administrative permission, on the cmd type cd c:\temp and then type Dino<suffix>server.msi. Upon successful start, some screens will be appear showing the installation instructions. The most important are: Type the folder where you wish to install the software. And then Finish button to complete Dino Explorer software. Dino Explorer Suite Installation Guide v

5 After completing the installation, we can see using windows explorer program, the folders and files installed on the Dino Server (Figure below). The next step is creating the database DinoDB in SQL Server using SQL Script. Dino Explorer Suite Installation Guide v

6 3 Installing Dino Client To install the Dino Explorer Suite on the workstation, requires administrator privilege. If you do not have this privilege, check with the support team at workstations, the procedure to be adopted for the software installation. For workstations with windows 7, you must first install.net Framework 4.5, included in the installation kit. Software packages that are packaged as Microsoft Installer (.msi) files, does not have the option Run as administrator" when right-click, such as.exe files. in such case you can run the cmd program with administrator privilege and run the msi setup. Upon successful start, some screens will be appear showing the installation instructions. The most important are: Type the folder where you wish to install the software. And then Finish button to complete Dino Explorer software. Dino Explorer Suite Installation Guide v

7 4 SQL Scripts Many facilities also have their database teams that will help you using these SQL scripts. Along with Dino Explorer, we provide some database scripts that will help in the create database (first time), version upgrade, create users and cleaning of historical tables. 4.1 Creating the DinoDB First Copy script files Copy the Script folder and its contents from Dino Server to the SQL Server where the database DinoDB will be created. In our example (see figure below), we put the folder and files on a local disk (drive D) under the SQL folder in SQL server. Note: All scripts have the attribute read only active, be sure to disable it, if you want to change any of the scripts. Dino Explorer Suite Installation Guide v

8 Second Edit DinoDB_Create Now you edit the DinoDB_Create.sql script using notepad.exe or other similar program. Some parts of the script can be changed, if you need. database_name NAME SIZE database_name FILENAME database_name Database_name NAME FILENAME SIZE Refers to the database as whole Specifies the logical name you will use within SQL to refer to the physical database file on the hard disk Is the pathname and filename pertaining to the location of the data on the hard disk. It must be a local hard drive. The default is C:\SQLServer\dinoDB_dat.mdf Specifies, in MB, the initial database file size. Multifile Groups Another thing you should have in mind at this time, is the amount of information collected on the mainframe and the maintenance of this information in your database, if you plan to store a lot of data and long time is recommended to use the grouping of SQL tables in multiple files groups. Using files and filegroups improves database performance, because it lets a database be created across multiple disks, multiple disk controllers, or RAID (redundant array of independent disks) systems. For example, if your computer has four disks, you can create a database that is made up of three data files and one log file, with one file on each disk. As data is accessed, four read/write heads can access the data in parallel at the same time. This speeds up database operations. Additionally, files and filegroups enable data placement, because a table can be created in a specific filegroup. This improves performance, because all I/O for a specific table can be directed at a specific disk. For example, a heavily used table can be put on one file in one filegroup, located on one disk, and the other less heavily accessed tables in the database can be put on the other files in another filegroup, located on a second disk. Dino Explorer Suite Installation Guide v

9 To create multi-file groups, replace all "-->>" by "" on the DinoDB_Create.sql script file After completed all changes in script file and save them, the SQL script is ready to be executed to create the database. You can use any option in below table. Sql Management Studio Winsql Sqlcmd SQL Server Management Studio (SSMS) is a software application that is used for configuring, managing, and administering all components within Microsoft SQL Server. The tool includes both script editors and graphical tools which work with objects and features of the server WinSQL is a database client and management application that connects to any database through ODBC Utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt Note: (*) You should avoid using the disk c because is where you install the operating system and in some cases also the applications and is not recommended to use this unit to put your database here. If you run out of disk space in disk c your server will stop working. Dino Explorer Suite Installation Guide v

10 Third Create DinoDB database Create the database folder and execute the script as shown below. Use the following commands: Create SQL folder => Mkdir \SQLServer Run script to create database => Sqlcmd.exe -S Servername U sa P xxxx i DinoDB_Create.sql Files created after database created (without multi-file groups) Files created after database created (with multi-file groups) Dino Explorer Suite Installation Guide v

11 Once the database is created, the next step is creating a connection with DinoDB in SQL Server. Note: if the message below appears: You must open the SQL Server Configuration Manager, then click in SQL Native Client 10.0 Configuration (32bit) > Client Protocols and enable the TCP/IP and Named Pipes protocols. 4.2 Upgrading DinoDB version If you are already use our software, when migrating to a new version, it may be necessary to adjust some tables in the database. To facilitate this process, provide the related script below to facilitate this process. DbUpgrade table Script Name From To Description version version DBupgrade_600.sql 5.x.x The upgrade script creates DB2 Accounting tables and SYSLOG table 4.3 Creating DinoDB users Use DinoDB_security script for create two database user, that will be used when you connect to database using database authentication method. First user (dinoldr) will be used to most important functions into DinoDB (load information in xxxdata tables and Summarize Historical tables, undo load function, compress data, purge data, etc.). Another user (dinousr) will be used for normal operations (execute queries and report using graphical interface or Command line interface (Dino Cmd)) For more details, see manual Dino Explorer Suite Users Guide. Dino Explorer Suite Installation Guide v

12 5 Database connection SQL Server allows two authentication methods. More details can be obtained together with your database team. SQL Server supports two authentication modes: Windows authentication mode and Mixed mode (Windows authentication and SQL Server authentication) The Dino support both methods of connection to the database. It is up to the user together with the database and security team of your facility to define the best suitable design your needs. 5.1 Dino Setup - Configuring the Database Dino Setup is the logical configuration of the Dino Database. It will look the configuration files that resides on the configuration directory into the config table. Set the Database Connection The most important configuration is the DinoDB Connection because all the Dino Configuration is saved on the database. So, any Dino utility, the first thing is to connect to DinoDB database. On Dino Server run the Dino Setup program. To do it, click on start menu -> programs -> Dino Explorer -> Server utilities -> Dino setup The Dino Setup program sends one of two errors down the attempt to connect to database Dino Server and DinoDB in different servers Dino Server and DinoDB in same server Dino Setup program can t find the database because the Dino.Config doesn t exist yet. So, click the OK button at the message. Dino Explorer Suite Installation Guide v

13 The Dino database configuration panel will be appearing for you to enter the parameters. Type the database servername. Type database name. Test if the Connection it s ok When the parameters are ok and the connection has been established, the success message will be shown. Clicking on the Ok button you will see the main form of Dino Setup. Run the Dino Setup Now, just click on the Init button to load the database configuration. The success message Load database completed!!! will be displayed. Dino Explorer Suite Installation Guide v

14 Connection setup The Dino configuration file, called Dino.Config is created at the next locations for the following operating systems: Windows 7 (x86 and x64) or higher Windows Server 2008 SP2 (x86 and x64) or higher: C:\ProgramData\Dino Explorer> The Dino.Config file contains the string connection that be used by application to connect to database For all workstations where Dino Explorer was installed: you can create folder C:\ProgramData\Dino Explorer and copy the Dino.Config file to that folder or execute the process Set the Database Connection described above using any Dino Explorer application installed in workstation. At this time, we have: Dino Server installed; DinoDB created and configurated; Server utilities installed and connected to the DinoDB; Dino Explorer Suite Installation Guide v

15 6 Dino Explorer License Now, we re going to start the application for the first time. In order to work, Dino Explorer requires a license key, so the first time or when your license is expired you will experience the following message: Also, some options will be disabled. To load the product license, you must run the data loader program, do not worry about the message, simply click on the OK button. To load the license file, click on the Options menu ->Product license, to enter a product license registration form. On left screen, click on the Load button and locate a xml file license that was send by the Dino Explorer support team, after the license is loaded the license information appears in the right screen. The message informing License file loaded successfully is send. If all was executed correctly, the Dino Explorer Server is installed, configured and ready to be used. Dino Explorer Suite Installation Guide v

16 7 Appendix 7.1 Dino Architecture The Dino architecture is flexible and allowing create many different architectures, the user can modify it to increase reliability, scalability and resilience of the structure. In our example we use Mainframe Server One Server Two Client Workstation Two CECs (MVS1 and MVS2) running z/os Dino Server is an application server to communicate with all mainframe environments using Dino Messaging Service Dino Portal is an application server that performs several activities such as: Queries in DinoDB database and returns the result in the Web standard; Monitoring of process scheduling in the environment; DinoDB SQL server Workstation with Dino Explorer Client installed if you want our technical staff is available to assist you in studying the best topology that fits your environment. Figure 1 Dino Explorer Suite Installation Guide v

17 Figure 2 Note: The most important component of Dino Explorer Suite is the database DinoDB because all the queries and data are there. So consider a dedicated and powerful machine to the DinoDB. Dino Explorer Suite Installation Guide v

18 7.2 Optimizing the database environment Moving the tempdb place TempDb is a work database used by SQL to handle large volume of data to perform queries. If you need improve performance or manage storage space, you can move the original place of tempdb.mdf. To do that, follow the steps above: 1) Open SQL Server Management Studio. 2) Connect to the desired server. 3) Click the New Query. 4) Copy and paste the following into the query pane: USE master; GO ALTER DATABASE tempdb MODIFY FILE (NAME = tempdev, FILENAME = '{new location}\tempdb.mdf'); GO ALTER DATABASE tempdb MODIFY FILE (NAME = templog, FILENAME = '{new location}\templog.ldf'); GO 5) Change {New Location} in the pasted code (for both the tempdb.mdf and templog.ldf files) to the path of the new location. 6) Click Execute. 7) Go to the Control Panel and then Administrative Tools. Select Services. 8) Stop and Start SQL Server (MSSQLSERVER). 9) Go back to SQL Server Management Studio and open a new query pane. 10) Copy and paste the following to verify that tempdb has moved to the new location: SELECT name,physical_name FROM sys.master_files WHERE database_id = DB_ID('tempdb'); 11) Click Execute. 12) In the physical name column, you should see the path to the new location. Dino Explorer Suite Installation Guide v

19 7.3 DinoMessaging - Automation Keep in mind, that every time some Dino suite program runs, it uses the database configuration file (Dino.Config) to access the DinoDB server. In order to install and configure the Dino Server side of the automation, follow the next steps. The steps 1 to 3 can be executed for each LPAR. First - Create a LPAR entry in MVS Server List To connect to the mainframe the Dino Explorer utilities requires an MVS connection definition To do this run the DataLoader program on the Options menu, select MVS Servers. The connection refers the IP and port of mainframe task DXPLTCP. Please look at Dino Explorer Suite MVS Installation and Operations Guide for more details Server name Host name Set the name of your connection You can use the mainframe ip address or mainframe name registered in DNS. IP Port Define the port number that will be used to connect to the mainframe, default is After completing the parameters click the Save button and then click the Test connection to check if the parameters you configured are correct. After you create a mainframe connection, the connection string is saved on the configuration file: DinoConfig.xml Dino Explorer Suite Installation Guide v

20 Second - Install DinoMessaging Service To Install the service, you should run the ugly command on the command prompt (cmd) with Administrators rights. Note: On modern windows you should start the command prompt as Administrator, right clicking the cmd.exe: You should install one service for each LPAR you have. The DinoMessaging service can talk to only one LPAR Set folder => cd "C:\Program Files (x86)\dino 2015" Installing Service => C:\Windows\Microsoft.NET\Framework64\v \InstallUtil.exe /NAME=MVS1 /i DinoMessaging.exe The name of the service cataloged in the windows will be "Dino" + Name, in this example DinoMVS1. To facilitate the understanding of the structure, we suggest using the LPAR (SID) as the service name. Dino Explorer Suite Installation Guide v

21 You can see the service installed using services interface (services.msc in Administrative Tools). To add restart feature, on the Services interface, click properties and Recovery: Dino Explorer Suite Installation Guide v

22 Third - Adjust DinoMessaging parameters: During the service installation process, some entries were created in the registry. To change any value of these keys included in the registry, use the regedit program. These registry keys are located in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\DinoMVS1\Parameters See the list of keys created in the figure below. Note: The key MvsServer is the name of the MVS connection you have created on topic above. Dino Explorer Suite Installation Guide v

23 LoadViews configuration LoadViews is a batch process to build the historical tables. you can run directly using the DataLoader utility or automated through the DinoUtil.exe command line utility. You can generate the a LoadViews configuration file in two ways: using DataLoader program, Data -> Import Data. Selecting option 4 (load views) and selecting on the product tabs, the views you want to have. At the end, you save the configuration on the database: file and save. The name you save is the same you supply on the DinoUtil -l LoadViewsName. Run the SQL script file AddLoadViews.sql to create a default LoadViews configuration on the DinoDB database. The script AddLoadViews.sql is inside the LoadViews.zip file in Script directory on Dino Server (C:\Program Files (x86)\dino Explorer 2015\Script) >> If necessary, contact your database team to execute the script to create loadviews << >> Be sure to change the name of the database in the script before running it << After SQL script execution you are able to see it on the DataLoader - Import Data menu. Select the File and Open the "LoadViews". You should see a screen such as below: You can review the default selections on the various views tabs. At the end, you save your configuration. The name you save is the same you supply on the DinoUtil -l LoadViewsName. For more details about Load View option, see manual Dino Explorer Suite Users Guide Dino Explorer Suite Installation Guide v

24 Automation Script file We provide two examples of batch files that are inside the zip file. See below the list of files that are inside the zip file. The zip file can be found in Script directory on Dino Server (C:\Program Files (x86)\dino Explorer 2015\Script) You can create your own batch file or you can use one of the batch files that are inside the zip file. create your own batch file Create a file named "Loadviews.cmd" and input the following content: NET STOP DinoMVS1 >> "C:\Program Files (x86)\dino 2015"\LoadViews.log DinoUtil.exe -load LoadViews >> "C:\Program Files (x86)\dino 2015"\LoadViews.log NET START DinoMVS1 >> "C:\Program Files (x86)\dino 2015"\LoadViews.log DinoMVS1 and LoadViews are suggested names. Replace it for yours. >> Don t forget (Stop all services before, run loadviews and start all services again) << Choose one of the batch files LoadViews and SwapLoadViews are examples of batch files that facilitate the loading of historical tables in DinoDB. Both batch file files access the ServiceList.ini file to obtain the service relation to stopped and subsequently initialized. The structure of the ServiceList.ini file is very simple, the name of the server where the service is installed and the name of the service. Below is the figure of the file in question. Dino Explorer Suite Installation Guide v

25 The batch LoadViews file performs the following activities sequentially: Stop all active services Run the DinoUtil utility to load historical information and initialize the xxxdata tables of the DinoDB database at the end of the process. Restarts all services that have been stopped. During the execution of the batch file, the real-time transfer of data between the MVS Server and the Server will be stopped. The batch SwapLoadViews file performs the following activities sequentially: Stop all active services Run the DinoUtil utility to swap the tables xxxdata to xxxdata1 and xxxdata1 to xxxdata Restarts all services that have been stopped. Run the DinoUtil utility to load historical information and initialize the xxxdata tables of the DinoDB database at the end of the process. During the first three activities, the real-time data transfer between the MVS Server and the Server will be interrupted, the downtime is very short, and the process of loading the historical tables is done from the xxxdata1 tables. Create a Schedule Task schtasks /CREATE /TN DinoLoad /RU "SYSTEM" /SC daily /ST 05:00 /TR "C:\Program Files (x86) \Dino 2015\LoadViews.CMD" We recommend you to set: "Manual start" "Set Recovery" Dino Explorer Suite Installation Guide v

26 Monitoring the Services Execute PERFMON.EXE Double-click Performance Monitor Select Add Counters, choice Dino Messaging and click Add button Dino Explorer Suite Installation Guide v

27 Switch to Report view and you will get a screen similar to the following: Dino Explorer Suite Installation Guide v

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

Reliable High-Speed Connection to Publication Database for Synchronization

Reliable High-Speed Connection to Publication Database for Synchronization PCS Axis v1.9 Client/Server New Installation with Replication May 2015 Introduction American Innovations (AI) is pleased to announce version 1.9 of our Pipeline Compliance System Axis software (PCS Axis

More information

Preupgrade. Preupgrade overview

Preupgrade. Preupgrade overview overview, page 1 Virtual contact center upgrades, page 2 Common Ground preupgrade task flow, page 3 Technology Refresh preupgrade task flow, page 5 Common Ground preupgrade tasks, page 6 Technology Refresh

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date:

Print Audit 6. Print Audit 6 Documentation Apr :07. Version: Date: Print Audit 6 Version: Date: 37 21-Apr-2015 23:07 Table of Contents Browse Documents:..................................................... 3 Database Documentation.................................................

More information

Micro Focus Enterprise Analyzer 3.4. Installation Guide

Micro Focus Enterprise Analyzer 3.4. Installation Guide Micro Focus Enterprise Analyzer 3.4 Installation Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2013. All rights reserved.

More information

Installing and Setting Up SiteMaster 200 v4 What you need to know.

Installing and Setting Up SiteMaster 200 v4 What you need to know. Installing and Setting Up SiteMaster 200 v4 What you need to know. Table of Contents Important Information 1 System Requirements 2 Installing SiteMaster 200 v4 2 When You First Run SiteMaster 200 v4 4

More information

EasyLobby Database Setup EasyLobby Family of Products Version 10.0

EasyLobby Database Setup EasyLobby Family of Products Version 10.0 EasyLobby Database Setup EasyLobby Family of Products Version 10.0 Introduction This document describes how to set up the EasyLobby 10.0 database on Microsoft SQL Server or Oracle, how to setup an ODBC

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Setting up EntraPass Card Gateway with SQL Server 2008

Setting up EntraPass Card Gateway with SQL Server 2008 Setting up EntraPass Card Gateway with SQL Server 2008 The EntraPass Card Gateway is designed to interface with the Oracle or the SQL Server Database Engine. Unfortunately the interface has not been updated

More information

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional

LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional LiNC-NXG for Windows 8 Professional, Windows 7 Professional, Vista Business Edition and XP Professional Installation Guide for LiNC-NXG 33-10067-001 REV: C PCSC 3541 Challenger Street Torrance, CA 90503

More information

EMS DESKTOP CLIENT Installation Guide

EMS DESKTOP CLIENT Installation Guide EMS DESKTOP CLIENT Installation Guide Version 44.1 Last Updated: March 5, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5.9. 0. 1 Ascertia Limited. All

More information

Version 3.0 Installation Guide for SQL Server 2005 Express Edition

Version 3.0 Installation Guide for SQL Server 2005 Express Edition Version 3.0 Installation Guide for SQL Server 2005 Express Edition IP-guard v3.0 Installation Guide for SQL Server Express 2005 P.2 Table of contents Page Section 1 Introduction... 3 Section 2 Setup Microsoft

More information

IntelliTrack DMS (Data Management System) v8.1 Quick Start Guide Preliminary Copy (July 2011) Copyright 2011 IntelliTrack, Inc.

IntelliTrack DMS (Data Management System) v8.1 Quick Start Guide Preliminary Copy (July 2011) Copyright 2011 IntelliTrack, Inc. Quick Start Guide Reasonable measures have been taken to ensure that the information included in this guide is complete and accurate. However, IntelliTrack reserves the right to change any specifications

More information

Password Reset Server Installation

Password Reset Server Installation Password Reset Server Installation Vista/Server 08 and Windows 7/Server 2008 R2 Table of Contents I. Requirements... 4 A. System Requirements... 4 B. Domain Account Requirements... 5 C. Recommendations...

More information

Planning the Installation and Installing SQL Server

Planning the Installation and Installing SQL Server Chapter 2 Planning the Installation and Installing SQL Server In This Chapter c SQL Server Editions c Planning Phase c Installing SQL Server 22 Microsoft SQL Server 2012: A Beginner s Guide This chapter

More information

Manual Backup Sql Server Express 2008 Schedule Database Sqlcmd

Manual Backup Sql Server Express 2008 Schedule Database Sqlcmd Manual Backup Sql Server Express 2008 Schedule Database Sqlcmd Automate Backups Using SQL Server Management Studio Express and Note: These instructions were prepared using SQL Server Express 2008 and Windows

More information

SmartDispatch Installation Guide

SmartDispatch Installation Guide SmartDispatch Installation Guide Copyright Information Hytera is the trademark or registered trademark of Hytera Communications Corporation Limited. (the Company) in PRC and/or other countries or areas.

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

SAFETICA INSTALLATION MANUAL

SAFETICA INSTALLATION MANUAL SAFETICA INSTALLATION MANUAL SAFETICA INSTALLATION MANUAL for Safetica version 8.0.x Author: Safetica Technologies s.r.o. Safetica was developed by Safetica Technologies s.r.o. All rights reserved. No

More information

Installation Guide of SQL Server Express

Installation Guide of SQL Server Express B Installation Guide of SQL Server Express A. Hardware and Software Requirements for SQL Server Express 3 B. Installation Procedures 6 1. Microsoft.NET Framework 3.5 SP1 6 2. Microsoft.NET Framework 4.0

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

SQL Server DBA Course Content

SQL Server DBA Course Content 1 SQL Server DBA Course Content SQL Server Versions and Editions Features of SQL Server Differentiate the SQL Server and Oracle Services of SQL Server Tools of SQL server SQL Server Installation SQL server

More information

CaseMap Server Installation Guide

CaseMap Server Installation Guide CaseMap Server Installation Guide About CaseMap Server System Requirements v1.0 System Requirements v1.5 What's New in Version 1.5 Installing the CaseMap Server Installing the CaseMap Admin Console Installing

More information

Installing DPM 2012 R2

Installing DPM 2012 R2 Installing DPM 2012 R2 This document covers the installation/upgrade of System Center 2012 R2 Data Protection Manager (DPM 2012 R2, or simply DPM). While the installation and upgrade process is similar,

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

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

More information

Pension System/Windows. Installation Guide

Pension System/Windows. Installation Guide Pension System/Windows Installation Guide Updated for Microsoft SQL Server 2014 & MS SQL Express 2014 DATAIR Employee Benefit Systems, Inc. 735 N. Cass Ave. Westmont, IL 60559-1100 V: (630) 325-2600 F:

More information

PerTrac Analytical Platform. SQL Version Setup Guide

PerTrac Analytical Platform. SQL Version Setup Guide SQL Version Setup Guide PerTrac Analytical Platform SQL Version Setup Guide Version 7.3.x March 21, 2013 TABLE OF CONTENTS SECTION 1: INSTALLATION OVERVIEW 3 SECTION 2: SINGLE USER INSTALLATION LAYOUTS

More information

APPENDIX B: INSTALLATION AND SETUP

APPENDIX B: INSTALLATION AND SETUP APPENDIX B: INSTALLATION AND SETUP Page A. Overview... B:1 How do I install and setup ICMS?... B:1 Do I need special security rights to install ICMS?... B:1 Installation Basics... B:1 How do I get a quick

More information

and Installation Guide for the application on the server March 2014 (GUIDE 2) LASS 8-11 and versions 6.05-N and later

and Installation Guide for the application on the server March 2014 (GUIDE 2) LASS 8-11 and versions 6.05-N and later and Installation Guide for the application on the server March 2014 (GUIDE 2) LASS 8-11 and 11-15 versions 6.05-N and later Copyright 2014, Lucid Innovations Limited. All Rights Reserved Lucid Research

More information

Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper

Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper Deploying HP SIM 6.x on MSCS clusters on Windows 2008 with SQL Server 2008 SP1 White Paper Table of Contents Abstract... 2 Introduction... 2 System infrastructure... 3 Storage configuration... 3 IP addresses...

More information

SolidWorks Enterprise PDM Installation Guide

SolidWorks Enterprise PDM Installation Guide SolidWorks Enterprise PDM Installation Guide Contents Legal Notices...vi 1 SolidWorks Enterprise PDM Installation Guide...7 2 Installation Overview...8 Required Installation Components...8 Optional Installation

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Step-by-Step Guide to Installing Cluster Service

Step-by-Step Guide to Installing Cluster Service Page 1 of 23 TechNet Home > Products & Technologies > Windows 2000 Server > Deploy > Configure Specific Features Step-by-Step Guide to Installing Cluster Service Topics on this Page Introduction Checklists

More information

How to Install Microsoft SQL Express 2016 ANSWER:

How to Install Microsoft SQL Express 2016 ANSWER: How to Install Microsoft SQL Express 2016 ANSWER: IMPORTANT DISCLAIMER: We are providing the information in this article as a courtesy to our Abila customers. Assistance with installation or troubleshooting

More information

PerTrac Analytical Platform SQL Version Network Setup Guide (Version 7.2)

PerTrac Analytical Platform SQL Version Network Setup Guide (Version 7.2) PerTrac Analytical Platform SQL Version Network Setup Guide (Version 7.2) Table of Contents Section 1: Installation Overview Section 2: Network Layouts Section 3: Installing the PerTrac License Server

More information

Upgrade to and Installation of SQL Server 2008 (R2) in an SAP Environment

Upgrade to and Installation of SQL Server 2008 (R2) in an SAP Environment Upgrade and Installation Guide Document Version: 1.60 2017-11-17 PUBLIC Upgrade to and Installation of SQL Server 2008 (R2) in an SAP Environment Content 1 Document History.... 3 2 Introduction....5 3

More information

LT Auditor Installation Guide

LT Auditor Installation Guide LT Auditor+ 2013 Installation Guide Intellectual Property Copyright 2007-2012 Blue Lance, LT Auditor+, and the Report Generator are registered trademarks of Blue Lance, Inc. Microsoft, Windows 2003, Window

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

More information

Installing the SURVEYOR Enterprise Power Management System. Building a Power Management System with Verdiem SURVEYOR 5.0

Installing the SURVEYOR Enterprise Power Management System. Building a Power Management System with Verdiem SURVEYOR 5.0 Installing the SURVEYOR Enterprise Power Management System Building a Power Management System with Verdiem SURVEYOR 5.0 Updated April, 2008 Licensing terms and disclaimers for the Surveyor product are

More information

AppWizard Installation/Upgrade Guide (v.4.00)

AppWizard Installation/Upgrade Guide (v.4.00) AppWizard Installation/Upgrade Guide (v.4.00) Last Updated: 15 September 2010 1 Introduction This manual is intended for the installation or upgrade of AppWizard 5.00. Please ensure that all steps are

More information

Setting up and Connecting to a MSSQL database

Setting up and Connecting to a MSSQL database Setting up and Connecting to a MSSQL database Setting Up MSSQL... 1 SQL Server Instance... 1 Why do we need socdbconnect and socadminuser?... 1 On the Client... 1 Creating an ODBC Data Source... 1 Setting

More information

AD Sync Client Install Guide. Contents

AD Sync Client Install Guide. Contents AD Sync Client Install Guide Contents AD Sync Client Install Guide... 1 Introduction... 2 Deployment Prerequisites... 2 Configure SQL Prerequisites... 3 Switch SQL to Mixed Mode authentication... 3 Create

More information

xtrace Monitor Installation Guide

xtrace Monitor Installation Guide xtrace Monitor Installation Guide Version 2.5.9 Copyright Meisner IT 2008-2018 Page 1 of 12 Install xtrace monitor Download the installation setup file from www.iet.co.uk. The setup file is named xtmonxxx.exe

More information

DefendX Software Control-Audit for Hitachi Installation Guide

DefendX Software Control-Audit for Hitachi Installation Guide DefendX Software Control-Audit for Hitachi Installation Guide Version 4.1 This guide details the method for the installation and initial configuration of DefendX Software Control-Audit for NAS, Hitachi

More information

Portions of this product were created using LEADTOOLS LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS LEAD Technologies, Inc. ALL RIGHTS RESERVED. Upgrade Guide Lenel OnGuard 2010 Upgrade Guide, product version 6.4. This guide is item number DOC-120, revision 1.053, May 2010 Copyright 1995-2010 Lenel Systems International, Inc. Information in this

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 2.8 Table

More information

MATCH IT! Platelet Antibody Software Installation v1.0.1

MATCH IT! Platelet Antibody Software Installation v1.0.1 MATCH IT! Platelet Antibody Software Installation v1.0.1 1.0 Table of Contents 1.0 Table of Contents... 1 2.0 Revisions... 2 3.0 Installation Checklist... 3 4.0 Prerequisites... 3 5.0 Database Configuration

More information

Installation User Guide SMART ACCESS 2.0

Installation User Guide SMART ACCESS 2.0 Installation User Guide SMART ACCESS 2.0 Date: 05 March 2013 Version: 2.0 Table of Contents 1. OVERVIEW... 3 2. INSTALLATION PROCEDURE... 4 2.1. IIS INSTALLATION:... 5 2.2. REPORTSERVER 2008 SP1 INSTALLATION:...

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

NeuralStar Installation Guide

NeuralStar Installation Guide NeuralStar Installation Guide Version 9.8 Release 3 May 2012 1st Edition Preface Software License Agreement Software is defined as the Kratos Technology & Training Solutions, Inc. computer programs with

More information

AccessVia Publishing Platform

AccessVia Publishing Platform AccessVia Publishing Platform Technical Specifications Publishing Platform Manager Version: 8.6.x Written by: Product Documentation, R&D Date: May 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

Storage Center. Enterprise Manager 5.5. Installation and Setup Guide

Storage Center. Enterprise Manager 5.5. Installation and Setup Guide Storage Center Enterprise Manager 5.5 Installation and Setup Guide Enterprise Manager 5.5 Installation and Setup Guide 680-028-010 Revision Date Description A March 2011 Initial release. B April 2011 Updated

More information

Replication. Version

Replication. Version Replication Version 2018.3 Contents Before you start... 3 Principles... 4 Prerequisites... 5 Initial Steps... 6 Post Setup... 7 Supported Operating Systems... 7 Perform the Setup... 8 Read Committed Snapshot

More information

Installing SQL 2005 Express Edition

Installing SQL 2005 Express Edition Installing SQL 2005 Express Edition Go to www.msdn.microsoft.com/vstudio/express/sql The following page will appear Click on the button Select the option I don t want to register Please take me to the

More information

Installation Guide Version May 2017

Installation Guide Version May 2017 Installation Guide Version 2017 5 May 2017 GeoCue Group, Inc 9668 Madison Blvd. Suite 202 Madison, AL 35758 1-256-461-8289 www.geocue.com NOTICES The material in GeoCue Group, Inc. documents is protected

More information

WWCdi Error 80040E14: Description 'Warning: The join order has been enforced because a local join hint is used'

WWCdi Error 80040E14: Description 'Warning: The join order has been enforced because a local join hint is used' Tech Note 921 Optimizing SQL Server for Large Galaxy Migration All Tech Notes, Tech Alerts and KBCD documents and software are provided "as is" without warranty of any kind. See the Terms of Use for more

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

Sage SQL Gateway Installation and Reference Guide

Sage SQL Gateway Installation and Reference Guide Sage SQL Gateway Installation and Reference Guide IMPORTANT NOTICE This document and the Sage 300 Construction and Real Estate software may be used only in accordance with the Sage 300 Construction and

More information

Immotec Systems, Inc. SQL Server 2008 Installation Document

Immotec Systems, Inc. SQL Server 2008 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

NTP Software File Auditor for Hitachi

NTP Software File Auditor for Hitachi NTP Software File Auditor for Hitachi Installation Guide Version 3.3 This guide details the method for the installation and initial configuration of NTP Software File Auditor for NAS, Hitachi Edition,

More information

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server

EventMaster PLUS! Version 4 Installation and Upgrade Guide. Enterprise Deployment Microsoft SQL Server EventMaster PLUS! Version 4 Installation and Upgrade Guide Deployment Microsoft SQL Server EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! EventMaster4 PLUS! Please send any comments regarding

More information

Configuration of Microsoft SQL Server Express

Configuration of Microsoft SQL Server Express Configuration of Microsoft SQL Server Express Copyright 2017 NetSupport Ltd All rights reserved Configuration of Microsoft SQL Server Express and NetSupport DNA Installation Requirements If installing

More information

Administrator for Enterprise Clients: User s Guide. Second Edition

Administrator for Enterprise Clients: User s Guide. Second Edition Administrator for Enterprise Clients: User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2002. Administrator for Enterprise Clients: User s

More information

Full file at https://fratstock.eu

Full file at https://fratstock.eu Chapter 2: Installing and Upgrading SQL Server 2000 Objectives After reading this chapter and completing the exercises, students will be able to: Understand hardware and software requirements before installing

More information

Sage Residential Management Versions 9.5 through Installation Guide

Sage Residential Management Versions 9.5 through Installation Guide Sage Residential Management Versions 9.5 through 14.1 Installation Guide This is a publication of Sage Software, Inc. Copyright 2014. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

LABEL ARCHIVE Administrator s Guide

LABEL ARCHIVE Administrator s Guide LABEL ARCHIVE Administrator s Guide DOC-LAS2015_25/05/2015 The information in this manual is not binding and may be modified without prior notice. Supply of the software described in this manual is subject

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide 2013 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC and QualTrend are registered trademarks of DataNet Quality Systems. All other trademarks

More information

Print Audit 6. Database Documentation Dec :21. Version: Date:

Print Audit 6. Database Documentation Dec :21. Version: Date: Print Audit 6 Version: Date: 8 03-Dec-2018 16:21 Table of Contents Browse Documents:..................................................... 3 Moving Print Audit 6 and an SQL Database to a New Server....................

More information

Upgrade to Webtrends Analytics 8.5: Best Practices

Upgrade to Webtrends Analytics 8.5: Best Practices Technical Best Practices 8.5 Software Upgrade Upgrade to Webtrends Analytics 8.5: Best Practices Version 4 Webtrends Analytics is a powerful application that must be installed on a dedicated computer.

More information

Automating the Windows 2000 Installation

Automating the Windows 2000 Installation Chapter 2 Automating the Windows 2000 Installation MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Perform an unattended installation of Windows 2000 Professional. Install Windows 2000 Professional by

More information

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide

Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Tzunami Deployer Oracle WebCenter Interaction Exporter Guide Supports extraction of Oracle WebCenter Interaction components and migrate to Microsoft SharePoint using Tzunami Deployer Version 3.2 Table

More information

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide

LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide LPR for Windows 95/98/Me/2000 TCP/IP Printing User s Guide Rev. 02 (August, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any means

More information

Guide to Installing DYNAMICS Security Pack

Guide to Installing DYNAMICS Security Pack Guide to Installing DYNAMICS Security Pack Introduction The Security Pack feature of DYNAMICS 7 is designed to assist labs that require compliance with 21 CFR Part 11 of the Code of Federal Regulations.

More information

InventoryControl Quick Start Guide

InventoryControl Quick Start Guide InventoryControl Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY PRODUCTS OR SERVICES ARE

More information

1 AdvantageLaw-Access System Installation System Requirements Installed Components... 3 Application:... 3 Database:...

1 AdvantageLaw-Access System Installation System Requirements Installed Components... 3 Application:... 3 Database:... 1 AdvantageLaw-Access System Installation... 3 1.1 System Requirements... 3 1.2 Installed Components... 3 Application:... 3 Database:... 3 Tutorial:... 3 Documentation:... 3 1.3 Standalone Installation...

More information

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express

WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express WhatsUp Gold v16.1 Database Migration and Management Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2008 R2 Express Edition to Microsoft SQL Server 2005, 2008, or 2008 R2

More information

7. Run the TRAVERSE Data Migration Utility from TRAVERSE 10.2 into TRAVERSE 10.5.

7. Run the TRAVERSE Data Migration Utility from TRAVERSE 10.2 into TRAVERSE 10.5. Overview Use the TRAVERSE Data Migration Utility to convert and append OSAS 6.1x, 6.5x or 7.0x data to TRAVERSE data. Follow these steps to import OSAS 6.1x, 6.5x or 7.0x data into TRAVERSE: 1. Make sure

More information

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

Core Component Installation

Core Component Installation Core Components Installation Approach, page 1 Golden Template Requirements, page 2 Common s for Golden Templates, page 14 Core Components Installation Approach You can use golden templates to clone and

More information

SQLBase. Starter Guide

SQLBase. Starter Guide SQLBase Starter Guide 20-2905-1004 Trademarks Centura, Centura net.db, Centura Ranger, the Centura logo, Centura Web Developer, Gupta, the Gupta logo, Gupta Powered, the Gupta Powered logo, Fast Facts,

More information

Automation Anywhere Enterprise 10 LTS

Automation Anywhere Enterprise 10 LTS Automation Anywhere Enterprise 10 LTS Document Version: 1.3 Installation Guide Date of Publication: 15 th November, 2016 Update(s) to this document edition: Table of Contents 1. Client Prerequisites Processor

More information

I-Server 1.6 and Connectors Installation Instructions. Newmarket International, Inc. For Internal Use Only. Document Version 1.

I-Server 1.6 and Connectors Installation Instructions. Newmarket International, Inc. For Internal Use Only. Document Version 1. I-Server 1.6 and Connectors Installation Instructions Newmarket International, Inc. For Internal Use Only 12/20/05 Copyright 2005 Newmarket International, Inc. All rights reserved. The information in this

More information

Exclaimer Mail Archiver

Exclaimer Mail Archiver Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

المكتشف للكمبيوتر ذ.م.م Explorer Computer L.L.C منذ عام 1998

المكتشف للكمبيوتر ذ.م.م Explorer Computer L.L.C منذ عام 1998 Before You Start; Hinawi and QuickBooks Software Installation NOTE: Hinawi and QuickBooks Software Installation is very easy and User friendly. Before you start performing the Installation process, kindly

More information

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory SQL Server Installation & Administration Guide Version 2009.1 2009 Sage Software, Inc. All rights reserved. Published by Sage 2325 Dulles Corner

More information

CONTENTS. p r e m i u m e d i t i o n 2008

CONTENTS. p r e m i u m e d i t i o n 2008 Install Guide CONTENTS Basics... 1 Server Install... 3 Workstation Install... 9 Workstation Offline Components Install... 11 Appendix: Installing Runtime SQL Server 2005...14 p r e m i u m e d i t i o

More information

Installing CaseMap Server User Guide

Installing CaseMap Server User Guide Installing CaseMap Server User Guide CaseMap Server, Version 2.2 System Requirements Installing CaseMap Server Installing the CaseMap Admin Console Installing the CaseMap SQL Import Utility Testing Installation

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

Instructions For Installing a Remote SQL Server Instance and Separating the ION Enterprise Databases from the Application

Instructions For Installing a Remote SQL Server Instance and Separating the ION Enterprise Databases from the Application KB Article Instructions For Installing a Remote SQL Server Instance and Separating the ION Enterprise Databases from the Application Summary The is applicable to ION Enterprise 5.0(all service packs) and

More information

Database Migration Guide

Database Migration Guide Database Migration Guide Learn how to migrate a WhatsUp Gold database from Microsoft SQL Server 2005 Express Edition to Microsoft SQL Server 2005 or 2008 Enterprise, Standard, or Workgroup Editions. Contents

More information

HORTICOPIA Professional

HORTICOPIA Professional HORTICOPIA Professional Networking User Guide Horticopia, Inc. www.horticopia.com October 2017 Table of Contents I. Quick Start 2 II. System Requirements 3 III. Installing HORTICOPIA Professional 4 1.

More information

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING

2017/11/10 10:40 1/2 Setup. Be aware of the updating procedure of VISUAL PLANNING, see UPDATE VISUAL PLANNING 2017/11/10 10:40 1/2 Setup Setup INTRODUCTION The setup procedure for VISUAL PLANNING 5.3 depends on the version: VISUAL PLANNING ONE VISUAL PLANNING ESSENTIAL VISUAL PLANNING ENTERPRISE Be aware of the

More information

SAP BusinessObjects Profitability and Cost Management Upgrade Guide

SAP BusinessObjects Profitability and Cost Management Upgrade Guide PUBLIC SAP BusinessObjects Profitability and Cost Management Document Version: 10.0 2019-04-09 SAP BusinessObjects Profitability and Cost Management Upgrade Guide 2019 SAP SE or an SAP affiliate company.

More information

Installation Guide: Migrating Report~Pro v20

Installation Guide: Migrating Report~Pro v20 Introduction... 2 Overview... 2 System Requirements... 3 Hardware Requirements... 3 Software Requirements... 4 Assumptions... 4 Notes... 4 Installation Package Download... 5 Package Contents... 5 Pre-Installation

More information

Centra Workbench (V3.12 onwards)

Centra Workbench (V3.12 onwards) Workbench Installation Guide Centra Workbench (V3.12 onwards) Create and Customize User Interfaces for Router Control snellgroup.com Introduction Description This guide describes the system requirements

More information

Fluke Calibration Software

Fluke Calibration Software Fluke Calibration Software MET/TEAM MET/CAL Run Time MET/CAL Editor Installation Guide July 2012, Rev. 1,10/13 2012, 2013 Fluke Corporation. All rights reserved. Specifications are subject to change without

More information