The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala , as well as the version history.

Size: px
Start display at page:

Download "The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala 2.5.30, as well as the version history."

Transcription

1 Cloudera ODBC Driver for Impala The release notes provide details of enhancements and features in Cloudera ODBC Driver for Impala , as well as the version history. The following are highlights of the new features and functionalities that have been added to Cloudera ODBC Driver for Impala Nested data types (ARRAY, MAP, and STRUCT) now supported The driver now supports ARRAY, MAP, and STRUCT data types. For more information about how the driver translates and works with these data types, see "Data Types" in the Cloudera ODBC Driver for Impala Installation and Configuration Guide. Added MANIFEST file for the OpenSSL library The driver now loads the OpenSSL library based on a MANIFEST file, which prevents SideBySide errors from occurring. Data encryption and integrity support implemented for the SASL SSPI plugin The driver now supports data encryption and integrity support in the SASL SSPI plugin, providing improved support for connections that are authenticated through Kerberos. The following issues were resolved in Cloudera ODBC Driver for Impala SQLCancel does not work correctly Before, SQLCancel was slow to execute and did not cancel the query in the Impala server. Now, SQLCancel works as expected. Version History Version ODBC Driver for Impala

2 Support added for calling SQLGetData on columns that come before a bound column Previously, after you call SQLBindCol on a column, you cannot call SQLGetData on any columns that appear before that column. The driver has been updated so that you can now call SQLGetData on any column regardless of the relative order of the columns. Updated support for SQL_C_TINYINT Previously, the driver treated SQL_C_TINYINT data as unsigned tinyint data. The driver now treats SQL_C_TINYINT data as signed tinyint data, which is more compatible with Impala. Improved error messaging for authentication issues The driver now returns a more informative error message when a connection fails due to an issue in the authentication settings. Support added for saving passwords as encrypted strings in the Windows Registry When using the user interface of the Windows driver to configure a connection, you can now save the password for authentication (the PWD value) by selecting the "Save Password" check box. The saved password will be obscured (not saved in plain text). However, it is still possible for the encrypted password to be copied and used. Driver now supports the use of "_HOST" as a special value for the Host FQDN option When configuring Kerberos authentication, you can now set the value of the Host FQDN option (the KrbFQDN key) to _HOST in order to use the Impala server host name as the fully qualified domain name for Kerberos authentication. The following issues were resolved in Cloudera ODBC Driver for Impala When using User Name and Password authentication over SSL, the driver does not retrieve the user name and password information, and authentication fails Version ODBC Driver for Impala

3 Debian 7 now supported You can now install and use the driver on computers that run Debian 7 (Ubuntu LTS and Ubuntu LTS). Implemented driver configuration option for enabling or disabling connections to SSL-enabled servers that use self-signed certificates You can now configure the "Allow Self-signed Server Certificate" option (the AllowSelfSignedServerCert key) to control whether the driver allows connections to an Impala server that uses a self-signed SSL certificate. The following issues were resolved in Cloudera ODBC Driver for Impala When the driver is configured to use the User Name and Password authentication mechanism, it does not prompt you to provide a password The driver now prompts you for your credentials as needed. On Windows computers, when the driver is configured to use Kerberos authentication and MIT Kerberos is not installed, the connection fails Now, when the driver uses Kerberos authentication and MIT Kerberos is not installed, the driver tries to establish the connection using the SSPI plugin instead of returning an error immediately. The driver does not return result sets for queries that contain common table expression syntax The driver now returns result sets as expected. The driver does not return the correct SQLNumResultCols() values for queries that contain common table expression syntax Version The driver now returns the correct SQLNumResultCols() values. ODBC Driver for Impala SSL now configured separately from authentication Before, you would enable SSL in the driver by setting the authentication mechanism to "SASL User Name and Password (SSL)" (AuthMech=4) or "No Authentication (SSL)" 3

4 (AuthMech=5). You can now use the new "Enable SSL" option (the SSL key) to enable or disable SSL connections, and use the "Mechanism" option (the AuthMech key) solely to configure authentication. Implemented option for configuring SASL when using User Name and Password authentication Before, you would enable SASL by setting the authentication mechanism to "SASL User Name and Password" (AuthMech=3) and disable SASL by setting the authentication mechanism to "NOSASL User Name and Password" (AuthMech=6). Now, you can configure these types of authentication by setting the "Mechanism" option to "User Name and Password" (AuthMech=3) and then using the new "Use Simple Authentication and Security Layer (SASL)" option (the UseSASL key) to enable or disable SASL. Deprecated some SASL and SSL authentication mechanisms Due to the changes in SASL and SSL configuration mentioned above, the following authentication mechanisms have been deprecated: SASL User Name and Password (SSL) No Authentication (SSL) NOSASL User Name and Password Also, the "SASL User Name and Password" mechanism has been renamed to "User Name and Password". The following issues were resolved in Cloudera ODBC Driver for Impala Column names in a GROUP BY clause are not qualified The driver now qualifies the column names in GROUP BY clauses. When converting data of type INTEGER to data of type STRING, the driver does not correctly convert the smallest INTEGER value Version The driver now converts the data correctly. ODBC Driver for Impala

