Simba Salesforce ODBC Driver Quickstart Guide

Size: px
Start display at page:

Download "Simba Salesforce ODBC Driver Quickstart Guide"

Transcription

1 Revised: October 8, 2013

2 Contents Purpose... 3 Do you need Salesforce?... 4 Do you need data in Salesforce?... 5 Install the Simba Salesforce ODBC Driver... 6 Connect from Excel... 9 Connect from Tableau Troubleshooting Architecture Mismatch Problems For assistance at any point in this installation process, please contact Simba for free Engineering Level Support at: techsupport@simba.com. Page 2

3 Purpose This document is targeted towards users of the Simba Salesforce ODBC Driver. The following sections will outline how to get your Windows environment quickly set up to allow for evaluation and use of the driver. Use the following flow-chart to determine what page of the guide to start on. Page 3

4 Do you need Salesforce? Note: For the purposes of this, it is assumed that you already have an Enterprise level account or higher account with Salesforce the ODBC driver to work. In addition, you should check that API access is enabled in your version. Trial versions of Salesforce will not currently work, as they are Professional level accounts. As described here ( only Enterprise accounts and above have access to the web service API. Page 4

5 Do you need data in Salesforce? If you would like your own data, see here for instructions on importing data: Page 5

6 Install the Simba Salesforce ODBC Driver How to Get the Simba Salesforce Driver? Step 1: Download from: Choose either the 32 or 64 bit version as appropriate. Follow the steps in the install guide ( Guide.pdf) to install on your machine. Step 2: You should receive an with a license key attached. This license key should be placed alongside the driver DLL in the installation directory. By default, the directories for the licenses are: C:\Program Files\Simba Salesforce ODBC Driver\lib 32-bit driver on 64-bit Windows: C:\Program Files (x86)\simba Salesforce ODBC Driver\lib Note that if you use Outlook, you may need to save the license file locally before placing it in the above directory to avoid permission problems. How to Configure the DSN (Data Source Name)? Step 1: Open the ODBC Administrator Note: Use the ODBC Administrator that matches the bitness of the driver you are using. See Data-Source-Administrator.pdf for information. Page 6

7 Step 2: Choose the System DSN tab. Step 3: Choose the Sample Simba Salesforce DSN and press Configure Page 7

8 Step 4: No changes need to be made to the driver configuration at this time to evaluate the driver. User credentials will be asked for during connection to the driver. Step 5: Press the OK button to save the configuration. Page 8

9 Connect from Excel How do I connect and make a basic query with the Simba Salesforce Driver to Excel? Note: The version of Excel used is Excel bit, however the driver will work with any version and bitness of Excel. Step 1: Open Excel Step 2: Choose the Data tab, then choose From Other Data Sources and select From Data Connection Wizard. Page 9

10 Step 3: Choose ODBC DSN from the list and press Next >. DSN stands for Data Source Name, which is what was configured when installing and configuring the driver. Essentially, it s a preconfigured and stored set of connection settings which allow you to easily connect a driver to the data source. Step 4: Choose the Sample Simba Salesforce DSN (or the DSN that you have created and configured) from the list and press Next >. Page 10

11 a. If you see the following image, the connection to the driver did not succeed. b. If you press the Test Connection button will give you the following dialog. c. Issue Diagnosis: Bitness is incorrectly matched. You must match the bitness of the application with the bitness of the driver to correctly connect such as use 32-bit Excel with a 32-bit driver, or 64-bit Excel with a 64-bit driver. See Architecture Mismatch Problems (page 26) for more information. Page 11

12 Step 5: Enter your login Username and password for your Salesforce account. Note: You may need to have your security token to successfully log in. a. To get the security token for your account, if you do not already have it, go to Salesforce and log in. Select your name and choose My Settings. Page 12

13 b. Choose the Personal tab on the left and then Reset My Security Token. c. Choose the Reset Security Token button to have a new security token ed to your account. This security token should be appended (no spaces) to the end of your password when logging in using the driver. Page 13

14 Step 6: Choose the table that you wish to query and press the Finish button. Step 7: Choose the location for your returned data. Leave it as =$A$1 and press the OK button. Page 14

15 Step 8: Wait while data is returned. Congratulations, your data is now available from Excel. Page 15

16 Connect from Tableau How do I connect and make a basic query with the Simba Salesforce Driver to Tableau? Note: The version of Tableau used is 8.0, however the driver should work without problems in Tableau 7 as well. Step 1: Open Tableau. Step 2: Select Connect to data Page 16

17 Step 3: Choose Other Databases (ODBC) at the bottom of the list. Page 17

18 Step 4: Select the Sample Simba Salesforce DSN (or the DSN that you have created and configured) from the DSN drop-down and press the Connect button. a. You may see the following dialog if there is an error connecting to the driver. Page 18

19 b. Issue Diagnosis: Bitness incorrect, using the 64-bit driver. At the time of this writing, Tableau is only available as a 32-bit application, so you must use a 32-bit driver. You can confirm the bitness of the driver by pressing the Show Details button and ensuring that the driver DLL name is SimbaSFODBC32.dll. See Architecture Mismatch Problems (page 26) for more information. Step 5: Enter your login Username and password for your Salesforce account. Page 19

20 Note: You may need to have your security token to successfully log in. a. To get the security token for your account, if you do not already have it, go to Salesforce and log in. Select your name and choose My Settings. b. Choose the Personal tab on the left and then Reset My Security Token. c. Choose the Reset Security Token button to have a new security token ed to your account. This security token should be appended (no spaces) to the end of your password when logging in using the driver. Page 20

21 Step 6: Select the Single Table option and press the magnifying glass to open the list of tables. Page 21

22 Step 7: Press Load to list the tables in the data source. Step 8: Choose one of the tables to query and press the Select button. Page 22

23 Step 9: Press OK to load the selected table. If a warning comes up, press OK as this will not affect operation of the driver. Step 10: If a warning comes up, press OK as this will not affect operation of the driver. This warning is displayed because Tableau sees only a generic driver and attempts to determine what the capabilities are on its own. The warning does not affect how the driver will operate in Tableau. Page 23

24 Step 11: Choose to connect live so that Tableau does not import all of the data and you work on the data in the cloud. Page 24

25 Step 12: The table will be loaded into Tableau with the columns listed as dimensions and measures depending on data type. From here, you can create reports on the table you selected. Congratulations, your data is now available for visualization in Tableau. Page 25

26 Troubleshooting Architecture Mismatch Problems If you encounter an error message similar to The specified DSN contains an architecture mismatch between the Driver and Application, then the bitness of the application does not match the bitness of the driver. You are likely connecting a 32-bit application to a 64-bit driver, or vice versa. Please ensure that the bitness of your application matches the bitness of driver that you are trying to use. To determine the bitness of Excel: Excel 2007 and earlier These versions of Excel are strictly 32-bit. Excel 2010 Step 1: Click on the File tab. Page 26

27 Step 2: Click on the Help item on the left-hand side. Page 27

28 Step 3: Look at the version that is displayed on the help page. If Excel is 32-bit it will show (32-bit) (as pictured) while if it is 64-bit it will show (64-bit). Excel 2013 Step 1: Click on the FILE tab. Page 28

29 Step 2: Click on the Account item on the left-hand side. Step 3: Click on the About Excel button on the right side. Page 29

30 Step 4: Check the version string in the pop-up dialog. If Excel is 32-bit, it will show 32-bit in the string, if it is 64-bit then it will show 64-bit. To determine the bitness of Tableau: At the time of writing, all versions of Tableau are 32-bit. Page 30

Simba ODBC Driver with SQL Connector for Google BigQuery

Simba ODBC Driver with SQL Connector for Google BigQuery Simba ODBC Driver with SQL Connector for Google BigQuery for Windows Simba Technologies Inc. Revised: February 12, 2015 Contents Purpose... 3 Accessing BigQuery... 3 Using sample data in BigQuery... 3

More information

Simba ODBC Driver with SQL Connector for MongoDB

Simba ODBC Driver with SQL Connector for MongoDB Simba ODBC Driver with SQL Connector for MongoDB Quickstart Guide for Windows Simba Technologies Inc. Revised: June 10, 2015 Contents Purpose... 3 Installing and Running MongoDB... 3 Importing Sample Data

More information

Data Source Connection

Data Source Connection Data Source Connection Microsoft Excel Jump To Enterprise Professional (Cloud) Enterprise Prerequisites Download and install the appropriate Microsoft ODBC driver for your version of Microsoft Excel. This

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

ODBC Connectivity Migration Steps. Deltek Product Management

ODBC Connectivity Migration Steps. Deltek Product Management ODBC Connectivity Migration Steps Deltek Product Management 4/18/2018 Migration Steps for ODBC Connectivity The facility that is currently used to support ODBC Connectivity will be shut down on May 31,

More information

SimbaO2X. User Guide. Simba Technologies Inc. Version:

SimbaO2X. User Guide. Simba Technologies Inc. Version: SimbaO2X User Guide Simba Technologies Inc. Version: 4.6.4.14 Revision Date: August 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without

More information

Experian Pandora ODBC Installation & User Help

Experian Pandora ODBC Installation & User Help Experian Pandora ODBC Installation & User Help Version 5.9.0, 5.8.0 THE WORD EXPERIAN AND THE GRAPHICAL DEVICE ARE TRADEMARKS OF EXPERIAN AND REGISTERED IN THE EU, USA AND OTHER COUNTRIES. THIS DOCUMENT

More information

UNITY CRM INTEGRATION USER GUIDE

UNITY CRM INTEGRATION USER GUIDE UNITY CRM INTEGRATION USER GUIDE CONTENTS 1 Overview... 1 2 Configuring Salesforce Integration... 2 3 Configuring AGILE CRM Integration... 5 4 Configuring MS Dynamics Integration... 7 4.1 Integrating MS

More information

User Guide MapRoad 2.3 Install Guide Windows 7

User Guide MapRoad 2.3 Install Guide Windows 7 User Guide MapRoad 2.3 Install Guide Windows 7 Purpose of this Document The purpose of this document is to fully describe the installation of the modules associated with MapRoad 2.3 in a window 7 environment.

More information

MyCalls Screen-Pop. Configuration Manual CONFIGURE 3 RD PARTY APPLICATIONS TO INTERACT WITH MYCALLS

MyCalls Screen-Pop. Configuration Manual CONFIGURE 3 RD PARTY APPLICATIONS TO INTERACT WITH MYCALLS MyCalls Screen-Pop Configuration Manual CONFIGURE 3 RD PARTY APPLICATIONS TO INTERACT WITH MYCALLS MYCALLS MYCALLS DESKTOP MYCALLS CALL MANAGER MYCALLS CALL CENTRE For NEC systems and MyCalls version 5.0.x.x

More information

Installation of Microsoft SQL Server 2012 Setup MwPharm++ database

Installation of Microsoft SQL Server 2012 Setup MwPharm++ database Installation of Microsoft SQL Server 2012 Setup MwPharm++ database Datum: 12/15/2015 Strana: 1 Title Installation of Microsoft SQL Server 2012 & Setup MwPharm++ DB Author George Dousa Document No. 1.02

More information

Installation Instructions: Windows Agent

Installation Instructions: Windows Agent Installation Instructions: Windows Agent 1. Introduction This guide gives step-by-step instructions on how to set up your On-Premise environment for Cloudamize Assessment. This guide will walk you through

More information

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc.

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc. FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc. TABLE OF CONTENTS System Requirements... 2 I. Determining the.bit version of your Microsoft Office Suite... 2 III. Configuring the Outlook

More information

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc.

FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc. FRM FOR OUTLOOK PLUGIN INSTALLATION GUIDE FRM Solutions, Inc. TABLE OF CONTENTS System Requirements... 2 I. Determining the.bit version of your Microsoft Office Suite... 2 II. Determine your version of

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba ServiceNow ODBC Driver with SQL Connector Installation and Configuration Guide Simba Technologies Inc. Version 1.1.1 June 30, 2017 Copyright 2017 Simba Technologies Inc. All Rights Reserved. Information

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Using Respondus with GeorgiaVIEW Vista

Using Respondus with GeorgiaVIEW Vista Information Technology Services Kennesaw State University Using Respondus with GeorgiaVIEW Vista Copyright 2009 Information Technology Services Kennesaw State University This document may be downloaded,

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

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

Outlook 2010 Exchange Setup Guide

Outlook 2010 Exchange Setup Guide Outlook 2010 Outlook Profile Configuration This section provides a quick overview of the settings needed to access Outlook client software and configure Outlook to connect to your hosted Exchange mailbox.

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

OASYS OASYS WORKSTATION INSTALLATION GUIDE

OASYS OASYS WORKSTATION INSTALLATION GUIDE OASYS OASYS WORKSTATION INSTALLATION GUIDE VERSION 8.0 DECEMBER 21, 2017 Copyright 2017 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos, compilation and design)

