AN-016 Protégé Server ODBC Database Connectivity

Size: px
Start display at page:

Download "AN-016 Protégé Server ODBC Database Connectivity"

Transcription

1 AN-016 Protégé Server ODBC Database Connectivity

2 PUBLICATION INFORMATION This application note covers the use of the protégé system to perform a specific function and may be used in conjunction with other publications. Specifications may change without notice, for updates visit the Integrated Control Technology website at No other hardware was used to prepare this application note and will not affect the result of the application using the programming information presented.

3 CONTENTS Contents... 1 Protégé system... 2 Introduction... 2 Application Note Information... 2 Firmware Version... 2 Connectivity... 3 Overview... 3 Database Block Diagram... 3 Enabling MSDE/SQL Network Access... 3 Database Overview... 4 Making The Connection... 6 External User Table Introduction External User Table Structure Example Application Introduction Connecting With ODBC Example MS Access Form Information Introduction Contact AN-015 Protégé Server ODBC Database Connectivity 1

4 PROTÉGÉ SYSTEM Introduction The Protégé System is a powerful integrated alarm and access control management system designed to provide integration with building automation, apartment complex control and HVAC in one flexible package. Communicating through a proprietary high speed protocol across an encrypted RS-485 network using modular-based hardware design, system installers have the flexibility to accommodate any installation from small or large, residential or commercial. Application Note Information Focusing on interoperability and flexible database integration the Protégé System allows Integrated Control Technology to provide access to the external global user table for programming from a remote application or database. Connectivity with remote Microsoft Access, Microsoft SQL Server, MSDE, MySQL and Oracle databases can be achieved using a simple linked table approach. Connections can also be used with any application that is able to utilise SQL and Database connections from a programming environment. The following application note describes the procedures to connect to the Protégé SQL Server Database using an ODBC connection. The example details an interface in to the global external users table which automatically adds and downloads users to the Protégé System Controllers. This example uses a simple MS Access *.MDB file with a linked table. The example can be downloaded from the software download section. Firmware Version This application note does not utilise firmware from the system controller or Protégé Modules. We recommend that this application note is used in conjunction with the latest available release of the Protégé Integrated System Management Suite. 2 AN-016 Protégé Server ODBC Database Connectivity

5 CONNECTIVITY Overview This document describes the methods used to connect an external third party application or database to the Protégé System Management Suite to update and manage users within the protégé installation. Connecting to the Protégé System Management Suite using the external database and ODBC connections requires extensive knowledge of networking, database connectivity and security configuration parameters which are beyond the scope of this document. Database Block Diagram The external users table is provided to allow a remote database (student database, SAP, ERP or custom application) to connect and program users in the Protégé System. Figure 1 Basic Database Structure Enabling MSDE/SQL Network Access Depending on the configuration of your MSDE or SQL Server Database that is installed it may not be possible to connect to the database remotely without enabled the network interface connection. The following procedure explains how to connect to the Protege Instance of the MSDE/SQL Server that is installed as part of the server installation. Other SQL Server installations may require different administration requirements which are beyond the scope of this application note. 1. Using the file explorer browse to the C:\Program Files\Microsoft SQL Server\80\Tools\Binn directory and execute the program SVRNETCN.EXE. Your directory may be different depending on your installation. 2. Before using the application below ENSURE that you have selected the correct SQL Server Instance or configured server. Verify that the correct computer name and database are located at the top right hand side BEFORE proceeding. AN-015 Protégé Server ODBC Database Connectivity 3

6 3. You will be shown the screen above, as in the above screen enable the connection type that suites your environment. If you are not sure then you need to consult a network or database administrator and close this application immediately. 4. In the examples contained in this application note the TCP/IP connection is used to the standard SQL Server Port Close the SVRNETCN.EXE application. Database Overview The ability to connect from remote applications that require user data to be updated in real time allows for many possible interfaces and configurations. In most cases the data connectivity function will allow applications such as an external photo id issuing station, employee database or custom applications to connect to the protégé system. This functionality may be used permanently or only at the initial stages of installation to get all users within a company in to the database in real time. Figure 1 - Basic Database Connection In the above example a remote database is being used to store user data, this database is connected to the protégé external user table allowing data for the access control system to be updated in real time. 4 AN-016 Protégé Server ODBC Database Connectivity

7 In most cases this is the typical use of the database connectivity, the database can be an employee or administration database maintained by a larger company wide application and example of this is SAP, PeopleSoft, DataCard Image Works or similar Photo ID, Company or employee management applications. For an example of a connection using ODBC and Microsoft Access complete with example forms and reports refer to the Example Application Section on Page 13. Figure 2 - Advanced Database Connection In the above example a remote application is being used for Photo-ID and is using data from the remote database to attach additional user information (Photo, Issue Number). This database then uses a trigger or internal update method to send the information to the Protégé System when the data changes. The example is further complicated by the external database being modified and maintained by a distributed data entry application used for the initial entry and data processing portion of the users being added to the system. It is important to note that in the advanced connection the remote database is the primary database and the Protégé System external user table is a secondary portion being updated from data within the remote database. To import users into the Protégé System Management Suite from an external file use the Import User wizard available from the File Menu in the Protégé System Management Application. Many formats are already included and user definable formats available, for more information consult the Protégé System Management Suite Help File. To import users from an existing database use an appropriate update query or code to write the users in to the External Database Table. This will mean the protégé system controllers will be updated at the same time. It is recommended to batch load users in smaller groups. AN-015 Protégé Server ODBC Database Connectivity 5

