SCI APPLICATIONS SERVER. Transaction Log (D:) Raid 5

Size: px
Start display at page:

Download "SCI APPLICATIONS SERVER. Transaction Log (D:) Raid 5"

Transcription

1 SCI APPLICATIONS Sci Applications Server The directory structure below shows the recommended setup of the server for each individual hospital. Each application/store server should be part of a domain to allow installation of SMS for remote access. The applications, database and transaction logs should be separated across three drives to increase fault tolerance and improve disk performance. SERVER Operating System Windows NT 4.0 Service Pack 6a (C:) Raid 1 Transaction Log (D:) Raid 5 Database (E:) Raid 5 BDE Installation C:\Program Files\NHS Scotland\BDE Installation SQL Server 7.0 (SP 2) C:\MSSQL7 SCI Servers C:\Program Files\NHS Scotland\SCI Server Letters C:\Program Files\NHS Scotland\Letters Encryption Module C:\Program Files\NHS Scotland\XPENCRYPT Sci C:\Program Files\NHS Scotland\Sci IMPORTANT!! Regional settings should be set to UK Software is installed as standard on each server as described Server Monitoring Windows NT The database and transaction log on the hard drive needs to be monitored regularly to ensure there is adequate disc capacity for growth of the database. NT Services - All standard NT services, SQL Server, and SQL Server Agent should be set to start automatically on startup. The Microsoft Distributed Transaction Co-ordinator (MSDTC) should not be started. 1

2 Configuration of SCI Server Broadcaster At The Sci Applications Server If the SCI Server Broadcaster requires to set up for a new database or to be refreshed after an upgrade follow the instructions below below: Stop the SCI Server Broadcaster Service. Change the start-up parameters, ticking allow Service to Interact with Desktop. Start the SCI Server Broadcaster Service. 1. Stop the Sci Server Broadcaster Service by click on start settings control panel services 2. Change the start-up parameter, ticking Allow service to Interact with Desktop 3. Start the Sci Broadcaster Service 4. Select the databases and versions you wish to broadcast. 5. Close the Broadcaster window, replying yes to the warning message. 2. Change the start-up parameters, un-ticking Allow Service to Interact with Desktop. 3. Start the SCI Server Broadcaster service again. Sci Broadcaster allows SCI clients to access a SCI OPMS Server database without having the clients BDE be configured to use that database directly. 2

3 SQL Server Configuration If SQL Server is running on a dual processor, SQL Server should be set to run on both processors, but not to use parallel queries, due to a bug in SQL Server. The System Administrator (sa) password should be changed from the default of blank. ANSI Nulls default and select into / bulk copy must be enabled in sci_live, sci_training, sci_testing and tempdb o To check Click on Start Programs Microsoft SQL Server 7.0 Enterprise Manager, Expand SQL Server Group, Expand Server Right Click on Sci_live and select properties and click on options tab and ensure the above options are enabled. Check that Sci_training and tempdb also have their options checked. The SCI Applications database will be scheduled to be backed up each night to the hard disc at installation (the time of the backup will be discussed with the IT department). The trust is responsible for ensuring that the daily backup is checked regularly and included in the system backup process to tape to enable recovery in event of failure. Disaster Recovery Procedures is the responsibility of individual trusts. The following jobs will be set up on the SCI Applications server and should be checked regularly (weekly) to ensure that they are running. Nightly Maintenance every night at 2 am Update instance counts every 5 minutes Truncate bulk moves every month 3

4 To View Jobs click on start programs Microsoft SQL Server 7.0 Enterprise manager Expand SQL Server Group SCI Applications Server Management SQL Server Agent and highlight jobs to view scheduled tasks set up Verifying a Job Highlight the Nightly Maintenance job and double-click on it to bring up the properties for the job, and then open the Schedules tab. This will indicate when the job is normally performed. If you want to view details to see if the Job has run, right click on the job e.g. Nightly Maintenance and click View Job History 4

5 SCI Store Server Monitoring The interfaces between SCI Outpatients and SCI Store should be checked daily on the SCI Store Server and restarted weekly to refresh data. Stop/Start the OPMS/Compas interface by double clicking on the ebiz opms interface shortcut located on the desktop The Interface allows updates of patient demographic information from Compas/Sci Store to the SCI Applications Database NOTE: If the SA password is changed on the SCI Applications server the Replicatepatient.ini located on the SCI Store server (C:\Program Files\ReplicatePatient ) will have to be edited to allow the interface to connect with SCI Applications Server 5

