SPSS Server and Large Datasets: Two-Tier Client/Server Architecture

Size: px
Start display at page:

Download "SPSS Server and Large Datasets: Two-Tier Client/Server Architecture"

Transcription

1 Technical report SPSS and Large Datasets: Two-Tier Client/ Architecture Table of contents Introduction Benefits of a distributed architecture in analytical applications The SPSS architecture Data scalability Data access Local mode versus distributed mode Additional benefits and considerations Conclusion Product availability SPSS is a registered trademark and the other SPSS products named are trademarks of SPSS Inc. All other names are trademarks of their respective owners SPSS Inc. SDAAWP-0105

2 Introduction How can you increase productivity and facilitate decision making when analyzing data across an enterprise? One way to do so is to run SPSS for Windows, a comprehensive statistical software package, on a server. If your organization already uses SPSS, you ll appreciate the same ease of use and interactive interface you already know. If you re new to SPSS, you ll discover the powerful combination of two products: SPSS for Windows SPSS Inc. s flagship software for in-depth data exploration, analytical reporting, and modeling encompasses both the stand-alone software and the client SPSS this server-based, multi-platform software delivers enterprise-strength scalability, additional tools, security, and enhanced performance Client/server architecture enables you to make better decisions faster by analyzing massive, shared data sources that are centralized and can be stored on many types of servers. You can operate SPSS through its familiar desktop interface while leveraging high-speed Windows, Sun Solaris, Red Hat Linux, and IBM AIX server systems for computation and data-intensive operations. The client/server architecture partitions applications across desktop and server machines to balance usability and interactivity with speed and scalability. Additionally, each SPSS add-on module (such as SPSS Tables ) has a corresponding server version. You can also integrate a relational database management system (RDBMS) through SQL pushback, which enables you to leverage database investments. Benefits of a distributed architecture in analytical applications With the enormous influx of information gathered today by corporate, government, academic, and other institutions comes more opportunities to use this information to drive and expedite decisions at all levels in the organization. And, organizations increasingly expect to analyze their larger datasets quickly. Client/server architecture helps you achieve these goals. With it, you can: Perform analysis more quickly. With large datasets, preparation and analysis often take hours or even days to complete on desktop machines. By using enterprise-level, server-grade hardware that is shared among analytical users, your organization can dramatically reduce the time-to-decision, and free up desktop and network resources. Reduce network traffic. Desktop users of analytical software can severely decrease performance for entire networks of users as they transport large datasets across networks, even if the bandwidth requirements for these other users are modest. Analytical servers, on the other hand, are often located close to database server machines and are configured with higher bandwidth connections. You can achieve optimal performance by running network-intensive operations, such as database reads, on SPSS rather than on a desktop computer. By partitioning the application to minimize network traffic to desktop machines, SPSS helps eliminate or reduce bottlenecks in your analytical process. Centralize monitoring and control. Like transactional systems, centralized monitoring and control facilities can be used with server-based products to improve your IT department s ability to balance processing power among you and your peers. SPSS and Large Datasets: Two-Tier Client/ Architecture 1

3 The SPSS architecture In a standard two-tier architecture using the industry-standard TCP/IP network protocol, it is appropriate to consider the SPSS front-end application, or interface, as the client, and the SPSS back-end application as the server software. (Note: SPSS may run on a Novell network, but only if the network is also running the TCP/IP protocol.) The front-end application manages the user interface and displays results. The back-end manages access to and the computation of the data being analyzed. Generally, the front-end application does not directly use the record data. This reduces network traffic between the front-end and back-end to make use of the back-end server processor. You can run SPSS as a local application, which is referred to as local mode (Figure 1). In addition, if your site has installed an SPSS, you can also run in the distributed mode (Figure 2). You can quickly change between modes as necessary. Figure 1 SPSS local mode Syntax Output Script SPSS Data Figure 2 Tier 1 Tier 2 Syntax Output Analytical SPSS client/server architecture, distributed mode. Two-tier architecture is shown for simplicity. You can also set up the distributed-mode architecture as an N-tier structure. Script SPSS Client SPSS Data 2 SPSS and Large Datasets: Two-Tier Client/ Architecture