8 Making The Connection Making the connection to the protégé server is done by a ODBC link. The following example shows how to link a table in Microsoft Access using ODBC and the Protégé System Management Suite. 1. Open MS Access and create a test database, this is typically DB1.MDB, in our example we have used the name ProtégéExternalUsers.MDB 2. As shown in the above example right click in the table window and select the Link Tables option from the context menu. 3. When prompted for the filename scroll the file types and select the ODBC Database() option which will be located towards the end of the available entries. 6 AN-016 Protégé Server ODBC Database Connectivity

9 4. From the select data source screen select the button new located to the right of the DSN Name text box. You will now be presented with the data source type selection. 5. Select SQL Server and then select the next button to proceed with the data source configuration. You will now be prompted to give the connection you are creating a name, this allows the information relating to this connection to be stored so that it can be used when you link other tables or information. In our example we have given it the name ProtégéExternalUsers which clearly describes the use of this DSN file. Select the next button and then select finish. 6. When you have the create new data source to SQL server dialog box presented to you, select the Protégé SQL Server Instance from the drop down selection. AN-015 Protégé Server ODBC Database Connectivity 7

10 7. When you have the create new data source to SQL server dialog box presented to you, select the Protégé SQL Server Instance from the drop down selection. If the instance is not presented in the drop down list type in the name of the computer as shown above (PCNAME) followed by a backwards slash and PROTEGE in capitals. Select the next button to move to the next step. 8. You will now be presented with the Login ID and Password, the default logon ID and Password is ProtegeEx for the User and ProtegeEx for the password, please note the password is case sensitive. Select the next button to proceed. 8 AN-016 Protégé Server ODBC Database Connectivity

11 9. Once the SQL Database is found and the user information verified the above screen will be presented to you. Select the default database as Protege and then select the next button to proceed. 10. The next screen of the process does not get altered and you should select the finish button to complete the creation of the connection. AN-015 Protégé Server ODBC Database Connectivity 9

12 11. Once the connection has been completed you can test the connection by selecting the test data source button. Once the connection has been made the table will be shown as a linked table in the Microsoft database that you have created. For information on the Sample Database refer to the section Example Application on Page AN-016 Protégé Server ODBC Database Connectivity

13 EXTERNAL USER TABLE Introduction The external user table is used by the remote application to write, modify and read the current users. This table is used by the protégé application to activate internal triggers to update the appropriate user within the protégé system. This method protects the system from vulnerability by only allowing access to the database for the specific purpose that is required. This is further enhanced with a password and login name to be entered to gain access. The login and password default to the login id "ProtegeEx" and the password "ProtegeEx". The defaults are stored in the protégé administration settings and it is recommended that these be changed before any connections are made to ensure a high level of security. External User Table Structure The following shows the external user table structure. The structure below is also available in the attachment with this document "exusers.sql", this SQL table details the exact statements used for creation of the table and should provide enough information for the programmer or database administrator. The individual table elements and how they relate to the internal users and local users within the protégé system are detailed in the following section. TABLE Protege.dbo.ExGlobalUsers ( [ExGlobalUsersID] [int] IDENTITY(0,1), [SiteID] int NOT NULL DEFAULT 1, [GlobalUserID] [int] NOT NULL DEFAULT 0, [FirstName] nvarchar(128) DEFAULT '', [LastName] nvarchar(128) DEFAULT '', [DisplayName] nvarchar(128) NOT NULL DEFAULT '', [PinNumber] nvarchar(8) NOT NULL DEFAULT '', [FamilyNumber] int NOT NULL DEFAULT 0, [CardNumber] int NOT NULL DEFAULT 0, [GlobalAccessLevel] int NOT NULL DEFAULT , [GlobalArea] int NOT NULL DEFAULT , [ExpiryDate] datetime NOT NULL DEFAULT GETDATE(), [ExpiryTime] datetime NOT NULL DEFAULT GETDATE(), [ShowAGreetingMessageToUser] bit NOT NULL DEFAULT 1, [GoDirectlyToTheMenuOnLoginNoAreaControl] bit NOT NULL DEFAULT 0, [UserCanAcknowledgeAlarmMemory] bit NOT NULL DEFAULT 1, [ShowAlarmMemoryOnLogin] bit NOT NULL DEFAULT 0, [TurnOffThePrimaryAreaIfUserHasAccessOnLogin] bit NOT NULL DEFAULT 1, [TurnOffTheUserAreaOnLoginIfUserHasAccess] bit NOT NULL DEFAULT 1, [AcknowledgeTroubles] bit NOT NULL DEFAULT 0, [AcknowledgeSystemTroubles] bit NOT NULL DEFAULT 0, [UserIsADualCodeMaster] bit NOT NULL DEFAULT 0, [UserIsADualCodeProvider] bit NOT NULL DEFAULT 0, [UserHasSuperRightsAndCanOverrideAntipassback] bit NOT NULL DEFAULT 0, [UserCanModifyTheirOwnCode] bit NOT NULL DEFAULT 0, [UserCanModifyAnyCodeWithTheirAccessLevel] bit NOT NULL DEFAULT 0, AN-015 Protégé Server ODBC Database Connectivity 11

14 ) [UserLoiterExpiryCountEnabled] bit NOT NULL DEFAULT 0, [UserCanLogInRemotely] bit NOT NULL DEFAULT 0, [UserIsADuressUser] bit NOT NULL DEFAULT 0, [CardMode] int NOT NULL DEFAULT 0, [DownloadType] int NOT NULL DEFAULT 0, [CreatedTime] datetime NOT NULL DEFAULT GETDATE(), [LastModifiedTime] datetime NOT NULL DEFAULT GETDATE() This structure is automatically provided to the connecting database or application when the ODBC link is made. The above and following information is provided for a reference only to the settings and default values. 12 AN-016 Protégé Server ODBC Database Connectivity

