HP Vertica Integration with Informatica: Connection Guide. HP Vertica Analytic Database

Size: px
Start display at page:

Download "HP Vertica Integration with Informatica: Connection Guide. HP Vertica Analytic Database"

Transcription

1 HP Vertica Integration with Informatica: Connection Guide HP Vertica Analytic Database HP Big Data Document Release Date: September, 2015

2 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. The information contained herein is subject to change without notice. Restricted Rights Legend Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR and , Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Copyright Notice Copyright Hewlett-Packard Development Company, L.P. Trademark Notices Adobe is a trademark of Adobe Systems Incorporated. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. UNIX is a registered trademark of The Open Group. HP Vertica Integration with Informatica: Connection Guide Page 2

3 Contents About HP Vertica Connection Guides... 4 About This Document... 4 Informatica PowerCenter Overview... 4 History of Integration Between Informatica and HP Vertica... 4 PowerExchange Features for HP Vertica... 5 Configure and Connect to HP Vertica using the PWX Connector... 6 Install and Configure PowerExchange for HP Vertica... 6 Configure HP Vertica as Source and Target... 7 Create a Mapping... 8 Create a Workflow... 9 Configure the Workflow Run the Workflow Pushdown Optimization Pushdown Considerations Support for Pushdown Optimization Expressions Operators Variables Functions Transformations For More Information HP Vertica Integration with Informatica: Connection Guide Page 3

4 About HP Vertica Connection Guides HP Vertica connection guides provide basic information about setting up connections to HP Vertica from software that our technology partners create. These documents provide guidance using one specific version of HP Vertica and one specific version of the third-party vendor s software. Other versions of the third-party product may work with HP Vertica. However, Hewlett-Packard may not have tested these other versions. About This Document This document provides guidance using the latest versions of HP Vertica and Informatica as of September, Informatica PowerCenter Overview Informatica offers the PowerCenter platform for connecting to HP Vertica. PowerCenter is a scalable, highperformance enterprise ETL platform that provides the following major capabilities: Data delivery: Performing ETL (extract, transform, load) and ELT (extract, load, transform) operations, moving data among various data sources Data transformation: Basic, intermediate, and complex data transformation Design and development environment: Team-based development capabilities Metadata and modeling: Physical-to-logical data mapping, including graphical attribute-level mapping PowerCenter HotFix 2 includes the PowerExchange (PWX) Connector for HP Vertica. The PWX Connector for HP Vertica includes additional capabilities and performance improvements when connected to your HP Vertica database. This document assumes that the reader is familiar with both Informatica PowerCenter and HP Vertica. For this document, Hewlett-Packard tested connecting to HP Vertica 7.x using Informatica PowerCenter HotFix 2. History of Integration Between Informatica and HP Vertica Prior to PowerExchange (PWX) for HP Vertica, Hewlett-Packard developed and supported two connectors for Informatica and HP Vertica: In 2009, Hewlett-Packard developed the HP Vertica Plug-in for Informatica. This connector used the native method of loading data from Informatica into HP Vertica. In 2013, Hewlett-Packard replaced the earlier HP Vertica Plug-in for Informatica with a Java plug-in that supports all operating system platforms. This plug-in runs on generic JDBC and ODBC connections and includes new and improved features compared to the native plug-in. In 2014, Informatica released PWX Connector for HP Vertica. This connector includes enhancements to the partitioning and pushdown capabilities of Informatica. Hewlett-Packard recommends that you use the new PWX Connector for HP Vertica with Informatica PowerCenter HotFix 2 to connect to your HP Vertica database. The following timeline shows the history of plug-ins for connecting from Informatica to HP Vertica: HP Vertica Integration with Informatica: Connection Guide Page 4

