Understanding and Leveraging Improvements in SAP Data Integration and Data Services Platform 4.2

Size: px
Start display at page:

Download "Understanding and Leveraging Improvements in SAP Data Integration and Data Services Platform 4.2"

Transcription

1 September 9 11, 2013 Anaheim, California Understanding and Leveraging Improvements in SAP Data Integration and Data Services Platform 4.2 Tanya Milanovic

2 Enterprise Information Management with SAP Understand the big picture of SAP s enterprise information management offerings Explore step-by-step instructions for working with SAP Data Services Reviews are in! Learn how to perform the most important tasks in SAP Information Steward, SAP NetWeaver Information Lifecycle Management, SAP Master Data Governance, and more All royalties donated to Doctors Without Borders A consistent Top 10 Best-seller with SAP Press!

3 Learning Points Major improvements in Data Integration between Data Services 3.2 and 4.2 in areas of: Security and Supportability BIG DATA and Performance Usability 3

4 What is SAP Data Services? SAP Data Services unifies leading data integration, data quality management, and data profiling solutions in a single enterpriseclass product. Features: one development UI, metadata repository, data connectivity layer, run-time environment, and management console. 3.2 was good, 4.2 is much, much better 4

5 Learning Points Major improvements in Data Integration between Data Services 3.2 and 4.2 in areas of: Security and Supportability BIG DATA and Performance Usability 5

6 DS 4.0 Security and Supportability Improved security in architecture and user management through tight integration with SAP BusinessObjects Enterprise (BI) 6

7 DS 4.0 Security and Supportability Deployment scenarios: Wiki: KBA/SAPNote: SAP Data Services 4.x and SAP Information Steward 4.x compatibility with SAP Business Objects BI Platform and Information Platform Services. 7

8 DS 4.0 Security and Supportability Improved security in Architecture: SSL used for all TCP/IP communication channels in DS Disable SSL encryption for improved performance: For Management Console HTTPS is supported now BMC (BusinessObjects cryptographic module) used for Export/Import of ATL. 8

9 DS 4.0 Security and Supportability New Security Model for User Management One system to manage all users (BI and DS) Common set of users for Designer/MC/Central Repo (in 3.2 this required 3 different username/passwords) Support for LDAP and Active Directory for user Authentication Control over which repositories a user when logged onto MC can access (in 3.2 if logged on access to all repos) Enforce password policies 9

10 DS 4.0 Security and Supportability DS 4.0 Solution Manager 7.1 integration: Centralized monitoring, trouble-shooting, and performance statistics at a single glance CPU/memory usage, total execution time at job level as well as aggregated for job server and host 10

11 DS 4.1 Security and Supportability A pop-up message will appear when trying to log onto Designer or in MC when a DQ report is opened if a user without the 'retrieve password' right granted tries to use a repository. 11

12 DS 4.1 Security and Supportability Enhanced ABAP function modules now have their own name space /BODS/ instead of custom Z name space. Only the DS user is allowed now to call the DS functions - need to add: ZDSAUTH, ZDSDEV, ZPGMCHK & ZSDS authorization objects (part of DS function transport) 12

13 DS 4.1 Security and Supportability New locations for user-specific and common configuration files and logs %DS_COMMON_DIR%: %SYSTEMDRIVE%\ProgramData For all common configuration files, log files, DSConfig.txt %DS_USER_DIR%: %SYSTEMDRIVE%\Users\<user> For user specific configuration files, DSUserConfig.txt Simpler to set up DS on Citrix - no need to manually copy files and create user-specific folders. 13

14 DS 4.1 Security and Supportability The monitor sample rate changed from a row-based trigger to a time-based trigger Before: by default every 1000 rows (performance impact). Now each five seconds the status of all threads is written. 14

15 DS 4.1 Security and Supportability Improved monitor log information to identify performance bottlenecks. CPU utilization of the entire process. CPU utilization of the thread Input buffer rows used and input buffer row size 15

16 DS 4.2 Security and Supportability Data Services Job Lifecycle Management Web-based tool to manage job promotion from development to production securely New 3-step wizard in Management Console for export or import of data New user rights in CMC 16

17 DS 4.2 Security and Supportability Export: 1. Select source repository and object types 2. Select objects to promote and target 3. Export Support of FTP, SFTP, and Shared Directory 17

18 DS 4.2 Security and Supportability Import: 1. Select target repository 2. Select objects to import 3. Import 18

19 Learning Points Major improvements in Data Integration between Data Services 3.2 and 4.2 in areas of: Security and Supportability BIG DATA and Performance Usability 19

