ReportBy ODBC Connection setup

Size: px
Start display at page:

Download "ReportByEmail ODBC Connection setup"

Transcription

1 ReportBy ODBC Connection setup

2 Page 2 of 28 Content Introduction... 3 ReportBy Server and changing ODBC settings... 3 Microsoft AD Windows setup... 3 Important notice regarding 32-bit / 64-bit versions of Windows... 3 Setup ODBC datasources on server and clients... 4 Oracle ODBC Connections Excel sheets and Oracle ODBC Drivers Microsoft Access ODBC Sources MySQL ODBC-driver Other third party ODBC drivers All other ODBC resources ODBC System resources on Server and clients ODBC setup shortcut Windows Registry Warning Windows Registry backup - general Export ODBC registry settings 32bit Export ODBC registry settings 64bit ODBC settings import Microsoft Active Directory Registry settings for ODBC... 28

3 Page 3 of 28 Introduction The manual describes setting up ODBC connections to Microsoft SQL Server and other servers. Setting up theses connections are needed on all client machines and the ReportBy server in order to allow Excel to with the same database resources from the different machine. ReportBy Server and changing ODBC settings Please notice, that the ReportBy server reads ODBC settings at start up. If you change the ODBC settings, ReportBy will not recognize this before the ReportBy server service has been stopped and started. Microsoft AD Windows setup During this setup it s expected, that the Preparation Before install Server document has been followed regarding all AD settings. Otherwise your rights to the Microsoft SQL server databases will no be in place and you will not succeed in getting connections to your databases. Important notice regarding 32-bit / 64-bit versions of Windows It s important to understand which kind of DSN you have. On an x64 system, you can create an ODBC connection (DSN) on the 32-bit side of the system or on the 64-bit side of the system. 32-bit applications will only see ODBC connections created in the 32-bit side, and 64- bits applications will only see ODBC connections from the 64-bit side. Each kind of application has is own registry settings in separate locations of the registry. To setup DSN for 32-bit application you must use: %WINDIR%\SysWOW64\odbcad32.exe and for 64-bit application you must use: %WINDIR%\System32\odbcad32.exe There is not 32-bit edition of Windows XP on the XP Pro x64 media. So if you have created an ODBC System DSN, as specified in the following sections and you can t see it from Microsoft Excel, you re probably running a 64-bit operating system and used the wrong odbcad32.exe file. In this case run:

4 Page 4 of 28 %WINDIR%\SysWOW64\odbcad32.exe And define the ODBC connection there. Setup ODBC datasources on server and clients ReportBy uses ODBC-connections to communicate with databases. This section describes how to setup ODBC sources. Start / Settings / Control panel. Administrative tools. Data Sources (ODBC) The following default window appears: Change to the System DSN window. Depending on which server is used, some ODBC connections might have been created already:

5 Page 5 of 28 Create a ODBC connection for the Microsoft Navision database. Click on Add: Select the SQL Server driver, which is usually located at the bottom of the list. Therefore press the end-key:

6 Page 6 of 28 After pressing Finish the following window shows up: Enter a name for the connection, for instance Navision. Description is not used. In the server field select the Microsoft SQL server, which holds the database:

7 Page 7 of 28 Click Next, not finish: Accept the default settings and click Next:

8 Page 8 of 28 In this window, it s important to change the default database to the name selected previously. Especially the ReportBy functionality with SQL table lookup of recipients won t work, if the correct database is not selected. Click Next.

9 Page 9 of 28 Click Finish. Click Test Data Source:

10 Page 10 of 28 Congratulations! Oracle ODBC Connections This is highly complicated due to limitations in the ODBC drivers. Basically you need to install an Oracle client on the ReportBy server, if you want to access Oracle data. Please perform an Oracle client installation first. After installation of the Oracle client you can choose between two ODBC Drivers: Microsoft ODBC for Oracle Oracle in Orahome If you re not at the same version level for the Microsoft ODBC Driver, please download and install Microsoft MDAC 2.8 or newer. Depending on the version of Oracle installed, the version will of course differ from the listed version 9.2 above. Unfortunately there is a bug in the Oracle client, which means you need to do some manual adjustments to registry. The ODBC driver uses DLL s supplied by Oracle, but wrong/old Dll s are referenced in registry. Open registry by choosing Start / Run / Regedit. Browse to HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / MSDTC / MTxOCL.