5 PowerExchange Features for HP Vertica IT organizations can access data sources without having to develop custom data access utilities using a highperformance tool PowerExchange Connector for HP Vertica. PowerExchange Connector for HP Vertica provides connectivity between Informatica PowerCenter and HP Vertica. PWX uses the HP Vertica ODBC driver to write large volumes of data into HP Vertica. The major features of PWX for HP Vertica include: PWX for HP Vertica Feature Bulk mode or relational mode for processing HP Vertica data Description Bulk mode: Write large amounts of data to HP Vertica from multiple data sources. Bulk mode is only available for writing to HP Vertica. Relational mode: Read data from an HP Vertica source and write data to an HP Vertica target. Relational mode supports pushdown optimization. Design-time features Preview source and target data before mapping. Generate and execute DDL on HP Vertica. Import HP Vertica tables. Run-time features Set the commit type, interval sources, and interval targets. Update strategy: Data-driven approach to inserting, deleting, and updating data in HP Vertica. Partitioning support Key range: One or more ports make up a partition key. SQL transformation Lookup (cached and uncached) Connection resiliency Round robin: Data is distributed to one or more partitions. Hash-based: Data is distributed to partitions in groups. Uses HP Vertica COPY LOCAL statement for various partitions in the mapping pipeline. Flexibility to process logic per input row. Supports HP Vertica lookup in the existing data integration logic. High availability HP Vertica Integration with Informatica: Connection Guide Page 5

6 PWX for HP Vertica Feature Compatibility with HP Vertica Java Plug-in for Informatica Description Support for existing features SQL pushdown Source-side Target-side Full pushdown optimization Supported pushdown transformations Aggregator, filter, joiner, union, sort, router, and lookup transformation as source. Expression transformation as source, target, and full. Update transformation as full. (When the source and target database are the same, all transformations are pushed to the target.) Configure and Connect to HP Vertica using the PWX Connector PowerCenter includes the PowerExchange for HP Vertica connector. Informatica supports this connector from Informatica PowerCenter HotFix 2 onwards. Install and Configure PowerExchange for HP Vertica Before you start these procedures, you must install HP Vertica using the instructions in the HP Vertica Installation Guide. To install and configure PowerExchange for HP Vertica, perform the following steps on your Informatica server: 1. Ask Informatica Support for a license file that includes PowerExchange for HP Vertica license. 2. Ask Informatica Support for the Informatica PowerCenter HotFix 2 software. 3. Using the license file that contains PWX for HP Vertica, install PowerCenter HotFix Install the HP Vertica ODBC driver (7.0 and higher). For HP Vertica driver/server compatibility, review the information in HP Vertica 7.1.x Client Drivers in the HP Vertica documentation. 5. Create a configuration file named vertica.ini. This file defines the HP Vertica-specific settings required by the ODBC drivers. Here s an example vertica.ini file: [VerticaDriverName] DriverManagerEncoding=UTF-16 ODBCInstLib=<Informatica install Dir>/ODBC7.1/lib/libodbcinst.so ErrorMessagesPath=/opt/vertica/lib64 ## Installed Vertica Client Directory LogLevel=4 LogPath=/tmp For more information about the content of the vertica.ini file, see Location of the Additional Driver Settings in the HP Vertica documentation. 6. Set the VERTICAINI environment variable to the path to the vertica.ini file. 7. To use the PowerCenter bulk mode, register the PWX for HP Vertica connector: a. Make sure you have the PWX for HP Vertica XML file: <Informatica_installation_folder>\server\bin\plugin\VerticaConnector.xml. HP Vertica Integration with Informatica: Connection Guide Page 6

7 b. Follow the instructions to register the plug-in on the Informatica server in Registering the Plug-In's Metadata. You must specify Verticaconnector.xml as the plug-in file. c. After you have registered the plug-in, in the Repository, on the Plug-Ins tab, make sure you see the line that reads PowerExchange for HP Vertica. d. Before you continue, on the Repository Properties tab, you must switch the Operating mode back to Normal mode. For detailed instructions about registering PWX for HP Vertica, see the Informatica PowerExchange for HP Vertica User Guide for PowerCenter (Version Hotfix 2 and above) document, available from Informatica Support. Configure HP Vertica as Source and Target Use PowerCenter Designer to import HP Vertica source and target definitions. Before you import a source or target definition, you must create an ODBC data source for your HP Vertica database: 1. To configure an ODBC data source on Windows, set up a DSN for your HP Vertica database(s) using the Informatica Control Panel. Under Administrative Tool, click Data Source (ODBC). Make sure to test the connection to verify that you can connect. 2. To configure an ODBC data source on Linux or other non-windows platform, add the HP Vertica database entries to the <Informatica_Installation_Directory>\ODBC7.1\odbc.ini file. Here is an example odbc.ini file: [ODBC Data Sources] vertica_odbc=libverticaodbc.so [ODBC] InstallDir=/opt/infa/Informatica/9.6.1/ODBC7.1 Trace=0 TraceFile=/opt/infa/Informatica/9.6.1/odbctrace.out TraceDll=/opt/Infa/Informatica/9.6.1/ODBC7.1/lib/DWtrc27.so [vertica_odbc] Description = Vmart Database Driver = /opt/vertica/lib64/libverticaodbc.so Database = <database_name> Servername = <server_name> UID= <user_id> PWD= <password> Port = <port_number> ConnSettings= HP Vertica Integration with Informatica: Connection Guide Page 7