More information

Importing Merit Calendar to Outlook 2010

Importing Merit Calendar to Outlook 2010 Page 1 of 12 Importing Merit Calendar to Outlook 2010 Transferring your calendar from the Merit Mail system to your new Outlook Exchange account is a quick and easy process. There are only two steps to

More information

Ascendix Search Admin Guide

Ascendix Search Admin Guide Ascendix Search Admin Guide Updated: 11/03/2017 Version: 1.0.9 www.ascendix.com support@ascendix.com Table of Contents What is Ascendix Search?... 2 Preparing Salesforce for Ascendix Search... 3 Defining

More information

[Outlook Configuration Guide]

[Outlook Configuration Guide] Prepared By: Sandeep Das Approved By: Effective From: October, 03, 2011 REVISION HISTORY S. N. Release Date Description Author Highlights 1 3 rd October 2011 First Release Sandeep Das First Release Copyright

More information

Getting Your Data out of Salesforce Leveraging Your Salesforce Data in ZoomInfo Shipping Data Back to Salesforce

Getting Your Data out of Salesforce Leveraging Your Salesforce Data in ZoomInfo Shipping Data Back to Salesforce 1 Table of Contents Getting Your Data out of Salesforce Importing Data from Salesforce to ZoomInfo Signing into Salesforce from ZoomInfo Selecting a Resource and Naming a File Filtering Your Data Processing