4 In order to connect the client to a remote server, users need to provide the following information: name name or IP address of the machine running SPSS Port number the port number to which the SPSS is connecting; defaults to 30XX (where XX reflects the version of server install; 12 for version 12.0, 13 for 13.0, etc.) User name account user ID; this account must exist on the server Password password associated with a user name Domain NT domain for which the user name account is valid; defaults to the domain used upon opening the client SPSS back-end server processes are launched and managed by a parent server, which runs as a Windows service or UNIX daemon and is normally started at the operating system's boot-up time. The parent server is responsible for accepting your login information and initiating SPSS. SPSS then runs with your rights and privileges. SPSS, however, cannot run alone; an SPSS client must drive it. Unlike transactional applications, each SPSS client is served by its own SPSS child server. This means, for example, when five users share an SPSS, there are five instances of the SPSS back-end running on the server computer. Each of these back-end processes runs independently and there are no assumptions made about sharing data or other resources. Since SPSS runs each session in a separate process, an individual user s preferences are secured when multiple users are using SPSS. If you re an experienced SPSS for Windows user, there s a minimal learning curve for operating SPSS in distributed mode. All of the familiar data, syntax, script, and output windows are present. The menus and toolbars are largely unchanged, as is the operation of the bulk of the user interface. The GUI, output editors, and presentation features continue to reside on the desktop. Plus, you continue to have a full copy of SPSS on your desktop, which you can run in local mode. Within SPSS, you have access to features and functionality that are only available in distributed mode. These include the ability to perform SQL data aggregation and sorting in the database prior to transferring data to SPSS. You can specify these operations through the SPSS interface. In addition, selected SPSS procedures can produce models that you can use to rapidly score new data via the SPSS ApplyModel transformation. Data scalability Much of the data read into analytical applications such as SPSS does not change in a typical session. SPSS data management efficiency in both local and distributed modes allows SPSS to handle minimal amounts of data when changing small amounts of data. Overall, this makes the data analysis process faster. Data access components (DACs) SPSS includes four DACs Text DAC, Excel DAC, SPSS DAC, and SQL DAC for reading data. The DACs have special client/server capabilities, most notably a user interface that detects the server file system and data access capabilities. All DAC server components can read incoming record data and turn them into records readable by SPSS. Additionally, all DACs produce SPSS syntax and can be used in syntax files and production jobs. More specifically, the Text DAC incorporates functionality from the client's Text Wizard, pairing it with a new server component and taking advantage of extensive performance improvements introduced in SPSS The Excel DAC reads Microsoft Excel files and also has a user interface for selecting the Excel sheet, cell range, etc. Note that the Excel DAC can be used only on Windows servers. The SPSS DAC reads SPSS files (much like the GET FILE command in previous versions of SPSS). Finally, the SQL DAC is integrated with the Database Wizard on the client. This enables you to define data pulls that don t require manual creation of SQL statements. The SQL DAC supports the display of tables and fields from data sources installed on the server machine. SPSS and Large Datasets: Two-Tier Client/ Architecture 3

5 The virtual active file (VAF) The VAF consists of variable definitions with their associated data columns, and is stored as the initial data required, plus a series of Deltas that record changes to the data during the session. Deltas are internal SPSS data structures that store only the differences between themselves and the previous generation, without copying unaffected variables or columns. Actual Delta record storage resides in the temporary directory. The Data Editor window always displays the current view of the VAF. There are instances when copying your data and converting it into SPSS format, a process called caching the active file, is appropriate. If you are working with modest-sized data and if SPSS is repeatedly reading the data during the session, working with cached data is faster. However, when the datasets are large (millions of records and hundreds of variables), caching the data may be impractical because of space limitations in the temporary directory. For maximum flexibility when working with differently sized problem sets, you can cache the VAF at any time. This converts the entire VAF into a file in the SPSS temporary directory, combining the net affect of all Deltas. Once all of the Deltas have been applied to the temporary file, SPSS discards them. To further avoid cached copies of data, the ADD FILES and MATCH FILES commands, used to join two or more SPSS data files, have been optimized. The SORT CASES command, however, always produces a cache copy. Whenever possible, you should execute sorts within a database prior to extraction into SPSS. With SPSS, you can do this and aggregation tasks through the SPSS Database Wizard user interface. As such, the VAF architecture offers significant reduction of the disk space needed to run analytics. It enables you to easily create large SPSS jobs without creating entire copies of the input data, and while maintaining direct control to trade off disk space for performance. Data access SPSS uses standard SQL calls to access data in relational databases, as well as in some non-relational data sources. The Database Wizard supports remote data sources in its user interface. As you might expect, the user interface runs on the client, and operations on potentially large data tables run on SPSS. Setup processes for both the client and SPSS install the SPSS Data Access Pack, which is the universal SequeLink SQL driver, plus all DataDirect Connect drivers. These are combined into one pack to simplify installation. Detailed descriptions of both driver types are given below. Your site administrator can determine which technology is best suited for your operations. DataDirect Connect ODBC The first driver type, DataDirect Connect ODBC, is a comprehensive set of individual, database-specific wire protocol ODBC drivers that deliver reliable connectivity to all major databases across all major platforms. You can install the ODBC drivers on the client or server machine. Figure 3 (on the next page) shows SPSS configured with DataDirect Connect ODBC in distributed mode, and Figure 4 (also on the next page) shows the same in local mode. 4 SPSS and Large Datasets: Two-Tier Client/ Architecture

6 Figure 3 Tier 1 Tier 2 Tier 3 Analytical Data SPSS Client SPSS ODBC DataDirect Connect ODBC Transport DBMS SPSS client/server architecture with DataDirect Connect ODBC drivers. You can also set up the distributed-mode architecture as an N-tier structure, and data can be on the same server as SPSS. Figure 4 Data SPSS ODBC DataDirect Connect ODBC Transport DBMS SPSS local-mode architecture with DataDirect Connect ODBC drivers. SPSS and Large Datasets: Two-Tier Client/ Architecture 5