15 EXAMPLE APPLICATION Introduction The example application shows the ease at which the external user table can be connected and presented using the Microsoft Access Database. This application was chosen due to the simplicity and wide availability of the application. The example can easily be adapted to ANY database or application. The default login "ProtegeEx" and password "ProtegeEx" have been used for this example and in the files that are supplied. This must be changed when used with a live system and data. Connecting With ODBC Before the example database will operate you must create your own linked table to the Protégé SQL Server that is installed on your machine. To complete the connection follow the details in the Section Making the Connection on Page 6. Example MS Access Form The following figure shows the sample Microsoft Access Form that is provided in the sample database. The customisation of the form is very flexible and as can be seen easily extended to other applications as required. Figure 3 Example MS Access Form AN-015 Protégé Server ODBC Database Connectivity 13

16 INFORMATION Introduction Application notes are provided as is without any implied warranty or intended use and are written by Integrated Control Technology as an aid in programming and connecting devices to the Protégé System. Contact Integrated Control Technology welcomes all feedback. Please visit our website or use the information below. Integrated Control Technology P.O. Box Unit C, North Harbour Post Centre 6 Ascension Place Auckland Mairangi Bay New Zealand Auckland New Zealand Phone: Fax: AN-016 Protégé Server ODBC Database Connectivity

17 Unit C, 6 Ascension Place, Mairangi Bay, P.O. Box North Harbour, Auckland, New Zealand. Phone: +64 (9) Fax: +64 (9)

AN-013 LED and Beeper Control With 4 Wire Wiegand Reader

AN-013 LED and Beeper Control With 4 Wire Wiegand Reader AN-013 LED and Beeper Control With 4 Wire Wiegand Reader PUBLICATION INFORMATION This application note covers the use of the protégé system and nano prox proximity products to perform a specific function

More information

AN-030 Protégé System Controller Intercom Integration Programming

AN-030 Protégé System Controller Intercom Integration Programming AN-030 Protégé System Controller Intercom Integration Programming PUBLICATION INFORMATION This application note covers the use of the protégé system to perform a specific function and may be used in conjunction

More information

PRT-CTRL Protege Integrated System Controller ModBUS RTU Register Definition Monitoring Applications

PRT-CTRL Protege Integrated System Controller ModBUS RTU Register Definition Monitoring Applications PRT-CTRL Protege Integrated System Controller ModBUS RTU Register Definition Monitoring Applications Firmware Version 1.05 PUBLICATION INFORMATION First Publication PRT_CTRL_Integrated_Controller_Modbus_RTU_Ver_1_0

More information

Integrated Access Control Alarm Management System

Integrated Access Control Alarm Management System Integrated Access Control Alarm Management System Installation Guide PUBLICATION INFORMATION Full Release 1 Protégé System Management Suite Installation Guide PREFACE Copyright Notice Copyright 2004-2007

More information

HOW TO SOLVE DATAIR MSDE/SQL CONNECTION PROBLEMS

HOW TO SOLVE DATAIR MSDE/SQL CONNECTION PROBLEMS HOW TO SOLVE DATAIR MSDE/SQL CONNECTION PROBLEMS If you are unable to connect a workstation to the DATAIR Instance of SQL Server, try the following if the MSDE/SQL Server is on a Windows XP PC: From the

More information

Including Dynamic Images in Your Report

Including Dynamic Images in Your Report Including Dynamic Images in Your Report Purpose This tutorial shows you how to include dynamic images in your report. Time to Complete Approximately 15 minutes Topics This tutorial covers the following

More information

Connecting BioNumerics to MySQL

Connecting BioNumerics to MySQL Connecting BioNumerics to MySQL A brief overview Applied Maths NV - KJ February 2010 MySQL server side MySQL settings file MySQL is a very flexible DBMS and has quite a number of settings that allows one

More information

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS Pre-requisites: STATISTICA VERSION 10 STATISTICA MONITORING AND ALERTING SERVER (MAS) INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Monitoring And Alerting Server (MAS) network version