More information

Installation Instructions for SAFARI ODBC

Installation Instructions for SAFARI ODBC Installation Instructions for SAFARI ODBC It helps to create a folder first so that the set up files can be stored all together in a separate folder. For example, to create a folder on your C: drive, click

More information

Configuring Microsoft Outlook to Connect to Hosted Exchange Service

Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook to Connect to Hosted Exchange Service Configuring Microsoft Outlook for Hosted Exchange Service Version: 1.0 Updated on: April 27, 2011 Page 1 of 7 TABLE OF CONTENTS Configuring

More information

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. This tutorial walks through the installation and configuration process to access data from

More information

Decision Support Software (DSS)

Decision Support Software (DSS) Decision Support Software (DSS) 2017.1 March 11, 2017 2017 Tyler Technologies. All Rights Reserved. All rights reserved. Information within this document is the sole property of Tyler Technologies and

More information

Welcome to this review guide for the configuration and use of Database Fields. Requirements. Contact Us. Create a Database Fields index in ZyINDEX

Welcome to this review guide for the configuration and use of Database Fields. Requirements. Contact Us. Create a Database Fields index in ZyINDEX Welcome to this review guide for the configuration and use of Database Fields In this review guide you will learn how to configure Database Fields, which will enable you to store your manual key fields

More information