7 DataDirect SequeLink The second driver type is DataDirect SequeLink software, which is scalable, server-based middleware that supports a complete platform for data connectivity. SequeLink is tightly integrated with the SPSS database engine for maximum performance. With DataDirect SequeLink, your administrator can set up data access for one person, and everyone in your organization can use the same setup. It is also SQL based, and offers a universal SQL driver that works with all supported data sources. The SequeLink SQL driver has built-in transport software that communicates with the appropriate SequeLink, which runs on a remote machine. The SequeLink is database specific and is available for Oracle, IBM DB2, IBM Informix, Microsoft SQL, and other platforms. Figure 5 (below) shows an SPSS distributed-mode configuration using SequeLink. Figure 5 Tier 1 Tier 2 Tier 3 SPSS client/server architecture with an SPSS distributed-mode configuration using DataDirect SequeLink. Analytical Data SPSS Client SPSS ODBC DataDirect SequeLink DBMS SPSS Client SequeLink The SequeLink may run on any machine visible to the SPSS, but runs most efficiently on an RDBMS server machine. Communication between SequeLink SQL and SequeLink is optimized for large packet transfers across the TCP/IP protocol, which helps reduce access times to large tables. Database connectivity selection Site administrators and/or end users must decide which database connectivity, DataDirect Connect ODBC or SequeLink, to use for accessing their relational data sources. SPSS Inc. provides advice to assist in this selection through a document entitled SPSS Data Access Pack Installation Instructions. You can find this document on the SPSS installation CD. At the time of the publication of this paper, SPSS Inc. recommends DataDirect Connect ODBC drivers for most situations because they are easier to install and maintain, and usually offer better performance. DataDirect SequeLink, however, may prove more beneficial in some circumstances. It provides access to a wider range of data sources, more easily incorporates new data sources, and enables you to configure and manage data access from a single point of control through a centralized console. Note that these data access technologies are closed and can be used only with SPSS products. 6 SPSS and Large Datasets: Two-Tier Client/ Architecture

8 DataDirect Connect JDBC DataDirect Connect JDBC is a comprehensive set of Type 4 JDBC drivers that provide connectively to all major databases for the enterprise Java sm environment. Use DataDirect Connect JDBC only when your SPSS product relies on JDBC technology. Writing data back to databases To write data back to a SQL data source, use the SAVE TRANSLATE command. This function is available through the SPSS syntax. All DataDirect (Merant) drivers support the ability to write data back to the database using this command. Database Access Administrator The Database Access Administrator offers significant benefits in a client/server environment. Designed to offer multipletier advantages, it enables administrators to define metadata that is inherited by all users of the SQL DAC (described on page 3). Administrators who want to hide irrelevant database tables or rename tables or fields can run the Database Access Administrator and save enterprise-level metadata on SPSS, making it automatically available for all users. Local mode versus distributed mode Every SPSS user has the ability to run SPSS in local mode. If your site purchases SPSS, then you can also choose to run in distributed mode. Here are some guidelines for deciding the mode in which to operate. You must run SPSS in local mode when: Your datasets are stored on a local drive that cannot be shared across the network You are not connected to the network No SPSS s are available on the network, or the available SPSS machines do not have the SPSS add-on modules you require You should consider running in local mode when: Your datasets are small, for example, less than or equal to 2MB in size, and are accessible from your desktop Your computation runs at an acceptable speed on your desktop PC Local resources used by SPSS will be such that other tasks can be performed at acceptable performance levels during SPSS data preparation and analysis processing You must run SPSS in distributed mode when: Your desktop PC has insufficient memory, virtual memory, or temporary disk space to run your analyses Your Windows PC does not have the required database access software to communicate with the database Your network administrator does not permit you to download large data tables to your Windows PC You should consider running in distributed mode when: Your datasets are large and stored in a commercial database Your computation runs slowly on your Windows PC, and the machine running SPSS is significantly more powerful You require local desktop resources for other tasks to be performed during data preparation and/or analysis SPSS and Large Datasets: Two-Tier Client/ Architecture 7

9 Additional benefits and considerations Production mode The SPSS Production Facility is enhanced to run both local- and distributed-mode jobs in Windows environments. Job scheduling enables you to simultaneously run multiple production jobs. To support job scheduling, use command-line arguments to designate the server. You can also use the Production Facility s user interface to designate server machines. SPSS Batch Facility (SPSSB) SPSSB is a batch-processing utility included with SPSS and is an alternative way to use the power of SPSS. SPSSB runs SPSS jobs (syntax files) without requiring user intervention or an SPSS client. It produces output as XML, HTML, or text, rather than as SPSS Viewer output. SPSSB is helpful if users at your site often run the same time-consuming SPSS tasks, such as new variable derivation or weekly reports. SPSSB is a streamlined application specifically designed for batch production in a server environment. SPSSB can be used in Windows or UNIX environments, and is the only batch processing option available for UNIX sites. Sites with SPSS for Windows clients can also use the SPSS Production Facility (see above) for automated production. However, the Production Facility requires that the client is live and connected to SPSS at all times during the process. SPSSB, on the other hand, can run independent of the client, enabling literal lights-out batch processing ensuring that data and reports are ready for use the next day. In general, it is best to use SPSSB when you: Want to automate data preparation, such as new variable derivation within a large dataset Want to run production jobs independent of the client Want to automate production of reports Have established reporting requirements that can be met with standard production jobs Don t need to do production formatting of tables In general, it is best to use the SPSS Production Facility when you: Want to automate production of reports in a Windows desktop environment Want to modify output with looks and scripts Have varying and frequently changing requirements for reports Require output in the SPSS SPO file format Multiple instances of SPSS You can run multiple simultaneous sessions of SPSS on the same PC, in local mode, or in distributed mode, or any combination thereof. 8 SPSS and Large Datasets: Two-Tier Client/ Architecture