8 SSLKeyFile= SSLCertFile= Locale=UTF-8 3. Set the ODBCINI environment variable to the path to the odbc.ini file. 4. Using Informatica Designer, import the HP Vertica source and target definition. In the Source Analyzer, on the Source menu, select Import from the Database. 5. Select the tables you want to import and click OK. The table names you imported now include the (ODBC) designation. 6. In the Target Analyzer, on the Target menu, select Import from the Database. 7. Select the tables you want to import and click OK. The table names you imported include the (ODBC) designation. Create a Mapping After you have configured the source and target tables, use PowerCenter Designer to create a mapping and create the desired transformations: 1. Open the Mapping Designer. 2. On the Mapping menu, select Create. HP Vertica Integration with Informatica: Connection Guide Page 8

9 3. Name the new mapping and click OK. 4. Drag the source and target tables into the Mapping Designer. Create the transformation between the source and the target. 5. Save the mapping. Create a Workflow To create a workflow, you can use the Workflow Manager or the Mapping Designer. The following example shows how to use the Mapping Designer to create the workflow and configure the PWX Connector: HP Vertica Integration with Informatica: Connection Guide Page 9

10 1. In the Mapping Designer, right-click and select Generate Workflow. The Workflow Generation wizard opens. 2. Step 1: Select the desired Workflow Generation Option and click Next. 3. Step 2: From the drop-down list, select the Informatica Integration Service you want to run the workflow on. If needed, under Connection Object, change the connection setting for HP Vertica database. Click Next. 4. Step 3: Make any necessary changes to the workflow settings and click Next. 5. Step 4: When you see that the workflow generated successfully, click Finish. 6. Make changes to the connection, memory, properties, and other settings using the Workflow Manager. 7. After you have saved the changes, right-click the folder for the connector and click Connect. 8. In the Workflow Manager, reconnecting to the folder allows you to view the newly created workflow. HP Vertica Integration with Informatica: Connection Guide Page 10

11 Configure the Workflow 1. Drag the workflow into the Workflow Designer. 2. Double-click the task. The Edit Tasks window opens. 3. Select the Mapping tab. HP Vertica Integration with Informatica: Connection Guide Page 11

12 4. In the left-hand pane, select your source. Under Readers, the value should be Relational Reader. Under Connections > Value, check that the HP Vertica connector is listed. 5. If needed, under Properties, change the attribute values. 6. In the left-hand pane, select your target. Under Writers, the value should be Relational Writer. Under Connections > Value, check that the HP Vertica connector is listed. 7. If needed, under Properties, change the attribute values. 8. In the Edit Tasks dialog box, select the Properties tab. Change the Commit Interval from the default (10000) to , , or , depending on how many data rows you are loading. When writing large HP Vertica Integration with Informatica: Connection Guide Page 12

13 amounts of data to HP Vertica, larger commit intervals can improve the load performance. 9. Make any other desired changes to the attributes. When you have completed your changes, click Apply and OK. 10. Save the workflow. Run the Workflow 1. To run your workflow, right-click in the Workflow Manager and select Start Workflow. 2. To check the status of your running workflow, open the Workflow Monitor and select the folder for your workflow. The Workflow Monitor displays the status of the running workflow. The following window shows that the wf_m_demo_mapping workflow is running (no errors have occurred) and another workflow has completed successfully. HP Vertica Integration with Informatica: Connection Guide Page 13

14 3. When the running workflow completes, the Status reads either Succeeded or Failed. 4. To review the workflow logs, right-click s_m_<mapping_name> and select Get Session Log. 5. Review the session logs. Here is a sample from a successful workflow run: HP Vertica Integration with Informatica: Connection Guide Page 14

