InDetail. expressor software

Size: px
Start display at page:

Download "InDetail. expressor software"

Transcription

1 InDetail expressor software A InDetail Paper by Bloor Research Author : Philip Howard Publish date : May 2009

2 Anyone needing to process high volumes of data and/or needing to support complex processes should immediately put expressor on their short list of data integration products to consider. Philip Howard

3 Executive summary Talk to any vendor in the data integration market and they will tell you that their biggest competitor is hand coding. Why? The simple answer is that many users do not believe that the capital costs involved in investing in data integration can be recouped through the reduced development requirements and performance benefits that can be derived from using a tools-based approach. expressor has set out to challenge this assumption through a semantically aware product that makes development (and data governance) much simpler, combined with a product that has been designed from the outset to offer the best possible performance at a readily affordable price. Fast facts expressor is provided by the company of the same name. It is a data integration tool that also provides significant capabilities to support data stewardship. However, it differs significantly from other products within the data integration market. The basic premise behind expressor is that it understands the meaning of things. It understands, for example, that cust_no is the same as cust#, which is the same as cust_id and so on. It is difficult to over-emphasise the importance of this. What it means is that you don t have to discover these identities across your various data sources and you don t have to tell the product about them. This saves considerable manual effort. Moreover, because expressor understands these identities it can create relevant mappings automatically, thereby simplifying the whole development process. In addition, because all equivalent terms are normalised to common business terms, this makes the product very much more amenable to use by business analysts and data stewards who can more easily collaborate with developers because of this common terminology. The other major emphasis within expressor is on performance. The product has been designed from the ground up to make optimal use of parallelisation and it is notable that expressor is directly targeting existing Ab Initio customers. Given that Ab Initio has traditionally been regarded as the best performing data integration product in the market, this is a bold move. Nevertheless, we understand that expressor is out-performing Ab Initio in customer benchmarks. In general, the product is focused on environments where the main issues are performance (typically meaning large volumes of data) and complexity. While the latter is simplified through semantics the former is addressed not only through the product s architecture but also via the company s innovative channelbased pricing model. In essence a channel is a unit of parallelism: thus the idea is that you license just as many channels as you need to get the performance you want: you pay for exactly the performance you need. Key findings In the opinion of Bloor Research, the following represent the key facts of which prospective users should be aware: Optimal use of parallelism has been designed as a fundamental feature of expressor. This differs from most of the rest of the market for which (less efficient) parallelism has been added as an afterthought. As a result, expressor is extremely fast and only requires a small footprint. Semantics is at the heart of expressor. This has significant advantages in terms of both data integration and data governance. In particular, it enables both faster development and improved collaboration. There are facilities provided within expressor for business analysts, data stewards and developers, thus further supporting the notion of collaborative working. These facilities are furthered by the use of a role-based approach that is adopted throughout the product. For development and testing purposes, logic is separated from data. In other words, you don t have to know about data structures in order to develop your processes. A traditional graphical approach to development is provided and you can also use the datascript scripting language that is provided by expressor for complex operations. expressor datascript is an extended subset of the open source Lua language. For companies not having Lua skills this will require some education though Lua has similar semantics (though not syntax) to JavaScript. Lua does have the advantage that it can also be used at the operating system level. A Bloor InDetail Paper Bloor Research

4 Executive summary expressor is not yet complete. This is hardly surprising in a product that is still relatively new. Two major additional facilities that the company plans to introduce in due course are scheduling and data quality modules. expressor supports both batch and real-time processing of data. However, change data capture is not yet fully supported: it currently supports flat-file/table change data capture and is expected to add support for relational data capture later in The pricing model adopted by expressor is very attractive: it means that you pay for exactly the power that you need. The bottom line We are very impressed with expressor. Both in its use of parallelism and semantics it has all the hallmarks of a next generation product We are very impressed with expressor. Both in its use of parallelism and semantics it has all the hallmarks of a next generation product and all the advantages that derive from making the best use of up-to-date technology. As we have stated, the product lacks some features as yet, but this is hardly surprising and, in any case, you can get these facilities through third parties if you really need them now and cannot wait for expressor to introduce them. For most potential users this will not be an issue the cost savings, performance benefits and productivity advantages offered by expressor are significant anyone needing to process high volumes of data and/or needing to support complex processes should immediately put expressor on their short list of data integration products to consider Bloor Research A Bloor InDetail Paper

5 The product The latest release of expressor is 2.0, available from June It runs under Windows, both 32-bit and 64-bit Linux (Red Hat and SUSE), AIX, and Solaris. Because of its physical architecture (see later) and channel-based licensing model, expressor is amenable to deployment via a cloud-based approach. With the exception of the administrator, all enduser modules are Windows based. In terms of connectivity expressor supports ftp; native database access to Oracle, DB2, SQL Server, Sybase, Teradata and Netezza; ODBC; XML and flat files; message queues (JMS, MQ Series, Microsoft MQ and WebLogic JMS); SWIFT; EDI; COBOL copybooks, time series data and SAP IDocs. There is also support for SOA. It plans to add support for rdbms change data capture later in The product consists of three major elements, as follows: 1. integrator, which is a suite of end-use tools consisting of administrator, initiator, constructor, illustrator and communicator. Two further modules: coordinator (which will provide scheduling and related capabilities) and investigator (which will provide data profiling and other data quality functions) are planned for a future release. 2. repositor (sic) is the product s repository, which is a J2EE-based, Geronimo application with an embedded Derby database and a fully integrated Subversion version control system. 3. processor is the expressor processing engine. In the following sections we will discuss expressor in the order indicated, with the exception that we will leave communicator to last. A Bloor InDetail Paper Bloor Research