11 Page 11 of 28 The originally settings are often se to the following: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI] "OracleXaLib"="xa80.dll" "OracleSqlLib"="SQLLib80.dll" "OracleOciLib"="oci.dll" Change these to: "OracleXaLib"="oraclient9.dll" "OracleSqlLib"="orasql9.dll" "OracleOciLib"="oci.dll" If running Oracle version 9. If running version 10, replace all 9 s with 10 s. After the changes, the values should look like the following: Check to see that the new DLL-files are located in the C:\oracle\ora92\bin directory. The ODBC driver will not work unless the Dll-files listed above exists and their location on the server is included in the ReportBy server PATH variable. To test the database connection, please consult and check that connectivity is okay by using Oracle client. Use: Tnsping axdb To test connection to an Microsoft Axapta database on Oracle. Inspect the tnsnames.ora file located in: C:\oracle\ora92\network\ADMIN. Also check that C:\oracle\ora92\bin is included in the ReportBy server PATH variable.

12 Page 12 of 28 Excel sheets and Oracle ODBC Drivers Since Oracle does not have Microsoft AD integration, trusted access for the ReportBy server to the Oracle databases is not supported. The username and password for access to the Oracle database needs to be entered into all Excel sheets. Default Excel does not generate the correct ODBC connection string, so modifications are needed. When creating a new Excel sheet, choose select data from external source using MS Query: In the example above, axdb is a Oracle ODBC Driver and axdbms is a Microsoft ODBC driver for Oracle. The genuine Oracle driver does not support the date- and time-fields in MS Query, which makes it very difficult to design queries using the Oracle driver from oracle. The Microsoft ODBC driver does support the date and time-formats, so designing reports in MS Query is as easy as when designing Excel sheets against Microsoft SQL Servers. Choose the axdbms in this example. This window is very important. The User name and password is the Oracle username and password. Enter whose values. In the server field, DO NOT put the name of the Oracle server! You need to put in the TNS-name of the database, in this case axdbms. This is not documented, so please check this, if something does not work for you!

13 Page 13 of 28 Click Ok. The data tables in the axdbms database shows up and choosing tables is done the same way as with Microsoft SQL server. After choosing a table like ADDRESS, the data is returned to the Excel sheet. In order to get this to work during execution under ReportBy , the password needs to be added. Choose Data, Connections, Properties on the query:

14 Page 14 of 28 Change to definition:

15 Page 15 of 28 Notice that the Connectionstring in the top block does not contain any password. The syntax for Oracle passwords is: PWD=<password>. After inserting this into the text and enabling Save password, the connection looks like this:

16 Page 16 of 28 Now the report can run under ReportBy .

17 Page 17 of 28 Microsoft Access ODBC Sources ODBC data sources are setup similar to Microsoft SQL servers, but with a few different challenges: Always use UNC-paths when addressing a Microsoft Access Database, e.g. the full path like in: \\cphfile\d$\test\data\database\testdb.mdb Always setup the Defaultdir to the same path as the UNC-path above, e.g.: \\cphfile\d$\test\data\database If you setup an ODBC connection to a mapped drive, it will work when running the Excel queries manually, even on the ReportBy server, but when the ReportBy service is running, the mapped drive will not be mapped (Microsoft design) and the data will not be accessible from Excel. The UnitekDB and UnitekLog databases are both Microsoft Access databases. Choose Configure.

18 Page 18 of 28 If logging is enabled (Multi-user environment), you might have to point to a Systemdatabase in the lower part of the window. Choose Vælg / Select : The URL has been pasted into the databasename to the upper left. Notice the treestructure in the window in the middle. Always use an UNC path and not a mapped drive. Don t click on Netværk / Network and map a drive. Back in the main view select Avanceret / Advanced :

19 Page 19 of 28 If the Microsoft Access database is protected with username and password, insert this In the window above top to lines. Check that the DefaultDir is similar to the path where the database is located as specified in the beginning of this section. You can also set the readonly attribute:

20 Page 20 of 28 This ensures that you can never write anything back to Access database, e.g. ReportBy is only used to extract data from the Access database. After you have defined a report in Excel using MS Query, check the settings:

21 Page 21 of 28 Notice that the DBQ and DefaulrDir parameters in the Forbindelsesstreng / Connection string does not contain any mapped drives, but UNC paths. If you define a report using a mapped drive, changing the ODBC source WILL NOT change this setting above and you will still try to connect to the database using a mapped drive. You need to change the Connection string setting above to use UNC path as showed above.

22 Page 22 of 28 MySQL ODBC-driver Visit: to download the newest ODBC driver for the MySQL database. Choose a MSI-version of the driver and download it to a temporary location. Run the MSI-file. Other third party ODBC drivers Please remember, that only a limited number of drivers are default installed on a typical Windows 2003 server, Windows XP or Windows Vista client. In order to get ODBC connections to work with MySql and other third party ODBC products, you need both to install the ODBC drivers and define the ODBC sources. E.g. First install the driver as specified by the producer. Then define the ODBC settings as described above or follow the advices in the following section regarding easy copying of ODBC settings from machine to machine. All other ODBC resources Do the same as described above for all other databases. You could very well end up with many ODBC resources in the System folder maybe 10 or more.

23 Page 23 of 28 ODBC System resources on Server and clients All these ODBC settings need to be setup on the ReportBy server AND on all clients, which will be developing Excel sheets for ReportBy . The name of the ODBC Source (In this case Navision) needs to be the same both on the clients and on the server if using NT Authentication, which is by far the easiest way of working with ReportBy . ODBC setup shortcut You can copy ODBC settings from one machine to another. This involves editing registry of the machines involved. There is always a risk, that you might harm the machine and that you can t get it up running again, if you use Microsoft Registry incorrect. Notice that you can not copy the registry keys between 32-bit operating systems and 64-bit operating systems. If you re running Windows XP 32-bit and Windows server bit, it works fine. If you re running Vista 64-bit or Windows 2008 server 64-bit it also works. But if you have a mix of platforms, copying is not possible. In this case you need to maintain to sets of registry files (see explanation later). Windows Registry Warning If you read almost any article in the Microsoft Knowledge Base that suggests editing the Windows registry, you will see this: WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk. Note that you should back up the registry before you edit it. Windows Registry backup - general Problems caused by improperly editing the Windows registry could render your computer operating system unusable. Microsoft provides a wealth of critical information that you need to know about the registry in the Microsoft Knowledge Base at Additional information about the registry is also available in the Help topics in the Microsoft Registry Editor.

24 Page 24 of 28 To back up the registry: On the Start menu (Windows), click Run. In the Open box, enter regedit, and then click OK. In the Registry Editor, on the Registry menu, click Export Registry File. From the Save As Type drop-down list, select Registration Files (*.reg). Under Export Range, click All. In the File Name box, enter Backup Registry. In the Save In box, select Desktop. In the upper right corner of the Export Registry File dialog box, click Create New Folder, and then enter My Backup Files. Click Save. Note: You have just saved the Backup Registry file to the My Backup Files folder on the desktop. In each of the following back-up procedures, you will be instructed to save your files to the same folder. On the Registry menu, click Exit. Verify that the Registry Backup.reg file is located in the My Backup Files folder. To do this, double-click the My Backup Files folder on the desktop and note the contents. If the file is there, close the My Backup Files folder. If the file is not there, repeat steps 1 through 9, but in step 8, do not create a new folder; instead, select the My Backup Files folder. Export ODBC registry settings 32bit Go to Start / Run. And enter the text: Regedit Browse to: My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI It s very important not to delete or move any entries! See the list: Here you can see all the ODBC drivers located in the System folder of the ODBC setup.

25 Page 25 of 28 Place the cursor above the ODBC.INI location and Choose file / Export in the menu: Browse to a location on a network-share, where you can access the file from other clients that needs to ODBC setup. The path at the bottom of the window is very important and must be the same. Fill in the file name with RBEODBC.REG:

26 Page 26 of 28 Press save. If you browse to the new folder, you ll see one file:

27 Page 27 of 28 Export ODBC registry settings 64bit Go to Start / Run. And enter the text: Regedit Browse to: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI Note the difference from 32-bit editions, where you go to a different SOFTWARE folder. ODBC settings import Access this from another computer, where you would like to have the same ODBC connection and double-click on the file: Press Yes and the ODBC sources are available on the new machine.. Remember to import the correct version (32-bit or 64-bit). If the imported registry does not show up in the ODBC under Administrative tools, you are probably mixing the platforms.

28 Page 28 of 28 Microsoft Active Directory Registry settings for ODBC If you have a server and a number of clients, it s easy to manage ODBC settings in a Microsoft Active Directory Group Policy. If a ReportBy client gets a new PC, it s very easy to apply all the ODBC settings and changing from one SQL server to another is also very easy to apply to all clients and the server. Currently you will need an Active Directory at least at level Windows AD Unfortunately this are bugs in the utility used to define the group policy, which means that the most obvious way of defining the settings using the ODBC Setting does not work. Do the following on a machine, that already has the ODBC drivers defined locally: In Microsoft AD Users and Computers, define a new Organization Unit and move all clients and the ReportBy server to this container. Open Microsoft AD Group Policy. Create a new policy called ODBC. Go to the area with registry settings, right-click and select Import Point to the same registry areas as specified above and import all ODBC settings, e.g. My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI Save this group policy. Create a new one called ODBCWOW. This is used to handle machines with different bit versions of Excel and the operating system. Import the same ODBC drivers from the SYSWOW64 location also as specified earlier in this document: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI Apply both policies on the newly created Organization Unit. On the ReportBy machines involved run in DOS: GPUPDATE /FORCE This forces the machines to update with the newest settings. Some machines might require a reboot. After a reboot check the ODBC settings and see that they all work. If a new client PC needs the ODBC settings, move the machine to the Organizational Unit or apply the two group policies to the Organizational Unit, where the machine is located.

ODBC Group Policy Settings

ODBC Group Policy Settings ODBC Group Policy Settings Indhold Introduction... 3 Computers involved... 3 Complete process... 3 ODBC 32/64 bit issues... 3 Process of setting up Registry settings for ODBC... 5 Registry files with settings...

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Installation / Migration Guide for Windows 2000/2003 Servers

Installation / Migration Guide for Windows 2000/2003 Servers PSQL v9 SP1 (9.1) & Installation / Migration Guide for Windows 2000/2003 Servers Ebix, Inc. Corporate Headquarters Concourse Parkway, Suite 3200 Atlanta, GA 30328 USA Phone: 678-281-2020 Fax: 678-281-2019

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Step 2: Open the ODBC Data Source Administrator Panel

Step 2: Open the ODBC Data Source Administrator Panel Trams Crystal Report Viewer for Crystal Reports Version 10 Requirements 1 Pentium Dual Core or better Windows 2003 or 2008 Windows Vista Windows 7 Windows 8 Microsoft ODBC 3.0 or higher Trams Back Office

More information

Querying Databases Using the DB Query and JDBC Query Nodes

Querying Databases Using the DB Query and JDBC Query Nodes Querying Databases Using the DB Query and JDBC Query Nodes Lavastorm Desktop Professional supports acquiring data from a variety of databases including SQL Server, Oracle, Teradata, MS Access and MySQL.

More information

Setting Up ALERE with Client/Server Data

Setting Up ALERE with Client/Server Data Setting Up ALERE with Client/Server Data TIW Technology, Inc. November 2014 ALERE is a registered trademark of TIW Technology, Inc. The following are registered trademarks or trademarks: FoxPro, SQL Server,

More information

Installing Cobra 4.7

Installing Cobra 4.7 Installing Cobra 4.7 Stand-alone application using SQL Server Express A step by step guide to installing the world s foremost earned value management software on a single PC or laptop. 1 Installing Cobra

More information

GeneMapper Software v.4.1 Uninstall Procedure

GeneMapper Software v.4.1 Uninstall Procedure GeneMapper Software v.4.1 Uninstall Procedure Manual uninstall procedure for Full Install configurations on a stand-alone computer Note: This protocol is intended for cases where GeneMapper Software v.4.1

More information

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers

MICROSTRATEGY 9.3 Supplement Files Setup Transaction Services for Dashboard and App Developers NOTE: You can use these instructions to configure instructor and student machines. Software Required Microsoft Access 2007, 2010 MicroStrategy 9.3 Microsoft SQL Server Express 2008 R2 (free from Microsoft)

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06 Voyager Reporting System (VRS) Installation Guide Revised 5/09/06 System Requirements Verification 1. Verify that the workstation s Operating System is Windows 2000 or Higher. 2. Verify that Microsoft

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Migrating a Database from Legi for Windows 2.X to MS Access

Migrating a Database from Legi for Windows 2.X to MS Access Migrating a Database from Legi for Windows 2.X to MS Access Today s powerful enterprise grade PC s come loaded with Microsoft s Windows XP Professional operating system, or at the very least Microsoft

More information

TAMUS Terminal Server Setup BPP SQL/Alva

TAMUS Terminal Server Setup BPP SQL/Alva We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

IceWarp Server Windows Installation Guide

IceWarp Server Windows Installation Guide IceWarp Unified Communications IceWarp Server Windows Installation Guide Version 11.3 Published on 2/6/2015 Contents IceWarp Server Windows... 4 Pre-requisites... 5 Launch Installer Wizard... 6 Select

More information

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client Disabling Microsoft SharePoint in order to install the OneDrive for Business Client If you try to setup and sync your OneDrive online documents with the client software and Microsoft SharePoint opens,

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

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

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS.

2. Unzip the file using a program that supports long filenames, such as WinZip. Do not use DOS. Using the TestTrack ODBC Driver The read-only driver can be used to query project data using ODBC-compatible products such as Crystal Reports or Microsoft Access. You cannot enter data using the ODBC driver;

More information

SEER-HD Database Administrator s Guide

SEER-HD Database Administrator s Guide SEER-HD Database Administrator s Guide Rev. April 30, 2010-1 - Contents Introduction... 3 How SEER-HD Works... 4 Interaction of SEER-HD with Other SEER Programs... 5 Database Platforms... 6 Getting Started...

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Sync Exchange for MS Access Conduit for Windows Version 4 Manual

Sync Exchange for MS Access Conduit for Windows Version 4 Manual Sync Exchange for MS Access Conduit for Windows Version 4 Manual Revision Date 11/30/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software

More information

Computer Science and Engineering Windows Cisco VPN Client Installation and Setup Guide

Computer Science and Engineering Windows Cisco VPN Client Installation and Setup Guide Computer Science and Engineering Windows Cisco VPN Client Installation and Setup Guide This document will guide you through the installation of the Cisco VPN Client for Microsoft Windows XP and Vista.

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients

Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Test Note Phone Manager Deployment Windows Group Policy Sever 2003 and XP SPII Clients Note: I have only tested these procedures on Server 2003 SP1 (DC) and XP SPII client, in a controlled lab environment,

More information

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing

More information

Snow Inventory. Installing and Evaluating

Snow Inventory. Installing and Evaluating Snow Inventory Installing and Evaluating Snow Software AB 2002 Table of Contents Introduction...3 1. Evaluate Requirements...3 2. Download Software...3 3. Obtain License Key...4 4. Install Snow Inventory

More information

How to make a VPN connection to our servers from Windows XP

How to make a VPN connection to our servers from Windows XP How to make a VPN connection to our servers from Windows XP Windows XP can only make a Point-To-Point Tunneling Protocol (PPTP) type of VPN connection to our servers. This requires TCP Port 1723 to be

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members

ProjectWise Explorer V8i User Manual for Subconsultants & Team Members ProjectWise Explorer V8i User Manual for Subconsultants & Team Members submitted to Michael Baker International Subconsultants & Team Members submitted by Michael Baker International ProjectWise Support

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

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

ReportByEmail Microsoft Active Directory

ReportByEmail Microsoft Active Directory ReportByEmail Microsoft Active Directory Page 2 of 13 Content Introduction to Microsoft Active Directory... 2 Microsoft AD... 3 Warning... 3 Install a linked server into your SQL Server... 4 Adjust amount

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE User Guide CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE Product Version: 1.0 CONTENTS 1. INTRODUCTION...4 2. INSTALLATION...5 2.1 DESKTOP INSTALLATION...5 2.2 IPAD INSTALLATION...9 3. USING THE CONTACTS SYNCHRONIZER

More information

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

Magaya Software Installation Guide