More information

DATRAN Reporting (Data Reporting Design and Runtime Application) Version 6 May 2014

DATRAN Reporting (Data Reporting Design and Runtime Application) Version 6 May 2014 TM DATRAN VI vvvi DATRAN Reporting (Data Reporting Design and Runtime Application) Version 6 May 2014 12 Midas Place Middleton Christchurch 8024 New Zealand Phone: +64 3 3663713 Fax: +64 3 3652815 E-mail:

More information

Log Server Configuration Utility

Log Server Configuration Utility Email Log Server Configuration Utility Email Log Server is the component that receives log records and processes them into the Log Database. During installation, you configure certain aspects of Log Server

More information

Installing Blank SiriusSQL Database 4.0

Installing Blank SiriusSQL Database 4.0 Installing Blank SiriusSQL Database 4.0 (ONLY APPLICABLE IF YOU START WITH SiriusSQL 4005A OR HIGHER!) To install a new blank SiriusSQL database, follow these steps. Copy and Unzip Files 1) Browse to \\Fileserver04\f-drive\V40\Sirius.FS\Data

More information

PRT-PX16 16 PGM Output Expander

PRT-PX16 16 PGM Output Expander PRT-PX16 16 PGM Output Expander Installation Manual CONTENTS Protégé System Introduction... PGM Expander... Features... PGM Expander Specifications... Protégé System Management Suite... Protégé Modules...

More information

AN-220. KeyWatcher Touch Integration in Protege GX Application Note

AN-220. KeyWatcher Touch Integration in Protege GX Application Note AN-220 KeyWatcher Touch Integration in Protege GX Application Note The specifications and descriptions of products and services contained in this document were correct at the time of printing. Integrated

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

Release Notes Scribe Adapter for Microsoft Dynamics CRM

Release Notes Scribe Adapter for Microsoft Dynamics CRM Release Notes Scribe Adapter for Microsoft Dynamics CRM Requirements Version 4.2.1 Release Date June 26, 2008 Scribe Insight 6.3 or later Microsoft Dynamics CRM 3.0, 4.0, or Online What s new in version

More information

Installing the EasyLobby / WinDSX Integration

Installing the EasyLobby / WinDSX Integration I) System Requirements This version of the EasyLobby / WinDSX integration has been developed for EasyLobby version 9.0 and WinDSX version 3.7.23. It has not been tested with any other configurations. II)

More information

INSTALLATION AND SIGN-ON

INSTALLATION AND SIGN-ON T ECHNICAL NOTE Product: PayBase 8.5 Last modified: December 4, 2007 10:45 am Created by: Development Inside this note: PayBase Client Installation PayBase Removal INSTALLATION AND SIGN-ON This technical

More information

Attaché Server ODBC Installation and User Guide

Attaché Server ODBC Installation and User Guide Attaché Server ODBC Installation and User Guide October 2014 Publication Number Publication Date Product Version Attaché Server version 1.0.0.96 Attaché Software Australia Pty Ltd ACN 002 676 511 ABN 32002676

More information

OPERATOR INTERFACE PRODUCTS APPLICATION NOTE

OPERATOR INTERFACE PRODUCTS APPLICATION NOTE Page: 1 of 26 Table of Contents OVERVIEW...2 REQUIREMENTS...3 THEORY OF OPERATION...4 GP-PRO/PBIII C-PACKAGE-03 SETUP...7 DATABASE SETUP...8 Creating a Simple Target Database...8 Configuring Windows DSN(ODBC)...10

More information

My Monitor Installation Guide

My Monitor Installation Guide My Monitor Installation Guide Copyright 2008, Monitor Business Machines The software contains proprietary information of Monitor Business Machines Ltd. It is provided under a license agreement containing

More information

Database Selection Guide

Database Selection Guide DriveRight Fleet Management Software Database Selection Guide Use this guide to help you select the right database to use with your DriveRight Fleet Management Software FMS, and to help you perform any

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

JobRouter Product description Version 3.0

JobRouter Product description Version 3.0 JobRouter Product description Version 3.0 Index Philosophy... 03 Workflow with JobRouter Basics... 04 Defining the term workflow... 04. Displaying processes... 04 Forms of process management... 05 Sequential...

More information

Client Loading Instructions For ProHelp EPM, Release 7.7

Client Loading Instructions For ProHelp EPM, Release 7.7 Client Loading Instructions For ProHelp EPM, Release 7.7 This application note describes the steps necessary to install the ProHelp EPM, Release 7.7, client software on a workstation computer. It presumes

More information

Defining an ODBC data source

Defining an ODBC data source Defining an ODBC data source Cisco IPIVR and ICM Environment ALINEiT LLC alineit.com OVERVIEW This guideline document provides the steps needed to create an ODBC data source for the Cisco IPIVR application.

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: July 2017 Copyright 2014-2017 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

AppWizard Installation/Upgrade Guide (v.4.00)

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

More information

Module 2: Creating Multidimensional Analysis Solutions

Module 2: Creating Multidimensional Analysis Solutions Module 2: Creating Multidimensional Analysis Solutions Overview Developing Analysis Services Solutions Creating Data Sources and Data Source Views Creating a Cube Lesson 1: Developing Analysis Services