6 The product integrator Because expressor represents a significant departure from the way that things are normally done when using a data integration tool, it will be easiest to follow a logical progression through the various steps required to develop processes within expressor. However, bear in mind that the following is simplified and that various steps may actually be carried out partly or completely in parallel. The first thing that you will do is to create a project using the web-based administrator. A project might be an ETL job, a data synchronisation task, data migration; whatever. Next you will assign people to that project on a role (data architect, business analyst, developer and so on) basis. Again, this is done using administrator which supports LDAP (though not Active Directory or Kerberos). Figure 1: Editing an image in administrator Following the assignment of roles you will define your data sources, which is, again, done through administrator. The structure of these sources is captured in XML-based image files (see Figure 1). Similar network files are also defined using administrator where these contain details about the location of data and processing and (perhaps added later) the degree of parallelism to be deployed. After this the emphasis shifts to the semantic element of the product. expressor ships with a semantic dictionary that contains more than ten thousand terms and their equivalents. Thus the software already knows that part_#, part_no and pnum are all equivalent to part_ number, which is the business term that this user has settled on. Of course this isn t the end of the story. There may, for example, be industry-specific terminology that the out-of-the-box dictionary does not cover. To enable the inclusion of these the initiator module is used, which allows the bulk import of relevant dictionaries from external sources, and provides syntax checking and data validation. This is illustrated in Figure 2. Nevertheless, pre-shipped and imported dictionaries are not enough on their own. You also need to define the terminology that is specific to your company and organisation. You need to decide that part_number, for example, is your standard business term and that all equivalents should match to that. This is accom- Figure 2: Semantics in expressor Figure 3: expressor initiator plished via the constructor module, typically by a data steward. expressor will attempt to match all terms automatically but it will make appropriate suggestions where it cannot be sure of a match. constructor has two interfaces, one spreadsheet style (illustrated in Figure 3) and one wizard-based. However, it is not limited to Bloor Research A Bloor InDetail Paper

7 The product Figure 4: A drawing created using illustrator use by data stewards. It is also used by business analysts to define target-centric business rules along with relevant test cases. These rules are defined in expressor datascript where datascript is an extended subset of the Lua open source scripting language (which has semantic similarities to JavaScript though rather different syntax; and which can operate at the operating system level as well as within expressor). Note that the creation of image and network files as separate entities isolates the business analyst from needing to know about data structures when developing rules. At the developer level, expressor uses a conventional visual paradigm, based on Microsoft Visio, to capture data processing logic. The developer starts by checking out a project and loading the relevant image and network files that define the data sources, record structures and parallel processing methods to be used. He or she then creates visual representations of the processes to be deployed in one or more drawings, which are created by dragging and dropping relevant shapes from the product s palette onto the canvas, as illustrated in Figure 4. A full set of operators to perform functions such as joining, transforming, sorting, collating (which allows the automated generation of relevant statistics such as standard deviations) and partitioning are provided within illustrator, though you can also drop into datascript (via the editor supplier) for more complex functions if necessary. The resulting scripts can either be embedded within a drawing shape or written to an external file that is called from an appropriate shape. illustrator includes a debugging capability and, in particular, it supports synthetic debugging, which allows you to test processing logic by using text values and without having to connect to the actual data. However, while you don t have to connect to the data you may wish to. To do thus you can leverage network files that point to either production or historical text data and you can choose to use these during development or debugging. The actual data is protected so that, unless you have appropriate privileges, you will not be able to see actual values. Two further points to note are, firstly, during development the software provides you with feedback through colour coding and a message window and, secondly, you can test drawings on a remote system for development purposes. repositor repositor is expressor s repository, which is used to store, manage and support the reuse of all the project artefacts that we have already discussed, including the product s semantic dictionary, business rules, run-time details and so forth. In addition to these being stored by project they are also associated with subject areas (such as banking, account, country and so forth) of which more than one hundred are pre-defined within the product. You can then manage artefacts by subject. As a repository, repositor includes the normal sort of version control, branching, snapshots, check-in/out, and multi-developer support one might expect. A Bloor InDetail Paper Bloor Research

8 The product processor expressor was designed from its inception to support parallel processing and processor is the engine that does this. As such it includes support for both implicit parallelism (whereby the language automatically takes advantage of available parallelism) and explicit parallelism (where it is under the developer s control). Pipeline parallelism, whereby different (but often related) tasks are carried out in parallel, is also supported both for moving the data and processing (depth parallelism) it. Data partitioning is also used. However, perhaps most significant is the product s support for channel-based parallel partitioning. A channel is, effectively, a unit of parallelism. Thus, if you have four parallel processing streams between a source and target you are using four channels. In many traditional environments parallelism is based on multiple processing nodes whereby you have one channel per node. However, in the case of expressor parallelism is an intra-node capability rather than an inter-node one (cross-node support is in development). Thus the key issue is the number of cores not the number of nodes. The big advantages of this approach are that it is less expensive and requires a smaller footprint in hardware terms; it enables the channelbased pricing introduced by expressor whereby you only license the performance that you actually need; and it provides great performance: in its own tests, and using the compression techniques it can employ, expressor has demonstrated load speeds in excess of 10Tb per hour, which is outstanding. communicator communicator represents the product s reporting environment, whereby all relevant data is stored in a relational database that mirrors repositor. This has the advantage that running reports and queries has no impact on the run-time performance of processor. Also, because the communicator database is read-only (in other words the data cannot be changed) this means that it can be used for compliance purposes to abide by regulations such as Sarbanes-Oxley to prove data lineage, for example. You can use any standard reporting tool that is SQL-based or has an ODBC or JDBC connector (including Microsoft Excel) to generate whatever reports you require. A number of sample reports are provided that can be used either directly or as templates for further development. In addition, some twenty pre-written queries are provided, with functions such as who created one of these items, when was one of these items changed and list all the data sources (images) used in this project, that you can drop into reports, therefore helping to simply the process of report creation. In practice there are two types of report you might require, one that works against the repository and the other to provide run-time information. In the former, an example of which is illustrated in Figure 5, this means things like data lineage, impact analysis, dependency tracking, dictionary and artefact usage and so on; while in the latter case it means that you can report on operational statistics. Apart form its performance, processor provides the sorts of capabilities one might expect, such as the ability to run in either intermittent (batch) or perpetual (real-time) modes along with support for functions like exception handling. Figure 5: A semantic report created by communicator Bloor Research A Bloor InDetail Paper