10 SPSS administration The SPSS administrator s role is to: Install SPSS Install user accounts on the SPSS machine as necessary and configure them for individual or group use, as well as to create accounts for end users* Provide information to SPSS users to assist them in connecting to SPSS, using data source names, understanding their rights to use data on the server, etc. Install and configure database connectivity software on SPSS Monitor use and resources Renew SPSS licenses as needed SPSS includes an administrator utility for monitoring and managing SPSS usage on the server. Through this utility, you can set most important SPSS customizations, including: SPSS temporary directories set a global (or user) environment variable called SPSSTMPDIR Home directories configurable as part of users system accounts, and applies equally to SPSS and other applications Log files SPSS maintains a log of user activity. You can configure its location. Port numbers configurable in the unlikely event that the SPSS needs to use a different port number ODBC data sources configure and test for your user base User priorities assign higher priority to select users, which prioritizes their analyses over those of other users, so that they do not have to wait until all preceding processes are complete Hard disk locations for temporary directories assign individual users or groups to unique disks for use in reading and writing temporary files, reducing bottlenecks that can occur when an entire user base shares one hard disk As discussed above, the SPSS administrator utility involves software installation on either the SPSS machine and/or the database machine. The administrator must know what data SPSS users will require access to, and then must configure and test ODBC-system DSNs for each data source. You may install ODBC-user DSNs for individual user accounts to give access to specialized data sources. SPSS and SPSS can be installed in any order; there are no installation dependencies between the two as long as they run at compatible version levels (e.g., SPSS 13.0 must run with SPSS 13.0 for Windows). Data security Security for SPSS primarily involves file and database security. SPSS is subject to file read-and-write privileges on both the client and server. Access to database tables is subject to user/password privileges in the database itself. Secure sockets layer (SSL) encryption of the traffic between client and server is possible and ensures that all communication between the two is unreadable by third parties if intercepted. Conclusion When you combine the strength of world-class analytical tools and techniques with the flexibility and speed of server functionality, you have a powerful solution for supporting better decision making throughout your enterprise. SPSS client/server architecture delivers on its promise of truly scalable statistical data preparation and analysis without sacrificing ease of use and familiarity. * It is possible to create accounts to be shared by groups of users, and it is often the case that users PCs will be in the same Windows domain as SPSS. In that case, no account setup is required because login details (user name and password) will be the same as users Windows network logins. SPSS and Large Datasets: Two-Tier Client/ Architecture 9

11 Product availability Hardware and operating system support SPSS client platforms (as of version 13.0): Windows XP Windows 2000 Windows Me Windows 98 SPSS platforms** (as of version 13.0): Windows 2003 or 2000 Sun Solaris 2.8 or later IBM AIX or later Red Hat Linux 8.0 or later SPSS modules Each SPSS client add-on module has a corresponding SPSS module: SPSS Regression Models SPSS Advanced Models SPSS Classification Trees SPSS Tables SPSS Exact Tests (available for Windows only) SPSS Categories SPSS Trends SPSS Conjoint SPSS Missing Value Analysis SPSS Maps SPSS Complex Samples ** Platform availability subject to change upon release. To learn more, please visit For SPSS office locations and telephone numbers, go to SPSS is a registered trademark and the other SPSS products named are trademarks of SPSS Inc. All other names are trademarks of their respective owners SPSS Inc. All rights reserved. SDAAWP-0105

SequeLink Server for ODBC Socket

SequeLink Server for ODBC Socket P RODUCT O VERVIEW Server for ODBC Socket Overview DataDirect is highly scalable, server-based middleware that gives you a complete platform for data connectivity. Common Servers offer the performance

More information

BillQuick Web i Time and Expense User Guide

BillQuick Web i Time and Expense User Guide BillQuick Web i Time and Expense User Guide BQE Software Inc. 1852 Lomita Boulevard Lomita, California 90717 USA http://www.bqe.com Table of Contents INTRODUCTION TO BILLQUICK... 3 INTRODUCTION TO BILLQUICK

More information

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS FileMaker Server 7 Administrator s Guide For Windows and Mac OS 1994-2004, FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark

More information

ActiveXperts Network Monitor. White Paper

ActiveXperts Network Monitor. White Paper ActiveXperts Network Monitor Centralized monitoring of Windows, Novell, Linux and Unix servers White Paper 2008, ActiveXperts Software B.V. This document is written by ActiveXperts Software B.V. and represents

More information

Directory-enabled Lights-Out Management