20 DS 4.0 BIG DATA and Performance DS is the engine to load data into SAP HANA. SAP HANA Modeler uses DS to browse and import external metadata, generate initial flows (further modifiable in DS Designer). Support for Teradata Fast Export (fast extraction) and increased number of push down functions 20

21 DS 4.0 BIG DATA and Performance New SAP Interface support- Extractors ABAP, IDOCs, RFCs/BAPIs, RFC_Read_Table and now Extractors Use case: If you have SAP Application but not BW or you want to integrate data from another source that is not ECC you can use DS now with Extractors Delta queue support through ODP API 200+ extractors officially released for DS by the Business Suite 21

22 DS 4.0 BIG DATA and Performance Support for new BW 7.3 staging BAPI for native loading of BW 7.x datastores (no need for BW 3.5 emulation mode). Better Unicode data handling: updated SAP NetWeaver RFC SDK. RFC server now allows for parallel processing for BW loading and extraction via Open Hub. Sources and targets: Synonym support (Oracle, DB2) ODBC improvements Webservice Datastore Configurations 22

23 DS 4.1 BIG DATA and Performance Enhanced HANA support: Improved load performance and support for bulk updates (also part of DS 4.0 SP2). Support for stored procedures. Advanced pushdown - leverage HANA's capabilities for transformation. HANA can be used to store DS repository. 23

24 DS 4.1 BIG DATA and Performance Hadoop support: Support for reading from and loading to HDFS and Hadoop. Text Data Processing and Query processing as MapReduce functions, utilizing Hive add-on and PIG scripts. Push down support (joins, sorting, filter and projection, aggregate functions, text data processing) 24

25 DS 4.1 BIG DATA and Performance Sybase IQ loading performance enhancements: bulk updates support and using binary data format Teradata bulk load enhancements - support for bulk deletes MSSQL 2008 CDC support: support for CDC and Change Tracking 25

26 DS 4.1 BIG DATA and Performance Data streaming (no intermediate data files needed) for ABAP dataflows via new RFC method RFC_READ_TABLE when transport method is RFC supports large amounts of data now (does not support joins) Parallel reading from business content extractors Load balancing support in SAP datastores 26

27 DS 4.2 BIG DATA and Performance Hana is the only database that has a script language supporting parallel processing. Hence we can push down tasks that are not possible to express in SQL efficiently, i.e. Validation transforms with certain rules Loading multiple tables in parallel Merge transform You can now turn an entire dataflow into a calculation view. 27

28 DS 4.2 BIG DATA and Performance You can build a dataflow and switch back and forth between materializing the data by loading the physical target table or by keeping it virtual (the target object being the Calc view) 28

29 DS 4.2 BIG DATA and Performance Social media and Adapter SDK Allows Customers, Partners and SAP to develop and deploy connectors to technical and application systems. SQL push-down based on data source capabilities Change Data Capture (CDC) framework for data movement in real time Built in SQL parser to help convert data access statements to SQLlike languages Use case: connect with NoSQL databases like Cassandra and social media sources like Twitter 29

30 DS 4.2 BIG DATA and Performance Real-time Data Integration: Real-time and continuous CDC updates with complex transformation and data quality for any data intensive projects to both ERP and non ERP sources. Guaranteed data delivery, zero fault tolerance, and zero operational downtime 30

31 DS 4.2 BIG DATA and Performance First introduced In DS 4.1 SP1: Continuous Workflow Runs its child data flows in a loop, keeping the min memory for next iteration. Connecting to repository, parse/optimize/compile ATL and open DB connections performed only once, improving performance. 31

32 DS 4.2 BIG DATA and Performance Over 5000 Extractors certified with DS Reading ABAP table directly (RFC_READ_TABLE) can be partitioned and will be faster then ABAP dataflow DS provided functions got added to the SAP stack shipped with SAP application modules PI_BASIS, SAP_APPL and SAP_BW 32

33 Learning Points Major improvements in Data Integration between Data Services 3.2 and 4.2 in areas of: Security and Supportability BIG DATA and Performance Usability 33

34 DS 4.0 Usability Query transform Improved support for outer joins, now supporting ANSI/SQL92 joins (using ON clause instead of WHERE clause). More predictable results in complex outer joins and better performance due to more pushdown. New UI more intuitive to use: All join properties on one tab Join ranks and cache settings defined in FROM tab 34

35 DS 4.0 Usability Validation Transform: define multiple rules for one column and bind a rule to multiple columns Hierarchy_Flattening transform supports circular dependencies New functions: encryption/decryption, generating UUIDs 35

36 DS 4.1 Usability Data Services Workbench 1.0 Replicate data and metadata from 3rd party databases into targets via simple wizard. 1. Set up connections to source and target system 2. Select the required tables from the source (or simply select all tables) 3. Generate and execute the job to move all data with one mouse click Bulk-load: SAP HANA Sybase IQ Teradata 36