15 The session logs list any error or issue that occurred while the workflow was running. The session logs also show the number of rows that the workflow committed to the HP Vertica target, depending on the value of the commit interval. Pushdown Optimization PowerExchange for HP Vertica supports three types of pushdown optimization: Source Side PowerCenter pushes certain transformations to the source database only. Use source-side pushdown optimization where you are downloading data into a file from an HP Vertica database. Target Side PowerCenter pushes certain transformations to the target database only. Use target-side pushdown optimization when you want to load data from a file or other database into HP Vertica. Full PowerCenter pushes all tranformations to the target database when the source and target database are the same. This situation requires a relational mode connection. Use full pushdown optimization to load data from HP Vertica, use Informatica to transform the data, and then write it back to the database. Pushdown Considerations Consider the following when using pushdown optimization with Informatica and HP Vertica: HP Vertica strips the padding spaces from CHAR column values when you push down a function that takes a CHAR column as an argument. Pushdown compatibility for connection properties have to be identical for the source and target databases. The connection properties are: Code Page Connect String Connection environment SQL HP Vertica Integration with Informatica: Connection Guide Page 15

16 Transaction environment SQL Qualifying name for a table is <database_name>.<schema_name>.<table_name> Support for Pushdown Optimization Expressions Operators + - * / % = > < >= <= <>!= ^= NOT AND OR Variables SESSSTARTTIME SYSDATE Functions Functions listed with a * can be pushed to HP Vertica using source-side pushdown optimization. ABS() FLOOR() MIN() SYSDATE() ADD_TO_DATE() GET_DATE_PART() MOD() SYSTIMESTAMP() ASCII() IIF() POWER() TAN() AVG() INITCAP() ROUND(DATE)* TANH() CEIL()* INSTR() ROUND(NUMBER)* TO_BIGINT CHR() ISNULL() RPAD() TO_CHAR(DATE) CONCAT() LAST_DAY() RTRIM() TO_CHAR(NUMBER) COS() LENGTH() SIGN()* TO_DATE() COSH() LN() SIN() TO_DECIMAL() COUNT() LOG()* SINH() TO_FLOAT() HP Vertica Integration with Informatica: Connection Guide Page 16

17 DATE_COMPARE() LOOKUP SOUNDEX() TO_INTEGER() DATE_DIFF() LOWER() SQRT() TRUNC(DATE)* DECODE() LPAD() STDDEV() TRUNC(NUMBER)* EXP() LTRIM() SUBSTR() UPPER() MAX() SUM() VARIANCE() Transformations PWX for HP Vertica supports the following transformations: Transformation Aggregator transformation Expression transformation Filter transformation Joiner transformation Lookup transformation Router transformation Sorter transformation Source qualifier transformation Target transformation Union transformation Update strategy transformation Pushdown type Source-side, Full Source-side, Target-side, Full Source-side, Full Source-side, Full Source-side, Full Source-side, Full Source-side, Full Source-side, Full Target-side, Full Source-side, Full Full For more details, see the Informatica PowerCenter Advanced Workflow Guide (Version HotFix 2 onwards). For More Information For More Information About Tips and techniques for optimizing your HP Vertica and Informatica connection Informatica See <T&T document on community> HP Vertica Integration with Informatica: Connection Guide Page 17

18 PowerCenter HP Vertica Community Edition HP Vertica Big Data and Analytics Community HP Vertica Integration with Informatica: Connection Guide Page 18

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

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

Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database. Software Version: 7.2.x

Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database. Software Version: 7.2.x Vertica OnDemand Getting Started Guide HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 12/15/2015 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise

More information

HP Vertica Integration with SAP Business Objects: Tips and Techniques. HP Vertica Analytic Database

HP Vertica Integration with SAP Business Objects: Tips and Techniques. HP Vertica Analytic Database HP Vertica Integration with SAP Business Objects: Tips and Techniques HP Vertica Analytic Database HP Big Data Document Release Date: June 23, 2015 Legal Notices Warranty The only warranties for HP products

More information

Configure an ODBC Connection to SAP HANA

Configure an ODBC Connection to SAP HANA Configure an ODBC Connection to SAP HANA 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 FTP Server Configuration Table of contents Overview... 2 IIS FTP server configuration... 2 Installing FTP v7.5 for IIS... 2 Creating an FTP site with basic authentication...

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Word Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Word Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

More information

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.1.x

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.1.x HP Vertica Analytic Database Software Version: 7.1.x Document Release Date: 10/14/2015 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

Supported Platforms HPE Vertica Analytic Database. Software Version: 7.2.x

Supported Platforms HPE Vertica Analytic Database. Software Version: 7.2.x HPE Vertica Analytic Database Software Version: 7.2.x Document Release Date: 2/4/2016 Legal Notices Warranty The only warranties for Hewlett Packard Enterprise products and services are set forth in the

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Word Add-in Guide Document Release Date: November 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Disaster Recovery Guide Table of contents Overview... 2 General recovery process... 2 Recovering the HPDM Server... 5 Backing up the data... 5 Installing the