PASSPORTAL PLUGIN DOCUMENTATION

PASSPORTAL PLUGIN DOCUMENTATION Contents Requirements... 2 Install or Update Passportal Plugin Solution Center... 3 Configuring Passportal Plugin... 5 Client mapping... 6 User Class Configuration... 7 About the Screens... 8 Passportal

More information

Integration Guide. LoginTC

Integration Guide. LoginTC Integration Guide LoginTC Revised: 21 November 2016 About This Guide Guide Type Documented Integration WatchGuard or a Technology Partner has provided documentation demonstrating integration. Guide Details

More information

Microsoft Outlook Setting up an account

Microsoft Outlook Setting up an  account Microsoft Outlook 2010 Setting up an email account In order to be able to send and receive emails from and to your new email account you will need to first set up the account in your Outlook software.

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

Using Stata at WRDS. This document demonstrates how to connect Stata on a Windows PC with WRDS data.

Using Stata at WRDS. This document demonstrates how to connect Stata on a Windows PC with WRDS data. Using Stata at WRDS This document demonstrates how to connect Stata on a Windows PC with WRDS data. Connection Details Host: wrds-pgdata.wharton.upenn.edu Port: 9737 Database: wrds Username: The same username

More information

For Navision 4 (NODBC)

For Navision 4 (NODBC) PDFBlaster QuickStart Guide For Navision 4 (NODBC) Revised: Friday, June 09, 2006 PDFBlaster QuickStart Guide: For Navision 4 (NODBC) Page 2 of 25 Installing PDFBlaster Make sure you have already downloaded