Magaya Software Installation Guide Magaya Software Installation Guide MAGAYA SOFTWARE INSTALLATION GUIDE INTRODUCTION Introduction This installation guide explains the system requirements for installing any Magaya software, the steps to

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

ODBC Overview and Information

ODBC Overview and Information Appendix A ODBC ODBC Overview and Information ODBC, (Open Database Connectivity), is Microsoft s strategic interface for accessing data in an environment of relational and non-relational database management

More information

SPECIALIST PRACTICE MANAGER

SPECIALIST PRACTICE MANAGER INSTALLATION GUIDE FOR SPECIALIST PRACTICE MANAGER using a MICROSOFT SQL SERVER DATABASE Updated October 2009 All rights reserved. No reproduction, transmission, transcription, storage in a retrieval system,

More information

Database Assistant. Once Database Assistant is installed you must login to gain access to the database. Copyright 2009

Database Assistant. Once Database Assistant is installed you must login to gain access to the database. Copyright 2009 TOSHIBA Strata CIX Technical Bulletin March 2008 is a companion package to Voice Assistant. provides an interface between any Open Database Connectivity (ODBC) compliant database and Voice Assistant. This

More information

Linking Access to SQL Server

Linking Access to SQL Server Linking Access to SQL Server Why Link to SQL Server? Whilst Microsoft Access is a powerful database program it has its limitations and is best suited to creating desktop applications for individual users

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

Witango Application Server 6. Installation Guide for Windows

Witango Application Server 6. Installation Guide for Windows Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: support@witango.com Web: www.witango.com

More information

Network Setup Instructions

Network Setup Instructions Network Setup Instructions This document provides technical details for setting up the Elite Salon & Spa Management program in a network environment. If you have any questions, please contact our Technical

More information

Connect to MySQL or Microsoft SQL Server using R

Connect to MySQL or Microsoft SQL Server using R Connect to MySQL or Microsoft SQL Server using R 1 Introduction Connecting to a MySQL database or Microsoft SQL Server from the R environment can be extremely useful. It allows a research direct access

More information

Sage Abra Timesheet. Quick Start Guide

Sage Abra Timesheet. Quick Start Guide Sage Abra Timesheet Quick Start Guide 2010 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

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide Table of Contents TABLE OF CONTENTS... 3 1.0 INTRODUCTION... 1 1.1 HOW TO USE THIS GUIDE... 1 1.2 TOPIC SUMMARY...

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

Contents. VPN Instructions. VPN Instructions... 1

Contents. VPN Instructions. VPN Instructions... 1 VPN Instructions Contents VPN Instructions... 1 Download & Install Check Point VPN Software... 2 Connect to FPUA by VPN... 6 Connect to Your Computer... 8 Determine Your Machine Type... 10 Identify 32-bit

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

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

NETWRIX WINDOWS SERVER CHANGE REPORTER

NETWRIX WINDOWS SERVER CHANGE REPORTER NETWRIX WINDOWS SERVER CHANGE REPORTER INSTALLATION AND CONFIGURATION GUIDE Product Version: 4.0 March 2013. Legal Notice The information in this publication is furnished for information use only, and

More information

Upgrading MySQL from 32-bit to 64-bit

Upgrading MySQL from 32-bit to 64-bit Upgrading MySQL from 32-bit to 64-bit UPGRADING MYSQL FROM 32-BIT TO 64-BIT... 1 Overview... 1 Upgrading MySQL from 32-bit to 64-bit... 1 Document Revision History... 21 Overview This document will walk

More information

Crystal Reports Installation Guide

Crystal Reports Installation Guide Crystal Reports Installation Guide Version XI Infor Global Solutions, Inc. Copyright 2006 Infor IP Holdings C.V. and/or its affiliates or licensors. All rights reserved. The Infor word and design marks

More information

STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS

STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS data analysis data mining quality improvement web-based analytics Notes STATISTICA VERSION 11 CONCURRENT NETWORK LICENSE WITH BORROWING INSTALLATION INSTRUCTIONS 1. The installation of the Concurrent network

More information

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database

Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Technical Bulletin Issue Date August 14, 2003 Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database Converting InfoPlus.21 Data to a Microsoft SQL Server 2000 Database...2 Introduction...

