Shelter Pro Installation Guide SQL Server Backend. Server Side Requirements Overview. Shelter Pro Installation Guide SQL Server Backend Page 1

Size: px
Start display at page:

Download "Shelter Pro Installation Guide SQL Server Backend. Server Side Requirements Overview. Shelter Pro Installation Guide SQL Server Backend Page 1"

Transcription

1 Server Side Requirements Overview This document describes how to install the Shelter Pro as a client/server application with Microsoft SQL Server as the backend database engine. This overview section gives a high level synopsis of the installation requirements. Requirement 1 - SQL Server 2005 or later must be installed Microsoft SQL Server 2005 or later is required. This can be any edition of SQL Server including express (note that express editions will restrict the database size to a maximum of 10GB). SQL Server is provided by Microsoft and is not provided or installed by Shelter Pro Software. If you don t already have SQL Server the software can be downloaded from If you will be doing a first time install of SQL Server, you ll want to download the SQL Server with Advanced Tools as this installation package will typically include SQL Server Management Studio. If needed, in-depth support and assistance with establishing SQL Server will be covered in documentation provided by Microsoft. For purposes of Shelter Pro deployment using SQL Server there are two requirements in working with SQL Server: 1) SQL Server Management Studio When SQL Server is installed, the installation should include SQL Server Management Studio. This application is necessary to work with SQL Server as a DBA (Data Base Administrator). This document will reference and show screen samples with SQL Server Management Studio to illustrate the Shelter Pro deployment in your network environment 2) SQL Server Configuration Manager The SQL Server installation will also install an interface program called SQL Server Configuration Manager. This tool facilitates the connectivity of SQL Server on the network. Requirement 2 - File Server Shared Folder A Shared Folder will be required on a file server. This folder and its subfolders will be automatically created during the installation process provided by ShelterPro_InstallSQLServerBackend.exe (discussed in more detail later in this document). This folder may reside on the same machine where SQL Server is installed, or it can be another machine which acts as a shared file server. Page 1

2 Overview (continued) Requirement 3 SQL Server Configuration Manager items required for Shelter Pro The following items are required and are set using SQL Server Configuration Manager: 1. SQL Server Services the services titled SQL Server and SQL Server Browser must be running. The start mode properties for these services should be set to automatic so these services will automatically initiate when the server is running. Both processes should also be running in Network Service Mode so that the SQL instance/service is visible on the network. 2. SQL Server xxxx Network Configuration the Protocols for SQL Server should have Shared Memory, Named Pipes and TCP/IP enabled. 3. SQL Native Client Configuration the Client Protocols should have Shared Memory, Named Pipes and TCP/IP enabled. Note: it may be necessary to first install SQL Native Client to have these items be defined within the SQL Server Configuration Manager. The installation of SQL Native Client is discussed later in this document. Page 2

3 Installing Shelter Pro s SQL Server backend Assuming the above requirements have been met and your server has MS SQL Server installed and properly configured and described above, follow the steps below to install a Shelter_Pro database on the server. Be sure to run the link below when prompted. Page 3

4 You should now see the WinZip self-extractor. Click Unzip to extract the folder to the machine. It is highly recommended that you do not change the folder name from c:\shelpro as this makes ongoing support easier. The unzip will create the c:\shelpro folder structure and subfolders/files as shown below. Page 4

5 The next step is to share the C:\Shelpro folder with all users and grant full control permissions. The typical steps are: 1. Go to the root C drive; 2. Right-click the Shelpro folder and select properties; 3. Click on the Sharing tab and share the folder with the user group or with the Everyone group; 4. Go to the Security tab and click Users; 5. Modify the permissions to give users Full Control and apply. Page 5

6 Attaching the Shelter_Pro database to SQL Server The provided Shelter_Pro database referenced on the previous page must be attached to SQL Server so that the SQL Server engine can manage the day-to-day usage of Shelter Pro by your end users. To connect the Shelter_Pro database to SQL Server: 1) Start SQL Server Management Studio and connect to the SQL Server instance. In this document the instance name is SURFACEBOOK\SQL2005. Your server s instance name will be different. Identifying the instance name to Shelter Pro will occur when the client software is implemented and is discussed later in this document; 2) Right-click databases and select Attach; 3) On the Attach Databases screen click Add; 4) Navigate to the c:\shelpro\remote\sqlserver_database folder, select the Shelter_Pro.mdf file, and click OK; Page 6