More information

Front Desk 2018 Practice Management System

Front Desk 2018 Practice Management System Front Desk 2018 Practice Management System Physitrack Integration Guide Copyright Smartsoft Pty Ltd. 1996-2018 All rights reserved. No part of this publication may be reproduced without the express written

More information

Knowledgebase Article. Queue Member Report. BMC Remedyforce

Knowledgebase Article. Queue Member Report. BMC Remedyforce Knowledgebase Article Queue Member Report John Patrick & Virginia Leandro 28 May 2013 Table of Contents Queue Report 3 Salesforce Apex Data Loader 3 Getting the Data Loader... 3 Getting your Security Token...

More information

How to Install CFAR CFAR is an ad-hoc report writer that allows you to report on data that resides in your LabTech and Connectwise databases.

How to Install CFAR CFAR is an ad-hoc report writer that allows you to report on data that resides in your LabTech and Connectwise databases. CFAR How-To Series How to Install CFAR CFAR is an ad-hoc report writer that allows you to report on data that resides in your LabTech and Connectwise databases. ATTENTION: At this time, CFAR works only

More information

Setup Guide FRx for Sage MAS 90 and Version 12.0

Setup Guide FRx for Sage MAS 90 and Version 12.0 Setup Guide FRx for Sage MAS 90 and 200 - Version 12.0 To complete the activities in the FRx for Sage MAS 90 and 200, curriculum, review the information in this setup guide to ensure you have the correct

More information

VersaReports ReportServer Installation Guide

VersaReports ReportServer Installation Guide VersaReports ReportServer Installation Guide Johns Creek, GA (USA) www.versareports.com Copyright Notice Copyright 2010-2016 VersaReports, LLC. All Rights, including the right to copy, disseminate, or

More information

How to Use the Job Merge Wizard

How to Use the Job Merge Wizard How to Use the Job Merge Wizard Print Audit 5 includes a tool called the Job Merge Wizard. This tool is intended for companies that have multiple locations and want to consolidate the data for reporting

More information

TROUBLESHOOTING ERRORS/ISSUES ASSOCIATED WITH THE CONNECTIVITY OF ONESOURCE FBT TO MICROSOFT SQL SERVER

TROUBLESHOOTING ERRORS/ISSUES ASSOCIATED WITH THE CONNECTIVITY OF ONESOURCE FBT TO MICROSOFT SQL SERVER TROUBLESHOOTING ERRORS/ISSUES ASSOCIATED WITH THE CONNECTIVITY OF ONESOURCE FBT TO MICROSOFT SQL SERVER IMPORTANT: Microsoft SQL Server is a product which is used in conjunction with ONESOURCE FBT. The