More information

HP IMC User Behavior Auditor

HP IMC User Behavior Auditor HP IMC User Behavior Auditor Administrator Guide Abstract This guide describes the User Behavior Auditor (UBA), an add-on service module of the HP Intelligent Management Center. UBA is designed for IMC

More information

HP OpenView AssetCenter

HP OpenView AssetCenter HP OpenView AssetCenter Software version: 5.0 Integration with software distribution tools Build number: 50 Legal Notices Warranty The only warranties for HP products and services are set forth in the

More information

HP Data Protector Integration with Autonomy IDOL Server

HP Data Protector Integration with Autonomy IDOL Server HP Data Protector Integration with Autonomy IDOL Server Introducing e-discovery for HP Data Protector environments Technical white paper Table of contents Summary... 2 Introduction... 2 Integration concepts...

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Backup Exec 11D VSS Snapshots and Transportable Offhost Backup Legal Notices Warranty The only warranties for HP products and services are set

More information

How to Configure a Secure Connection to Microsoft SQL Server

How to Configure a Secure Connection to Microsoft SQL Server How to Configure a Secure Connection to Microsoft SQL Server 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

ETL Tools. L. Libkin 1 Data Integration and Exchange

ETL Tools. L. Libkin 1 Data Integration and Exchange ETL Tools ETL = Extract Transform Load Typically: data integration software for building data warehouse Pull large volumes of data from different sources, in different formats, restructure them and load

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Configuring User Authentication...

More information

Data Domain Discovery in Test Data Management

Data Domain Discovery in Test Data Management Data Domain Discovery in Test Data Management 1993-2016 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 LDAP Troubleshooting Guide Table of contents Introduction... 2 HPDM LDAP-related context and background... 2 LDAP in HPDM... 2 Full domain account name login...

More information

HP Vertica on Amazon Web Services Backup and Restore Guide

HP Vertica on Amazon Web Services Backup and Restore Guide HP Vertica on Amazon Web Services Backup and Restore Guide HP Vertica Analytic Database Software Version: 7.1.x Document Release Date: 8/13/2015 Legal Notices Warranty The only warranties for HP products

More information

HP Enterprise Integration module for SAP applications

HP Enterprise Integration module for SAP applications HP Enterprise Integration module for SAP applications Software Version: 2.50 User Guide Document Release Date: May 2009 Software Release Date: May 2009 Legal Notices Warranty The only warranties for HP

More information

HP Server Automation Enterprise Edition

HP Server Automation Enterprise Edition HP Server Automation Enterprise Edition Software Version: 10.0 User Guide: Server Patching Document Release Date: June 13, 2013 Software Release Date: June 2013 Legal Notices Warranty The only warranties

More information

HP Quality Center. Software Version: 9.20. Microsoft Excel Add-in Guide

HP Quality Center. Software Version: 9.20. Microsoft Excel Add-in Guide HP Quality Center Software Version: 9.20 Microsoft Excel Add-in Guide Document Release Date: September 2008 Software Release Date: January 2008 Legal Notices Warranty The only warranties for HP products

More information

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x

Supported Platforms. HP Vertica Analytic Database. Software Version: 7.0.x HP Vertica Analytic Database Software Version: 7.0.x Document Release Date: 5/7/2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements

More information

How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox

How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox How to use Data Protector 6.0 or 6.10 with Exchange Recovery Storage Groups to restore a single mailbox Introduction... 3 Exchange 2003... 4 Creating a Recovery Storage Group... 4 Restoring the Information

More information

HP Access Control Express Installation Guide

HP Access Control Express Installation Guide HP Access Control Express Installation Guide 1 HP Access Control Express Installation Guide Reference number: 20111005 Edition: November 2011 2 Legal notices (c) Copyright 2011 Hewlett-Packard Development

More information

Connect to an SSL-Enabled Microsoft SQL Server Database from PowerCenter on UNIX/Linux

Connect to an SSL-Enabled Microsoft SQL Server Database from PowerCenter on UNIX/Linux Connect to an SSL-Enabled Microsoft SQL Server Database from PowerCenter on UNIX/Linux 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

HP Quality Center. Software Version: 10.00. Microsoft Excel Add-in Guide