Directory-enabled Lights-Out Management Directory-enabled Lights-Out Management white paper Abstract... 2 Remote management products... 2 Business needs... 3 Customer environment... 3 Benefits... 3 Directory architecture... 4 Overview... 4 Objects...

More information

Vector Asset Management User Manual

Vector Asset Management User Manual Vector Asset Management User Manual This manual describes how to set up Vector Asset Management 6.0. It describes how to use the: Vector AM Console Vector AM Client Hardware Inventory Software Inventory

More information

Virtual CD v10. Network Management Server Manual. H+H Software GmbH

Virtual CD v10. Network Management Server Manual. H+H Software GmbH Virtual CD v10 Network Management Server Manual H+H Software GmbH Table of Contents Table of Contents Introduction 1 Legal Notices... 2 What Virtual CD NMS can do for you... 3 New Features in Virtual

More information

REMOTE DEVELOPMENT OPTION

REMOTE DEVELOPMENT OPTION Leading the Evolution DATA SHEET MICRO FOCUS SERVER EXPRESS TM REMOTE DEVELOPMENT OPTION Executive Overview HIGH PRODUCTIVITY DEVELOPMENT FOR LINUX AND UNIX DEVELOPERS Micro Focus Server Express is the

More information

Version 14.0. Overview. Business value

Version 14.0. Overview. Business value PRODUCT SHEET CA Datacom Server CA Datacom Server Version 14.0 CA Datacom Server provides web applications and other distributed applications with open access to CA Datacom /DB Version 14.0 data by providing

More information

Copyright. Copyright. Arbutus Software Inc. 270-6450 Roberts Street Burnaby, British Columbia Canada V5G 4E1

Copyright. Copyright. Arbutus Software Inc. 270-6450 Roberts Street Burnaby, British Columbia Canada V5G 4E1 i Copyright Copyright 2015 Arbutus Software Inc. All rights reserved. This manual may contain dated information. Use of these materials is based on the understanding that this manual may not contain all

More information

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Note Before using this information and the product

More information

Understanding the Benefits of IBM SPSS Statistics Server

Understanding the Benefits of IBM SPSS Statistics Server IBM SPSS Statistics Server Understanding the Benefits of IBM SPSS Statistics Server Contents: 1 Introduction 2 Performance 101: Understanding the drivers of better performance 3 Why performance is faster

More information

Change Manager 5.0 Installation Guide

Change Manager 5.0 Installation Guide Change Manager 5.0 Installation Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved.

More information

FileMaker 14. ODBC and JDBC Guide

FileMaker 14. ODBC and JDBC Guide FileMaker 14 ODBC and JDBC Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,

More information

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO Copyright 2005 Shavlik Technologies. All rights reserved. No part of this document may be reproduced or retransmitted in

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

Grow Revenues and Reduce Risk with Powerful Analytics Software

Grow Revenues and Reduce Risk with Powerful Analytics Software Grow Revenues and Reduce Risk with Powerful Analytics Software Overview Gaining knowledge through data selection, data exploration, model creation and predictive action is the key to increasing revenues,

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

SOLUTION BRIEF. Advanced ODBC and JDBC Access to Salesforce Data. www.datadirect.com

SOLUTION BRIEF. Advanced ODBC and JDBC Access to Salesforce Data. www.datadirect.com SOLUTION BRIEF Advanced ODBC and JDBC Access to Salesforce Data 2 CLOUD DATA ACCESS In the terrestrial world of enterprise computing, organizations depend on advanced JDBC and ODBC technologies to provide

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Sybase Replication Agent

Sybase Replication Agent Installation Guide Sybase Replication Agent 15.0 [ Linux, Microsoft Windows, and UNIX ] DOCUMENT ID: DC38268-01-1500-02 LAST REVISED: October 2007 Copyright 1998-2007 by Sybase, Inc. All rights reserved.

More information

FileMaker Server 8. Administrator s Guide

FileMaker Server 8. Administrator s Guide FileMaker Server 8 Administrator s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.,

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 If you are upgrading... 1 Installation Choices... 1 ZENworks

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

1 Download & Installation... 4. 1 Usernames and... Passwords

1 Download & Installation... 4. 1 Usernames and... Passwords Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III EventSentry Setup 4 1 Download & Installation... 4 Part IV Configuration 4 1 Usernames and... Passwords 5 2 Network...

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

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x

Out n About! for Outlook Electronic In/Out Status Board. Administrators Guide. Version 3.x Out n About! for Outlook Electronic In/Out Status Board Administrators Guide Version 3.x Contents Introduction... 1 Welcome... 1 Administration... 1 System Design... 1 Installation... 3 System Requirements...

More information

24x7 Scheduler Multi-platform Edition 5.2

24x7 Scheduler Multi-platform Edition 5.2 24x7 Scheduler Multi-platform Edition 5.2 Installing and Using 24x7 Web-Based Management Console with Apache Tomcat web server Copyright SoftTree Technologies, Inc. 2004-2014 All rights reserved Table

More information

TMA Management Suite. For EAD and TDM products. ABOUT OneAccess. Value-Adding Software Licenses TMA