7 Attaching the Shelter_Pro database to SQL Server (continued) 5) On the Attach Databases screen click OK. You should now see the Shelter_Pro database under the SQL Server instance. SQL Server instance name (SURFACEBOOK\SQL2005) with Shelter_Pro as an attached database. Page 7

8 SQL Server user permissions For Shelter Pro end users, the necessary SQL Server permissions are defined the Security settings of the attached Shelter_Pro database. The permissions are already preset with the out-of-the-box Shelter Pro database which was attached in the previous steps. The necessary permissions are: db_datareader db_datawriter db_ddladmin Customers are able to define their own security approach per their own requirements, including: 1) Windows Authentication the default; 2) Defining security groups ; 3) Individual logins. The out of the box Shelter_Pro database is initially set assuming Windows Authentication will be used, and the necessary permissions are preset. If you will be using Windows Authentication, then these initial settings should be sufficient and the remaining part of this section is informational. Note that this document only covers the Windows Authentication method. If any of the other security methods are chosen, make sure the necessary permissions (db_datareader, db_datawriter, and db_ddladmin) are allowed. For Windows Authentication, the permissions can be viewed/verified/modified using the Builtin users as is shown in the example screens below. Notice the folders defined under the Databases Shelter_Pro / Security / Users / BUILTIN\USERS. Here is a sample of the expanded view: Page 8

9 SQL Server user permissions (continued) Page 9

10 Install Shelter Pro Client Software to the shared folder The next step is to install Shelter Pro s client software to the shared folder on the server. Be sure to run the link below when prompted. You should now see the WinZip self-extractor. Click Unzip to extract the folder to the machine. It is highly recommended that you do not change the folder name from c:\shelpro as this makes ongoing support easier. Page 10

11 Page 11

12 Install Shelter Pro Client Software to the shared folder (continued) The unzip will create the c:\shelpro folder structure and subfolders/files as shown below. Page 12

13 Install Shelter Pro Client Software to the shared folder (continued) The next step is to set Windows user permissions to the shared folder on the server. Follow these steps: 1. Access the shared Shelpro folder on the C drive. Right click the folder and select Properties; 2. Click the Sharing tab and then click the Share button. Page 13

14 Install Shelter Pro Client Software to the shared folder (continued) 3. Type Everyone in the text box, and click Add; 4. Change the Permission Level from Read to Read/Write for the Everyone group, and then click Share ; Page 14

15 Create a Shelter Pro desktop icon This step is very quick and can be repeated on client workstations which will be running Shelter Pro client software. 1. Right-click shelpro.exe, 2. Click Send to, click Desktop (create shortcut) ; 3. You should now have a desktop icon named shelpro.exe. Right-click the desktop icon and rename it to Shelter Pro Page 15

16 Running Shelter Pro for the first-time Double-click the Shelter Pro desktop icon for the first-time launch of Shelter Pro. You should then see the Database Connection Settings screen. IMPORTANT: 1) Make sure the Data Connection Folder is set to the REMOTE folder; 2) Check the Use SQL Server box; 3) Set the SQL Server Instance Name to your named instance of SQL Server. Special note SQL server is a server process. The example below shows SURFACEBOOK\SQL2005. Note that this is not a folder path, rather it s the defined service name running on the server. Your SQL Server Instance name will be different and can be found using SQL Server Management Studio. Refer to page 7 in this document for a visual on how this name is known on your server. 4) Click Test SQL Server Connection and verify that you get the message Test Connection Successful. 5) Click Close/Continue and follow any prompts presented as Shelter Pro sets up the database for first-time use. If everything is working you will come to the Shelter Pro login screen. Click Exit to exit Shelter Pro and move on to installing the workstations. Page 16

17 Installing the Shelter Pro client workstations Now that the server-side component of Shelter Pro is functioning, all other workstations can be setup with desktop icons for the user group. For each workstation: 1. Access the shared Shelpro folder on the server; 2. Right-click shelpro.exe, click Send to, click Desktop (create shortcut) ; 3. You should now have a desktop icon named shelpro.exe. Right-click the desktop icon and rename it to Shelter Pro 4. Start Shelter Pro from the desktop icon. You should get to the Shelter Pro login screen. Page 17