More information

How to Install Multiple Monitoring Agents on a Microsoft Operating System. Version StoneGate Firewall/VPN 2.6 and SMC 3.2

How to Install Multiple Monitoring Agents on a Microsoft Operating System. Version StoneGate Firewall/VPN 2.6 and SMC 3.2 How to Install Multiple Monitoring Agents on a Microsoft Operating System Version StoneGate Firewall/VPN 2.6 and SMC 3.2 INTRODUCTION This document provides detailed instructions for installing multiple

More information

Introduction and Overview

Introduction and Overview Inmagic Content Server Workgroup 10.00 Microsoft SQL Server 2005 Express Edition Installation Notes Introduction and Overview These installation notes are intended for the following scenarios: 1) New installations

More information

Troubleshooting BPMS Errors

Troubleshooting BPMS Errors BPMS SOFTWARE bpms@bpms.net 877-250-2698 Troubleshooting BPMS Errors Last Updated: 5 June 2015 Table of Contents ERROR #2501 THE OPENFORM ACTION WAS CANCELLED... 5 APPLIES TO... 5 SYMPTOMS... 5 CAUSE...

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Copyright 2011 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC is a registered trademarks of DataNet Quality Systems.

Copyright 2011 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC is a registered trademarks of DataNet Quality Systems. Copyright 2011 DataNet Quality Systems. All rights reserved. Printed in U.S.A. WinSPC is a registered trademarks of DataNet Quality Systems. All other trademarks or registered trademarks are the property

More information

How to Move an SAP BusinessObjects BI Platform System Database and Audit Database

How to Move an SAP BusinessObjects BI Platform System Database and Audit Database How to Move an SAP BusinessObjects BI Platform System Database and Audit Database Technology Used SAP BI Platform 4.1 (this includes SAP BusinessObjects Enterprise 4.1, SAP BusinessObjects Edge 4.1 and

More information

Almyta Control System Advanced Reference Contents

Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference Contents Almyta Control System Advanced Reference... 1 Software Maintenance... 2 Sharing Your Local Company with Other Users. Networked Installation.... 5 Connecting

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

FileMaker 8. Installing FileMaker 8 ODBC and JDBC Client Drivers

FileMaker 8. Installing FileMaker 8 ODBC and JDBC Client Drivers FileMaker 8 Installing FileMaker 8 ODBC and JDBC Client Drivers 2004-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark

More information

Novell Filr. Windows Client

Novell Filr. Windows Client Novell Filr Windows Client 0 Table of Contents Supported Environments 2 Supported Languages 2 Getting Started 3 Which Folders Are Synchronized 3 What Actions Are Supported 4 Configuring Folders to Synchronize

More information

Server & Workstation Installation of Client Profiles for Windows (WAN Edition)

Server & Workstation Installation of Client Profiles for Windows (WAN Edition) C ase Manag e m e n t by C l i e n t P rofiles Server & Workstation Installation of Client Profiles for Windows (WAN Edition) T E C H N O L O G Y F O R T H E B U S I N E S S O F L A W Important Note on

More information

etoken Enterprise For: SSL SSL with etoken

etoken Enterprise For: SSL SSL with etoken etoken Enterprise For: SSL SSL with etoken System Requirements Windows 2000 Internet Explorer 5.0 and above Netscape 4.6 and above etoken R2 or Pro key Install etoken RTE Certificates from: (click on the

More information

InformationNOW Upgrading to Microsoft SQL Server 2008

InformationNOW Upgrading to Microsoft SQL Server 2008 InformationNOW Upgrading to Microsoft SQL Server 2008 About this Document This document provides the steps necessary to update the district s InformationNOW database and reporting engine platform from

More information

How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher

How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher How to Install CS OrthoTrac on a New Server and Copy the Data from the Old Server to the New Version 12 and higher Purpose This document will show how to install CS OrthoTrac practice management software

More information

Reconfiguration of VMware vcenter Update Manager

Reconfiguration of VMware vcenter Update Manager Reconfiguration of VMware vcenter Update Manager Update 1 vcenter Update Manager 4.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

a) Network connection problems (check these for existing installations)

a) Network connection problems (check these for existing installations) How do I resolve issues with a Client not connecting to the Best Practice server instance? This FAQ is intended to answer common questions about resolving issues with a Best Practice client not connecting