37 DS 4.1 Usability XML_Map Transform Easily nest and un-nest hierarchical data structures. Use iteration rules for repeatable object construction. Target columns can be used in where clause, order by, group by, DISTINCT and aggregate functions. 37

38 DS 4.1 Usability Design-Time Data Viewer To invoke the Design-Time Data Viewer, select Debug->View Design- Time Data. Users can select 'View Automatically' for automatic data refresh upon any transform design change. Output display data can be filtered (default 50 rows) to improve display performance. 38

39 DS 4.2 Usability Data Services Workbench 2.0 Supports tables from multiple sources, including delimited text files, in a single replication job. Each replication job can be organized into multiple groups that are executed in parallel in a DS workflow. 39

40 DS 4.2 Usability One step query creation Automatic table joins Automatic column mappings 40

41 DS 4.2 Usability Apply expression macros to selected columns to reduce repetitive manual mappings Basic Cleanse 41

42 DS 4.2 Usability Analyze data flow lineage and transform metadata to improve quality of data integration View transformation metadata 42

43 DS 4.2 Usability Supported sources, targets and transforms 43

44 DS 4.2 Usability Enhanced Map_Operation Transform to allow for complex data transformation with non normal row types supports mapping expressions Before: After: 44

45 DS 4.2 Usability Different Mappings can be used for insert(=normal)/update/delete rows If left empty a 1:1 mapping is used just as in the previous releases of DS Mapping field used depends on the input row OPCODE before_image() - new function which is available only in the Map_Operation update mapping 45

46 DS 4.2 Usability UC1: Target should have two timestamps, INSERT_DATE and LAST_UPDATE_DATE 46

47 DS 4.2 Usability UC2: Input has a BALANCE column, we want to know the BALANCE_CHANGE 47

48 DS 4.2 Usability UC3: Delta dataflow for aggregation (some sources only give change amount) UC4: Slowly Changing Dimensions Type 3: table has a current and a previous column for each attribute CURRENT_NAME is the CUSTOMER_NAME, the PREVIOUS_NAME is the before_image(customer_name) 48

49 DS 4.2 Usability Enhanced XML_Map Transform: batch mode allows you to break input data set into subsets 49

50 DS 4.2 Usability Entity_Extraction Transform improved to simplify Text Data Processing data flows and improve results: Single transform for multiple languages Automatic language identification and selection of language-specific custom dictionaries and rules Expansion of Dutch and Portuguese extraction New Simplified Chinese Voice of the Customer rules Expansion of Emoticon and Profanity extraction in French, German and Spanish 50

51 Key Learnings Understand the key benefits from Data Services 4.2 upgrade: Access and analyze diverse BIG DATA sources Drive real-time decision making based on reliable real-time data Gain efficiencies in ETL development and cut cost Ensure security and robustness of your ETL Speed up your ETL processes to meet batch window 51

52 Submit your Information Governance project for the 2nd Annual IGgie Award Presented at the ASUG Data Governance SIG Conference 10 October 2013, Atlanta, Georgia

53 Thank you for participating. Please provide feedback on this session by completing a short survey via the event mobile application. SESSION CODE: 0207 Learn more year-round at

Lofan Abrams Data Services for Big Data Session # 2987

Lofan Abrams Data Services for Big Data Session # 2987 Lofan Abrams Data Services for Big Data Session # 2987 Big Data Are you ready for blast-off? Big Data, for better or worse: 90% of world s data generated over last two years. ScienceDaily, ScienceDaily

More information

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

More information

Exploring the Synergistic Relationships Between BPC, BW and HANA

Exploring the Synergistic Relationships Between BPC, BW and HANA September 9 11, 2013 Anaheim, California Exploring the Synergistic Relationships Between, BW and HANA Sheldon Edelstein SAP Database and Solution Management Learning Points SAP Business Planning and Consolidation

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

PUBLIC Performance Optimization Guide

PUBLIC Performance Optimization Guide SAP Data Services Document Version: 4.2 Support Package 6 (14.2.6.0) 2015-11-20 PUBLIC Content 1 Welcome to SAP Data Services....6 1.1 Welcome.... 6 1.2 Documentation set for SAP Data Services....6 1.3

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

SAP HANA implementation on SLT with a Non SAP source. Poornima Ramachandra

SAP HANA implementation on SLT with a Non SAP source. Poornima Ramachandra SAP HANA implementation on SLT with a Non SAP source Poornima Ramachandra AGENDA Introduction Planning Implementation Lessons Learnt Introduction The Company Maidenform System Landscape BUSINESS CHALLENGE

More information