More information

City National E Deposit SM User Guide

City National E Deposit SM User Guide City National E Deposit SM User Guide July 2016 Copyright 2016 by City National Bank Member FDIC All rights reserved. No part of this User Guide may be reproduced or transmitted in any form or by any means,

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

STREAMLYNE GUIDE FOR STUDENTS/PRINCIPAL INVESTIGATORS

STREAMLYNE GUIDE FOR STUDENTS/PRINCIPAL INVESTIGATORS STREAMLYNE GUIDE FOR STUDENTS/PRINCIPAL INVESTIGATORS Rev: 01/2017 In This Document Logging In... 1 Creating a New Protocol... 2 Revising a Returned Protocol... 7 Submitting an Amendment or Renewal Application...

More information

Manual UCSFwpa Configuration for Windows 7

Manual UCSFwpa Configuration for Windows 7 Image not found https://it.ucsf.edu/sites/it.ucsf.edu/themes/custom/it_new/logo.png it.ucsf.edu Published on it.ucsf.edu (https://it.ucsf.edu) Home > Manual UCSFwpa Configuration for Windows 7 Manual UCSFwpa

More information

Help Document Series: Connecting to your Exchange mailbox via Outlook from off-campus

Help Document Series: Connecting to your Exchange mailbox via Outlook from off-campus Help Document Series: Connecting to your Exchange mailbox via Outlook from off-campus This document will take you through setting up your Clark Exchange mailbox in Outlook 2003 from off-campus. This will

More information

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide

Sage X3 Intelligence Financial Reporting. Installation and Upgrade Guide Financial Reporting Installation and Upgrade Guide The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license

More information

Quickstart Guide for Windows Simba Technologies Inc.