HP Quality Center. Software Version: 10.00. Microsoft Excel Add-in Guide HP Quality Center Software Version: 10.00 Microsoft Excel Add-in Guide Document Release Date: February 2012 Software Release Date: January 2009 Legal Notices Warranty The only warranties for HP products

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

HP ALM Best Practices Series

HP ALM Best Practices Series HP ALM Best Practices Series For ALM Practitioners Business Process Models Best Practices Document Release Date: June 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

HP Software as a Service

HP Software as a Service HP Software as a Service Software Version: 6.1 Federated SSO Document Release Date: August 2013 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers

Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers Instructions for installing Microsoft Windows Small Business Server 2003 R2 on HP ProLiant servers integration note Abstract... 2 Installation requirements checklists... 3 HP ProLiant server checklist...

More information

HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE

HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE You can read the recommendations in the user guide, the technical guide or the installation guide for HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE. You'll find the answers to all your questions on the HP EMAIL

More information

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide

HP Quality Center. Software Version: 9.20. Version Control Add-in Guide HP Quality Center Software Version: 9.20 Version Control Add-in Guide Document Number: QCGENVC9.2/01 Document Release Date: May 2007 Software Release Date: May 2007 Legal Notices Warranty The only warranties

More information

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

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

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Best Practices Best Practice for Active Monitoring of LeftHand SANs Legal Notices Warranty The only warranties for HP products and services are set forth in the

More information

Sharing Pictures, Music, and Videos on Windows Media Center Extender

Sharing Pictures, Music, and Videos on Windows Media Center Extender Sharing Pictures, Music, and Videos on Windows Media Center Extender Applies to: Microsoft Windows XP Media Center Edition Microsoft Windows Media Center Extender Microsoft Windows Media Center Extender

More information

Data Domain Profiling and Data Masking for Hadoop

Data Domain Profiling and Data Masking for Hadoop Data Domain Profiling and Data Masking for Hadoop 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

More information

SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06. Information Design Tool User Guide

SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06. Information Design Tool User Guide SAP BusinessObjects Business Intelligence platform Document Version: 4.1 Support Package 5-2014-11-06 Table of Contents 1 What's new in the....14 2 Getting started with the information design tool....18

More information

HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant

HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant HP BladeSystem Management Pack version 1.0 for Microsoft System Center Essentials Troubleshooting Assistant Part Number 465399-001 November 2007 (First Edition) Copyright 2007 Hewlett-Packard Development

More information

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide

HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management

More information

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Technical white paper Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Table of contents Executive summary... 3 Configuration Manager features... 3 Asset

More information

HP INTEGRATED ARCHIVE PLATFORM

HP INTEGRATED ARCHIVE PLATFORM You can read the recommendations in the user guide, the technical guide or the installation guide for HP INTEGRATED ARCHIVE PLATFORM. You'll find the answers to all your questions on the HP INTEGRATED

More information

HP ThinShell. Administrator Guide

HP ThinShell. Administrator Guide HP ThinShell Administrator Guide Copyright 2014 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of the Microsoft group of companies. Confidential computer

More information

Running a Workflow on a PowerCenter Grid

Running a Workflow on a PowerCenter Grid Running a Workflow on a PowerCenter Grid 2010-2014 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

HP Software as a Service. Federated SSO Guide

HP Software as a Service. Federated SSO Guide HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty

More information

HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11.

HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11. HP SiteScope For the Windows, Solaris, and Linux operating systems Software Version: 11.23 HP Vertica Solution Template Best Practices Document Release Date: December 2013 Software Release Date: December

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 Database Troubleshooting Guide Table of contents Overview... 2 Using MS SQL Server... 2 Using PostgreSQL... 3 Troubleshooting steps... 3 Migrate Database...

More information

HP ProLiant DL380 G5 High Availability Storage Server

HP ProLiant DL380 G5 High Availability Storage Server HP ProLiant DL380 G5 High Availability Storage Server installation instructions *5697-7748* Part number: 5697 7748 First edition: November 2008 Legal and notice information Copyright 1999, 2008 Hewlett-Packard

More information

HP Device Manager 4.6

HP Device Manager 4.6 Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Integration of Oracle BI Publisher with Oracle Business Intelligence Enterprise Edition Purpose This tutorial mainly covers how Oracle BI Publisher is integrated with

More information

HP Business Service Management