5 "Use Only SSPI Plugin" option can now be configured separately for DSN and DSN-less connections You can now configure the "Use Only SSPI Plugin" option for a specific DSN, or all DSNless connections, or both. Windows 8 now supported Version You can now install and use the driver on computers that run Windows 8. ODBC Driver for Impala Updated translation support for custom aggregate and scalar functions The driver is now able to translate more custom aggregate and scalar functions. Updated key name for the "Database" connection attribute The "Database" connection attribute is now named "Schema". Set the "Schema" key to specify the database schema that the driver should use when a schema is not explicitly specified in a query. Implemented driver configuration option for using the SSPI plugin to handle Kerberos authentication By default, the Windows driver uses MIT Kerberos to handle Kerberos authentication, and only uses the SSPI plugin if the gssapi library is not available. You can now configure the Windows driver to use the SSPI plugin by default by setting the "Use Only SSPI Plugin" option (the UseOnlySSPI key). Updated handling of schema, table, and column names in catalog function calls In catalog function calls, the names of schemas, tables, and columns are now caseinsensitive. The following issues were resolved in Cloudera ODBC Driver for Impala Driver cannot translate INSERT statements that contain a row with a NULL value in a numeric column and another row with a numeric literal in the same numeric column 5

6 When using the driver with the Custom SQL feature in Tableau, queries involving custom scalar and aggregate functions are not translated correctly When working in translation mode, the driver returns an error if the query contains subquery syntax Version ODBC Driver for Impala "Use SQL Unicode Types" configuration option implemented You can now use the "Use SQL Unicode Types" option (the UseUnicodeSQLCharacterTypes key) to control whether the driver returns SQL_WCHAR/SQL_WVARCHAR or SQL_CHAR/SQL_VARCHAR for CHAR, STRING, and VARCHAR columns. Updated process for retrieving result set metadata The driver now uses the GetSchemas and GetTables client API calls instead of the SHOW TABLES and SHOW SCHEMAS queries to retrieve schema names and tables metadata. This update enables the driver to restrict the metadata that is returned based on the user's privileges. The following issues were resolved in Cloudera ODBC Driver for Impala SQLGetInfo(SQL_NULL_COLLATION) incorrectly reports SQL_NC_LOW SQLGetInfo(SQL_NULL_COLLATION) now reports SQL_NC_HIGH. Translated INSERT statements do not include back quotes (`) around column names INSERT statements that are translated by the driver now have the correct syntax and surround column names with back quotes (`). SQLGetInfo(SQL_CREATE_VIEW) incorrectly reports 0 SQLGetInfo(SQL_CREATE_VIEW) now reports SQL_CV_CREATE_VIEW. 6

7 Driver returns unintuitive error message when connected to the wrong Thrift service Version The driver now returns an improved error message to inform the user to make sure the host and port correspond to the correct Impala service. ODBC Driver for Impala Authentication using user credentials without SASL implemented You can now configure the driver to authenticate a connection using a user name and password but without using SASL (Simple Authentication and Security Layer). The following issues were resolved in Cloudera ODBC Driver for Impala SQLDescribeCol returns incorrect column lengths Windows DSN Setup dialog box allows passwords to be saved to and loaded from DSNs Passwords are no longer saved to or loaded from DSNs, even if you provide a value in the DSN Setup dialog box. The driver may terminate unexpectedly when running concurrent operations using the same connection from different threads Version ODBC Driver for Impala ODBC 3.80 supported The driver now supports ODBC OpenSSL 1.0.0n supported The driver has been upgraded to use OpenSSL 1.0.0n. 7

8 Server-side properties supported You can now use the driver to set server-side properties via a Data Source Name (DSN). Impala 2.0 CHAR(n) and VARCHAR(n) data types supported The driver now supports the Impala 2.0 data types CHAR(n) and VARCHAR(n). Columnar result set serialization supported The driver now supports columnar result set serialization. Interval literals supported The driver now supports interval literals. Custom scalar and aggregate functions supported The driver now supports custom scalar and aggregate functions. Support added for translating CAST and CONVERT functions used on SQL_DATE data The driver is now able to translate CAST and CONVERT functions that are used on SQL_DATE data into CAST(TO_DATE(<value>), TIMESTAMP). Support added for translating CURRENT_TIMESTAMP(0) The driver is now able to translate CURRENT_TIMESTAMP(0) into NOW(). On Mac OS X, the driver is automatically installed to the system's odbcinst.ini file When you install the driver on a Mac OS X computer, the odbcinst.ini file on the system is automatically updated to include the necessary configurations for running the driver. Driver environment variable renamed to CLOUDERAIMPALAINI The environment variable for locating the cloudera.impalaodbc.ini configuration file has been renamed to CLOUDERAIMPALAINI. The default value of CLOUDERAIMPALAINI is the default installation location of the cloudera.impalaodbc.ini file. The following issues were resolved in Cloudera ODBC Driver for Impala CAST and CONVERT functions used on SQL_DATE and SQL_<TYPE>_TIME data are not properly passed through to the CAST(<value> AS DATE/TIME) function 8