Quickstart Guide for Windows Simba Technologies Inc. Simba Apache Cassandra ODBC Driver Simba Technologies Inc. September 15, 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change without notice.

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Sparx Systems Enterprise Architect supports publishing an entire model, or part of the model, in a local Joomla! Repository as Articles (HTML

More information

Cloud Secure Integration with ADFS. Deployment Guide

Cloud Secure Integration with ADFS. Deployment Guide Cloud Secure Integration with ADFS Deployment Guide Product Release 8.3R3 Document Revisions 1.0 Published Date October 2017 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose CA 95134 http://www.pulsesecure.net

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

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Publish Joomla! Article 3 Install Joomla! Locally 4 Set

More information

Installation and Configuration Guide

Installation and Configuration Guide Sysgem SysMan Utilities (Professional Edition) Installation and Configuration Guide By Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective

More information

Status Web Evaluator s Guide Software Pursuits, Inc.

Status Web Evaluator s Guide Software Pursuits, Inc. Status Web Evaluator s Guide 2018 Table of Contents Introduction... 2 System Requirements... 2 Contact Information... 2 Installing Microsoft IIS... 2 Verifying Microsoft IIS Features... 9 Installing the

More information

Verify that your operating environment meets all hardware and software requirements. For detailed requirements

Verify that your operating environment meets all hardware and software requirements. For detailed requirements Troubleshooting E-mail Router issues This section provides guidelines for troubleshooting issues that you might encounter as you deploy and configure the E-mail Router. E-mail Router installation issues

More information

Creation date: 19/03/2010 Last Review: 08/06/2010 Revision number: 3

Creation date: 19/03/2010 Last Review: 08/06/2010 Revision number: 3 KB 110064 How To install a Citrix or OWA Filter with axsguard Identifier? Creation date: 19/03/2010 Last Review: 08/06/2010 Revision number: 3 Document type: How To Security status: EXTERNAL Summary This

More information

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE

Cloud UC. Program Downloads I WOULD LIKE TO... DOWNLOADING THE CLIENT SOFTWARE I WOULD LIKE TO... Cloud UC Program Downloads Avaya Cloud allows you to setup your telephone to be used the way you want it to. There are additional programs that extend the abilities of the application

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

Installing Authoring Manager

Installing Authoring Manager Installing Authoring Manager Installing Authoring Manager v5.2 (PC only) System Requirements: Before you install Authoring Manager, you should ensure that your system meets the minimum software and hardware

More information

Banner ODBC Driver (Oracle 11g)

Banner ODBC Driver (Oracle 11g) Banner ODBC Driver (Oracle 11g) Converting An Existing Access Database To Use The New ODBC Driver Latest update (by Paul M Baxter): 05 Mar 2010 This document explains how to convert the Banner ODBC links

More information

Client Track Agency Administration

Client Track Agency Administration Last updated 12/14/2012 Client Track Agency Administration Instructions and help for Agency Administrators Using Client Track In this document: Basic Role of Agency Admin User and Password Management Information

More information

SAS Federation Server 4.2: Shared Login Configuration

SAS Federation Server 4.2: Shared Login Configuration SAS Federation Server 4.2: Shared Login Configuration Pat Beal, Publications, SAS Institute What Is a Shared Login? A shared login is an account that is shared with multiple users, but individual users

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

MailEnable Connector for Microsoft Outlook

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

More information

Configure Outlook to use port 587 with authentication

Configure Outlook to use port 587 with authentication Configure Outlook 2003 email to use port 587 with authentication In order to send and receive E-mail through your website hosted with FastWebEngine, you can configure Outlook as your preferred E-mail client.

More information

ITEM ToolKit Technical Support Notes

ITEM ToolKit Technical Support Notes ITEM ToolKit Notes Interacting With Databases 2875 Michelle Drive Suite 300 Irvine, CA 92606 Phone: +1.240.297.4442 Fax: +1.240.297.4429 http:// Page 1 of 5 Copyright, All Rights Reserved The Software

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

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

IDENTITY MANAGEMENT & SINGLE SIGN-ON (SSO) HELP GUIDE UPDATED JUNE 2018

IDENTITY MANAGEMENT & SINGLE SIGN-ON (SSO) HELP GUIDE UPDATED JUNE 2018 IDENTITY MANAGEMENT & SINGLE SIGN-ON (SSO) HELP GUIDE UPDATED JUNE 2018 Identity Management Benefits Single Sign-On (SSO) Login and gain access to desired DAU applications Eliminates the need for multiple

More information

How to Install and Configure the Barracuda Outlook Add-In

How to Install and Configure the Barracuda Outlook Add-In How to Install and Configure the Barracuda Outlook Add-In For best results, verify you are using the latest version of the Barracuda Outlook Add-In client. The Barracuda Outlook Add-In supports Outlook

More information

9.4 Authentication Server

9.4 Authentication Server 9 Useful Utilities 9.4 Authentication Server The Authentication Server is a password and account management system for multiple GV-VMS. Through the Authentication Server, the administrator can create the

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

[SETUP DELEGATION IN GOOGLE APPS]

[SETUP DELEGATION IN GOOGLE APPS] Google allows for the delegation of email accounts between users. This will allow a user access to another user s inbox and enable the user to send mail as them. The following steps explain how to configure

More information

Millennium Expert/Enterprise Installation Guide Version Table of Contents

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

More information

IMS Troubleshooter Application. IMS Troubleshooter Application

IMS Troubleshooter Application. IMS Troubleshooter Application IMS Troubleshooter Application IMS Troubleshooter Application 03/23/2013 IMS Troubleshooter Application Table of Contents 1. Purpose... 3 2. Installation of the Setup... 3 Availability... 3 How to Install

More information

500 Series Installation Guide

500 Series Installation Guide 500 Series Installation Guide Revision 1.9 September, 2010 Disclaimer: The specifications in this document are subject to change without notice. All trademarks mentioned in this document are the property

More information

Installation Components for Scan to Worldox Canon MFP Application

Installation Components for Scan to Worldox Canon MFP Application Installation Components for Scan to Worldox Canon MFP Application V 1.4 October, 2014 REVISION HISTORY Version Date Description 1.0 1/2014 Installing and Troubleshooting the Scan to Worldox Canon MFP Application

More information

How to connect to Cloudera Hadoop Data Sources

How to connect to Cloudera Hadoop Data Sources How to connect to Cloudera Hadoop Data Sources InfoCaptor works with both ODBC and JDBC protocol. Depending on the availability of suitable drivers for the appropriate platform you can leverage either

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

Workstation Setup Instructions Release 9.5

Workstation Setup Instructions Release 9.5 Workstation Setup Instructions Release 9.5 Copyright 2007 Newmarket International, Inc. All rights reserved. The information in this document is confidential and proprietary to Newmarket International,

More information

SJC Password Self-Service System FAQ 2018

SJC Password Self-Service System FAQ 2018 The San Jacinto College Password Self-Service System enables students to reset their password quickly and conveniently online. By utilizing this service, you can change your password and gain access to

More information

Log Analyzer Reference

Log Analyzer Reference IceWarp Unified Communications Reference Version 11 Published on 11/25/2013 Contents... 4 Quick Start... 5 Required Steps... 5 Optional Steps... 6 Advanced Configuration... 8 Log Importer... 9 General...

More information

Remote Support Security Provider Integration: RADIUS Server

Remote Support Security Provider Integration: RADIUS Server Remote Support Security Provider Integration: RADIUS Server 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks

More information

Instant HR Auditor Installation Guide

Instant HR Auditor Installation Guide Instant HR Auditor Installation Guide Fall, 2015 Page 1 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software

More information

Managing Modular Infrastructure by using OpenManage Essentials (OME)

Managing Modular Infrastructure by using OpenManage Essentials (OME) Managing Modular Infrastructure by using OpenManage Essentials (OME) This technical white paper describes how to manage the modular infrastructure by using Dell EMC OME. Dell Engineering June 2017 A Dell

More information

ITRS Capacity Planner Data Collector

ITRS Capacity Planner Data Collector ITRS Capacity Planner Data Collector Database and Scheduler Instructions The collector will use the Microsoft Windows task scheduler to allow you to configure frequent data updates and ensure your model

More information

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

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

More information

ANIXIS Password Reset

ANIXIS Password Reset ANIXIS Password Reset Evaluator s Guide V3.22 Copyright 2003-2018 ANIXIS. All rights reserved. ANIXIS, ANIXIS Password Reset, Password Policy Enforcer, PPE/Web, Password Policy Client, Password Policy

More information

Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager)

Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager) Contents Getting started with R-Tag Viewer and Scheduler (R-Tag Report Manager)... 2 Reports... 3 Add a report... 3 Run a report...15 Jobs...15 Introduction...15 Simple jobs....15 Bursting jobs....16 Data

More information

(B) Execute SMS TCP MODBUS Interface Application

(B) Execute SMS TCP MODBUS Interface Application Security Management System software generates notifications which indicate the state of various health parameters eg disk failure, one or more cameras offline etc. These notifications can be exposed as

More information

AutoFile. Administrator s Manual. DocuNav

AutoFile. Administrator s Manual. DocuNav DocuNav AutoFile Administrator s Manual I. System Requirements... 2 II. Introduction...2 III. Installation... 3 IV. Program Overview... 3 A. Move Rules... 3 B. Data Lookup Rules... 4 i. Setting Up Data

More information

Connecting to a File-Based Data Source on a Network Drive

Connecting to a File-Based Data Source on a Network Drive Connecting to a File-Based Data Source on a Network Drive Overview idashboards is able to connect to certain file-based data sources, such as Microsoft Access, Excel, etc., through ODBC connections. When

More information

MailEnable Connector for Microsoft Outlook

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

More information

Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording

Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording Integrating IBM Security Privileged Identity Manager with ObserveIT Enterprise Session Recording Contents 1 About This Document... 2 2 Overview... 2 3 Before You Begin... 2 4 Deploying ObserveIT with IBM

More information

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information