Value Realization at Johnson Controls using SAP HANA smart data integration Steve Carpenter Johnson Controls Ryan Champlin - SAP

Value Realization at Johnson Controls using SAP HANA smart data integration Steve Carpenter Johnson Controls Ryan Champlin - SAP Value Realization at Johnson Controls using SAP HANA smart data integration Steve Carpenter Johnson Controls Ryan Champlin - SAP Agenda What is SAP HANA smart data integration? Use cases for Smart Data

More information

Business User driven Scorecards to measure Data Quality using SAP BusinessObjects Information Steward

Business User driven Scorecards to measure Data Quality using SAP BusinessObjects Information Steward September 10-13, 2012 Orlando, Florida Business User driven Scorecards to measure Data Quality using SAP BusinessObjects Information Steward Asif Pradhan Learning Points SAP BusinessObjects Information

More information

OWB Users, Enter The New ODI World

OWB Users, Enter The New ODI World OWB Users, Enter The New ODI World Kulvinder Hari Oracle Introduction Oracle Data Integrator (ODI) is a best-of-breed data integration platform focused on fast bulk data movement and handling complex data

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

An Overview of SAP BW Powered by HANA. Al Weedman

An Overview of SAP BW Powered by HANA. Al Weedman An Overview of SAP BW Powered by HANA Al Weedman About BICP SAP HANA, BOBJ, and BW Implementations The BICP is a focused SAP Business Intelligence consulting services organization focused specifically

More information

SAP Data Services and SAP Information Steward Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC. Master Guide

SAP Data Services and SAP Information Steward Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC. Master Guide SAP Data Services and SAP Information Steward Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC Content 1 Getting Started....4 1.1 Products Overview.... 4 1.2 Components overview....4

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

QAD Business Intelligence Release Notes

QAD Business Intelligence Release Notes QAD Business Intelligence Release Notes September 2008 These release notes include information about the latest QAD Business Intelligence (QAD BI) fixes and changes. These changes may affect the way you

More information

Frequently Asked Questions

Frequently Asked Questions Table of contents 1. Agent Technology...3 1.1. Has the Knoa agent been tested with standard set of services on the PC?... 3 1.2. Do users need to do anything to activate the Agent?...3 1.3. Does the Knoa

More information

PUBLIC Management Console Guide

PUBLIC Management Console Guide SAP Data Services Document Version: 4.2 Support Package 7 (14.2.7.0) 2016-05-06 PUBLIC Content 1 Introduction.... 7 1.1 Welcome to SAP Data Services....7 Welcome....7 Documentation set for SAP Data Services....7

More information

Real-time Data Replication

Real-time Data Replication Real-time Data Replication from Oracle to other databases using DataCurrents WHITEPAPER Contents Data Replication Concepts... 2 Real time Data Replication... 3 Heterogeneous Data Replication... 4 Different

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge

More information

The safer, easier way to help you pass any IT exams. SAP Certified Application Associate - SAP HANA 1.0. Title : Version : Demo 1 / 5

The safer, easier way to help you pass any IT exams. SAP Certified Application Associate - SAP HANA 1.0. Title : Version : Demo 1 / 5 Exam : C_HANAIMP_1 Title : SAP Certified Application Associate - SAP HANA 1.0 Version : Demo 1 / 5 1.Which of the following nodes can you use when you create a calculation view with the SAP HANA studio

More information

Release Notes SAP BusinessObjects Data Services 4.1 Support Package 1 (14.1.1.0)

Release Notes SAP BusinessObjects Data Services 4.1 Support Package 1 (14.1.1.0) Release tes SAP BusinessObjects 4.1 Support Package 1 (14.1.1.0) Copyright 2012 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP BusinessObjects Explorer, StreamWork,

More information

Getting Started with Multitenancy SAP BI 4.1

Getting Started with Multitenancy SAP BI 4.1 September 9 11, 2013 Anaheim, California Getting Started with Multitenancy SAP BI 4.1 Christina Obry, SAP Learning Points Learn how to successfully implement the SAP BusinessObjects BI platform in a multitenant

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing

SAP Sybase Replication Server What s New in 15.7.1 SP100. Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing SAP Sybase Replication Server What s New in 15.7.1 SP100 Bill Zhang, Product Management, SAP HANA Lisa Spagnolie, Director of Product Marketing Agenda SAP Sybase Replication Server Overview Replication

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

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide

SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03. Report Conversion Tool Guide SAP BusinessObjects Business Intelligence (BI) platform Document Version: 4.1, Support Package 3-2014-04-03 Table of Contents 1 Report Conversion Tool Overview.... 4 1.1 What is the Report Conversion Tool?...4

More information

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401

SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 SAP Crystal Reports & SAP HANA: Integration & Roadmap Kenneth Li SAP SESSION CODE: 0401 LEARNING POINTS Learn about Crystal Reports for HANA Glance at the road map for the product Overview of deploying

More information

Data Integrator Performance Optimization Guide

Data Integrator Performance Optimization Guide Data Integrator Performance Optimization Guide Data Integrator 11.7.2 for Windows and UNIX Patents Trademarks Copyright Third-party contributors Business Objects owns the following

More information

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training Prerequisites All SSIS training attendees should have prior experience working with SQL Server. Hands-on/Lecture

More information

Jitterbit Technical Overview : Microsoft Dynamics CRM

Jitterbit Technical Overview : Microsoft Dynamics CRM Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

More information

Enhance your Analytics using Logical Data Warehouse and Data Virtualization thru SAP HANA smart data access SESSION CODE: 0210

Enhance your Analytics using Logical Data Warehouse and Data Virtualization thru SAP HANA smart data access SESSION CODE: 0210 Enhance your Analytics using Logical Data Warehouse and Data Virtualization thru SAP HANA smart data access Balaji Krishna, Product Management SAP HANA Platform. SAP Labs @balajivkrishna SESSION CODE:

More information

SAP NetWeaver Information Lifecycle Management

SAP NetWeaver Information Lifecycle Management SAP NetWeaver Information Lifecycle Management What s New in Release 7.03 and Future Direction June 2012 SAP NetWeaver Information Lifecycle Management Information lifecycle management Retention management

More information

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

RDP300 - Real-Time Data Warehousing with SAP NetWeaver Business Warehouse 7.40. October 2013

RDP300 - Real-Time Data Warehousing with SAP NetWeaver Business Warehouse 7.40. October 2013 RDP300 - Real-Time Data Warehousing with SAP NetWeaver Business Warehouse 7.40 October 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013

SAP HANA SAP s In-Memory Database. Dr. Martin Kittel, SAP HANA Development January 16, 2013 SAP HANA SAP s In-Memory Database Dr. Martin Kittel, SAP HANA Development January 16, 2013 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase

More information

High-Volume Data Warehousing in Centerprise. Product Datasheet

High-Volume Data Warehousing in Centerprise. Product Datasheet High-Volume Data Warehousing in Centerprise Product Datasheet Table of Contents Overview 3 Data Complexity 3 Data Quality 3 Speed and Scalability 3 Centerprise Data Warehouse Features 4 ETL in a Unified

More information

SAP BW 7.4 Real-Time Replication using Operational Data Provisioning (ODP)

SAP BW 7.4 Real-Time Replication using Operational Data Provisioning (ODP) SAP BW 7.4 Real-Time Replication using Operational Data Provisioning (ODP) Dr. Astrid Tschense-Österle, AGS SLO Product Management Marc Hartz, Senior Specialist SCE Rainer Uhle, BW Product Management May

More information

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com

Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Using MySQL for Big Data Advantage Integrate for Insight Sastry Vedantam sastry.vedantam@oracle.com Agenda The rise of Big Data & Hadoop MySQL in the Big Data Lifecycle MySQL Solutions for Big Data Q&A

More information

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011

SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications. Jürgen Primsch, SAP AG July 2011 SAP HANA - Main Memory Technology: A Challenge for Development of Business Applications Jürgen Primsch, SAP AG July 2011 Why In-Memory? Information at the Speed of Thought Imagine access to business data,

More information

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects

August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects August 2014 San Antonio Texas The Power of Embedded Analytics with SAP BusinessObjects Speaker: Kevin McManus Founder, LaunchWorks Learning Points Eliminate effort and delay of moving data to the cloud

More information

Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis

Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis Consumption of OData Services of Open Items Analytics Dashboard using SAP Predictive Analysis (Version 1.17) For validation Document version 0.1 7/7/2014 Contents What is SAP Predictive Analytics?... 3

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

SAP BODS - BUSINESS OBJECTS DATA SERVICES 4.0 amron

SAP BODS - BUSINESS OBJECTS DATA SERVICES 4.0 amron 0 Training Details Course Duration: 40 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive, Assignment after each module, Video recording of

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information

Session 4002: Data Provisioning from SAP and non-sap Data Sources to SAP HANA for both Real time and Batch type Data Replication

Session 4002: Data Provisioning from SAP and non-sap Data Sources to SAP HANA for both Real time and Batch type Data Replication Session 4002: Data Provisioning from SAP and non-sap Data Sources to SAP HANA for both Real time and Batch type Data Replication Prasad Illapani Director, Product Management & Strategy (SAP HANA) SAP Labs