TMA Management Suite. For EAD and TDM products. ABOUT OneAccess. Value-Adding Software Licenses TMA For EAD and TDM products Value-Adding Software Licenses ABOUT OneAccess OneAccess designs and develops a range of world-class multiservice routers for over 125 global service provider customers including

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

Data Sheet VISUAL COBOL 2.2.1 WHAT S NEW? COBOL JVM. Java Application Servers. Web Tools Platform PERFORMANCE. Web Services and JSP Tutorials

Data Sheet VISUAL COBOL 2.2.1 WHAT S NEW? COBOL JVM. Java Application Servers. Web Tools Platform PERFORMANCE. Web Services and JSP Tutorials Visual COBOL is the industry leading solution for COBOL application development and deployment on Windows, Unix and Linux systems. It combines best in class development tooling within Eclipse and Visual

More information

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Volume SYSLOG JUNCTION. User s Guide. User s Guide Volume 1 SYSLOG JUNCTION User s Guide User s Guide SYSLOG JUNCTION USER S GUIDE Introduction I n simple terms, Syslog junction is a log viewer with graphing capabilities. It can receive syslog messages

More information

Technical Specification Data

Technical Specification Data Equitrac Office 4.1 SOFTWARE SUITE Equitrac Office Software Suite Equitrac Office Suite Equitrac Office Small Business Edition (SBE) Applications Any size network with single or multiple accounting and/or

More information

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system Integrated and reliable the heart of your iseries system i5/os the next generation iseries operating system Highlights Enables the legendary levels of reliability and simplicity for which iseries systems

More information

PowerSchool Student Information System

PowerSchool Student Information System Oracle ODBC Configuration and Client Installation Guide PowerSchool Student Information System Released July 9, 2008 Document Owner: Documentation Services This edition applies to Release 5.2 of the PowerSchool

More information

System Requirements - CommNet Server

System Requirements - CommNet Server System Requirements - CommNet Page 1 of 11 System Requirements - CommNet The following requirements are for the CommNet : Operating System Processors Microsoft with Service Pack 4 Microsoft Advanced with

More information

Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00

Oracle Essbase Integration Services. Readme. Release 9.3.3.0.00 Oracle Essbase Integration Services Release 9.3.3.0.00 Readme To view the most recent version of this Readme, see the 9.3.x documentation library on Oracle Technology Network (OTN) at http://www.oracle.com/technology/documentation/epm.html.

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

PRESENTS... How to Access Remote SourceSafe Fast & Securely?

PRESENTS... How to Access Remote SourceSafe Fast & Securely? PRESENTS... How to Access Remote SourceSafe Fast & Securely? This article focuses on the growing problem for development teams who try to use Microsoft Visual SourceSafe (VSS) remotely. The paper will

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

System Requirements - Table of Contents

System Requirements - Table of Contents Page 1 of 12 System Requirements - Table of Contents CommNet Server CommNet Agent CommNet Browser CommNet Browser as a Stand-Alone Application CommNet Browser as a Remote Web-Based Application CommNet

More information

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet

Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet Step-by-Step Guide to Setup Instant Messaging (IM) Workspace Datasheet CONTENTS Installation System requirements SQL Server setup Setting up user accounts Authentication mode Account options Import from

More information

Networking Best Practices Guide. Version 6.5

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

More information

CA IDMS Server r17. Product Overview. Business Value. Delivery Approach

CA IDMS Server r17. Product Overview. Business Value. Delivery Approach PRODUCT sheet: CA IDMS SERVER r17 CA IDMS Server r17 CA IDMS Server helps enable secure, open access to CA IDMS mainframe data and applications from the Web, Web services, PCs and other distributed platforms.

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center How to Setup a Microsoft Windows Server 2012 Failover Cluster Reference Guide Dell Compellent Technical Solutions Group January 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL

More information

Alteryx Predictive Analytics for Oracle R

Alteryx Predictive Analytics for Oracle R Alteryx Predictive Analytics for Oracle R I. Software Installation In order to be able to use Alteryx s predictive analytics tools with an Oracle Database connection, your client machine must be configured

More information

LANDesk White Paper. LANDesk Management Suite for Lenovo Secure Managed Client

LANDesk White Paper. LANDesk Management Suite for Lenovo Secure Managed Client LANDesk White Paper LANDesk Management Suite for Lenovo Secure Managed Client Introduction The Lenovo Secure Managed Client (SMC) leverages the speed of modern networks and the reliability of RAID-enabled

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

HP Insight Diagnostics Online Edition. Featuring Survey Utility and IML Viewer

HP Insight Diagnostics Online Edition. Featuring Survey Utility and IML Viewer Survey Utility HP Industry Standard Servers June 2004 HP Insight Diagnostics Online Edition Technical White Paper Featuring Survey Utility and IML Viewer Table of Contents Abstract Executive Summary 3

More information

Using HP System Software Manager for the mass deployment of software updates to client PCs

Using HP System Software Manager for the mass deployment of software updates to client PCs Using HP System Software Manager for the mass deployment of software updates to client PCs Introduction... 2 HP manageability solutions... 2 SSM overview... 3 Software updates... 3 Why not SSM-enabled?...