More information

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

Reconfiguring VMware vsphere Update Manager. 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 Reconfiguring VMware vsphere Update Manager 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Automate G/L Consolidation User Guide

Automate G/L Consolidation User Guide Automate G/L Consolidation User Guide Important Notice TaiRox does not warrant or represent that your use of this software product will be uninterrupted or error-free or that the software product can be

More information

MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0

MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0 MOBILEDATABASE USER GUIDE PRODUCT VERSION: 1.0. CONTENTS User Guide 1 INTRODUCTION...3 2 INSTALLATION...4 2.1 DESKTOP INSTALLATION...4 2.2 IPHONE INSTALLATION:...8 3 USING THE MOBILEDATABASE ON THE DESKTOP...10

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

xtrace Monitor Installation Guide

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

More information

WorldShip Import Customer Addresses. Table of Contents

WorldShip Import Customer Addresses. Table of Contents Table of Contents using the Import/Export Wizard... 2 using the Connection Assistant... 9 Copyright 2016, United Parcel Service of America, Inc. All rights reserved. 1 using the Import/Export Wizard Note:

More information

OnBase ver Thick Client Installation Instructions. Install Microsoft SQL Server 2012 Native Client

OnBase ver Thick Client Installation Instructions. Install Microsoft SQL Server 2012 Native Client OnBase ver. 14.0 Thick Client Instructions Install Microsoft SQL Server 2012 Native Client 1. Browse to the SQL Server Native Client 11.0 directory and locate and double-click the SQL Server Native Client

More information

Pharos Uniprint 8.3. Upgrade Guide. Document Version: UP83-Upgrade-1.0. Distribution Date: December 2011

Pharos Uniprint 8.3. Upgrade Guide. Document Version: UP83-Upgrade-1.0. Distribution Date: December 2011 Pharos Uniprint 8.3 Upgrade Guide Document Version: UP83-Upgrade-1.0 Distribution Date: December 2011 Pharos Systems International Suite 310, 80 Linden Oaks Rochester, New York 14625 Phone: 1-585-360-1010

More information

DOCUMENT REVISION HISTORY

DOCUMENT REVISION HISTORY DOCUMENT REVISION HISTORY Rev. No. Changes Date 000 New Document 10 Jan. 2011 001 Document Revision: 06 Jun. 2011 - Addition of section on MYSQL backup and restore. 002 Document Revision: 22 Jul. 2011

More information

SAP BusinessObjects Enterprise Upgrade Guide

SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise XI 3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

TopView SQL Configuration

TopView SQL Configuration TopView SQL Configuration Copyright 2013 EXELE Information Systems, Inc. EXELE Information Systems (585) 385-9740 Web: http://www.exele.com Support: support@exele.com Sales: sales@exele.com Table of Contents

More information

EasyLobby Database Setup EasyLobby Family of Products Version 10.0

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

More information

ManagerTM Mission Falls Court Fremont, CA an ISO 9001 certified company PHONE (510) FAX (510)

ManagerTM Mission Falls Court Fremont, CA an ISO 9001 certified company PHONE (510) FAX (510) ManagerTM Integrating the NexSentry Manager 2.02 with DataCard QwikWorks 4.0 47102 Mission Falls Court Fremont, CA 94539-7818 an ISO 9001 certified company PHONE (510) 360-7800 FAX (510) 360-7820 Copyright

More information

epass OTP Authentication Server Configuration Manual

epass OTP Authentication Server Configuration Manual epass OTP Authentication Server Configuration Manual Version 1.0 Copyright 2002-2007 Feitian Technologies Co., Ltd. http://www.ftsafe.com I Directory 1. Installation... 1 2. Uninstallation... 6 3. Business

More information

2012 Peer Small Business Data

2012 Peer Small Business Data Welcome The installation program installs the following data sets: 2012 Peer Small Business Data 2012 Peer Small Business Data In order to use this data set you should be running CRA Wiz and Fair Lending

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: August 2014 Copyright 2014 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

Logi Ad Hoc Reporting Management Console Overview

Logi Ad Hoc Reporting Management Console Overview Logi Ad Hoc Reporting Management Console Overview Version 12 July 2016 Page 2 Table of Contents INTRODUCTION...3 System Requirements...4 Management Console Overview...5 Configuration Wizard Overview...9

More information

Sage Residential Management. Moving Data Files Version 13.1

Sage Residential Management. Moving Data Files Version 13.1 Sage Residential Management Moving Data Files Version 13.1 NOTICE This is a publication of Sage Software, Inc. Document Number 33412.1 04/2013 2013 Sage Software, Inc. All rights reserved. Sage, the Sage

More information

WIRELESS DATABASE VIEWER PLUS (ENTERPRISE EDITION) SERVER SIDE USER GUIDE

WIRELESS DATABASE VIEWER PLUS (ENTERPRISE EDITION) SERVER SIDE USER GUIDE WIRELESS DATABASE VIEWER PLUS (ENTERPRISE EDITION) SERVER SIDE USER GUIDE PRODUCT VERSION: 2.0 Wireless Database Viewer Plus(Enterprise Edition) Page 1 CONTENTS 1 INTRODUCTION...4 1.1 FEATURES...4 2 INSTALLATION...5