9 REPLACE functions cannot be translated if the second argument contains a regular expression with special characters Version ODBC Driver for Impala Translation of SUBSTRING(string_Exp, length) syntax supported The driver is now able to translate SUBSTRING(string_exp, length) syntax. The following issues were resolved in Cloudera ODBC Driver for Impala CROSS JOIN syntax is not translated correctly Tables metadata is sometimes replicated to other databases Identifiers in generated queries are not quoted In CREATE TABLE statements, the precision and scale of the DECIMAL data type is translated incorrectly Version ODBC Driver for Impala OpenSSL 1.0.0m supported The driver has been upgraded to use OpenSSL 1.0.0m. 9

10 Impala 1.4 supported The driver now supports Impala 1.4. DECIMAL data type supported The driver now supports data of type DECIMAL. Improved reading of BOOLEAN type connection attributes The driver is now able to read connection attributes of type BOOLEAN more efficiently. The following issues were resolved in Cloudera ODBC Driver for Impala COMPUTE STATS queries are treated as ROWCOUNT queries COMPUTE STATS queries are now handled correctly. Driver activity is logged in standard output (stdout) in the Thrift layer Version Driver activity is no longer logged in stdout. The following issues were resolved in Cloudera ODBC Driver for Impala Transaction statements cause errors to occur Version The errors occur because ODBC does not support transaction statements. As a workaround, enable the "Enable Simulated Transactions" driver configuration option (the EnableSimulatedTransactions key). When this option is enabled, the driver will run the query without returning errors about transaction statements. However, the transaction statements will not be executed. The following issues were resolved in Cloudera ODBC Driver for Impala Open session request automatically sets user name and password 10

11 Version ODBC Driver for Impala IBM AIX now supported You can now install and use the driver on computers that run IBM AIX. OpenSSL library statically linked in the Linux and Mac OS X drivers In the Linux and Mac OS X versions of the driver, the OpenSSL library is now statically linked. The following issues were resolved in Cloudera ODBC Driver for Impala Some operation handles are not closed properly Default value for "Rows Fetched Per Block" configuration option is incorrect Version The default value of the "Rows Fetched Per Block" option (the RowsFetchedPerBlock key) is now corrected from to ODBC Driver for Impala Authentication using SSL without user credentials implemented Version You can now configure the driver to authenticate a connection using Secure Sockets Layer (SSL) without requiring a user name and password. ODBC Driver for Impala

12 Documentation improved Version The Cloudera ODBC Driver for Impala Installation and Configuration Guide has been revised and improved. ODBC Driver for Impala Active Directory supported Version The Windows version of the driver now supports Active Directory, enabling you to use Active Directory Kerberos as an authentication method. ODBC Driver for Impala Improved performance for parameterized array insertion The performance of the driver when using parameterized array insertions has been improved. The following issues were resolved in Cloudera ODBC Driver for Impala Self-signed SSL certificates are not validated correctly when the "Allow Common Name Host Name Mismatch" option (the CAIssuedCertNamesMismatch key) is disabled Version ODBC Driver for Impala

13 Authentication using SSL and user credentials implemented You can now configure the driver to authenticate a connection using Secure Sockets Layer (SSL) and a user name and password. Support added for proxied users You can now delegate all operations against Impala to a user that is different than the authenticated user for the connection by using the "Delegation UID" option (the DelegationUID key). Improved logging of queries sent to Thrift when the logging level is LOG_INFO or higher The driver now produces more detailed logs of the queries sent to Thrift when the logging level is set to LOG_INFO, LOG_DEBUG, or LOG_TRACE. The following issues were resolved in Cloudera ODBC Driver for Impala Driver does not correctly block or report runtime errors for queries that take a long time to execute Version ODBC Driver for Impala Support added for using back quotes (`) to specify identifiers when the "Use Native Query" option is disabled Version You can now use back quotes (`) to indicate identifiers in a statement when the "Use Native Query" option (the UseNativeQuery key) is disabled. ODBC Driver for Impala