More information

Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division

Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Business Objects 4.0 Upgrade Lessons Learned Charl du Buisson Charl du Buisson Britehouse Specialist SAP Division Agenda Our Reasons to upgrade to BOBJ 4.0 Lessons Upgrade strategy Was the Wait for Service

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

OLH: Oracle Loader for Hadoop OSCH: Oracle SQL Connector for Hadoop Distributed File System (HDFS)

OLH: Oracle Loader for Hadoop OSCH: Oracle SQL Connector for Hadoop Distributed File System (HDFS) Use Data from a Hadoop Cluster with Oracle Database Hands-On Lab Lab Structure Acronyms: OLH: Oracle Loader for Hadoop OSCH: Oracle SQL Connector for Hadoop Distributed File System (HDFS) All files are

More information

Who is my SAP HANA DBA? What can I expect from her/him? HANA DBA Role & Responsibility. Rajesh Gupta, Deloitte. Consulting September 24, 2015

Who is my SAP HANA DBA? What can I expect from her/him? HANA DBA Role & Responsibility. Rajesh Gupta, Deloitte. Consulting September 24, 2015 Who is my SAP HANA DBA? What can I expect from her/him? HANA DBA Role & Responsibility Rajesh Gupta, Deloitte. Consulting September 24, 2015 Introduction Rajesh Gupta - rajgupta@deloitte.com Lead SAP HANA

More information

Efficient Data Access and Data Integration Using Information Objects Mica J. Block

Efficient Data Access and Data Integration Using Information Objects Mica J. Block Efficient Data Access and Data Integration Using Information Objects Mica J. Block Director, ACES Actuate Corporation mblock@actuate.com Agenda Information Objects Overview Best practices Modeling Security

More information

Contents. Pentaho Corporation. Version 5.1. Copyright Page. New Features in Pentaho Data Integration 5.1. PDI Version 5.1 Minor Functionality Changes

Contents. Pentaho Corporation. Version 5.1. Copyright Page. New Features in Pentaho Data Integration 5.1. PDI Version 5.1 Minor Functionality Changes Contents Pentaho Corporation Version 5.1 Copyright Page New Features in Pentaho Data Integration 5.1 PDI Version 5.1 Minor Functionality Changes Legal Notices https://help.pentaho.com/template:pentaho/controls/pdftocfooter

More information

Business Intelligence Competency Partners

Business Intelligence Competency Partners Business Intelligence Competency Partners What s New in SAP BusinessObjects BI 4.1 Presenter: Rich Chlebek January 29, 2014 What We ll Cover Webinar Protocol Introductions Web Intelligence Enhancements

More information

SAP Database Strategy Overview. Uwe Grigoleit September 2013

SAP Database Strategy Overview. Uwe Grigoleit September 2013 SAP base Strategy Overview Uwe Grigoleit September 2013 SAP s In-Memory and management Strategy Big- in Business-Context: Are you harnessing the opportunity? Mobile Transactions Things Things Instant Messages

More information

Data Aquisition Techniques in SAP Netweaver BW BI

Data Aquisition Techniques in SAP Netweaver BW BI Data Aquisition Techniques in SAP Netweaver BW BI Applies to: SAP BW 3.5, SAP BI 7.0 etc. For more information, visit the EDW homepage Summary This paper discusses the various sources available for the

More information

Spectrum Technology Platform. Version 9.0. Administration Guide

Spectrum Technology Platform. Version 9.0. Administration Guide Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

Constructing a Data Lake: Hadoop and Oracle Database United!

Constructing a Data Lake: Hadoop and Oracle Database United! Constructing a Data Lake: Hadoop and Oracle Database United! Sharon Sophia Stephen Big Data PreSales Consultant February 21, 2015 Safe Harbor The following is intended to outline our general product direction.

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

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

A Few Cool Features in BW 7.4 on HANA that Make a Difference

A Few Cool Features in BW 7.4 on HANA that Make a Difference A Few Cool Features in BW 7.4 on HANA that Make a Difference Here is a short summary of new functionality in BW 7.4 on HANA for those familiar with traditional SAP BW. I have collected and highlighted

More information

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect

Oracle Data Integrator 11g New Features & OBIEE Integration. Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Oracle Data Integrator 11g New Features & OBIEE Integration Presented by: Arun K. Chaturvedi Business Intelligence Consultant/Architect Agenda 01. Overview & The Architecture 02. New Features Productivity,

More information

LearnFromGuru Polish your knowledge

LearnFromGuru Polish your knowledge SQL SERVER 2008 R2 /2012 (TSQL/SSIS/ SSRS/ SSAS BI Developer TRAINING) Module: I T-SQL Programming and Database Design An Overview of SQL Server 2008 R2 / 2012 Available Features and Tools New Capabilities