HP Business Service Management HP Business Service Management For the Windows and Linux operating systems Software Version: 9.23 High Availability Fine Tuning - Best Practices Document Release Date: December 2013 Software Release Date:

More information

Microsoft Dynamics NAV Connector. User Guide

Microsoft Dynamics NAV Connector. User Guide Microsoft Dynamics NAV Connector User Guide Microsoft Dynamics NAV Connector, version 1.0 Copyright Bottomline Technologies, Inc. 2008. All Rights Reserved Information in this document is subject to change

More information

Bluetooth for Windows

Bluetooth for Windows Bluetooth for Windows Getting Started Copyright 2006 Hewlett-Packard Development Company, L.P. Microsoft and Windows are U.S. registered trademarks of Microsoft Corporation. Bluetooth is a trademark owned

More information

HP Application Lifecycle Management

HP Application Lifecycle Management HP Application Lifecycle Management Software Version: 11.00 Microsoft Excel Add-in Guide Document Release Date: February 2011 Software Release Date: October 2010 Legal Notices Warranty The only warranties

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

HP Image Assistant. Table of contents. Quick Start Guide

HP Image Assistant. Table of contents. Quick Start Guide HP Image Assistant Quick Start Guide Table of contents Overview... 2 Glossary... 2 System requirements... 2 Using HPIA... 2 Downloading HPIA... 2 Capturing a Golden Image configuration file... 3 Using

More information

HP PolyServe Software 4.1.0 upgrade guide

HP PolyServe Software 4.1.0 upgrade guide HP StorageWorks HP PolyServe Software 4.1.0 upgrade guide This document describes how to upgrade to HP PolyServe Matrix Server 4.1.0, HP PolyServe Software for Microsoft SQL Server 4.1.0, and HP PolyServe

More information

XMailer Reference Guide

XMailer Reference Guide XMailer Reference Guide Version 7.00 Wizcon Systems SAS Information in this document is subject to change without notice. SyTech assumes no responsibility for any errors or omissions that may be in this

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

The purpose of this document is to describe how to connect Crystal Reports with BMC Remedy AR System using ODBC.

The purpose of this document is to describe how to connect Crystal Reports with BMC Remedy AR System using ODBC. UCL INFORMATION SERVICES DIVISION CRYSTAL REPORTS INTEGRATING WITH REMEDY The purpose of this document is to describe how to connect Crystal Reports with BMC Remedy AR System using ODBC. 1. Install BMC

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Request Management help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

How to Install and Configure EBF15328 for MapR 4.0.1 or 4.0.2 with MapReduce v1

How to Install and Configure EBF15328 for MapR 4.0.1 or 4.0.2 with MapReduce v1 How to Install and Configure EBF15328 for MapR 4.0.1 or 4.0.2 with MapReduce v1 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

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

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001

HP External Hard Disk Drive Backup Solution by Seagate User Guide. November 2004 (First Edition) Part Number 373652-001 HP External Hard Disk Drive Backup Solution by Seagate User Guide November 2004 (First Edition) Part Number 373652-001 Copyright 2004 Hewlett-Packard Development Company, L.P. The information contained

More information

Connecting LISTSERV to an Existing Database Management System (DBMS)

Connecting LISTSERV to an Existing Database Management System (DBMS) Whitepaper Connecting LISTSERV to an Existing Database Management System (DBMS) September 14, 2010 Copyright 2010 L-Soft international, Inc. Information in this document is subject to change without notice.

More information

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

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

More information

HP Real User Monitor. Release Notes. For the Windows and Linux operating systems Software Version: 9.21. Document Release Date: November 2012

HP Real User Monitor. Release Notes. For the Windows and Linux operating systems Software Version: 9.21. Document Release Date: November 2012 HP Real User Monitor For the Windows and Linux operating systems Software Version: 9.21 Release Notes Document Release Date: November 2012 Software Release Date: November 2012 Legal Notices Warranty The

More information

HP CloudSystem Enterprise

HP CloudSystem Enterprise HP CloudSystem Enterprise F5 BIG-IP and Apache Load Balancing Reference Implementation Technical white paper Table of contents Introduction... 2 Background assumptions... 2 Overview... 2 Process steps...

More information

HP Business Service Management

HP Business Service Management HP Business Service Management for the Windows and Linux operating systems Software Version: 9.10 Business Process Insight Server Administration Guide Document Release Date: August 2011 Software Release

More information

HP ALM. Software Version: 12.50. Tutorial