More information

QW5 -QWSQLWizard Overview

QW5 -QWSQLWizard Overview The QWSQLWizard utility is installed as part of the QW5 product and can be found where the QW50 product was installed typically in the Busitech/QW50 directory. The utility allows you to create a connection

More information

Fleet Manager 2002 Professional Network Configuration Guide

Fleet Manager 2002 Professional Network Configuration Guide Handling a complex world. Fleet Manager 2002 Professional Network Configuration Guide Overview The VDO Fleet Manager Professional utilises an advanced three-tier client-server model and is designed to

More information

ODBC Client Driver PTC Inc. All Rights Reserved.

ODBC Client Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 External Dependencies 4 Setup 5 Channel Properties General 5 Channel Properties Write Optimizations 6 Channel Properties

More information

VERTECH. VERTECH Central Station Software Installation Manual

VERTECH. VERTECH Central Station Software Installation Manual VERTECH Central Station Software Installation Manual Installation Manual July 2006 1 Table of Contents 1.0 Introduction... 3 2.0 Vertx Access Control System 1.0 Installation Guide... 3 3.0 Vertx Access

More information

SYNTHESYS.NET INTERACTION STUDIO Database Output Actions

SYNTHESYS.NET INTERACTION STUDIO Database Output Actions SYNTHESYS.NET INTERACTION STUDIO Database Output Actions Synthesys.Net Database Output Action 1 DATABASE OUTPUT ACTION DATABASE OUTPUT ACTION WIZARD...3 Database Output Name... 3 Settings... 3 Output Type...

More information

QARun Installation and Configuration Guide. Release 4.8

QARun Installation and Configuration Guide. Release 4.8 QARun Installation and Configuration Guide Release 4.8 Technical support is available from our Technical Support Hotline or via our FrontLine Support web site. Technical Support Hotline: 1-800-538-7822

More information

PRT-RDS2 Standard 2 Reader Expander

PRT-RDS2 Standard 2 Reader Expander PRT-RDS2 Standard 2 Reader Expander Installation Manual CONTENTS Protégé System... Introduction... Reader Expander... Features... Reader Expander Specifications... Protégé System Management Suite... Protégé

More information

Table of Contents DATA MANAGEMENT TOOLS 4. IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8

Table of Contents DATA MANAGEMENT TOOLS 4. IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8 Data Management Tools 1 Table of Contents DATA MANAGEMENT TOOLS 4 IMPORT WIZARD 6 Setting Import File Format (Step 1) 7 Setting Source File Name (Step 2) 8 Importing ODBC Data (Step 2) 10 Importing MSSQL

More information

AccessVia Publishing Platform

AccessVia Publishing Platform AccessVia Publishing Platform Installation and Setup Guide Publishing Platform Manager Version: 8.6.x Written by: Product Documentation, R&D Date: February 2014 2014 Perceptive Software. All rights reserved

More information

WIRELESS DATABASE VIEWER PLUS FOR IPHONE: USER GUIDE PRODUCT VERSION: 1.0

WIRELESS DATABASE VIEWER PLUS FOR IPHONE: USER GUIDE PRODUCT VERSION: 1.0 WIRELESS DATABASE VIEWER PLUS FOR IPHONE: USER GUIDE PRODUCT VERSION: 1.0. CONTENTS 1 INTRODUCTION...3 1.1 FEATURES...3 2 INSTALLATION...4 2.1 DESKTOP INSTALLATION...4 2.2 IPHONE INSTALLATION:...9 3 USING

More information

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5

Reconfiguring VMware vsphere Update Manager. Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 Reconfiguring VMware vsphere Update Manager Update 1 VMware vsphere 6.5 vsphere Update Manager 6.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

DENTRIX ENTERPRISE 8.0.5

DENTRIX ENTERPRISE 8.0.5 DENTRIX ENTERPRISE 8.0.5 CLIENT INSTALLATION GUIDE PRACTICE SOLUTIONS www.dentrixenterprise.com 1-800-DSCHEIN ii Publication Date July 2015 Copyright 2015 Henry Schein, Inc. All rights reserved. No part

More information

Currently, ADBC is a Windows only feature and requires Open Database Connectivity (ODBC) provided by Microsoft.

Currently, ADBC is a Windows only feature and requires Open Database Connectivity (ODBC) provided by Microsoft. Introduction The Acrobat Database Connectivity (ADBC) plug-in provides some basic JavaScript properties and methods for connecting to a database. These can be used to obtain information about the databases

More information

WIRELESS DATABASE VIEWER PLUS FOR POCKET PC PHONE: USER GUIDE PRODUCT VERSION: 1.5

WIRELESS DATABASE VIEWER PLUS FOR POCKET PC PHONE: USER GUIDE PRODUCT VERSION: 1.5 WIRELESS DATABASE VIEWER PLUS FOR POCKET PC PHONE: USER GUIDE PRODUCT VERSION: 1.5. CONTENTS User Guide 1 INTRODUCTION...4 2 INSTALLATION...5 2.1 DESKTOP INSTALLATION...5 2.2 POCKET PC PHONE INSTALLATION:...9