More information

Data Governance in the Hadoop Data Lake. Michael Lang May 2015

Data Governance in the Hadoop Data Lake. Michael Lang May 2015 Data Governance in the Hadoop Data Lake Michael Lang May 2015 Introduction Product Manager for Teradata Loom Joined Teradata as part of acquisition of Revelytix, original developer of Loom VP of Sales

More information

Exclaimer Mail Archiver User Manual

Exclaimer Mail Archiver User Manual User Manual www.exclaimer.com Contents GETTING STARTED... 8 Mail Archiver Overview... 9 Exchange Journaling... 9 Archive Stores... 9 Archiving Policies... 10 Search... 10 Managing Archived Messages...

More information

D83167 Oracle Data Integrator 12c: Integration and Administration

D83167 Oracle Data Integrator 12c: Integration and Administration D83167 Oracle Data Integrator 12c: Integration and Administration Learn To: Use Oracle Data Integrator to perform transformation of data among various platforms. Design ODI Mappings, Procedures, and Packages

More information

Data Management for SAP Business Suite and SAP S/4HANA. Robert Wassermann, SAP SE

Data Management for SAP Business Suite and SAP S/4HANA. Robert Wassermann, SAP SE Data Management for SAP Business Suite and SAP S/4HANA Robert Wassermann, SAP SE Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision.

More information

SAP BW on HANA : Complete reference guide

SAP BW on HANA : Complete reference guide SAP BW on HANA : Complete reference guide Applies to: SAP BW 7.4, SAP HANA, BW on HANA, BW 7.3 Summary There have been many architecture level changes in SAP BW 7.4. To enable our customers to understand

More information

Data Access Guide. BusinessObjects 11. Windows and UNIX

Data Access Guide. BusinessObjects 11. Windows and UNIX Data Access Guide BusinessObjects 11 Windows and UNIX 1 Copyright Trademarks Use restrictions Patents Copyright 2004 Business Objects. All rights reserved. If you find any problems with this documentation,

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

BUSINESSOBJECTS DATA INTEGRATOR

BUSINESSOBJECTS DATA INTEGRATOR PRODUCTS BUSINESSOBJECTS DATA INTEGRATOR IT Benefits Correlate and integrate data from any source Efficiently design a bulletproof data integration process Accelerate time to market Move data in real time

More information

Using Database Performance Warehouse to Monitor Microsoft SQL Server Report Content

Using Database Performance Warehouse to Monitor Microsoft SQL Server Report Content Using Database Performance Warehouse to Monitor Microsoft SQL Server Report Content Applies to: Enhancement Package 1 for SAP Solution Manager 7.0 (SP18) and Microsoft SQL Server databases. SAP Solution

More information

Automate Your BI Administration to Save Millions with Command Manager and System Manager

Automate Your BI Administration to Save Millions with Command Manager and System Manager Automate Your BI Administration to Save Millions with Command Manager and System Manager Presented by: Dennis Liao Sr. Sales Engineer Date: 27 th January, 2015 Session 2 This Session is Part of MicroStrategy

More information

September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence

September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence September 9 11, 2013 Anaheim, California 507 Demystifying Authentication and SSO Options in Business Intelligence Greg Wcislo Introduction We will not go into detailed how-to, however links to multiple

More information

SAP BO 4.1 COURSE CONTENT

SAP BO 4.1 COURSE CONTENT Data warehousing/dimensional modeling/ SAP BW 7.0 Concepts 1. OLTP vs. OLAP 2. Types of OLAP 3. Multi Dimensional Modeling Of SAP BW 7.0 4. SAP BW 7.0 Cubes, DSO s,multi Providers, Infosets 5. Business

More information

Data Integration and ETL with Oracle Warehouse Builder NEW

Data Integration and ETL with Oracle Warehouse Builder NEW Oracle University Appelez-nous: +33 (0) 1 57 60 20 81 Data Integration and ETL with Oracle Warehouse Builder NEW Durée: 5 Jours Description In this 5-day hands-on course, students explore the concepts,

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

Talend Real-Time Big Data Sandbox. Big Data Insights Cookbook

Talend Real-Time Big Data Sandbox. Big Data Insights Cookbook Talend Real-Time Big Data Talend Real-Time Big Data Overview of Real-time Big Data Pre-requisites to run Setup & Talend License Talend Real-Time Big Data Big Data Setup & About this cookbook What is the

More information

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd

Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration. : SAP Labs India Pvt.Ltd Configuring Java IDoc Adapter (IDoc_AAE) in Process Integration Author Company : Syed Umar : SAP Labs India Pvt.Ltd TABLE OF CONTENTS INTRODUCTION... 3 Preparation... 3 CONFIGURATION REQUIRED FOR SENDER