HP ALM. Software Version: 12.50. Tutorial HP ALM Software Version: 12.50 Tutorial Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP products and services are set forth in

More information

HP Web Jetadmin Database Connector Plug-in reference manual

HP Web Jetadmin Database Connector Plug-in reference manual HP Web Jetadmin Database Connector Plug-in reference manual Copyright notice 2004 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation or translation without prior written permission

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

HP Softpaq Download Manager and HP System Software Manager

HP Softpaq Download Manager and HP System Software Manager Technical white paper HP Softpaq Download Manager and HP System Software Manager A Powerful Combination Table of contents Executive summary... 2 Overview of HP SDM and HP SSM... 2 Use case for HP SDM and

More information

User Guide. Informatica Smart Plug-in for HP Operations Manager. (Version 8.5.1)

User Guide. Informatica Smart Plug-in for HP Operations Manager. (Version 8.5.1) User Guide Informatica Smart Plug-in for HP Operations Manager (Version 8.5.1) Informatica Smart Plug-in for HP Operations Manager User Guide Version 8.5.1 December 2008 Copyright 2008 Informatica Corporation.

More information

HP Server Management Packs for Microsoft System Center Essentials User Guide

HP Server Management Packs for Microsoft System Center Essentials User Guide HP Server Management Packs for Microsoft System Center Essentials User Guide Part Number 460344-001 September 2007 (First Edition) Copyright 2007 Hewlett-Packard Development Company, L.P. The information

More information

Modem and Local Area Networks. Document Part Number: 383057-002

Modem and Local Area Networks. Document Part Number: 383057-002 and Local Area Networks Document Part Number: 383057-002 October 2005 Contents 1 Modem Using the modem cable............................ 2 Using a country-specific modem cable adapter.......... 3 Modem

More information

Creating a universe on Hive with Hortonworks HDP 2.0

Creating a universe on Hive with Hortonworks HDP 2.0 Creating a universe on Hive with Hortonworks HDP 2.0 Learn how to create an SAP BusinessObjects Universe on top of Apache Hive 2 using the Hortonworks HDP 2.0 distribution Author(s): Company: Ajay Singh

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

AWS Schema Conversion Tool. User Guide Version 1.0

AWS Schema Conversion Tool. User Guide Version 1.0 AWS Schema Conversion Tool User Guide AWS Schema Conversion Tool: User Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may

More information

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks HP LoadRunner Software Version: 11.00 Ajax TruClient Tips & Tricks Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and

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

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.20 RESTful Web Services Guide Document Release Date: February 2013 Software Release Date: February 2013 Legal Notices Warranty The only warranties

More information

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console server to server migration guide. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console server to server migration guide Product : 5.1 Document date: June 2012 Contents 1 About this guide...3 2 Terminology...4 3 Assumptions...5 4 Prerequisite...6 5 What are the key

More information

WHITE PAPER. HP Guide to System Recovery and Restore

WHITE PAPER. HP Guide to System Recovery and Restore WHITE PAPER January 2003 Prepared By PSG Product Software Engineering Hewlett-Packard Company CONTENTS Purpose3 Using Safe Mode To Diagnose And Correct Problems 4 Using the Recovery Console To Repair Damaged

More information

HP Device Manager 4.7

HP Device Manager 4.7 Technical white paper HP Device Manager 4.7 FTPS Certificates Configuration Table of contents Overview... 2 Server certificate... 2 Configuring a server certificate on an IIS FTPS server... 2 Creating

More information

HP ThinPro. Table of contents. Enabling RemoteFX for RDP. Technical white paper

HP ThinPro. Table of contents. Enabling RemoteFX for RDP. Technical white paper Technical white paper HP ThinPro Enabling RemoteFX for RDP Table of contents Overview... 2 Operating system requirements... 2 USB redirection... 2 Enabling RemoteFX on the RDP server... 2 Windows 7 and

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720

Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients. HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your thin client running Right out of the box Quick start to evaluating HP Windows Embedded Standard 2009 Thin Clients HP t5630w, HP t5730w, HP t5740, HP gt7720 Get your new thin client system up and

More information

HP D2D NAS Integration with HP Data Protector 6.11

HP D2D NAS Integration with HP Data Protector 6.11 HP D2D NAS Integration with HP Data Protector 6.11 Abstract This guide provides step by step instructions on how to configure and optimize HP Data Protector 6.11 in order to back up to HP D2D Backup Systems

More information

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

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

More information