More information

Deltek winsight Dashboard 6.5. Installation Guide

Deltek winsight Dashboard 6.5. Installation Guide Deltek winsight Dashboard 6.5 Installation Guide August 17, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors

More information

BDO P11D Enterprise Version 25.0 Getting Started

BDO P11D Enterprise Version 25.0 Getting Started BDO P11D Enterprise Version 25.0 Getting Started Introduction Installation instructions for Version 25.0 are provided in this guide; see Installing P11D Enterprise 2018-19. Please read the instructions

More information

MDCStore 2.0 DATABASE. Installation Guide

MDCStore 2.0 DATABASE. Installation Guide MDCStore 2.0 DATABASE Installation Guide Molecular Devices MDCStore 2.0 Installation Guide Copyright Copyright 2008, MDS Analytical Technologies. All rights reserved. No part of this publication may be

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

IMIR Reporting Services

IMIR Reporting Services 1 IMIR Reporting Services A guide to use reporting services application at IMIR Patki, Amol M. 9/1/2011 Introduction What is Microsoft Reporting Services SQL Server Reporting Services is a comprehensive,

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

Pharos Uniprint 9.0. Upgrade Guide. Document Version: UP90-Upgrade-1.0. Distribution Date: May 2014

Pharos Uniprint 9.0. Upgrade Guide. Document Version: UP90-Upgrade-1.0. Distribution Date: May 2014 Pharos Uniprint 9.0 Upgrade Guide Document Version: UP90-Upgrade-1.0 Distribution Date: May 2014 Pharos Systems International Suite 310, 80 Linden Oaks Rochester, New York 14625 Phone: 1-585-939-7000 US/Canada

More information

SAP NetWeaver Identity Management Virtual Directory Server. Tutorial. Version 7.0 Rev 3. - Accessing databases

SAP NetWeaver Identity Management Virtual Directory Server. Tutorial. Version 7.0 Rev 3. - Accessing databases SAP NetWeaver Identity Management Virtual Directory Server Tutorial - Accessing databases Version 7.0 Rev 3 SAP Library document classification: PUBLIC No part of this publication may be reproduced or

More information

SAP Workforce Performance Builder 9.5

SAP Workforce Performance Builder 9.5 Upgrade Guide Workforce Performance Builder Document Version: 1.0 2016-10-15 2016 SAP SE or an SAP affiliate company. All rights reserved. CUSTOMER Table of Contents 1 Introduction... 3 2 Migrating a Workarea...

More information

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center Reporting for Contact Center Setup and Operations Guide BCM Contact Center Document Number: Document Status: Standard Document Version: 05.01 Date: September 2006 Copyright 2005 2006 Nortel Networks, All

More information

The PeopleSoft Financials System

The PeopleSoft Financials System The PeopleSoft Financials System 2 Introduction...................... 14 Signing In and Out.................... 14 Signing In to the System.............. 14 Signing Out................... 17 Navigation

More information

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide

SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr Getting Started Guide SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr Getting Started Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr Getting Started Guide Safyr 7.1 This product is subject to the

More information

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

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

More information

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

MDCStore High Content Data Management Solution Database Schema

MDCStore High Content Data Management Solution Database Schema MDCStore High Content Data Management Solution Database Schema Version 2.3 Installation and Update Guide 0112-0144 I March 2013 This document is provided to customers who have purchased Molecular Devices,

More information

PERSPECTIVE WORKFLOW INSTALLATION GUIDE

PERSPECTIVE WORKFLOW INSTALLATION GUIDE PERSPECTIVE WORKFLOW INSTALLATION GUIDE Version 2.0 June 2015 Perspective by Resolver Perspective Workflow Version 2.0 Distributed June 2015 Copyright 2015 Resolver Inc. and its licensors. All rights reserved.

More information

Siebel Connector for Oracle Applications. Version 8.0 December 2006

Siebel Connector for Oracle Applications. Version 8.0 December 2006 Connector for Applications Version 8.0 December 2006 Copyright 2005, 2006,. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

VAPOR PRO COMMUNICATIONS

VAPOR PRO COMMUNICATIONS ARIZONA INSTRUMENT LLC VAPOR PRO COMMUNICATIONS OPERATION MANUAL Version 1.0.3 September 2010 Arizona Instrument LLC 3375 N Delaware Street Chandler, AZ 85225 (800) 528-7411 (602) 470-1414 Fax (480) 804-0656

More information

Rapid SQL 7.6 Installation Guide

Rapid SQL 7.6 Installation Guide Rapid SQL 7.6 Installation Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

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

Release Notes Scribe Adapter for Microsoft Dynamics CRM

Release Notes Scribe Adapter for Microsoft Dynamics CRM Release Notes Scribe Adapter for Microsoft Dynamics CRM Requirements Version 4.3 Release Date March 30, 2009 Scribe Insight 6.5 or later Microsoft Dynamics CRM 3.0, 4.0, or Online If you are using integration