18 Installing the Shelter Pro client workstations (continued) The final step is to create desktop icons for Shelter Pro s documentation. Access the shared Shelpro/HELP folder on the server, right-click Shelter_Pro_Administration_Guide.pdf, click Send to, click Desktop (create shortcut). Repeat this same step for Shelter_Pro_Users_Guide.pdf. You should now have a desktop icon for each document. Just FYI - The documents will cover the detailed functions and configurations of the Shelter Pro Software application. The Shelter Pro Users Guide This document should be printed and referenced by the Shelter Pro users such as staff members who will process events on Shelter Pro, such as Animal Control incidents, Shelter Cases, Animal Licensing, etc. The Shelter Administration Guide This document should be used by the Shelter Pro users who will fill the role of system administrators of Shelter Pro. These functions would include things such as Shelter Pro user administration, system configuration items for event processing in the Shelter Pro modules, etc. Page 18

19 Unlocking the database Note that the final step after install is unlocking the Shelter Pro database assuming the software has been purchased. A new Shelter Pro setup is initially in a demo mode and will be fully functional until the demo period expires (this is typically 21 days). The final unlock must be done over a phone call by calling Shelter Pro Software at our primary contact number before the demo period expires. Database backups Note that data/server backups are a customer responsibility. Regular server backups should be in place to safeguard your data, both Shelter Pro data and any other mission critical data necessary for business operations. There is an automatic data backup functionality included with Shelter Pro which can be deployed, or there is the option to utilize other SQL Server backup processes. as this is a broader consideration beyond solely the Shelter Pro database. Hand it over Notify the user group that Shelter Pro is ready to go. It is recommended that IT support be present with them to ensure they can initially access the application and begin using their new software. Note that they will need to use Shelter Pro to establish the Shelter Pro users, their permissions within Shelter Pro, Shelter Pro application configuration, etc. Details are discussed in The Shelter Pro Administration Guide. Page 19

SWCS 4.2 Server Manager Users Guide Revision /22/2012 Solatech, Inc.

SWCS 4.2 Server Manager Users Guide Revision /22/2012 Solatech, Inc. SWCS 4.2 Server Manager Users Guide Revision 39 10/22/2012 Solatech, Inc. Contents Introduction... 5 Installation... 5 Installing on a server with the Solatech Window Covering Software... 5 Running the

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

Perform a Server Move for Junxure

Perform a Server Move for Junxure Perform a Server Move for Junxure These instructions are the recommendations for IT personnel on how to perform a Server Move for the Junxure Database. Junxure Tech Support understands every environment

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

Retrieve Download File from CSDI Installation Instructions

Retrieve Download File from CSDI Installation Instructions Retrieve Download File from CSDI Installation Instructions Rev. 12-001 FOOD & NUTRITION MANAGEMENT SYSTEMS This instruction sheet provides instructions for installing our Retrieve Download File from CSDI

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS The DPA program must be updated annually for tax, law, and system changes. We recommend that you always back up and/or copy the program s folder to another location prior to installation.

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

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

SWCS 4.2 Backup Agent User s Guide Revision /20/2012 Solatech, Inc.

SWCS 4.2 Backup Agent User s Guide Revision /20/2012 Solatech, Inc. SWCS 4.2 Backup Agent User s Guide Revision 24 11/20/2012 Solatech, Inc. Contents Introduction... 3 Installation... 3 Running the Backup Agent... 3 Using the Backup Agent... 3 Configuring the Backup...

More information

INSTALLATION GUIDE. The latest version of ICPR4, including release notes, can be downloaded at the following link:

INSTALLATION GUIDE. The latest version of ICPR4, including release notes, can be downloaded at the following link: INSTALLATION GUIDE The latest version of ICPR4, including release notes, can be downloaded at the following link: http://www.streamnologies.com/icpr4/version.htm You will need to open your firewall to

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

Installation Instructions for Free Scheduler Plus Software IBS Show Promotion

Installation Instructions for Free Scheduler Plus Software IBS Show Promotion Installation Instructions for Free Scheduler Plus Software IBS Show Promotion Offer ends 1/12/17 limited copies available! Thank you for your decision to use our Free copy of Scheduling Plus to help streamline

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

Installation Guidance Version 12.0

Installation Guidance Version 12.0 Installation Guidance Version 12.0 Page 1 CONTENTS INSTALLATION OVERVIEW... 3 To test if installation is successful... 3 1. Setup configurations 4 Standalone installation... 4 Network installation... 5

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

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

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

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

STS INSTALLATION GUIDE