14 Support added for using double quotation marks (") when specifying identifiers in CREATE/DROP TABLE statements Version You can now use double quotation marks (") to indicate identifiers in CREATE/DROP TABLE statements. Improved handling of schemas The driver is now configured to update the list of schemas before executing catalog functions or if a table cannot be found due to an incorrect schema. ODBC Driver for Impala DSNs can be renamed through the ODBC Data Source Administrator When modifying an existing Data Source Name (DSN) through the ODBC Data Source Administrator, you can now change the Name value. Database configuration option implemented You can now specify the database that the driver connects to by default by using the "Database" configuration option (the Database configuration key). Support added for using the INTEGER data type in CAST scalar functions You can now use the CAST function on data of type INTEGER. The following issues were resolved in Cloudera ODBC Driver for Impala When running a query that contains cross joins nested in other JOIN statements, an error occurs SQL_VARCHAR parameter values that contain single quotation marks (') do not get escaped properly when converted to Impala SQL 14

15 Version ODBC Driver for Impala String Column Length configuration option implemented You can now specify the maximum length of STRING columns by using the "String Column Length" configuration option (the StringColumnLength configuration key). This option is useful for applications that do not accept columns beyond a certain size. For example, Linked Server does not accept SQL_VARCHAR columns greater than 8000 characters. Optimizations for SQLTables implemented The functionalities of SQLTables have been optimized. The following issues were resolved in Cloudera ODBC Driver for Impala The CAST scalar function does not work as expected when the "Use Native Query" option is disabled Version The CAST scalar function now works correctly. SQLGetInfo does not report the correct limits ODBC Driver for Impala Support added for using parameterized INSERT statements when the "Use Native Query" option is disabled You can now use INSERT statements with parameters when the "Use Native Query" option (the UseNativeQuery configuration key) is disabled. 15

16 Version The following issues were resolved in Cloudera ODBC Driver for Impala If SQLCloseCursor is used before the entire result set is retrieved, the driver may stop working or terminate unexpectedly Version Version The following issues were resolved in Cloudera ODBC Driver for Impala Queries that return large result sets return incorrect data instead of expected NULL values Version was the initial release of Cloudera ODBC Driver for Impala. 16

17 Contact Us If you are having difficulties using the driver, our Community Forum may have your solution. In addition to providing user to user support, our forums are a great place to share your questions, comments, and feature requests with us. If you are a Subscription customer you may also use the Cloudera Support Portal to search the Knowledge Base or file a Case. Important: To help us assist you, prior to contacting Cloudera Support please prepare a detailed summary of the client and server environment including operating system version, patch level, and configuration. 17

Cloudera ODBC Driver for Apache Hive Version 2.5.16

Cloudera ODBC Driver for Apache Hive Version 2.5.16 Cloudera ODBC Driver for Apache Hive Version 2.5.16 Important Notice 2010-2015 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and any other product or service

More information

Architecting the Future of Big Data

Architecting the Future of Big Data Hive ODBC Driver User Guide Revised: July 22, 2014 2012-2014 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and

More information

Cloudera ODBC Driver for Apache Hive Version 2.5.5

Cloudera ODBC Driver for Apache Hive Version 2.5.5 Cloudera ODBC Driver for Apache Hive Version 2.5.5 Important Notice 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and any other product or service

More information

Cloudera ODBC Driver for Impala Version 2.5.15

Cloudera ODBC Driver for Impala Version 2.5.15 Cloudera ODBC Driver for Impala Version 2.5.15 Important Notice 2010-2013 Cloudera, Inc. All rights reserved. Cloudera, the Cloudera logo, Cloudera Impala, Impala, and any other product or service names

More information

Architecting the Future of Big Data

Architecting the Future of Big Data Hive ODBC Driver User Guide Revised: July 22, 2013 2012-2013 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and

More information

Simba ODBC Driver with SQL Connector for Apache Hive

Simba ODBC Driver with SQL Connector for Apache Hive Simba ODBC Driver with SQL Connector for Apache Hive Installation and Configuration Guide Oct 23, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

Architecting the Future of Big Data

Architecting the Future of Big Data Hive ODBC Driver User Guide Revised: October 1, 2012 2012 Hortonworks Inc. All Rights Reserved. Parts of this Program and Documentation include proprietary software and content that is copyrighted and

More information

Simba ODBC Driver with SQL Connector for Apache Hive

Simba ODBC Driver with SQL Connector for Apache Hive Simba ODBC Driver with SQL Connector for Apache Hive Installation and Configuration Guide July 2, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information

More information

Simba Apache Cassandra ODBC Driver

Simba Apache Cassandra ODBC Driver Simba Apache Cassandra ODBC Driver with SQL Connector 2.2.0 Released 2015-11-13 These release notes provide details of enhancements, features, and known issues in Simba Apache Cassandra ODBC Driver with

More information

Trusted RUBIX TM. Version 6. ODBC Guide. Revision 7 RELATIONAL DATABASE MANAGEMENT SYSTEM TEL +1-202-412-0152. Infosystems Technology, Inc.

Trusted RUBIX TM. Version 6. ODBC Guide. Revision 7 RELATIONAL DATABASE MANAGEMENT SYSTEM TEL +1-202-412-0152. Infosystems Technology, Inc. Trusted RUBIX TM Version 6 ODBC Guide Revision 7 RELATIONAL DATABASE MANAGEMENT SYSTEM Infosystems Technology, Inc. 4 Professional Dr - Suite 118 Gaithersburg, MD 20879 TEL +1-202-412-0152 1981, 2014 Infosystems

More information

ODBC Driver for Omnis Data Files. TigerLogic Corporation

ODBC Driver for Omnis Data Files. TigerLogic Corporation ODBC Driver for Omnis Data Files TigerLogic Corporation September 2009 The software this document describes is furnished under a license agreement. The software may be used or copied only in accordance

More information

Realtime SQL Database System

Realtime SQL Database System BAPAS -DB Realtime SQL Database System - ODBC-Driver for ODBC 3.0 - - English - Release 1.8 Reg. No. 3.4.7.16.1 Date: 2008-01-02 BAPAS-DB Realtime SQL Database System - ODBC-Driver for ODBC 3.0 - Release

More information

Simba ODBC Driver with SQL Connector for Apache Cassandra

Simba ODBC Driver with SQL Connector for Apache Cassandra Simba ODBC Driver with SQL Connector for Apache Cassandra Installation and Configuration Guide May 7, 2013 Simba Technologies Inc. Copyright 2012-2013 Simba Technologies Inc. All Rights Reserved. Information

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Apache Spark ODBC Driver with SQL Simba Technologies Inc. Version 1.1.4 April 27, 2016 Copyright 2016 Simba Technologies Inc. All Rights Reserved. Information in this document is subject to change

More information

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support... Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade

More information

ODBC Chapter,First Edition

ODBC Chapter,First Edition 1 CHAPTER 1 ODBC Chapter,First Edition Introduction 1 Overview of ODBC 2 SAS/ACCESS LIBNAME Statement 3 Data Set Options: ODBC Specifics 15 DBLOAD Procedure: ODBC Specifics 25 DBLOAD Procedure Statements

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

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

DataLogger. 2015 Kepware, Inc.

DataLogger. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 DataLogger Table of Contents Table of Contents 2 DataLogger Help 4 Overview 4 Initial Setup Considerations 5 System Requirements 5 External Dependencies 5 SQL Authentication 6 Windows

More information

Plug-In for Informatica Guide

Plug-In for Informatica Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

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

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

FileMaker Server 7 and FileMaker Server 7 Advanced Documentation Errata

FileMaker Server 7 and FileMaker Server 7 Advanced Documentation Errata FileMaker Server 7 and FileMaker Server 7 Advanced Documentation Errata The following pages clarify information or correct errors in the FileMaker Server 7 and FileMaker Server 7 Advanced documentation.

More information

4D v1x ODBC Driver INSTALLATION GUIDE

4D v1x ODBC Driver INSTALLATION GUIDE INSTALLATION GUIDE Open Database Connectivity Standard (ODBC) is an open standard application programming interface (API) used to access one or more databases from a single application. In order to set

More information

ODBC Driver Guide. July 2005. Version 9.1

ODBC Driver Guide. July 2005. Version 9.1 ODBC Driver Guide July 2005 Version 9.1 This manual describes Dharma SDK support for the ODBC(Open Database Connectivity) interface. The ODBC driver provides access to Dharma SDK environments from desktop

More information

Setting Up ALERE with Client/Server Data

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

More information

DBISAM Version 4 ODBC Driver Manual

DBISAM Version 4 ODBC Driver Manual Table of Contents DBISAM Version 4 ODBC Driver Manual Table Of Contents Chapter 1 - Before You Begin 1 1.1 Application Compatibility 1 Chapter 2 - Using the ODBC Driver 5 2.1 Configuring a Data Source

More information

Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute

Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute Accessing Your Database with JMP 10 JMP Discovery Conference 2012 Brian Corcoran SAS Institute JMP provides a variety of mechanisms for interfacing to other products and getting data into JMP. The connection

More information

Using Temporary Tables to Improve Performance for SQL Data Services

Using Temporary Tables to Improve Performance for SQL Data Services Using Temporary Tables to Improve Performance for SQL Data Services 2014- Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Using LDAP Authentication in a PowerCenter Domain

Using LDAP Authentication in a PowerCenter Domain Using LDAP Authentication in a PowerCenter Domain 2008 Informatica Corporation Overview LDAP user accounts can access PowerCenter applications. To provide LDAP user accounts access to the PowerCenter applications,

More information

White Paper BMC Remedy Action Request System Security

White Paper BMC Remedy Action Request System Security White Paper BMC Remedy Action Request System Security June 2008 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain information

More information

FmPro Migrator - FileMaker to SQL Server

FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration

More information

Installing and Configuring WhatsUp Gold

Installing and Configuring WhatsUp Gold Installing and Configuring WhatsUp Gold This guide provides information about installing and configuring WhatsUp Gold v14.2, including instructions on how to run the WhatsUp web interface through an Internet

More information

Management Reporter Integration Guide for Microsoft Dynamics AX

Management Reporter Integration Guide for Microsoft Dynamics AX Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics AX July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565

More information

OpenScape Business V2

OpenScape Business V2 OpenScape Business V2 Description Open Directory Service ODBC-ODBC Bridge Version 1.0 Table of Contents 1. Overview 5 1.1. ODBC-Bridge Client 5 1.2. ODBC-Server 6 1.3. Access Control 6 1.4. Licensing 7

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

ODBC Driver Guide. Installation and Configuration. Freezerworks Unlimited Version 6.0

ODBC Driver Guide. Installation and Configuration. Freezerworks Unlimited Version 6.0 ODBC Driver Guide Installation and Configuration Freezerworks Unlimited Version 6.0 PO Box 174 Mountlake Terrace, WA 98043 www.freezerworks.com support@freezerworks.com 425-673-1974 877-289-7960 U.S. Toll

More information

Increasing Driver Performance

Increasing Driver Performance Increasing Driver Performance DataDirect Connect Series ODBC Drivers Introduction One of the advantages of DataDirect Connect Series ODBC drivers (DataDirect Connect for ODBC and DataDirect Connect64 for

More information

Reconfiguring VMware vsphere Update Manager

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

More information

Apache Sentry. Prasad Mujumdar prasadm@apache.org prasadm@cloudera.com

Apache Sentry. Prasad Mujumdar prasadm@apache.org prasadm@cloudera.com Apache Sentry Prasad Mujumdar prasadm@apache.org prasadm@cloudera.com Agenda Various aspects of data security Apache Sentry for authorization Key concepts of Apache Sentry Sentry features Sentry architecture

More information

MapInfo SpatialWare Version 4.6 for Microsoft SQL Server

MapInfo SpatialWare Version 4.6 for Microsoft SQL Server Release Notes MapInfo SpatialWare Version 4.6 for Microsoft SQL Server These release notes contain information about the SpatialWare v. 4.6 release. These notes are specific to the Microsoft SQL Server

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

SimbaEngine SDK 9.4. Build a C++ ODBC Driver for SQL-Based Data Sources in 5 Days. Last Revised: October 2014. Simba Technologies Inc.

SimbaEngine SDK 9.4. Build a C++ ODBC Driver for SQL-Based Data Sources in 5 Days. Last Revised: October 2014. Simba Technologies Inc. Build a C++ ODBC Driver for SQL-Based Data Sources in 5 Days Last Revised: October 2014 Simba Technologies Inc. Copyright 2014 Simba Technologies Inc. All Rights Reserved. Information in this document

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2

Job Reference Guide. SLAMD Distributed Load Generation Engine. Version 1.8.2 Job Reference Guide SLAMD Distributed Load Generation Engine Version 1.8.2 June 2004 Contents 1. Introduction...3 2. The Utility Jobs...4 3. The LDAP Search Jobs...11 4. The LDAP Authentication Jobs...22

More information

How To Create A Table In Sql 2.5.2.2 (Ahem)

How To Create A Table In Sql 2.5.2.2 (Ahem) Database Systems Unit 5 Database Implementation: SQL Data Definition Language Learning Goals In this unit you will learn how to transfer a logical data model into a physical database, how to extend or

More information

Oracle Database 12c: Introduction to SQL Ed 1.1

Oracle Database 12c: Introduction to SQL Ed 1.1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Introduction to SQL Ed 1.1 Duration: 5 Days What you will learn This Oracle Database: Introduction to SQL training helps you write subqueries,

More information

sqlite driver manual

sqlite driver manual sqlite driver manual A libdbi driver using the SQLite embedded database engine Markus Hoenicka mhoenicka@users.sourceforge.net sqlite driver manual: A libdbi driver using the SQLite embedded database engine

More information

Oracle Database: SQL and PL/SQL Fundamentals

Oracle Database: SQL and PL/SQL Fundamentals Oracle University Contact Us: 1.800.529.0165 Oracle Database: SQL and PL/SQL Fundamentals Duration: 5 Days What you will learn This course is designed to deliver the fundamentals of SQL and PL/SQL along

More information

HOW-TO. Access Data using BCI. Brian Leach Consulting Limited. http://www.brianleach.co.uk

HOW-TO. Access Data using BCI. Brian Leach Consulting Limited. http://www.brianleach.co.uk HOW-TO Access Data using BCI http://www.brianleach.co.uk Contents Introduction... 3 Notes... 4 Defining the Data Source... 5 Check the Definition... 7 Setting up the BCI connection... 8 Starting with BCI...

More information

Aradial Installation Guide

Aradial Installation Guide Aradial Technologies Ltd. Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted. No part of this document

More information

IBM Informix ODBC Driver Programmer's Manual

IBM Informix ODBC Driver Programmer's Manual Informix Product Family Informix Client Software Development Kit Version 3.50 IBM Informix ODBC Driver Programmer's Manual SC23-9423-04 Informix Product Family Informix Client Software Development Kit

More information

ODBC Driver Version 4 Manual

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

More information

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24. Data Federation Administration Tool Guide SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package 7 2015-11-24 Data Federation Administration Tool Guide Content 1 What's new in the.... 5 2 Introduction to administration

More information

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Administration Guide BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Administration Guide Published: 2010-06-16 SWDT487521-1041691-0616023638-001 Contents 1 Overview: BlackBerry Enterprise

More information

Installation and Configuration Guide Simba Technologies Inc.

Installation and Configuration Guide Simba Technologies Inc. Simba Microsoft SQL Server ODBC Installation and Configuration Guide Simba Technologies Inc. September 10, 2015 Copyright 2015 Simba Technologies Inc. All Rights Reserved. Information in this document

More information

Websense Support Webinar: Questions and Answers

Websense Support Webinar: Questions and Answers Websense Support Webinar: Questions and Answers Configuring Websense Web Security v7 with Your Directory Service Can updating to Native Mode from Active Directory (AD) Mixed Mode affect transparent user

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

ODBC Applications: Writing Good Code

ODBC Applications: Writing Good Code 05_0137143931_ch05.qxd 2/17/09 2:04 PM Page 123 CHAPTER FIVE ODBC Applications: Writing Good Code D eveloping performance-optimized ODBC applications is not easy. Microsoft s ODBC Programmer s Reference

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

Database Administration with MySQL

Database Administration with MySQL Database Administration with MySQL Suitable For: Database administrators and system administrators who need to manage MySQL based services. Prerequisites: Practical knowledge of SQL Some knowledge of relational

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: +381 11 2016811 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn Understanding the basic concepts of relational databases ensure refined code by developers.

More information

Interactive Reporting Emailer Manual

Interactive Reporting Emailer Manual Brief Overview of the IR Emailer The Interactive Reporting Emailer allows a user to schedule their favorites to be emailed to them on a regular basis. It accomplishes this by running once per day and sending

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

Services. Relational. Databases & JDBC. Today. Relational. Databases SQL JDBC. Next Time. Services. Relational. Databases & JDBC. Today.

Services. Relational. Databases & JDBC. Today. Relational. Databases SQL JDBC. Next Time. Services. Relational. Databases & JDBC. Today. & & 1 & 2 Lecture #7 2008 3 Terminology Structure & & Database server software referred to as Database Management Systems (DBMS) Database schemas describe database structure Data ordered in tables, rows

More information

TIBCO Managed File Transfer Platform Server for UNIX Release Notes

TIBCO Managed File Transfer Platform Server for UNIX Release Notes TIBCO Managed File Transfer Platform Server for UNIX Release Notes Software Release 7.2.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Spring,2015. Apache Hive BY NATIA MAMAIASHVILI, LASHA AMASHUKELI & ALEKO CHAKHVASHVILI SUPERVAIZOR: PROF. NODAR MOMTSELIDZE

Spring,2015. Apache Hive BY NATIA MAMAIASHVILI, LASHA AMASHUKELI & ALEKO CHAKHVASHVILI SUPERVAIZOR: PROF. NODAR MOMTSELIDZE Spring,2015 Apache Hive BY NATIA MAMAIASHVILI, LASHA AMASHUKELI & ALEKO CHAKHVASHVILI SUPERVAIZOR: PROF. NODAR MOMTSELIDZE Contents: Briefly About Big Data Management What is hive? Hive Architecture Working

More information

Oracle Database: Introduction to SQL

Oracle Database: Introduction to SQL Oracle University Contact Us: 1.800.529.0165 Oracle Database: Introduction to SQL Duration: 5 Days What you will learn View a newer version of this course This Oracle Database: Introduction to SQL training

More information

1 Introduction. Ubuntu Linux Server & Client and Active Directory. www.exacq.com Page 1 of 14

1 Introduction. Ubuntu Linux Server & Client and Active Directory. www.exacq.com Page 1 of 14 Ubuntu Linux Server & Client and Active Directory 1 Introduction For an organization using Active Directory (AD) for user management of information technology services, integrating exacqvision into the

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: + 38516306373 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the

More information

Connectivity Pack for Microsoft Guide

Connectivity Pack for Microsoft Guide HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 2/20/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Reconfiguring VMware vsphere Update Manager

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

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1

User Migration Tool. Note. Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 9.0(1) 1 The (UMT): Is a stand-alone Windows command-line application that performs migration in the granularity of a Unified ICM instance. It migrates only Unified ICM AD user accounts (config/setup and supervisors)

More information

Database Migration from MySQL to RDM Server

Database Migration from MySQL to RDM Server MIGRATION GUIDE Database Migration from MySQL to RDM Server A Birdstep Technology, Inc. Raima Embedded Database Division Migration Guide Published: May, 2009 Author: Daigoro F. Toyama Senior Software Engineer

More information

How-To: MySQL as a linked server in MS SQL Server

How-To: MySQL as a linked server in MS SQL Server How-To: MySQL as a linked server in MS SQL Server 1 Introduction... 2 2 Why do I want to do this?... 3 3 How?... 4 3.1 Step 1: Create table in SQL Server... 4 3.2 Step 2: Create an identical table in MySQL...

More information

Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences. Mike Dempsey

Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences. Mike Dempsey Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences by Mike Dempsey Overview SQL Assistant 13.0 is an entirely new application that has been re-designed from the ground up. It has been

More information

Getting Started with RES ONE Automation 2015

Getting Started with RES ONE Automation 2015 Getting Started with RES ONE Automation 2015 Disclaimer Whilst every care has been taken by RES Software to ensure that the information contained in this document is correct and complete, it is possible

More information

Netezza PureData System Administration Course

Netezza PureData System Administration Course Course Length: 2 days CEUs 1.2 AUDIENCE After completion of this course, you should be able to: Administer the IBM PDA/Netezza Install Netezza Client Software Use the Netezza System Interfaces Understand

More information

800-782-3762 www.stbernard.com. Active Directory 2008 Implementation. Version 6.410

800-782-3762 www.stbernard.com. Active Directory 2008 Implementation. Version 6.410 800-782-3762 www.stbernard.com Active Directory 2008 Implementation Version 6.410 Contents 1 INTRODUCTION...2 1.1 Scope... 2 1.2 Definition of Terms... 2 2 SERVER CONFIGURATION...3 2.1 Supported Deployment

More information

Using Caché with ODBC

Using Caché with ODBC Using Caché with ODBC Version 2013.1 24 April 2013 InterSystems Corporation 1 Memorial Drive Cambridge MA 02142 www.intersystems.com Using Caché with ODBC Caché Version 2013.1 24 April 2013 Copyright 2013

More information

Exposed Database( SQL Server) Error messages Delicious food for Hackers

Exposed Database( SQL Server) Error messages Delicious food for Hackers Exposed Database( SQL Server) Error messages Delicious food for Hackers The default.asp behavior of IIS server is to return a descriptive error message from the application. By attacking the web application

More information

FileMaker Server 12. FileMaker Server Help

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

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

Managing User Accounts

Managing User Accounts Managing User Accounts This chapter includes the following sections: Configuring Local Users, page 1 Active Directory, page 2 Viewing User Sessions, page 6 Configuring Local Users Before You Begin You

More information

MOC 20461C: Querying Microsoft SQL Server. Course Overview

MOC 20461C: Querying Microsoft SQL Server. Course Overview MOC 20461C: Querying Microsoft SQL Server Course Overview This course provides students with the knowledge and skills to query Microsoft SQL Server. Students will learn about T-SQL querying, SQL Server

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

MySQL for Beginners Ed 3

MySQL for Beginners Ed 3 Oracle University Contact Us: 1.800.529.0165 MySQL for Beginners Ed 3 Duration: 4 Days What you will learn The MySQL for Beginners course helps you learn about the world's most popular open source database.

More information

Package sjdbc. R topics documented: February 20, 2015

Package sjdbc. R topics documented: February 20, 2015 Package sjdbc February 20, 2015 Version 1.5.0-71 Title JDBC Driver Interface Author TIBCO Software Inc. Maintainer Stephen Kaluzny Provides a database-independent JDBC interface. License

More information

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

Transbase R ODBC Driver Version 1.0

Transbase R ODBC Driver Version 1.0 Transbase R ODBC Driver Version 1.0 Transaction Software GmbH Willy-Brandt-Allee 2 D-81829 München Germany Phone: +49-89-62709-0 Fax: +49-89-62709-11 Email: info@transaction.de http://www.transaction.de

More information

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client.

The SSL device also supports the 64-bit Internet Explorer with new ActiveX loaders for Assessment, Abolishment, and the Access Client. WatchGuard SSL v3.2 Release Notes Supported Devices SSL 100 and 560 WatchGuard SSL OS Build 355419 Revision Date January 28, 2013 Introduction WatchGuard is pleased to announce the release of WatchGuard

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft SQL Server Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event Source: SQL Server Versions:

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

This presentation will discuss how to troubleshoot different types of project creation issues with Information Server DataStage version 8.

This presentation will discuss how to troubleshoot different types of project creation issues with Information Server DataStage version 8. This presentation will discuss how to troubleshoot different types of project creation issues with Information Server DataStage version 8. Page 1 of 29 The objectives of this module are to list the causes

More information