More information

Working with Databases

Working with Databases Working with Databases TM Control Panel User Guide Working with Databases 1 CP offers you to use databases for storing, querying and retrieving information. CP for Windows currently supports MS SQL, PostgreSQL

More information

Configuring Voice Monitoring and Recording Services Between etalk Qfinity and Avaya MultiVantage with an Avaya DEFINITY Server R- Issue 1.

Configuring Voice Monitoring and Recording Services Between etalk Qfinity and Avaya MultiVantage with an Avaya DEFINITY Server R- Issue 1. Configuring Voice Monitoring and Recording Services Between etalk Qfinity and Avaya MultiVantage with an Avaya DEFINITY Server R- Issue 1.0 Abstract These Application Notes describe the configuration steps

More information

WIRELESS DATABASE VIEWER PLUS FOR ANDROID DEVICES: USER GUIDE PRODUCT VERSION: 2.4

WIRELESS DATABASE VIEWER PLUS FOR ANDROID DEVICES: USER GUIDE PRODUCT VERSION: 2.4 WIRELESS DATABASE VIEWER PLUS FOR ANDROID DEVICES: USER GUIDE PRODUCT VERSION: 2.4. CONTENTS 1 INTRODUCTION... 4 1.1 FEATURES... 4 2 INSTALLATION... 5 2.1 DESKTOP INSTALLATION... 5 2.2 ANDROID PHONE/TABLET

More information

Interactive Analysis Getting Started Guide Interactive Analysis 1.0

Interactive Analysis Getting Started Guide Interactive Analysis 1.0 Interactive Analysis Getting Started Guide Interactive Analysis 1.0 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and other SAP

More information

FRAMEWORK VERSION 3.0 NETWORK INSTALLATION INSTALLING MICROSOFT STEP BY STEP INTERACTIVE TRAINING SOFTWARE

FRAMEWORK VERSION 3.0 NETWORK INSTALLATION INSTALLING MICROSOFT STEP BY STEP INTERACTIVE TRAINING SOFTWARE FRAMEWORK VERSION 3.0 NETWORK INSTALLATION INSTALLING MICROSOFT STEP BY STEP INTERACTIVE TRAINING SOFTWARE The purpose of this document is to: Describe the components of Microsoft Interactive Training

More information

Working with Databases and Java

Working with Databases and Java Working with Databases and Java Pedro Contreras Department of Computer Science Royal Holloway, University of London January 30, 2008 Outline Introduction to relational databases Introduction to Structured

More information

Software Installation with Microsoft SQL 2008

Software Installation with Microsoft SQL 2008 Agency Information Manager Software Installation with Microsoft SQL 2008 Revised: 3.7.2012 2012 Vertafore, Inc. All Rights Reserved. This software and documentation are copyrighted materials. Law prohibits

More information

SAS/ACCESS Interface to R/3

SAS/ACCESS Interface to R/3 9.1 SAS/ACCESS Interface to R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to R/3: User s Guide. Cary, NC: SAS Institute

More information

Beijer Electronics Data Collector. Manual. English MAEN826B,

Beijer Electronics Data Collector. Manual. English MAEN826B, MAEN826B, 2009-10 Beijer Electronics Data Collector Manual English Foreword Beijer Electronics Data Collector Manual Foreword Beijer Electronics Data Collector is used to save trend and alarm data logged

More information

U2 DBTools. Web Services Developer. Version April 2013 DBT-3205-ALL-DG-01

U2 DBTools. Web Services Developer. Version April 2013 DBT-3205-ALL-DG-01 U2 DBTools Web Services Developer Version 3.20.5 April 2013 DBT-3205-ALL-DG-01 Notices Edition Publication date: April 2013 Book number: DBT-3205-ALL-DG-01 Product version: Web Services Developer V3.20.5

More information

Restoring data from a backup

Restoring data from a backup Restoring data from a backup The following topics explain how to find a backup to restore and then perform a restore: Finding a backup to restore on page 98 Restoring to the original location on page 101

More information

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

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

More information

AVG Business Edition Remote Administration

AVG Business Edition Remote Administration AVG Business Edition Remote Administration User Manual Document revision AVG.02 (1/7/2018) Copyright AVG Technologies CZ, s.r.o. All rights reserved. All other trademarks are the property of their respective

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

PureSight Log Server Installation Manual

PureSight Log Server Installation Manual PureSight Log Server Installation Manual ii PureSight Log Server Installation Manual Copyright Notice Copyright 2004 PURESIGHT INC. All rights reserved. Any technical documentation that is made available

More information

RELAIS. Installation Guide in Windows Environment

RELAIS. Installation Guide in Windows Environment RELAIS Installation Guide in Windows Environment Version 3.x Editors: Monica Scannapieco (ISTAT) Laura Tosco (ISTAT) Luca Valentino (ISTAT) Index 1 RELAIS: installation and configuration... 3 1.1 Java

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

Nexio IconStation Data Source Wizard

Nexio IconStation Data Source Wizard Nexio IconStation Data Source Wizard 6/18/2014 175-100354-00 Publication Information 2014 Imagine Communications. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information