More information

DocuShare Installation Guide

DocuShare Installation Guide DocuShare Installation Guide Publication date: May 2009 This document supports DocuShare Release 6.5/DocuShare CPX Release 6.5 Prepared by: Xerox Corporation DocuShare Business Unit 3400 Hillview Avenue

More information

Jetico Central Manager. Administrator Guide

Jetico Central Manager. Administrator Guide Jetico Central Manager Administrator Guide Introduction Deployment, updating and control of client software can be a time consuming and expensive task for companies and organizations because of the number

More information

Netwrix Auditor for Exchange

Netwrix Auditor for Exchange Netwrix Auditor for Exchange Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from Netwrix

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

IBM SPSS Modeler Server 16 Administration and Performance Guide

IBM SPSS Modeler Server 16 Administration and Performance Guide IBM SPSS Modeler Server 16 Administration and Performance Guide Note Before using this information and the product it supports, read the information in Notices on page 67. Product Information This edition

More information

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 12

Course Description. Course Audience. Course Outline. Course Page - Page 1 of 12 Course Page - Page 1 of 12 Windows 7 Enterprise Desktop Support Technician M-50331 Length: 5 days Price: $2,795.00 Course Description This five-day instructor-led course provides students with the knowledge

More information

QACenter Installation and Configuration Guide. Release 4.4.2

QACenter Installation and Configuration Guide. Release 4.4.2 QACenter Installation and Configuration Guide Release 4.4.2 ii Please direct questions about QACenter or comments on this document to: QACenter Technical Support Compuware Corporation 31440 Northwestern

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP for VMware View Product Brief SysTrack VMP Benefits Optimize VMware View desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation

More information

Global PRO. NetScreen-Global PRO Security Management Systems

Global PRO. NetScreen-Global PRO Security Management Systems Global PRO NetScreen-Global PRO Security Management Systems At a glance Easy to use policy management Manage tens to thousands of devices and security policies via a distributed management system Scalability

More information

Network device management solution.

Network device management solution. Network device management solution. iw Management Console Version 3 you can Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems and

More information

Two new DB2 Web Query options expand Microsoft integration As printed in the September 2009 edition of the IBM Systems Magazine

Two new DB2 Web Query options expand Microsoft integration As printed in the September 2009 edition of the IBM Systems Magazine Answering the Call Two new DB2 Web Query options expand Microsoft integration As printed in the September 2009 edition of the IBM Systems Magazine Written by Robert Andrews robert.andrews@us.ibm.com End-user

More information

The Basic offering delivers Microsoft Navision information in predefined or customized information

The Basic offering delivers Microsoft Navision information in predefined or customized information BUSINESS ANALYTICS FOR MICROSOFT BUSINESS SOLUTIONS NAVISION Business Analytics for Microsoft Business Solutions Navision helps you gain business insight, make faster smarter decisions, and equip your

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

IDENTIKEY Server Windows Installation Guide 3.2

IDENTIKEY Server Windows Installation Guide 3.2 IDENTIKEY Server Windows Installation Guide 3.2 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Netwrix Auditor for Windows Server

Netwrix Auditor for Windows Server Netwrix Auditor for Windows Server Quick-Start Guide Version: 7.0 7/7/2015 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

7.x Upgrade Instructions. 2015 Software Pursuits, Inc.

7.x Upgrade Instructions. 2015 Software Pursuits, Inc. 7.x Upgrade Instructions 2015 Table of Contents INTRODUCTION...2 SYSTEM REQUIREMENTS FOR SURESYNC 7...2 CONSIDERATIONS BEFORE UPGRADING...3 TERMINOLOGY CHANGES... 4 Relation Renamed to Job... 4 SPIAgent

More information

PROGRESS DATADIRECT QA AND PERFORMANCE TESTING EXTENSIVE TESTING ENSURES DATA CONNECTIVITY THAT WORKS

PROGRESS DATADIRECT QA AND PERFORMANCE TESTING EXTENSIVE TESTING ENSURES DATA CONNECTIVITY THAT WORKS Progress DataDirect Connect DATA SHEET PROGRESS DATADIRECT QA AND PERFORMANCE TESTING EXTENSIVE TESTING ENSURES DATA CONNECTIVITY THAT WORKS Progress DataDirect ODBC, JDBC and ADO.NET data connectivity

More information

v6.1 Websense Enterprise Reporting Administrator s Guide

v6.1 Websense Enterprise Reporting Administrator s Guide v6.1 Websense Enterprise Reporting Administrator s Guide Websense Enterprise Reporting Administrator s Guide 1996 2005, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121,

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

1. Installation Overview

1. Installation Overview Quick Install Guide 1. Installation Overview Thank you for selecting Bitdefender Business Solutions to protect your business. This document enables you to quickly get started with the installation of Bitdefender

More information

Identikey Server Windows Installation Guide 3.1

Identikey Server Windows Installation Guide 3.1 Identikey Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

Netwrix Auditor for SQL Server

Netwrix Auditor for SQL Server Netwrix Auditor for SQL Server Quick-Start Guide Version: 8.0 4/22/2016 Legal Notice The information in this publication is furnished for information use only, and does not constitute a commitment from