6 Client Configuration Operating system should be Windows NT Version 4.0 or Windows 2000 Regional settings must be set to UK (If not this will affect appointments) A default printer must be installed for printing letters. Microsoft word 97/2000 must be installed to allow letters to be attached to clinics. SQL Client Tools must be installed on a client machine that will perform the updates of ISD reference files. Installation of Sci Client should be located in C:\Program Files\NHS Scotland\Sci If the broadcaster service is not being used the BDE will require to be set up on individual machines to connect to the SCI_live, SCI_training and SCI_testing database 6

7 Setting Up the BDE On the Client machine click on start settings control panel BDE administrator Expand database and highlight SCI. Check that the correct DataBase Name, Server Name and User Name are entered as parameters Click the Blue arrow to apply and save changes 7

8 Applying the Alias Create a shortcut on the desktop to point to C:\Program files\nhs Scotland\Sci\Sci.exe Rename the shortcut SCI_live (or SCI_Training depending on the database) When the shortcut is created right click on SCI_live and select properties Click the shortcut tab and enter /a sci into the target field Click OK when finished and test logging onto the database SCI Outpatients Configuration Prior to use of SCI Applications users require logins/capabilities/groups/permissions set up via User Admin tools Clinic Templates require to be set up for individual clinics (This is Particularly important that this is done prior to data being migrated from Topas) The Reschedular rules need to be set up correctly. (See APPENDIX A) The pool should not be used as a store for appointments, but as a temporary holding place. It should be kept clear as far as possible Slots can be set to suppress letters. Users must be aware of these features. Letters should be set up and assigned to clinics 8

9 Troubleshooting and diagnostic aids VERSION IDENTIFICATION Selecting Help About menu in the SCI OPMS client will show the version of the database. This information is also visible in the title bar on the client. To access version information from the database run the query below: Select * from tbl_system_constants where constant_name = BuildNumber Right clicking on the SCI executable will provide the version number for the client. BUG REPORTS When an application error occurs information is captured that can help the support team fix the problem. These should be saved and mailed to support staff. For security reasons, not all users have the capability to see bug reports. To enable detailed capturing of information give the user See bug reports capability. ERROR MESSAGES Exception Unable to insert a NULL error If the application complains about this error it is a symptom of not being able to insert null values into temporary tables. Tempdb needs to be setup to accept ANSI NULLS. To do this, right mouse click on TempDB and select properties. In the options Tab, ensure that checkbox ANSI Nulls Default is checked. You must restart SQL Server for it to take effect. Exception UpdateText WITH NO LOG is not valid at this time? whilst trying to save letters This is a symptom of the main database having incorrect options set. Database should have Select into/bulk copy option set. 9

10 Exception Unable to find master..xp_encrypt / master..xp_decrypt whilst logging in You need to install the xp_encrypt.dll on the server that you are accessing. Refer to the installation instructions in this document. Make sure that the extended stored procedures are using the correct encryption library. The following script can check this. Use master sp_helptext xp_encrypt GO sp_helptext xp_decrypt GO The output should be the location of the encryption library (C:\program files\nhs Scotland\XPENCRYPT by default) Exception Cannot find table whilst loading or importing postcodes or running SMR reports You have created a new user role or are using SA in your BDE. You must use a user with membership of SCI_USER_ROLE. Tables are being renamed and user needs to be logged in correctly. Exception - Insufficient SQL rights for operation. EXECUTE permission denied on object 'spr_authenticate_user', database 'SCI', owner 'dbo'. Run spr_grant_permissions on the database that you are accessing. This needs to be rerun when stored procedures are (re) created. The user SCI_USER needs to be given access rights to the new stored proc. You have locked the admin user out of the application Log into the server using the SA user and run the command delete from tbl_failed_logins where user = admin and spr_logoff_user admin 10