More information

SEER Enterprise Shared Database Administrator s Guide

SEER Enterprise Shared Database Administrator s Guide SEER Enterprise Shared Database Administrator s Guide SEER for Software Release 8.2 SEER for IT Release 2.2 SEER for Hardware Release 7.3 March 2016 Galorath Incorporated Proprietary 1. INTRODUCTION...

More information

CHAPTER 23: USING ODBC

CHAPTER 23: USING ODBC Chapter 23: Using ODBC CHAPTER 23: USING ODBC Training Objectives In this section, we introduce you to the Microsoft Business Solutions Navision NODBC driver. However, it is recommended that you read and

More information

Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008

Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008 Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008 1 Introduction The following is an explanation of some errors you might encounter

More information

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1

GO!NotifyLink. Database Maintenance. GO!NotifyLink Database Maintenance 1 GO!NotifyLink Database Maintenance GO!NotifyLink Database Maintenance 1 Table of Contents Database Maintenance 3 Database Cleanup... 3 Database Backups... 3 Database Configuration... 4 The Procedure via

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

More information

Moving a database from MS Access to MS SQL server. Introduction. Selecting the database. Creating a Data Source

Moving a database from MS Access to MS SQL server. Introduction. Selecting the database. Creating a Data Source GO Software Pty Limited Map: 27 Tacoma Blvd, Pasadena SA 5042 Phn: 0403-063-991 Fax: none ABN: 54-008-044-906 ACN: 008-044-906 Eml: support@gosoftware.com.au Web: www.gosoftware.com.au Moving a database

More information

How to Reinstall SQL Server 2005

How to Reinstall SQL Server 2005 How to Reinstall SQL Server 2005 Sometimes a problem occurs during the installation of SQL Server and it needs to be completely reinstalled. This quick reference guide will help you reinstall SQL Server

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

BACKUP UTILITY FOR TIMEFORCE

BACKUP UTILITY FOR TIMEFORCE BACKUP UTILITY FOR TIMEFORCE The "Backup Utility" for TimeForce automatically creates a backup of the information stored in the program database. Backups can be performed manually, or the TimeForce Scheduler

More information

NAS 253 Introduction to Backup Plan

NAS 253 Introduction to Backup Plan NAS 253 Introduction to Backup Plan Create backup jobs using Backup Plan in Windows A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Create backup

More information

Upgrading Centricity Electronic Medical Record Service Packs on Microsoft Windows Server

Upgrading Centricity Electronic Medical Record Service Packs on Microsoft Windows Server GE Healthcare Upgrading Centricity Electronic Medical Record Service Packs on Microsoft Windows Server Version 9.8.6 September 2014 Centricity Electronic Medical Record DOC1595227 2014 General Electric

More information

Upgrading LytecMD from 9.3.1 to 9.4 on Windows Server 2008. Best Practices. Revision Date: 7/29/2010 PLEASE READ:

Upgrading LytecMD from 9.3.1 to 9.4 on Windows Server 2008. Best Practices. Revision Date: 7/29/2010 PLEASE READ: Upgrading LytecMD from 9.3.1 to 9.4 on Windows Server 2008 Best Practices Revision Date: 7/29/2010 PLEASE READ: This installation guide will guide you through the upgrade of LytecMD 9.3.1 to 9.4. If you

More information

ScanShell.Net Install Guide

ScanShell.Net Install Guide ScanShell.Net Install Guide Please install the software first - DO NOT PLUG IN THE SCANNER The scanner has been carefully packaged to avoid damage during transportation. Before operating the scanner, please

More information

NTI Backup Now EZ v2 User s Guide

NTI Backup Now EZ v2 User s Guide NTI Backup Now EZ v2 User s Guide GMAA00423010 11/12 2 Copyright statement This guide is copyrighted by Toshiba Corporation with all rights reserved. Under the copyright laws, this guide cannot be reproduced

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

5.6.3 Lab: Registry Backup and Recovery in Windows XP

5.6.3 Lab: Registry Backup and Recovery in Windows XP 5.6.3 Lab: Registry Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up a computer registry. You will also perform a recovery of a computer registry.

More information