More information

VMware Server 2.0 Essentials. Virtualization Deployment and Management

VMware Server 2.0 Essentials. Virtualization Deployment and Management VMware Server 2.0 Essentials Virtualization Deployment and Management . This PDF is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module

Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module Migration and Building of Data Centers in IBM SoftLayer with the RackWare Management Module June, 2015 WHITE PAPER Contents Advantages of IBM SoftLayer and RackWare Together... 4 Relationship between

More information

technical brief Multiple Print Queues

technical brief Multiple Print Queues technical brief in HP Overview HP has the ability to create shared printer queues on a remote machine to help ease the task that administrators face on a regular basis. Print queue creation of the following

More information

PATROL Console Server and RTserver Getting Started

PATROL Console Server and RTserver Getting Started PATROL Console Server and RTserver Getting Started Supporting PATROL Console Server 7.5.00 RTserver 6.6.00 February 14, 2005 Contacting BMC Software You can access the BMC Software website at http://www.bmc.com.

More information

Deploying BitDefender Client Security and BitDefender Windows Server Solutions

Deploying BitDefender Client Security and BitDefender Windows Server Solutions Deploying BitDefender Client Security and BitDefender Windows Server Solutions Quick Install Guide Copyright 2010 BitDefender; 1. Installation Overview Thank you for selecting BitDefender Business Solutions

More information

IBM WebSphere Business Integration for HIPAA

IBM WebSphere Business Integration for HIPAA Prepare your business for the future as you prepare for HIPAA IBM WebSphere Business Integration for HIPAA Helps ensure your business is ready to meet the HIPAA mandates Allows private and highly secure

More information

Data Warehouse Center Administration Guide

Data Warehouse Center Administration Guide IBM DB2 Universal Database Data Warehouse Center Administration Guide Version 8 SC27-1123-00 IBM DB2 Universal Database Data Warehouse Center Administration Guide Version 8 SC27-1123-00 Before using this

More information

Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department

Ahsay Replication Server v5.5. Administrator s Guide. Ahsay TM Online Backup - Development Department Ahsay Replication Server v5.5 Administrator s Guide Ahsay TM Online Backup - Development Department October 9, 2009 Copyright Notice Ahsay Systems Corporation Limited 2008. All rights reserved. Author:

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

NovaBACKUP. Storage Server. NovaStor / May 2011

NovaBACKUP. Storage Server. NovaStor / May 2011 NovaBACKUP Storage Server NovaStor / May 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08

Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL. Installation and System Administrator's Guide 4MASIN450-08 Sage ERP MAS 90 Sage ERP MAS 200 Sage ERP MAS 200 SQL Installation and System Administrator's Guide 4MASIN450-08 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos and the Sage product

More information

Reporting Installation Guide

Reporting Installation Guide Reporting Installation Guide Websense Enterprise Websense Web Security Suite TM v6.3.1 1996 2007, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121, USA Published April

More information

PaperClip32. Installation Guide. for Workgroup and Enterprise Editions. Document Revision 2.1 1

PaperClip32. Installation Guide. for Workgroup and Enterprise Editions. Document Revision 2.1 1 PaperClip32 Installation Guide for Workgroup and Enterprise Editions Document Revision 2.1 1 Copyright Information Copyright 2005, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo

More information

TestManager Administration Guide

TestManager Administration Guide TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

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

Readme File for All Platforms

Readme File for All Platforms Essbase Spreadsheet Services Release 7.1 Readme File for All Platforms This file contains the following sections: What is Essbase Spreadsheet Services?... 1 New Features in this Release... 2 Platforms

More information

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip. Reflection DBR USER GUIDE 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Page 1 of 1 Table of Contents Overview 3 Reflection DBR Client and Console Installation 4

More information

APC Enterprise KVM Switches

APC Enterprise KVM Switches APC Enterprise KVM Switches Introduction You need more than point access products. You need a system that provides more control, flexibility and scalability than ever before. Systems that reduce your Mean

More information

CA Aion Business Rules Expert r11

CA Aion Business Rules Expert r11 PRODUCT sheet: CA AION BUSINESS RULES EXPERT r11 CA Aion Business Rules Expert r11 CA Aion Business Rules Expert r11 (CA Aion BRE) is an industry-leading system that automates and streamlines business

More information

Server Installation, Administration and Integration Guide

Server Installation, Administration and Integration Guide Server Installation, Administration and Integration Guide Version 1.1 Last updated October 2015 2015 sitehelpdesk.com, all rights reserved TABLE OF CONTENTS 1 Introduction to WMI... 2 About Windows Management

More information

ABSTRACT INTRODUCTION SOFTWARE DEPLOYMENT MODEL. Paper 341-2009

ABSTRACT INTRODUCTION SOFTWARE DEPLOYMENT MODEL. Paper 341-2009 Paper 341-2009 The Platform for SAS Business Analytics as a Centrally Managed Service Joe Zilka, SAS Institute, Inc., Copley, OH Greg Henderson, SAS Institute Inc., Cary, NC ABSTRACT Organizations that

More information