STS INSTALLATION GUIDE STS INSTALLATION GUIDE STS INSTALLATION GUIDE This document walks through the steps necessary for installing the program. FIRST STEPS: Must have administrator Rights on local computer for install If using

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

Installation Manual. Fleet Maintenance Software. Version 6.4

Installation Manual. Fleet Maintenance Software. Version 6.4 Fleet Maintenance Software Installation Manual Version 6.4 6 Terri Lane, Suite 700 Burlington, NJ 08016 (609) 747-8800 Fax (609) 747-8801 Dossier@dossiersystemsinc.com www.dossiersystemsinc.com Copyright

More information

ASSET TRACKING SYSTEM INSTALLATION GUIDE

ASSET TRACKING SYSTEM INSTALLATION GUIDE ASSET TRACKING SYSTEM INSTALLATION GUIDE 1 ASSET TRACKING SYSTEM INSTALLATION GUIDE This document walks through the steps necessary for installing the program. TO INSTALL ATS: You should have administrator

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

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

Microsoft SQL Installation and Setup

Microsoft SQL Installation and Setup This chapter provides information about installing and setting up Microsoft SQL. Encrypted Database Not Supported, page 1 Install and Setup Microsoft SQL Server, page 1 Database Migration Required for

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

More information

Microsoft Windows Authentication Technical Note for GTGS

Microsoft Windows Authentication Technical Note for GTGS Microsoft Windows Authentication Technical Note for GTGS How to restrict user access to GeneChip Targeted Genotyping Analysis Software version 1.5 (GTGS) using Microsoft Windows NT Authentication. Default

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

Data Store and Admin Tool User Guide

Data Store and Admin Tool User Guide Data Store and Admin Tool User Guide Contents Contents What is a Data Store?... 8 Getting Started... 8 System Requirements... 8 Supported Operating Systems... 8 Support SQL Servers... 8 Tools Required

More information

Universal Archiving Module. Installation Guide

Universal Archiving Module. Installation Guide Universal Archiving Module Installation Guide 1 Sisukord 1. GENERAL REQUIREMENTS... 3 2. INSTALLING MICROSOFT SQL EXPRESS SERVER... 3 3. INSTALLING MICROSOFT SQL SERVER MANAGEMENT STUDIO... 13 4. INSTALLING

More information

Millennium Expert/Enterprise Installation Guide Version Table of Contents

Millennium Expert/Enterprise Installation Guide Version Table of Contents Millennium Expert/Enterprise Installation Guide Version 5.0.3599 Table of Contents Section Page Installing Microsoft SQL Server 2 Installing Millennium Server software 9 Installing Millennium Databases

More information

for Meridian Prolog Manager and Sage 300 Construction and Real Estate INSTALLATION GUIDE

for Meridian Prolog Manager and Sage 300 Construction and Real Estate INSTALLATION GUIDE for Meridian Prolog Manager and Sage 300 Construction and Real Estate INSTALLATION GUIDE 1 Table of Contents Contents Overview... 3 Preparation... 3 Installation... 3 Implementation... 3 Preparation...

More information

CTC BIM Suites Installation and Configuration Guide

CTC BIM Suites Installation and Configuration Guide CTC BIM Suites Installation and Configuration Guide Contents CTC Express Tools Overview...5 General Security Requirements Summary...5 Revit Workstations...5 Network Floating License Servers...6 Upgrading

More information

Alchemex. Web Reporting. Learning Services Alchemex Web Module

Alchemex. Web Reporting. Learning Services Alchemex Web Module Alchemex Web Reporting 1 Table of Contents About The Web Module... 1 Web Module Benefits and Features... 3 Product Features... 3 Product Benefits... 3 Customer Benefits... 3 How It Works... 4 Users Guide...

More information

Installation Guidance Version 11.0

Installation Guidance Version 11.0 Installation Guidance Version 11.0 December 2012 CONTENTS INSTALLATION OVERVIEW... 3 To test if installation is successful... 3 1. Setup configurations 4 Standalone installation... 4 Network installation...

More information

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011

ActiveFlow. Installation Guide. Revision Date: Feb 15, 2011 ActiveFlow Revision Date: Feb 15, 2011 DISCLAIMER: The names of files, values and reports in this Guide may differ slightly from those in the example files supplied with your software. Page 1 The information

More information

Edit contains commands for adding, deleting, and changing configurations. The functions listed are dependent on what is highlighted in the tree.