9 The vendor expressor was founded in 2003 and came to market with the first beta version of its eponymous product in March 2008 followed by a general release in June of that year. The company is backed by venture capital and raised a B round of funding in August While the company has a direct sales force in the United States this is relatively small and is currently focused on obtaining reference accounts. More generally, the company s go-to-market strategy is to leverage partnerships, systems integrators and resellers. In the latter category it has partners in the UK and Switzerland (covering Austria and Germany as well) as well as in the United States. In terms of systems integrators there are a half dozen further partners, of which the most notable is BitWise, which has developed a migration tool from Ab Initio and Informatica environments that converts their diagrams into ones that can leveraged by expressor. The company also has a partner specialising in the US federal government market, which is an area that the company is targeting. In terms of technical partnerships the company has partnerships with HP, Intel, Netezza, Dataupia, Kognitio, BIReady, Panopticon and nextanalytics. A number of these partnerships, for example those with Netezza and BIReady, go beyond mere marketing and extend to technical integration. expressor web address: A Bloor InDetail Paper Bloor Research

10 Summary There is a parallel between expressor s releasing a product that challenges the performance leader in its space with Netezza s entry into the data warehousing market a few years ago. The latter has completely changed the landscape of the data warehousing environment, which was previously relatively moribund. The same applies to data integration. While it is too early to say definitively that expressor s new approach, and its latest generation technology, will have the same effect, the signs are encouraging. expressor appears to have marketleading technology backed up a strong marketing program. With those two elements combined we expect it to become a company that everybody will be talking about Of course, success in introducing potentially disruptive technologies is not solely a question of introducing superior technology at a reduced price point; it is also a matter of marketing. Here too, expressor is taking a sensible approach: it is focusing on Ab Initio accounts initially because if it can prove its case there then it should have little difficulty in competing effectively with the likes of IBM and Informatica. Moreover, it is encouraging that it is already building up a partner network that is taking it to Europe as well as further afield, and the fact that its UK partner Emunio is also a leading Ab Initio specialist is telling in its own right. Further, its partnership with Netezza is also driving interest and the company is actively engaging with other leading data warehouse vendors. To conclude, expressor appears to have market-leading technology backed up a strong marketing program. With those two elements combined we expect it to become a company that everybody will be talking about. It represents a significant challenge to the leading incumbents within the data integration space. Further Information Further information about this subject is available from Bloor Research A Bloor InDetail Paper

11 Bloor Research overview Bloor Research has spent the last decade developing what is recognised as Europe s leading independent IT research organisation. With its core research activities underpinning a range of services, from research and consulting to events and publishing, Bloor Research is committed to turning knowledge into client value across all of its products and engagements. Our objectives are: Save clients time by providing comparison and analysis that is clear and succinct. Update clients expertise, enabling them to have a clear understanding of IT issues and facts and validate existing technology strategies. Bring an independent perspective, minimising the inherent risks of product selection and decisionmaking. Communicate our visionary perspective of the future of IT. Founded in 1989, Bloor Research is one of the world s leading IT research, analysis and consultancy organisations distributing research and analysis to IT user and vendor organisations throughout the world via online subscriptions, tailored research services and consultancy projects. About the author Philip Howard Research Director - Data Philip started in the computer industry way back in 1973 and has variously worked as a systems analyst, programmer and salesperson, as well as in marketing and product management, for a variety of companies including GEC Marconi, GPT, Philips Data Systems, Raytheon and NCR. After a quarter of a century of not being his own boss Philip set up what is now P3ST (Wordsmiths) Ltd in 1992 and his first client was Bloor Research (then ButlerBloor), with Philip working for the company as an associate analyst. His relationship with Bloor Research has continued since that time and he is now Research Director. His practice area encompasses anything to do with data and content and he has five further analysts working with him in this area. While maintaining an overview of the whole space Philip himself specialises in databases, data management, data integration, data quality, data federation, master data management, data governance and data warehousing. He also has an interest in event stream/complex event processing. In addition to the numerous reports Philip has written on behalf of Bloor Research, Philip also contributes regularly to and Analysis.com and was previously the editor of both Application Development News and Operating System News on behalf of Cambridge Market Intelligence (CMI). He has also contributed to various magazines and published a number of reports published by companies such as CMI and The Financial Times. Away from work, Philip s primary leisure activities are canal boats, skiing, playing Bridge (at which he is a Life Master) and walking the dog.

12 Copyright & disclaimer This document is copyright 2009 Bloor Research. No part of this publication may be reproduced by any method whatsoever without the prior consent of Bloor Research. Due to the nature of this material, numerous hardware and software products have been mentioned by name. In the majority, if not all, of the cases, these product names are claimed as trademarks by the companies that manufacture the products. It is not Bloor Research s intent to claim these names or trademarks as our own. Likewise, company logos, graphics or screen shots have been reproduced with the consent of the owner and are subject to that owner s copyright. Whilst every care has been taken in the preparation of this document to ensure that the information is correct, the publishers cannot accept responsibility for any errors or omissions.

13 2nd Floor, St John Street LONDON, EC1V 4PY, United Kingdom Tel: +44 (0) Fax: +44 (0) Web:

InDetail. expressor 3.5 to 4.0

InDetail. expressor 3.5 to 4.0 InDetail expressor 3.5 to 4.0 An InDetail Paper by Bloor Research Author : Philip Howard Publish date : December 2011 If ease of use is a major consideration for you (and it should be) then expressor is

More information

InBrief. Embarcdero DB Optimizer

InBrief. Embarcdero DB Optimizer InBrief Embarcdero DB Optimizer An InBrief paper by Bloor Research Author : Philip Howard Publish date : April 2009 Most database performance tools focus on what is happening in the database and fixing

More information

InComparison. IBM DB2 with BLU Acceleration on Power Systems: how it compares

InComparison. IBM DB2 with BLU Acceleration on Power Systems: how it compares InComparison IBM DB2 with BLU Acceleration on Power Systems: how it compares An InComparison Paper by Bloor Research Author : Philip Howard Publish date : April 2014 DB2 provides clients with a choice

More information

White Paper. Building Breakthrough Applications

White Paper. Building Breakthrough Applications White Paper Building Breakthrough Applications A White Paper by Bloor Research Author : Philip Howard Publish date : October 2011 A breakthrough application changes the way that the user does his work.

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

intasoft intachange 3.0

intasoft intachange 3.0 intasoft intachange 3.0 An Evaluation paper by Bloor Research Author : Philip Howard Review date : February 2007 Anyone interested in change management should take a good look at IntaChange and this goes

More information

A WHITE PAPER By Silwood Technology Limited

A WHITE PAPER By Silwood Technology Limited A WHITE PAPER By Silwood Technology Limited Delivering metadata transparency for Enterprise Application packages Executive Summary Enterprise Resource Planning (ERP) packages such as SAP, J.D. Edwards

More information

White Paper. White Paper by Bloor Author Philip Howard Publish date January IBM Informix on Cloud

White Paper. White Paper by Bloor Author Philip Howard Publish date January IBM Informix on Cloud White Paper White Paper by Bloor Author Philip Howard Publish date January 2017 IBM Informix on Cloud Siloed and heterogeneous cloud deployments are essentially no different from on-premises deployments:

More information

Oracle Data Integration and OWB: New for 11gR2

Oracle Data Integration and OWB: New for 11gR2 Oracle Data Integration and OWB: New for 11gR2 C. Antonio Romero, Oracle Corporation, Redwood Shores, US Keywords: data integration, etl, real-time, data warehousing, Oracle Warehouse Builder, Oracle Data

More information

DQpowersuite. Superior Architecture. A Complete Data Integration Package

DQpowersuite. Superior Architecture. A Complete Data Integration Package DQpowersuite Superior Architecture Since its first release in 1995, DQpowersuite has made it easy to access and join distributed enterprise data. DQpowersuite provides an easy-toimplement architecture

More information

The recent agreement signed with IBM means that WhereScape will be looking to integrate its offering with a wider range of IBM products.

The recent agreement signed with IBM means that WhereScape will be looking to integrate its offering with a wider range of IBM products. Reference Code: TA001707DBS Publication Date: July 2009 Author: Michael Thompson WhereScape RED v6 WhereScape BUTLER GROUP VIEW ABSTRACT WhereScape RED is an Integrated Development Environment (IDE) that

More information

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software, Inc. June 2011 TABLE OF CONTENTS INTRODUCTION... 3 DATA FEDERATION... 4 PROBLEM DATA CONSOLIDATION

More information

idiscover RELATIONSHIPS Next find any documented relationships (database level). Ex., foreign keys

idiscover RELATIONSHIPS Next find any documented relationships (database level). Ex., foreign keys idiscover Discover Accurately In every implementation without exception, MENTIS has found unprotected data in tens to hundreds, and in some cases, thousands of undocumented locations. If you aren t finding

More information

IBM InfoSphere Information Analyzer

IBM InfoSphere Information Analyzer IBM InfoSphere Information Analyzer Understand, analyze and monitor your data Highlights Develop a greater understanding of data source structure, content and quality Leverage data quality rules continuously

More information

Move Up to an OpenStack Private Cloud and Lose the Vendor Lock-in

Move Up to an OpenStack Private Cloud and Lose the Vendor Lock-in Move Up to an OpenStack Private Cloud and Lose the Vendor Lock-in Peace, commerce and honest friendship with all nations; entangling alliances with none. -Thomas Jefferson Introduction In business and

More information

Advanced ODBC and JDBC Access to Salesforce Data

Advanced ODBC and JDBC Access to Salesforce Data Advanced ODBC and JDBC Access to Salesforce Data DATA SHEET FEATURES BENEFITS Use significantly less memory to do more work Expose Salesforce data to a full spectrum of custom and commercial apps Secure

More information

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