More information

ABAP SQL Monitor Implementation Guide and Best Practices

ABAP SQL Monitor Implementation Guide and Best Practices ABAP SQL Monitor Implementation Guide and Best Practices TABLE OF CONTENTS ABAP SQL Monitor - What is it and why do I need it?... 3 When is it available and what are the technical requirements?... 5 In

More information

ER/Studio Enterprise Portal 1.0.2 User Guide

ER/Studio Enterprise Portal 1.0.2 User Guide ER/Studio Enterprise Portal 1.0.2 User Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

ASYST Intelligence South Africa A Decision Inc. Company

ASYST Intelligence South Africa A Decision Inc. Company Business Intelligence - SAP BusinessObjects BI Platform 4.0... 2 SBO BI Platform 4.0: Admin and Security (2 days)... 2 SBO BI Platform 4.0: Administering Servers (3 days)... 3 SBO BI Platform 4.0: Designing

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc.

Oracle9i Data Warehouse Review. Robert F. Edwards Dulcian, Inc. Oracle9i Data Warehouse Review Robert F. Edwards Dulcian, Inc. Agenda Oracle9i Server OLAP Server Analytical SQL Data Mining ETL Warehouse Builder 3i Oracle 9i Server Overview 9i Server = Data Warehouse

More information

TE's Analytics on Hadoop and SAP HANA Using SAP Vora

TE's Analytics on Hadoop and SAP HANA Using SAP Vora TE's Analytics on Hadoop and SAP HANA Using SAP Vora Naveen Narra Senior Manager TE Connectivity Santha Kumar Rajendran Enterprise Data Architect TE Balaji Krishna - Director, SAP HANA Product Mgmt. -

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

Business Objects BI Platform 4.x with SAP NetWeaver

Business Objects BI Platform 4.x with SAP NetWeaver Ingo Hilgefort Integrating SAP Business Objects BI Platform 4.x with SAP NetWeaver Bonn Boston Contents at a Glance 1 SAP Business Objects 4.x and SAP NetWeaver... 21 2 Installation and Configuration...

More information

SAP Agile Data Preparation

SAP Agile Data Preparation SAP Agile Data Preparation Speaker s Name/Department (delete if not needed) Month 00, 2015 Internal Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may

More information

BUSINESS OBJECTS DATA INTEGRATOR

BUSINESS OBJECTS DATA INTEGRATOR You can read the recommendations in the user guide, the technical guide or the installation guide for BUSINESS OBJECTS DATA INTEGRATOR 11.5.1.5. You'll find the answers to all your questions on the BUSINESS

More information

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential

Agenda. SAP BusinessObjects 2012 / Slide 2 Private and Confidential SAP BusinessObjects 2012 / Slide 2 Private and Confidential Agenda IDD / EIM / EDGE Product Portfolio Roma Background and overview Deployment Phase 1 Deployment Phase 2 Deployment Phase 3 Next Phase -

More information

Denodo Data Virtualization Security Architecture & Protocols

Denodo Data Virtualization Security Architecture & Protocols Denodo Data Virtualization Security Architecture & Protocols XLS Security Architecture & Protocols We include hereinafter a description of the security support in the Denodo Platform. The following diagram

More information

Instant Data Warehousing with SAP data

Instant Data Warehousing with SAP data Instant Data Warehousing with SAP data» Extracting your SAP data to any destination environment» Fast, simple, user-friendly» 8 different SAP interface technologies» Graphical user interface no previous

More information

Christian Ah-Soon and David François Gonzalez SAP. BusinessObjects BI Security. Bonn Boston

Christian Ah-Soon and David François Gonzalez SAP. BusinessObjects BI Security. Bonn Boston Christian Ah-Soon and David François Gonzalez SAP BusinessObjects BI Security Bonn Boston Contents at a Glance 1 Introduction to Security in SAP Business Objects Business Intelligence 4.0... 23 2 Administration

More information

Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence. Greg Wcislo

Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence. Greg Wcislo Session Code*: 0310 Demystifying Authentication and SSO Options in Business Intelligence Greg Wcislo Introduction We will not go into detailed how-to, however links to multiple how-to whitepapers will

More information

Oracle Data Integrator. Knowledge Modules Reference Guide 10g Release 3 (10.1.3)

Oracle Data Integrator. Knowledge Modules Reference Guide 10g Release 3 (10.1.3) Oracle Data Integrator Knowledge Modules Reference Guide 10g Release 3 (10.1.3) March 2010 Oracle Data Integrator Knowledge Modules Reference Guide, 10g Release 3 (10.1.3) Copyright 2009, Oracle. All rights

More information