Edit contains commands for adding, deleting, and changing configurations. The functions listed are dependent on what is highlighted in the tree. 7 Menu Items 7.1 Edit Edit contains commands for adding, deleting, and changing configurations. The functions listed are dependent on what is highlighted in the tree. 7.1.1 Add Terminal Edit > Add Terminal

More information

The EDGE Estimator v12 Network Database Install

The EDGE Estimator v12 Network Database Install The EDGE Estimator v12 Network Database Install Table of Contents Prerequisites... 1 Installing SQL Express 2014 on a server... 2 Configuring SQL... 7 Restoring your Estimating Database... 8 Setting up

More information

Version 6.3 Upgrade Guide

Version 6.3 Upgrade Guide Version 6.3 Upgrade Guide Copyright 2016 Manufacturing Information Systems, Inc. 217-4 Maxham Meadow Way Woodstock, Vermont 05091 MISys and the MISys logo are registered trademarks of Manufacturing Information

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

EFS Quick Install Guide

EFS Quick Install Guide All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

Surviving Sepsis Campaign

Surviving Sepsis Campaign Surviving Sepsis Campaign Application and Database Example Installation for two ICUs The current Surviving Sepsis Campaign application and database design was built to handle only one installation per

More information

Files.Kennesaw.Edu. Kennesaw State University Information Technology Services. Introduces. Presented by the ITS Technology Outreach Team

Files.Kennesaw.Edu. Kennesaw State University Information Technology Services. Introduces. Presented by the ITS Technology Outreach Team Kennesaw State University Information Technology Services Introduces Files.Kennesaw.Edu Presented by the ITS Technology Outreach Team Last Updated 08/12/13 Powered by Xythos Copyright 2006, Xythos Software

More information

Attix5 Pro Storage Platform Console

Attix5 Pro Storage Platform Console Attix5 Pro Storage Platform Console V7.0.1 User Manual for Microsoft Windows Your guide to managing the Attix5 Pro backup environment using the Storage Platform Console. 0 Copyright notice and proprietary

More information

29 March 2017 SECURITY SERVER INSTALLATION GUIDE

29 March 2017 SECURITY SERVER INSTALLATION GUIDE 29 March 2017 SECURITY SERVER INSTALLATION GUIDE Contents 1. Introduction... 2 1.1 Assumptions... 2 1.2 Prerequisites... 2 2. Required setups prior the Security Server Installation... 3 1.1 Create domain

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

SQL Server 2008 Express Install Instruction for IDAttend Important Note

SQL Server 2008 Express Install Instruction for IDAttend Important Note SQL Server 2008 Express Install Instruction for IDAttend Important Note If updating your IDAttend Server that has SQL Server on it and you are using the Express version, then it is more than likely that

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

IQSweb Migration Steps

IQSweb Migration Steps IQSweb Migration Steps 1. On the old server, perform a backup of the IQSweb database. a. To create a backup copy of the IQSweb database, open SQL Server Management Studio. Start SQL Server Management Studio,

More information

Installation & Configuration Guide

Installation & Configuration Guide Installation & Configuration Guide Installation redisend Installation Steps: 1. Run the setupredisend.exe from the location it was downloaded 2. Select your language and click OK - figure 1.0 Figure 1.0:

More information

OLI Network License Server 3.x User Guide

OLI Network License Server 3.x User Guide OLI Network License Server 3.x User Guide OLI Network License Server is available for organizations that need to be able to share concurrent seats for one or more OLI applications or Alliance products.

More information

Install New Java Client, Release GL 3.1 For Workstations Currently without Java

Install New Java Client, Release GL 3.1 For Workstations Currently without Java Install New Java Client, For Workstations Currently without Java Following are instructions for installing the latest version of the Java client (GL3.1.3.228.5) on a workstation that does NOT currently

More information

CCH Client Axcess Portal User Guide

CCH Client Axcess Portal User Guide CCH Client Axcess Portal User Guide Last Updated: October 2017 Client Portal Access or paste the below link into your web browser https://www.clientaxcess.com/#/login Please call our office at 212.245.5900

More information

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide

SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5. System Administrator s Guide SMEC ASSET MANAGEMENT SYSTEM PMS Version 5.5 System Administrator s Guide January 2015 PREPARATION, REVIEW AND AUTHORISATION Revision # Date Prepared by Reviewed by Approved for Issue by 1 21-Jan-2015