More information

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 ( Oracle Business Intelligence Publisher Certification Information 10g Release 3 (10.1.3.4.1) E12692-06 July 2009 This document outlines the certified hardware and software configurations for Oracle Business

More information

Swedish bank overcomes regulatory hurdles and embraces the cloud to foster innovation

Swedish bank overcomes regulatory hurdles and embraces the cloud to foster innovation Think Cloud Compliance Case Study Swedish bank overcomes regulatory hurdles and embraces the cloud to foster innovation Customer details : Collector Bank - Sweden 329 employees www.collector.se/en Banking

More information

TimeXtender extends beyond data warehouse automation with Discovery Hub

TimeXtender extends beyond data warehouse automation with Discovery Hub IMPACT REPORT TimeXtender extends beyond data warehouse automation with Discovery Hub MARCH 28 2017 BY MATT ASLETT TimeXtender is best known as a provider of data warehouse automation (DWA) software, but

More information

Ten Innovative Financial Services Applications Powered by Data Virtualization

Ten Innovative Financial Services Applications Powered by Data Virtualization Ten Innovative Financial Services Applications Powered by Data Virtualization DATA IS THE NEW ALPHA In an industry driven to deliver alpha, where might financial services firms find opportunities when

More information

UKEF UK Export Finance. Transformation with the Microsoft Cloud

UKEF UK Export Finance. Transformation with the Microsoft Cloud UKEF UK Export Finance Transformation with the Microsoft Cloud the customer overview Customer UKEF Website www.gov.uk/uk-export-finance Number of employees UKEF s fixed deadline had major financial implications,

More information

SQL Maestro and the ELT Paradigm Shift

SQL Maestro and the ELT Paradigm Shift SQL Maestro and the ELT Paradigm Shift Abstract ELT extract, load, and transform is replacing ETL (extract, transform, load) as the usual method of populating data warehouses. Modern data warehouse appliances

More information

Informatica Enterprise Information Catalog

Informatica Enterprise Information Catalog Data Sheet Informatica Enterprise Information Catalog Benefits Automatically catalog and classify all types of data across the enterprise using an AI-powered catalog Identify domains and entities with

More information

Data Migration. A White Paper by Bloor Research Author : Philip Howard Publish date : September This document is Copyright 2007 Bloor Research

Data Migration. A White Paper by Bloor Research Author : Philip Howard Publish date : September This document is Copyright 2007 Bloor Research A White Paper by Bloor Research Author : Philip Howard Publish date : September 2007 This document is Copyright 2007 Bloor Research In our view, data migration has historically been under-valued, under-resourced

More information

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper

ASG WHITE PAPER DATA INTELLIGENCE. ASG s Enterprise Data Intelligence Solutions: Data Lineage Diving Deeper THE NEED Knowing where data came from, how it moves through systems, and how it changes, is the most critical and most difficult task in any data management project. If that process known as tracing data

More information

Move Beyond Primitive Drawing Tools with SAP Sybase PowerDesigner Create and Manage Business Change in Your Enterprise Architecture

Move Beyond Primitive Drawing Tools with SAP Sybase PowerDesigner Create and Manage Business Change in Your Enterprise Architecture SAP Sybase PowerDesigner Move Beyond Primitive Drawing Tools with SAP Sybase PowerDesigner Create and Manage Business Change in Your Enterprise Architecture Table of Contents 3 Add Intelligence to the

More information

Executive Brief June 2014

Executive Brief June 2014 (707) 595-3607 Executive Brief June 2014 Comparing IBM Power Systems to Cost/Benefit Case for Transactional Applications Introduction Demand for transaction processing solutions continues to grow. Although

More information

DATACENTER SERVICES DATACENTER

DATACENTER SERVICES DATACENTER SERVICES SOLUTION SUMMARY ALL CHANGE React, grow and innovate faster with Computacenter s agile infrastructure services Customers expect an always-on, superfast response. Businesses need to release new

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Data Integrator version 6.5

Data Integrator version 6.5 Data Integrator version 6.5 from Business Objects an extract from the Bloor Research report, Data Integration, Volume 1 BusinessObjects Data Integrator 6.5 BusinessObjects Data Integrator 6.5 Fast facts

More information

Netezza The Analytics Appliance

Netezza The Analytics Appliance Software 2011 Netezza The Analytics Appliance Michael Eden Information Management Brand Executive Central & Eastern Europe Vilnius 18 October 2011 Information Management 2011IBM Corporation Thought for

More information

IBM TXSeries for Multiplatforms, Version 6.1

IBM TXSeries for Multiplatforms, Version 6.1 Enabling end-to-end, distributed, mixed-language SOA solutions IBM Highlights Delivers the next generation of distributed CICS transaction processing for the AIX, Microsoft Windows, HP-UX and Sun Solaris

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

Education Brochure. Education. Accelerate your path to business discovery. qlik.com

Education Brochure. Education. Accelerate your path to business discovery. qlik.com Education Education Brochure Accelerate your path to business discovery Qlik Education Services offers expertly designed coursework, tools, and programs to give your organization the knowledge and skills

More information

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010.

Market Report. Scale-out 2.0: Simple, Scalable, Services- Oriented Storage. Scale-out Storage Meets the Enterprise. June 2010. Market Report Scale-out 2.0: Simple, Scalable, Services- Oriented Storage Scale-out Storage Meets the Enterprise By Terri McClure June 2010 Market Report: Scale-out 2.0: Simple, Scalable, Services-Oriented

More information

Luncheon Webinar Series June 3rd, Deep Dive MetaData Workbench Sponsored By:

Luncheon Webinar Series June 3rd, Deep Dive MetaData Workbench Sponsored By: Luncheon Webinar Series June 3rd, 2010 Deep Dive MetaData Workbench Sponsored By: 1 Deep Dive MetaData Workbench Questions and suggestions regarding presentation topics? - send to editor@dsxchange.com

More information

Behind the Glitz - Is Life Better on Another Database Platform?

Behind the Glitz - Is Life Better on Another Database Platform? Behind the Glitz - Is Life Better on Another Database Platform? Rob Bestgen bestgen@us.ibm.com DB2 for i CoE We know the stories My Boss thinks we should move to SQL Server Oracle is being considered for

More information

OpenESB SE Enterprise Edition V3.0 Installation guide

OpenESB SE Enterprise Edition V3.0 Installation guide OpenESB SE Enterprise Edition V3.0 Installation guide Copyright Pymma Services 2014. All Rights Reserved. Page 1 of 20 Document identifier: Pymma document: 770-001 Location: www.pymma.com Editor: Pymma

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

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

Capturing Your Changed Data

Capturing Your Changed Data Capturing Your Changed Data with the CONNX Data Synchronization Tool Table of Contents Executive Summary 1 Fulfilling a Need with Minimal Investment 2 Departmental Reporting Servers 3 Data Migration 4

More information

Information empowerment for your evolving data ecosystem

Information empowerment for your evolving data ecosystem Information empowerment for your evolving data ecosystem Highlights Enables better results for critical projects and key analytics initiatives Ensures the information is trusted, consistent and governed

More information

Control-M and Payment Card Industry Data Security Standard (PCI DSS)

Control-M and Payment Card Industry Data Security Standard (PCI DSS) Control-M and Payment Card Industry Data Security Standard (PCI DSS) White paper PAGE 1 OF 16 Copyright BMC Software, Inc. 2016 Contents Introduction...3 The Need...3 PCI DSS Related to Control-M...4 Control-M

More information

SOFTWARE DEFINED STORAGE VS. TRADITIONAL SAN AND NAS

SOFTWARE DEFINED STORAGE VS. TRADITIONAL SAN AND NAS WHITE PAPER SOFTWARE DEFINED STORAGE VS. TRADITIONAL SAN AND NAS This white paper describes, from a storage vendor perspective, the major differences between Software Defined Storage and traditional SAN

More information

Oracle Warehouse Builder 10g Release 2 What is an Expert?

Oracle Warehouse Builder 10g Release 2 What is an Expert? Oracle Warehouse Builder 10g Release 2 What is an Expert? May 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

Getting Started with Rational Team Concert

Getting Started with Rational Team Concert Getting Started with Rational Team Concert or RTC in 16 Steps Kai-Uwe Maetzel IBM Rational Software kai-uwe_maetzel@us.ibm.com SDP 20 2009 IBM Corporation This Presentation is Good for You if You know

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

Compact Solutions Connector FAQ

Compact Solutions Connector FAQ Compact Solutions Connector FAQ We Solve Problems Others Can t Experts for over 15 years providing solutions in the data transformation and management fields Passion for cutting-edge technology and the

More information

Solution overview VISUAL COBOL BUSINESS CHALLENGE SOLUTION OVERVIEW BUSINESS BENEFIT

Solution overview VISUAL COBOL BUSINESS CHALLENGE SOLUTION OVERVIEW BUSINESS BENEFIT BUSINESS CHALLENGE There is an increasing demand from users of business software for easier to use applications which integrate with other business systems. As a result IT organizations are being asked

More information

metamatrix enterprise data services platform

metamatrix enterprise data services platform metamatrix enterprise data services platform Bridge the Gap with Data Services Leaders of high-priority application projects in businesses and government agencies are looking to complete projects efficiently,

More information

JD Edwards World. Service Enablement Guide Release A9.3 E

JD Edwards World. Service Enablement Guide Release A9.3 E JD Edwards World Service Enablement Guide Release A9.3 E21962-02 April 2013 JD Edwards World Service Enablement Guide, Release A9.3 E21962-02 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

More information

Seven Decision Points When Considering Containers

Seven Decision Points When Considering Containers Market Guide Seven Decision Points When Considering Containers A Continuum of Deployment Choices More than ever, developers and systems architects have a range of choices when it comes to deploying applications,

More information

NEXT-GENERATION WIRELESS NETWORK INVESTMENT: LTE WILL FILL THE 5G GAP FOR OPERATORS AND VENDORS

NEXT-GENERATION WIRELESS NETWORK INVESTMENT: LTE WILL FILL THE 5G GAP FOR OPERATORS AND VENDORS analysysmason.com RESEARCH STRATEGY REPORT NEXT-GENERATION WIRELESS NETWORK INVESTMENT: LTE WILL FILL THE 5G GAP FOR OPERATORS AND VENDORS ROBERTO KOMPANY About this report This report analyses the challenges

More information

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM

CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED DATA PLATFORM CONSOLIDATING RISK MANAGEMENT AND REGULATORY COMPLIANCE APPLICATIONS USING A UNIFIED PLATFORM Executive Summary Financial institutions have implemented and continue to implement many disparate applications

More information

FEATURES BENEFITS SUPPORTED PLATFORMS. Reduce costs associated with testing data projects. Expedite time to market

FEATURES BENEFITS SUPPORTED PLATFORMS. Reduce costs associated with testing data projects. Expedite time to market E TL VALIDATOR DATA SHEET FEATURES BENEFITS SUPPORTED PLATFORMS ETL Testing Automation Data Quality Testing Flat File Testing Big Data Testing Data Integration Testing Wizard Based Test Creation No Custom

More information

TIBCO Complex Event Processing Evaluation Guide

TIBCO Complex Event Processing Evaluation Guide TIBCO Complex Event Processing Evaluation Guide This document provides a guide to evaluating CEP technologies. http://www.tibco.com Global Headquarters 3303 Hillview Avenue Palo Alto, CA 94304 Tel: +1

More information

Whitepaper. Solving Complex Hierarchical Data Integration Issues. What is Complex Data? Types of Data

Whitepaper. Solving Complex Hierarchical Data Integration Issues. What is Complex Data? Types of Data Whitepaper Solving Complex Hierarchical Data Integration Issues What is Complex Data? Historically, data integration and warehousing has consisted of flat or structured data that typically comes from structured

More information

Cisco Integration Platform

Cisco Integration Platform Data Sheet Cisco Integration Platform The Cisco Integration Platform fuels new business agility and innovation by linking data and services from any application - inside the enterprise and out. Product

More information

HP environmental messaging

HP environmental messaging HP environmental messaging Promise Definition Designing for the environment As a technology industry environmental leader for decades, HP is making a difference with a comprehensive Design for the Environment

More information

XML: Changing the data warehouse

XML: Changing the data warehouse IBM Software Group White Paper XML: Changing the data warehouse Deliver new levels of business analysis and bring users closer to their data 2 Deliver new levels of business analysis Executive summary

More information

DBAM Systems EP60 Test Executive Summary

DBAM Systems EP60 Test Executive Summary Test Executive Summary A Broadband-Testing Report First published February 2007 (V1.0) Published by Broadband-Testing La Calade, 11700 Moux, Aude, France Tel : +33 (0)4 68 43 99 70 Fax : +33 (0)4 68 43

More information

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services

Predictive Insight, Automation and Expertise Drive Added Value for Managed Services Sponsored by: Cisco Services Author: Leslie Rosenberg December 2017 Predictive Insight, Automation and Expertise Drive Added Value for Managed Services IDC OPINION Competitive business leaders are challenging

More information

Azure Data Factory. Data Integration in the Cloud

Azure Data Factory. Data Integration in the Cloud Azure Data Factory Data Integration in the Cloud 2018 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed in this document, including URL and

More information

Go Cloud. VMware vcloud Datacenter Services by BIOS

Go Cloud. VMware vcloud Datacenter Services by BIOS Go Cloud VMware vcloud Datacenter Services by BIOS Is your IT infrastructure always in tune with your business? If a market opportunity suddenly arises, can your business respond in time? Or is the opportunity

More information

TeleUSE. User Interface Management System. Aonix. for Windows. Product Overview

TeleUSE. User Interface Management System. Aonix. for Windows. Product Overview Product Overview TeleUSE for Windows User Interface Management System TeleUSE User Interface Management System World-class Graphical User Interface Management System development toolset Common toolset

More information

Informatica Cloud Data Integration Winter 2017 December. What's New

Informatica Cloud Data Integration Winter 2017 December. What's New Informatica Cloud Data Integration Winter 2017 December What's New Informatica Cloud Data Integration What's New Winter 2017 December January 2018 Copyright Informatica LLC 2016, 2018 This software and

More information

Embarking on the next stage of hosted desktop delivery for international events management company

Embarking on the next stage of hosted desktop delivery for international events management company Embarking on the next stage of hosted desktop delivery for international events management company Richmond Events is an international events management company, delivering a diverse range of forums and

More information

Analyze Storage and Performance using Data Visualization Desktop (#DataViz) Like a Boss

Analyze Storage and Performance using Data Visualization Desktop (#DataViz) Like a Boss Analyze Storage and Performance using Data Visualization Desktop (#DataViz) Like a Boss Fahd Saeed Consultant at Red Pill Analytics @thatfahd @RedPillA Fahd Saeed Consultant at RED PILL ANALYTICS (@RedPillA)

More information

Arthritis Research UK

Arthritis Research UK Arthritis Research UK Bringing clarity to Arthritis Research UK s Business Transformation vision Client Testimonial 2017 CoreAzure Limited. All rights reserved. This document is provided "as-is". Information

More information

InRule Technology Evaluation Guide

InRule Technology Evaluation Guide InRule Technology Evaluation Guide Welcome to the InRule Technology Evaluation Guide At InRule, we understand and automate decisions. We do it faster, with more accuracy and transparency than anyone else.

More information

WEB-APIs DRIVING DIGITAL INNOVATION

WEB-APIs DRIVING DIGITAL INNOVATION WEB-APIs DRIVING DIGITAL INNOVATION Importance of Web-APIs Simply put, Web-APIs are the medium to make a company s digital assets consumable to any channel, which has a current or latent need. It helps

More information

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

22 September Urban Modelling. using Open Public. Data. Börkur Sigurbjörnsson Data

22 September Urban Modelling. using Open Public. Data. Börkur Sigurbjörnsson Data 22 September 2016 Urban Modelling using Open Public Data Börkur Sigurbjörnsson Data Scientist @borkurdotnet Future Cities Catapult A global centre of excellence on urban innovation. http://futurecities.catapult.org.uk/

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

Certkiller.P questions

Certkiller.P questions Certkiller.P2140-020.59 questions Number: P2140-020 Passing Score: 800 Time Limit: 120 min File Version: 4.8 http://www.gratisexam.com/ P2140-020 IBM Rational Enterprise Modernization Technical Sales Mastery

More information

Evaluating Hyperconverged Full Stack Solutions by, David Floyer

Evaluating Hyperconverged Full Stack Solutions by, David Floyer Evaluating Hyperconverged Full Stack Solutions by, David Floyer April 30th, 2018 Wikibon analysis and modeling is used to evaluate a Hyperconverged Full Stack approach compared to a traditional x86 White

More information

The Data Explosion. A Guide to Oracle s Data-Management Cloud Services

The Data Explosion. A Guide to Oracle s Data-Management Cloud Services The Data Explosion A Guide to Oracle s Data-Management Cloud Services More Data, More Data Everyone knows about the data explosion. 1 And the challenges it presents to businesses large and small. No wonder,

More information

MarketReport. Market Report Paper by Bloor Author Philip Howard Publish date December SQL Engines on Hadoop

MarketReport. Market Report Paper by Bloor Author Philip Howard Publish date December SQL Engines on Hadoop MarketReport Market Report Paper by Bloor Author Philip Howard Publish date December 2017 SQL Engines on Hadoop It is clear that Impala, LLAP, Hive, Spark and so on, perform significantly worse than products

More information

Data Virtualization and the API Ecosystem

Data Virtualization and the API Ecosystem Data Virtualization and the API Ecosystem Working Together, These Two Technologies Enable Digital Transformation SOLUTION Data Virtualization for the API Ecosystem WEBSITE www.denodo.com PRODUCT OVERVIEW

More information

Your New Autonomous Data Warehouse

Your New Autonomous Data Warehouse AUTONOMOUS DATA WAREHOUSE CLOUD Your New Autonomous Data Warehouse What is Autonomous Data Warehouse Autonomous Data Warehouse is a fully managed database tuned and optimized for data warehouse workloads

More information

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation IBM Europe Announcement ZP07-0445, dated October 9, 2007 IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation Description...2 Product

More information

Business Success Through Embedded Communication Technology

Business Success Through Embedded Communication Technology Business Success Through Embedded Communication Technology How WebRTC Delivers Value To Organizations Today GET STARTED Released May 2016 1 2 Introduction More and more activities in our day-to-day lives

More information

Real-time Protection for Microsoft Hyper-V

Real-time Protection for Microsoft Hyper-V Real-time Protection for Microsoft Hyper-V Introduction Computer virtualization has come a long way in a very short time, triggered primarily by the rapid rate of customer adoption. Moving resources to

More information

Massive Scalability With InterSystems IRIS Data Platform

Massive Scalability With InterSystems IRIS Data Platform Massive Scalability With InterSystems IRIS Data Platform Introduction Faced with the enormous and ever-growing amounts of data being generated in the world today, software architects need to pay special

More information

THE RISE OF. The Disruptive Data Warehouse

THE RISE OF. The Disruptive Data Warehouse THE RISE OF The Disruptive Data Warehouse CONTENTS What Is the Disruptive Data Warehouse? 1 Old School Query a single database The data warehouse is for business intelligence The data warehouse is based

More information

A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database

A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database Paper 11 A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database Daniel W. Kohn, Ph.D., Torrent Systems Inc., Cambridge, MA David L. Kuhn, Ph.D., Innovative Idea

More information

MIGRATING SAP WORKLOADS TO AWS CLOUD

MIGRATING SAP WORKLOADS TO AWS CLOUD MIGRATING SAP WORKLOADS TO AWS CLOUD Cloud is an increasingly credible and powerful infrastructure alternative for critical business applications. It s a great way to avoid capital expenses and maintenance

More information

BI, Big Data, Mission Critical. Eduardo Rivadeneira Specialist Sales Manager

BI, Big Data, Mission Critical. Eduardo Rivadeneira Specialist Sales Manager BI, Big Data, Mission Critical Eduardo Rivadeneira Specialist Sales Manager Required 9s & Protection Blazing-Fast Performance Enhanced Security & Compliance Rapid Data Exploration & Visualization Managed

More information

Syncsort DMX-h. Simplifying Big Data Integration. Goals of the Modern Data Architecture SOLUTION SHEET

Syncsort DMX-h. Simplifying Big Data Integration. Goals of the Modern Data Architecture SOLUTION SHEET SOLUTION SHEET Syncsort DMX-h Simplifying Big Data Integration Goals of the Modern Data Architecture Data warehouses and mainframes are mainstays of traditional data architectures and still play a vital

More information

OpenESB Standalone Edition V3.0 Hello World

OpenESB Standalone Edition V3.0 Hello World OpenESB Standalone Edition V3.0 Hello World Copyright Pymma Services 2014. All Rights Reserved. Page 1 of 45 Document identifier: Pymma document: 770-002 Location: www.pymma.com Editor: Pymma Services:

More information

IBM WebSphere Message Broker with Rules and Formatter Extension for z/os, Version 6.0

IBM WebSphere Message Broker with Rules and Formatter Extension for z/os, Version 6.0 Enhancing the operation of your advanced enterprise service bus IBM Rules and Formatter Extension for z/os, Version 6.0 Highlights Routes, transforms and Offers a robust, scalable and customizes virtually

More information

Progress DataDirect For Business Intelligence And Analytics Vendors

Progress DataDirect For Business Intelligence And Analytics Vendors Progress DataDirect For Business Intelligence And Analytics Vendors DATA SHEET FEATURES: Direction connection to a variety of SaaS and on-premises data sources via Progress DataDirect Hybrid Data Pipeline

More information

A Pragmatic Path to Compliance. Jaffa Law

A Pragmatic Path to Compliance. Jaffa Law A Pragmatic Path to Compliance Jaffa Law jaffalaw@hk1.ibm.com Introduction & Agenda What are the typical regulatory & corporate governance requirements? What do they imply in terms of adjusting the organization's

More information

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES An EDB White Paper For CIOs and IT Directors December 2015 TABLE OF CONTENTS 03 03 03 05 07 07 08 08 09 INTRODUCTION POSTGRES THE WORLD S MOST ADVANCED

More information

SQL Server 2017 on Linux: Top Six Reasons Companies Make the Move

SQL Server 2017 on Linux: Top Six Reasons Companies Make the Move SQL Server 2017 on Linux: Top Six Reasons Companies Make the Move 1 Table of Contents Introduction Flexibility Any language, any platform, any cloud Interoperability you can rely on Performance Quicker

More information

ARCHIVE ESSENTIALS

ARCHIVE ESSENTIALS EMAIL ARCHIVE ESSENTIALS KEY CONSIDERATIONS WHEN MOVING TO OFFICE 365 DISCUSSION PAPER PREFACE The last few years have seen significant changes in the way that organisations conduct business. There has

More information

2 The IBM Data Governance Unified Process

2 The IBM Data Governance Unified Process 2 The IBM Data Governance Unified Process The benefits of a commitment to a comprehensive enterprise Data Governance initiative are many and varied, and so are the challenges to achieving strong Data Governance.

More information

ER/Studio Enterprise Portal User Guide

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

More information

What's New. Features introduced in New Features in Primavera Gateway 17

What's New. Features introduced in New Features in Primavera Gateway 17 What's New New Features in Primavera Gateway 17 Features introduced in 17.7 An External Custom provider utility enables you to build, deploy, and maintain custom providers outside of Gateway. By leveraging

More information