11 User locked out of Application Already logged On If a user tries to logon to the SCI Application and they get an error messages telling them they are already logged on you can open an isql window (ensuring the correct database is selected and run spr_logoff_user admin The application complains that a date is not valid This is a run time problem. It is caused by the Regional Settings of the PC having a US date format. In Windows 2000, you can select the region to be United Kingdom but still have a US format. To change this, go to the Date tab and modify the explicit format to be dd/mm/yyyy. There are spurious slot change errors This is a result of not running the nightly maintenance job. Ensure all users are logged of the system and then run spr_nightly_maintenance from a query analyser window. 11

12 Rescheduler rules APPENDIX A Rescheduler Rule Parameter 1 Parameter 2 Parameter 3 Same Time Same Class Min Moves = 3 Same Time Same Class Min Moves = 2 Same Time Same Class Min Moves = 1 Same Time Same Class Min Moves = 0 Delta Time Same Class Minutes = 10 Letter = 0 Min Moves = 3 Delta Time Same Class Minutes = -10 Letter = 0 Min Moves = 3 Delta Time Same Class Minutes = 120 Letter = 1 Min Moves = 3 Delta Time Same Class Minutes = -120 Letter = 1 Min Moves = 3 Delta Time Same Class Minutes = 10 Letter = 0 Min Moves = 2 Delta Time Same Class Minutes = -10 Letter = 0 Min Moves = 2 Delta Time Same Class Minutes = 120 Letter = 1 Min Moves = 2 Delta Time Same Class Minutes = -120 Letter = 1 Min Moves = 2 Delta Time Same Class Minutes = 10 Letter = 0 Min Moves = 1 Delta Time Same Class Minutes = -10 Letter = 0 Min Moves = 1 Delta Time Same Class Minutes = 120 Letter = 1 Min Moves = 1 Delta Time Same Class Minutes = -120 Letter = 1 Min Moves = 1 Delta Time Same Class Minutes = 10 Letter = 0 Min Moves = 0 Delta Time Same Class Minutes = -10 Letter = 0 Min Moves = 0 Delta Time Same Class Minutes = 120 Letter = 1 Min Moves = 0 Delta Time Same Class Minutes = -120 Letter = 1 Min Moves = 0 Different Day Same Class Days = -8 Letter = 1 Min Moves = 3 Different Day Same Class Days = 7 Letter = 1 Min Moves = 3 Different Day Same Class Days = 14 Letter = 1 Min Moves = 3 Different Day Same Class Days = 21 Letter = 1 Min Moves = 3 Different Day Same Class Days = 28 Letter = 1 Min Moves = 3 Different Day Same Class Days = -8 Letter = 1 Min Moves = 2 Different Day Same Class Days = 7 Letter = 1 Min Moves = 2 Different Day Same Class Days = 14 Letter = 1 Min Moves = 2 Different Day Same Class Days = 21 Letter = 1 Min Moves = 2 Different Day Same Class Days = 28 Letter = 1 Min Moves = 2 Different Day Same Class Days = -8 Letter = 1 Min Moves = 1 Different Day Same Class Days = 7 Letter = 1 Min Moves = 1 Different Day Same Class Days = 14 Letter = 1 Min Moves = 1 Different Day Same Class Days = 21 Letter = 1 Min Moves = 1 Different Day Same Class Days = 28 Letter = 1 Min Moves = 1 Different Day Same Class Days = -8 Letter = 1 Min Moves = 0 Different Day Same Class Days = 7 Letter = 1 Min Moves = 0 Different Day Same Class Days = 14 Letter = 1 Min Moves = 0 Different Day Same Class Days = 21 Letter = 1 Min Moves = 0 Different Day Same Class Days = 28 Letter = 1 Min Moves = 0 12

13 APPENDIX 1 LETTER FIELDS Description Our Reference First Name Last Name CHI CRN NHS Title Sex Marital Status Date of Birth Address1 Address2 Address3 Postcode Consultant Name Slot Length Slot Date Clinic Code Clinic Location Start Time Premise Name Old Slot Length Old Slot Date Old Clinic Code Old Start Time Old Premise Name Field Code <#our ref#> <#First Name#> <#Last Name#> <#CHI#> <#CRN#> <#NHS#> <#Title#> <#Sex#> <#Marital Status#> <#Date of Birth#> <#address1#> <#address2#> <#address3#> <#postcode#> <#consultant name#> <#slot length#> <#Slot Date#> <#Clinic Code#> <#location#> <#Start Time#> <#Premise Name#> <#Old slot length#> <#Old Slot Date#> <#Old Clinic Code#> <#Old Start Time#> <#Old Premise Name#> 13

Aretics T7 Installation Manual

Aretics T7 Installation Manual Aretics T7 Installation Manual 1(24) Aretics T7 Installation Manual This document describes how to manage Aretics T7 in your IT environment. Here you will find information about installing the system,

More information

Cloud Compute. Backup Portal User Guide

Cloud Compute. Backup Portal User Guide Cloud Compute Backup Portal User Guide Contents Service Overview... 4 Gaining Access... 5 Operational Guide... 6 Landing Page... 6 Profile View... 6 Detailed View... 8 Overview... 8 Cloud Backup... 8

More information

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide Scottish Care Information SCI Gateway v10.3 Sending Referrals & Receiving Discharges User Guide Contents 1 Introduction... 1-1 2 Accessing SCI Gateway... 2-1 Accessing SCI Gateway Through GPASS... 2-2

More information

Symantec Backup Exec Quick Installation Guide

Symantec Backup Exec Quick Installation Guide Symantec Backup Exec 2010 Quick Installation Guide 20047221 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup Exec service account

More information

Welsh Clinical Communications Gateway (WCCG) User Guide

Welsh Clinical Communications Gateway (WCCG) User Guide Vision 3 Welsh Clinical Communications Gateway (WCCG) User Guide Copyright INPS Ltd The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

AutoCount Server. A c c o u n t B i l l i n g S t o c k P O S P a y r o l l. ISV/Software Solutions

AutoCount Server. A c c o u n t B i l l i n g S t o c k P O S P a y r o l l. ISV/Software Solutions AutoCount Server A c c o u n t B i l l i n g S t o c k P O S P a y r o l l ISV/Software Solutions Introduction AutoCount server is mandatory to install in server pc for AutoCount Accounting 2.0. It is

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS NZ Tax Management Version: 2015.04 Service Pack Author Created and Published by Reckon Limited Level 12, 65 Berry Street North Sydney NSW 2060 Australia ACN 003 348 730 All Rights

More information

NHSmail Migration Communications Plan Template

NHSmail Migration Communications Plan Template NHSmail Migration Communications Plan Template June 2018 Version 2 Copyright 2017Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

Nortel Quality Monitoring. Maintenance Guide NN

Nortel Quality Monitoring. Maintenance Guide NN NN44480-504 Document status: Standard Document version: 0102 Document date: 6 November 2009 All Rights Reserved While the information in this document is believed to be accurate and reliable, except as

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

SQL 2012 Installation

SQL 2012 Installation This document will go through a basic SQL Server 2012 installation. For installation requirements, support and download information please visit the following Microsoft websites. Before you start, you

More information

Chapter A1: Setting up BankLink Practice, BankLink Notes and BankLink Notes Online

Chapter A1: Setting up BankLink Practice, BankLink Notes and BankLink Notes Online Chapter A1: Setting up BankLink Practice, BankLink Notes and BankLink Notes Online This chapter is aimed at BankLink Administrators This chapter covers setting up BankLink Practice and BankLink Notes Online

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

Online Services - Appointments User Guide

Online Services - Appointments User Guide Vision 3 Online Services - Appointments User Guide Copyright INPS Ltd 2015 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 5017000 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting

Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting Installing Sentry-go Quick Monitors, Sentry-go Plus!, Client Tools & Enterprise Reporting 3Ds (UK) Limited, November, 2013 http://www.sentry-go.com Be Proactive, Not Reactive! This guide gives full details

More information

Scottish Care Information. SCI Gateway v11.1. Receiving Referrals User Guide

Scottish Care Information. SCI Gateway v11.1. Receiving Referrals User Guide Scottish Care Information SCI Gateway v11.1 Receiving Referrals User Guide Contents 1 Introduction...1-1 2 Accessing SCI Gateway...2-1 Accessing SCI Gateway...2-2 Passwords & Security...2-3 Logging on

More information

AUTOMATED APPOINTMENT REMINDER AND ANNOUNCEMENT SYSTEM

AUTOMATED APPOINTMENT REMINDER AND ANNOUNCEMENT SYSTEM SARS Messages AUTOMATED APPOINTMENT REMINDER AND ANNOUNCEMENT SYSTEM USER MANUAL 2011-2015 by SARS Software Products, Inc. All rights reserved. COPYRIGHT Copyright 2011-2015 SARS Software Products, Inc.

More information

CABC Installation Guide Maximizer CRM 12 Entrepreneur Edition

CABC Installation Guide Maximizer CRM 12 Entrepreneur Edition CABC Installation Guide Maximizer CRM 12 Entrepreneur Edition CABC Ltd PO Box 162 Newbury Berkshire RG14 1AS 01635 570970 Document Version: 1.2 Dated: 05/04/2012 Purpose of this Document This document

More information

Sage Installation and System Administrator s Guide. March 2019

Sage Installation and System Administrator s Guide. March 2019 Sage 100 2019 Installation and System Administrator s Guide March 2019 2019 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

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

Rx Medical. Release Notes

Rx Medical. Release Notes Rx Medical Version 6.6 Build 82 Release Notes These Release Notes contain important information for all Rx Medical users. Please ensure the Release Notes are circulated amongst all your staff. We suggest

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

Maintenance Guide.

Maintenance Guide. Maintenance Guide www.12dsynergy.com Table of Contents Overview 3 SQL Server Maintenance Tasks 3 Index Fragmentation 3 Index Fragmentation with less than 30 users... 3 Index Fragmentation with more than

More information

LiveVault. Agent Guide

LiveVault. Agent Guide LiveVault Software Version: 7.82 Agent Guide Note The guide primarily provides instruction on how to install the LiveVault agent on Windows and Linux servers. Additionally it provides information about

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated July 2014 Copyright 2010, 2012, 2014 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC

More information

VBAK BEST PRACTICES V3.0

VBAK BEST PRACTICES V3.0 VBAK BEST PRACTICES V3.0 Table of Contents Important Note...2 File System Backup task...3 Microsoft SQL Backup Task...4 Microsoft Exchange DR Backup Task...5 Microsoft Exchange Mailbox Backup Task...6

More information

Sage Installation and System Administrator s Guide. October 2016

Sage Installation and System Administrator s Guide. October 2016 Sage 100 2017 Installation and System Administrator s Guide October 2016 2016 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein

More information

PSR/BSR Touchworks Training

PSR/BSR Touchworks Training PSR/BSR Touchworks Training A guide to Sharp Rees-Stealy s Ambulatory Electronic Health Record (EHR) 1 Table of Contents Schedules... 3 The Floating Clinical Tool Bar... 5 Patient Banner Bar... 8 Patient

More information

Installing and Upgrading TSM 6.8

Installing and Upgrading TSM 6.8 Installing and Upgrading TSM 6.8 This guide will take you through the installation of TSM 6.8 or upgrading TSM 6.7 or below to TSM 6.8. If you are installing TSM on Windows 2000, please read the document

More information

My Health Online 2017 Website Update Configuration User Guide

My Health Online 2017 Website Update Configuration User Guide My Health Online 2017 Website Update Configuration User Guide Version 1 15 June 2017 Vision The Bread Factory 1a Broughton Street London SW8 3QJ Registered No: 1788577 England www.visionhealth.co.uk T

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

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

RIPPLESTONE SUMMARY

RIPPLESTONE SUMMARY RIPPLESTONE 3.7 - SUMMARY HOME PAGE ADDED AN ADMIN DASHBOARD (3.7.1.2) This new page is available to Super Users and Administrators and provides information about the Ripplestone system. It allows them

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

Crystal Enterprise. Overview. Contents. Upgrading CE8.5 to CE10 Microsoft Windows

Crystal Enterprise. Overview. Contents. Upgrading CE8.5 to CE10 Microsoft Windows Crystal Enterprise Upgrading CE8.5 to CE10 Microsoft Windows Overview This document is intended to assist you upgrade from a Crystal Enterprise (CE) 8.5 system to a CE 10 system. NOTE: The scenario outlined

More information

Providing a first class, enterprise-level, backup and archive service for Oxford University

Providing a first class, enterprise-level, backup and archive service for Oxford University Providing a first class, enterprise-level, backup and archive service for Oxford University delivering responsive, innovative IT 11th June 2013 11 th June 2013 Contents Service description Service infrastructure

More information

Business Insights Dashboard

Business Insights Dashboard Business Insights Dashboard Sage 500 ERP 2000-2013 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Failover Clustering failover node cluster-aware virtual server one

Failover Clustering failover node cluster-aware virtual server one Failover Clustering Microsoft Cluster Service (MSCS) is available for installation on Windows 2000 Advanced Server, Windows 2000 Datacenter Server, and Windows NT Enterprise Edition with Service Pack 5

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 1.41 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

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

Sage 100 ERP 2015 Installation and System Administrator s Guide

Sage 100 ERP 2015 Installation and System Administrator s Guide Sage 100 ERP 2015 Installation and System Administrator s Guide This is a publication of Sage Software, Inc. Version 2015 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

Veritas Backup Exec Quick Installation Guide

Veritas Backup Exec Quick Installation Guide Veritas Backup Exec Quick Installation Guide Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are trademarks or registered trademarks of Veritas Technologies

More information

Installation Guide CONTROL MICROSYSTEMS

Installation Guide CONTROL MICROSYSTEMS Installation Guide CONTROL MICROSYSTEMS 48 Steacie Drive n Kanata, Ontario Canada K2K 2A9 Telephone: 613-591-1943 n Facsimile: 613-591-1022 Technical Support: 888-226-6876 (888-2CONTROL) ClearSCADA Getting

More information

Backup/Restore Individual Brick Level Backup for Microsoft Exchange Server

Backup/Restore Individual Brick Level Backup for Microsoft Exchange Server Backup/Restore Individual Brick Level Backup for Microsoft Exchange Server 1 Backup/Restore Individual Brick Level Backup for Microsoft Exchange Server 1.1 Requirements i. Microsoft Exchange Server 2000

More information

Discover Installation For use with SIMS Autumn 2014 (version 7.160)

Discover Installation For use with SIMS Autumn 2014 (version 7.160) Discover Installation For use with SIMS Autumn 2014 (version 7.160) Please check the Server & Workstation Requirements carefully before beginning! School IT Systems Support Herts for Learning Ltd SROB220,

More information

Tasktop Sync - Cheat Sheet

Tasktop Sync - Cheat Sheet Tasktop Sync - Cheat Sheet 1 Table of Contents Tasktop Sync Server Application Maintenance... 4 Basic Installation... 4 Upgrading Sync... 4 Upgrading an Endpoint... 5 Moving a Workspace... 5 Same Machine...

More information

Backup Tab. User Guide

Backup Tab. User Guide Backup Tab User Guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Create a New Backup... 3 3. Manage backup jobs... 4 Using the Edit menu... 5 Overview... 5 Destination...

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated June 2015 PDF0157 (PDF) Houghton Mifflin Harcourt Publishing Company. Table of Contents Introduction... 3 Launching the SAM Server Utility... 3 The Home Screen...

More information

Patient Portal User Guide The Patient s Guide to Using the Portal

Patient Portal User Guide The Patient s Guide to Using the Portal 2014 Patient Portal User Guide The Patient s Guide to Using the Portal Table of Contents: What is the Patient Portal?...3 Enrolling in the Patient Portal.......... 4-19 A. Enrollment Option #1: First-Time

More information

5 MANAGING USER ACCOUNTS AND GROUPS

5 MANAGING USER ACCOUNTS AND GROUPS MANAGING USER ACCOUNTS AND GROUPS.1 Introduction to user accounts Objectives.2 Types of User Accounts.2.1 Local User Account.2.2 Built-in User Account.2.3 Domain User Account.3 User Profile.3.1 Content

More information

CorpSystem Workpaper Manager

CorpSystem Workpaper Manager CorpSystem Workpaper Manager Networking Best Practices Guide Version 6.5 Summer 2010 Copyright: 2010, CCH, a Wolters Kluwer business. All rights reserved. Material in this publication may not be reproduced

More information

Intelligent Systems Upgrade Guide SQL 2014

Intelligent Systems Upgrade Guide SQL 2014 Intelligent Systems Upgrade Guide SQL 2014 Intelligent Time Upgrade Guide isys Group Limited 38.1502.0.1008 140415 isys Group Limited Page 1 of 31 Intelligent Time Installation Guide Scope This document

More information

Veeam Endpoint Backup

Veeam Endpoint Backup Veeam Endpoint Backup Version 1.5 User Guide March, 2016 2016 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may be reproduced,

More information

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault Introduction What is Microsoft Data Protection Manager (DPM)? The Microsoft Data Protection Manager is a member of the Microsoft System Center family of management products. DPM provides continuous data

More information

Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and ing the forms for GPs using EMIS Web

Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and  ing the forms for GPs using EMIS Web Pan London Suspected Cancer Referral Forms for GPs A step-by-step guide to installing, using and emailing the forms for GPs using EMIS Web Dr Ian Rubenstein Eagle House Surgery Ponders End Enfield 1 Table

More information

Date Revision Author Description /02/2016 CW Document creation /02/2106 CW Addition of Appendix 3 & 4

Date Revision Author Description /02/2016 CW Document creation /02/2106 CW Addition of Appendix 3 & 4 CPMS How to Guide Recruitment Data Upload Version 1.6 Appendix 5: How to upload Non UK research activity Assumptions & Prerequisites Logging in Prefix: How to find a study you own Using the main search

More information

System Administrator s Handbook

System Administrator s Handbook System Administrator s Handbook www.lamplightdb.co.uk Contents The role of system administrators p.4 Database operators adding, setting permissions and deleting p.5 Lockouts and factor authentication

More information

Patient Services - Appointments User Guide

Patient Services - Appointments User Guide Vision 3 Patient Services - Appointments User Guide Copyright INPS Ltd 2017 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 5017000 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

MailEnable Connector for Microsoft Outlook

MailEnable Connector for Microsoft Outlook MailEnable Connector for Microsoft Outlook Version 1.36 This guide describes the installation and functionality of the MailEnable Connector for Microsoft Outlook. Features The MailEnable Connector for

More information

new world ERP Server Migration Checklist New World ERP TMS

new world ERP Server Migration Checklist New World ERP TMS new world ERP Server Migration Checklist Revised 2/20/17 Table of Contents Overview... 3 Document and Build Environments... 4 Test the New Servers... 7 Cut Over to New Servers... 8 Appendix A: Server Documentation

More information

INSTALL VERITAS BACKUP EXEC v ON WINDOWS SERVER 2019 DOMAIN CONTROLLER

INSTALL VERITAS BACKUP EXEC v ON WINDOWS SERVER 2019 DOMAIN CONTROLLER INSTALL VERITAS BACKUP EXEC v20.3.1188 ON WINDOWS SERVER 2019 DOMAIN CONTROLLER First download trial copy from Veritas site or from this link https://www.teamos-hkrg.com/index.php?threads/symantec-veritas-backup-exec-20-2-1188-1650-

More information

Managing Alerts using the reconciliation tool Spine 2

Managing Alerts using the reconciliation tool Spine 2 Managing Alerts using the reconciliation tool Spine 2 The following process is intended to guide privacy officers through the steps of reconciling any Transaction and Messaging Services (TMS) Event Service

More information

PMAPS WebPro Installed Technical Requirements Checklist

PMAPS WebPro Installed Technical Requirements Checklist PMAPS WebPro Installed Technical Requirements Checklist This document contains a checklist of items that are required prior to the PMAPS WebPro installation. Please complete this form and return a copy

More information

Installation of Actiheart Data Analysis Suite:

Installation of Actiheart Data Analysis Suite: Installation of Actiheart Data Analysis Suite: Currently software is only compatible with XP platform and version 6 of Java. Installation requires: - Windows XP platform - MySQL installation - Folders:

More information

MegaTrack. Quick Start Guide

MegaTrack. Quick Start Guide MegaTrack Quick Start Guide MegaTrack Quick Start Guide This document will help you quickly install and test the MegaTrack software. For additional information regarding the operation and configuration

More information

Lasso CDP. Lasso. Administration Tool Guide. August 2005, Version Lasso CDP Administration Tool Guide Page 1 of All Rights Reserved.

Lasso CDP. Lasso. Administration Tool Guide. August 2005, Version Lasso CDP Administration Tool Guide Page 1 of All Rights Reserved. Lasso CDP Administration Tool Guide August 2005, Version 1.6.1 Lasso CDP Administration Tool Guide Page 1 of 41 Copyright Copyright 2005 Lasso Logic, LLC. All Rights Reserved. No part of this publication

More information

Full User Manual and Quick Start Guide

Full User Manual and Quick Start Guide Full User Manual and Quick Start Guide 2 W hile every precaution has been taken in the preparation of this manual, we assume no responsibility for errors or omissions. Neither, is any liability assumed

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

MEDIASEAL Encryptor Client Manual

MEDIASEAL Encryptor Client Manual MEDIASEAL Encryptor Client Manual May 2018 Version 3.7.1 Fortium Technologies Ltd www.fortiumtech.com Copyright 2018 - Fortium Technologies Ltd Information contained in this document is subject to change

More information

If you have established that it is not possible to refer directly from your clinical system it is still possible to refer through ers but this

If you have established that it is not possible to refer directly from your clinical system it is still possible to refer through ers but this How to make a referral directly on ers when cannot do it through Emis Web eg for temporary residents OR if you do not have the NHS Number OR patient not fully registered If a patient is not fully registered

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

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 Windows Servers 2012 & 2016 Families

Microsoft Windows Servers 2012 & 2016 Families Version 8 Installation Guide Microsoft Windows Servers 2012 & 2016 Families 2301 Armstrong St, Suite 2111, Livermore CA, 94551 Tel: 925.371.3000 Fax: 925.371.3001 http://www.imanami.com Installation Guide

More information

Release Notes. RXSQL Australia Repatriation Medical Fees Schedule Update. 01 November Version 6.0 to 6.2

Release Notes. RXSQL Australia Repatriation Medical Fees Schedule Update. 01 November Version 6.0 to 6.2 Release Notes RXSQL Australia Repatriation Medical Fees Schedule Update 01 November 2015 Version 6.0 to 6.2 These Release Notes contain important information for RXSQL users. Please ensure that they are

More information

Manually Create Distribution Database Sql Server 2008

Manually Create Distribution Database Sql Server 2008 Manually Create Distribution Database Sql Server 2008 Alternatively, your SQL Server Perform Back Up and Create Maintenance Plan These might be on the same server, or you might have databases distributed.

More information

Print Manager Plus 2010 Workgroup Print Tracking and Control

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

More information

Scottish Care Information. SCI Gateway v12.0. User Admin Guide

Scottish Care Information. SCI Gateway v12.0. User Admin Guide Scottish Care Information SCI Gateway v12.0 User Admin Guide Contents 1 Introduction...1-1 2 Accessing SCI Gateway...2-1 Accessing SCI Gateway...2-2 Passwords & Security...2-3 Logging on to SCI Gateway

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

File Protection Whitepaper

File Protection Whitepaper File Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of File Protection over traditional file copy methods... 3

More information

Computer Based Examinations

Computer Based Examinations Computer Based Examinations CBE V24.0 Installation Instructions New CBE Centres This document is intended for new centres that are installing the complete ACCA CBE system for the first time. If you are

More information

Area Access Manager User Guide

Area Access Manager User Guide Area Access Manager User Guide Area Access Manager User Guide Table of Contents Chapter 1: Introduction...9 Conventions Used in this Documentation... 9 Getting Started... 10 Licensing Requirements...

More information

Top Producer for Palm Handhelds

Top Producer for Palm Handhelds Top Producer for Palm Handhelds Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer for Palm handhelds Quick

More information

Release Notes. RXSQL Australia Repatriation Medical Fees Schedule Update. 01 May Version 6.0 to 6.2

Release Notes. RXSQL Australia Repatriation Medical Fees Schedule Update. 01 May Version 6.0 to 6.2 Release Notes RXSQL Australia Repatriation Medical Fees Schedule Update 01 May 2017 Version 6.0 to 6.2 These Release Notes contain important information for RXSQL users. Please ensure that they are circulated

More information

CHAPTER 21: SECURITY ADMINISTRATION

CHAPTER 21: SECURITY ADMINISTRATION CHAPTER 21: SECURITY ADMINISTRATION AVImark contains a security feature that allows the hospital administrator to control the use of the different capabilities of the system in a very flexible way. The

More information

OOOCTA Version 4.1. Installation and Users Guide.

OOOCTA Version 4.1. Installation and Users Guide. OOOCTA Version 4.1 Installation and Users Guide www.telnetport25.com Contents Introduction... 2 Pre-Requisites... 2 Changes from Version 3.5... 2 Changes from Version 4.0... 2 Installation and Setup...

More information

Backup App v7. Quick Start Guide for Windows

Backup App v7. Quick Start Guide for Windows Backup App v7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restore Data; Combined Technical

More information

Copyright Autodesk, Inc.

Copyright Autodesk, Inc. Customer and Administration Building, Ditzingen, Germany - Design by Barkow Leibinger Architects Copyright 2003-2008 Autodesk, Inc. Table of Contents 1 Introduction... 3 What is Facility Manager?... 3

More information

RoboVet 5 What is New in Akita Cerise (FP32)

RoboVet 5 What is New in Akita Cerise (FP32) RoboVet 5 What is New in Akita Cerise (FP32) What is new in Akita Cerise (FP32).docx Table of Contents Introduction 2 Important Setup Information 2 Label Printers 2 Dispensing Labels 2 Producing a Dispensing

More information

DocAve 4.1 SharePoint Disaster Recovery Platform Recovery (SPDR PR) User Guide

DocAve 4.1 SharePoint Disaster Recovery Platform Recovery (SPDR PR) User Guide August 2007 DocAve 4.1 SharePoint Disaster Recovery Platform Recovery (SPDR PR) User Guide Additional user guides available at http://www.avepoint.com/support 1 Copyright 2001-2007 AvePoint, Inc. All rights

More information

CTECS Connect 2.2 Release Notes December 10, 2009

CTECS Connect 2.2 Release Notes December 10, 2009 (Formerly VTECS) CTECS Connect 2.2 Release Notes December 10, 2009 This document contains information that supplements the CTECS Connect 2.2 documentation. Please visit the CTECS Connect Support area of

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

[Type text] Document Search Module

[Type text] Document Search Module Document Search Module 1 Contents Chapter 1: Using the Keyhouse Document Search Tool Searching for documents Search Options Viewing Search Results Advanced Search Options Chapter 2: Installation Requirements

More information

File Protection Whitepaper

File Protection Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of over traditional file copy methods... 3 2. Backup considerations...

More information

Metastorm BPM Release 7.6

Metastorm BPM Release 7.6 Metastorm BPM Release 7.6 Administration Guide May 2008 Metastorm Inc. email: inquiries@metastorm.com http://www.metastorm.com Metastorm BPM Release 7.6 Copyrights and Trademarks 1996-2008 Metastorm Inc.

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

Introduction to OffDuty Wizard

Introduction to OffDuty Wizard Contents Index Introduction to OffDuty Wizard Getting Started Saving & Loading of OffDuty Files OffDuty Statistics Printing Weekly OffDuty Frequently Asked Questions Introduction to OffDuty Wizard The

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

Scottish Care Information. SCI Gateway v12.1. User Admin Guide NATIONAL INFORMATION SYSTEMS GROUP (NISG CIRRUS)

Scottish Care Information. SCI Gateway v12.1. User Admin Guide NATIONAL INFORMATION SYSTEMS GROUP (NISG CIRRUS) Scottish Care Information SCI Gateway v12.1 User Admin Guide NATIONAL INFORMATION SYSTEMS GROUP (NISG CIRRUS) Contents 1 Introduction... 1-3 2 Accessing SCI Gateway... 2-1 Accessing SCI Gateway...2-2 Passwords

More information

V15 Installation Guide

V15 Installation Guide V15 Installation Guide Page 1 Table of Contents Overview... 3 Licensing Notes:... 3 About Obtaining a License... 3 Minimum System Specifications... 4 Preparing for Installation and Licensing... 5 Standalone

More information