More information

Knowledge Portal 2.6. Installation and Configuration Guide

Knowledge Portal 2.6. Installation and Configuration Guide Knowledge Portal 2.6 Installation and Configuration Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server Contents What is OfficeCalendar? Sharing Microsoft Outlook Calendars

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

Abila MIP DrillPoint Reports. Installation Guide

Abila MIP DrillPoint Reports. Installation Guide Abila MIP DrillPoint Reports This is a publication of Abila, Inc. Version 16.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service

More information

Standalone on a Single PC 3. Server/Network Installation to Access VETtrak from Multiple PCs Database... Server Installation

Standalone on a Single PC 3. Server/Network Installation to Access VETtrak from Multiple PCs Database... Server Installation Install Guide 2 Install Guide Standalone on a Single PC 3 1 Install VETtrak... 3 2 Install.NET... Framework 7 3 Install Firebird... 7 4 Configuration... 8 Database Connection... 9 Registration Key... 10

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

Installation Procedures

Installation Procedures Installation Procedures HELPSTAR 2009 Installation Procedures Contents Part 1 Deployment Server and Database Setup... 3 Part 2 Web Portal Installation... 13 Part 3 Database Administration Tool... 17 Part

More information

Install SQL Server 2012 with SP1 Express Edition

Install SQL Server 2012 with SP1 Express Edition How To Install SQL Server 2012 with SP1 Express Edition Updated: 2/3/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective

More information

Junxure Code Upgrade Instructions

Junxure Code Upgrade Instructions Junxure Code Upgrade Instructions If at any time you run into an issue with the following process, call or email Junxure Support (866-586-9873, opt 1 or support@junxure.com) and we will assist you with

More information

CCH Client Axcess User Guide

CCH Client Axcess User Guide CCH Client Axcess User Guide Green Hasson Janks Tips Best practice tips and shortcuts Icon Legend Notes Warning Informational notes about functions Important warnings about a function CCH Client Axcess

More information

Moving HRtrack to a new computer

Moving HRtrack to a new computer First Reference Moving HRtrack to a new computer Process at a Glance Confirm the location of your HRtrack data Install HRtrack on the new computer Copy the HRtrack data folder from the old computer to

More information

Configuring Windows 10 for Sierra Wave

Configuring Windows 10 for Sierra Wave PAGE: 1 of 23 Configuring Windows 10 for Sierra Wave This document will describe how to setup Windows 10 for optimal performance of the Sierra Wave program, please configure Window 10 as outlined in the

More information

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision.

Installation Guide. May vovici.com. Vovici Enterprise Version 6.1. Feedback that drives vision. Installation Guide Vovici Enterprise Version 6.1 May 2011 For installation support, please contact our Vovici Enterprise installation experts at installefmc@. If phone support is requested an installation

More information

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE

WAVELINK AVALANCHE REMOTE CONTROL 3.0 QUICK START GUIDE This document provides information about using Remote Control to connect to mobile devices. OVERVIEW This document contains the following sections: Overview Installing the Remote Control Setup Kit Activating

More information

Direct Certification FTP Setup Instructions

Direct Certification FTP Setup Instructions Direct Certification FTP Setup Instructions Rev. 13-000 FOOD & NUTRITION MANAGEMENT SYSTEMS This instruction sheet provides instructions for installing our Direct Certification Automated FTP software to

More information

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version

JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version JD Edwards EnterpriseOne 8.12 (Tools Release 8.96) Standalone Version Overview: EnterpriseOne 8.12 (Tools Release 8.96) Standalone is a self-contained demo of the JD Edwards enterprise software (formerly

More information

Nextiva Drive The Setup Process Mobility & Storage Option

Nextiva Drive The Setup Process Mobility & Storage Option Nextiva Drive The Setup Process The Setup Process Adding Users 1. Login to your account and click on the Account icon at the top of the page (this is only visible to the administrator). 2. Click Create

More information

MAX Workbench. Balance Point Technologies, Inc. MAX Workbench. User Guide. Certified MAX Integrator

MAX Workbench. Balance Point Technologies, Inc.  MAX Workbench. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com MAX Workbench User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this documentation

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop.

This Quick Start describes how to use Bocconi Cloud Service, called Filr in the rest of the document, from your Windows desktop. Quick Start Bocconi Cloud Service, based on Novell Filr, allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition, you can promote collaboration

More information

Setting up a database for multi-user access

Setting up a database for multi-user access BioNumerics Tutorial: Setting up a database for multi-user access 1 Aims There are several situations in which multiple users in the same local area network (LAN) may wish to work with a shared BioNumerics

More information

Installing Intellicus DotNet Client on Windows. Version: 16.0

Installing Intellicus DotNet Client on Windows. Version: 16.0 Installing Intellicus DotNet Client on Windows Version: 16.0 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

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

SALTO GRAPHICAL MAPPING MANUAL. Version 1.0

SALTO GRAPHICAL MAPPING MANUAL. Version 1.0 SALTO GRAPHICAL MAPPING MANUAL Version 1.0 Historic of changes Version Status Date Author Change description 1.0 Official 28/11/2012 Aitor Apalategi First version of the manual 2 INDEX 1. Introduction...

More information

Quest Knowledge Portal Installation Guide

Quest Knowledge Portal Installation Guide Quest Knowledge Portal 2.11 Installation Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is

More information

Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017

Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017 1 P a g e Farin Foresight/Insight RemoteApp Access Document last updated: 2/7/2017 In the event of any questions or issues, please contact our Farin Client Care team: Farin Financial Risk Management: 866-230-2161

More information

Database Creation & Setup for SQL Server

Database Creation & Setup for SQL Server Database Creation & Setup for SQL Server INSTALLATION MANUAL D000480 rev 4.0 TRADEMARK NOTICE Bentley and the "B" Bentley logo are registered or non-registered trademarks of Bentley Systems, Inc. or Bentley

More information

Installation and Configuration Guide

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

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes

Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Inmagic Content Server Enterprise Inmagic Content Server Standard Version 1.3 Installation Notes Thank you for purchasing Inmagic Content Server. Content Server is an enterprise-wide scalable content management

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

Installation Helios 3D

Installation Helios 3D Helios 3D STÖHR+SAUER GmbH Version compatible with AutoCAD Civil 3D 2018 Date: 2/13/2018 Printed 2/13/2018 Table of Contents System requirements 1 Network installation 2 Setting up SQL Server access from

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Installation Guide for 3.1.x

Installation Guide for 3.1.x CARETEND BI Installation Guide for 3.1.x TABLE OF CONTENTS DOCUMENT PURPOSE... 2 OVERVIEW... 2 PLATFORM COMPONENTS... 3 Rock-Pond BI Server... 3 CareTend BI Client Application... 3 ABOUT INSTANCES... 3

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

emerchant API guide MSSQL quick start guide

emerchant API guide MSSQL quick start guide C CU us st toomme er r SUu Pp Pp Oo Rr tt www.fasthosts.co.uk emerchant API guide MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional

More information

Disclaimer. The names of actual companies and products mentioned herein may be the trademarks of their respective owners TOPS Software

Disclaimer. The names of actual companies and products mentioned herein may be the trademarks of their respective owners TOPS Software Installation Guide Disclaimer This guide has been provided by TOPS Software, as a reference and help tool for installing and using TOPS Professional. Illustrations used in this guide may display screens

More information

enicq 5 Installation Guide

enicq 5 Installation Guide Vermont Oxford Network enicq 5 Documentation enicq 5 Installation Guide Release 2.2 Published August 2016 2016 Vermont Oxford Network. All Rights Reserved. enicq 5 Installation Guide Introduction Welcome

More information

Installing Quick Apps on a SharePoint 2013 Server

Installing Quick Apps on a SharePoint 2013 Server Installing Quick Apps on a SharePoint 2013 Server Using Quick Apps with Notes Migrator for SharePoint Randy Rempel Senior Product Manager Published December, 2013 Table of Contents Introduction... 3 Installing

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

Summary of Server Installation

Summary of Server Installation Summary of Server Installation In the following exercises, these are the steps that you will perform to install Offline V2 on a server: Exercise 1 Step 1. Step 2. Step 3. Verify Hardware Requirements Before

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

Upgrade Instructions for Version 8.3.3

Upgrade Instructions for Version 8.3.3 Upgrade Instructions for Version 8.3.3 CONTENTS INTRODUCTION... 1 ABOUT THESE UPGRADE INSTRUCTIONS... 1 IMPORTANT NOTES... 1 UPGRADE SUPPORT... 2 PHASE 1: BACKUP YOUR WINSPC DATABASE... 3 PHASE 2: UPGRADE

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