PNEC 2015: White Paper The Well Hierarchy as a Foundation for MDM: A Case Study Author

Size: px
Start display at page:

Download "PNEC 2015: White Paper The Well Hierarchy as a Foundation for MDM: A Case Study Author"

Transcription

1 PNEC 2015: White Paper The Well Hierarchy as a Foundation for MDM: A Case Study Author Steve Cooper, President, EnergyIQ E: steve.cooper@energyiq.info

2 Contents Work Ownership and Copyright Introduction Supporting Information Well Identification Well Matching Aggregation Blending Building the Well Hierarchy: A Case Study Conceptual Well Planned Well Scheduled Well Drilling/Completing Well Producing Well The Well Hierarchy as a Foundation of MDM Geoscience MDM Enterprise MDM Summary Work Ownership and Copyright EnergyIQ retains ownership of the Work described in this material along with all other copyright and intellectual property rights associated with the Work

3 1. Introduction The North American oil and gas industry is undergoing a step change that is being driven by tremendous technical advances in the development of unconventional plays. Huge numbers of wells are being drilled and completed with ever increasing complexity while the Well lifecycle from planning through to production is being compressed. Easy access to integrated data across the full Well lifecycle is a critical success factor for E&P companies. Different people and groups within a company create and consume data at different levels in the Well Hierarchy depending upon their role. For example: A landman may be primarily interested in the surface location of a Well A reservoir engineer will be concerned with the Wellbore and the producing formation Drilling and completions engineers care about the Wellbore, Completions and Perforations The production accountant has to deal with all levels of the Well Hierarchy depending upon internal and regulatory reporting requirements Consistent integration of this data demands the ability to uniquely identify and relate a Well and all of the Components of a Well consistently across the Well lifecycle. The resulting Well Hierarchy can then be used to present a business view of the Well structure to the organization and to link critical information across enterprise data stores to enhance workflow collaboration, reduce errors, and increase efficiency. This linkage of critical information across business workflows provides the foundation for a Geoscience MDM solution which, in turn, establishes the critical domain in an Enterprise MDM implementation. The PPDM What is a Well? and Well Identification standards provide the foundation to establish a comprehensive Well Hierarchy and achieve the level of lifecycle integration necessary to meet the evolving needs of the business. These standards are gaining acceptance across industry as an important communications vehicle. Their ultimate value, however, is realized through implementation within a corporate Well Master database and as a foundation for a Master Data Management (MDM) solution. This paper details a practical approach to establishing a Well Hierarchy within a Corporate Well Master and MDM solution. The case study described is based upon a number of solutions delivered to large oil and gas companies through EnergyIQ s commercially available Trusted Data management (TDM) software

4 2. Supporting Information The Well Hierarchy is the relationship between those Components of a Well that are uniquely identified. This section provides background information relating to the four primary processes that are involved in building the Well Hierarchy: Well Identification Well Matching Aggregation Blending When we think of the Well Hierarchy, typically we think of the Well or the Well Origin, the Wellbore, and Completions within a Wellbore. However, there can be other Components that are uniquely identified including Perforations (Contact Interval), Reporting Streams and Wellbore Segments. The level in the Well Hierarchy refers to the position of the Well Component relative to the other Components of a Well. For example, it would generally be considered that a Completion would be at a lower level than a Wellbore while a Well would be at a higher level in the Well Hierarchy than a Wellbore or a Completion Well Identification The PPDM What is a Well? initiative was designed to provide a baseline set of definitions and relationships for a Well and the Components of a Well that information is typically attached to. The definitions were established by a consortium of both large and small oil and gas companies along with service providers; see Figure

5 Figure 2.1: What is a Well? These definitions are gaining wide acceptance across industry as they enable companies to establish a platform for communications and build a framework for data integration. Following on from the What is a Well? standards, the PPDM Association also established a set of guiding principles for building a framework for Identification of the Well and Components: Framework Guiding Principle 1: A Well Identification System must be capable of assigning an identifier to every Well Origin, Wellbore, or Wellbore Completion in its scope. Framework Guiding Principle 2: All identifiers assigned by a Well Identification System must be permanent. Framework Guiding Principle 3: All identifiers assigned by a Well Identification System must be unique within that system

6 Framework Guiding Principle 4: A Well Identification System must relate every identified Wellbore to the Well Origin where it begins Framework Guiding Principle 5: A Well Identification System must relate every identified Wellbore Completion to the Well Origin and/or Wellbore(s) from which it was created. Framework Guiding Principle 6: The Global Framework must define the information required for each part of the Well Identification System. Framework Guiding Principle 7: Each part of the Well Identification System must have an identified owner (Authority) and documented processes for the management of change. Working with a consortium of operating companies, EnergyIQ has adopted the PPDM What is a Well? definitions and these guiding principles to generate a system for enterprise Well Identification, also known as the EKey: Each Well and Well Component will be assigned a system generated surrogate key known as the EKey. The EKey will be comprised of two parts; a sequential number to identify the Well (Origin) and an additional suffix to identify all of the Well Components This identifier will never change over the life of the Well or Well Component (even after abandonment) and will never be re-used The WELL_LEVEL_TYPE attribute in the WELL table will be used to identify the Well Component The WELL_ALIAS table will be used to maintain the EKey and the original identifier(s) The WELL_XREF table will be used to track relationships between the Well and the Well Components EKey WELL WELL_LEVEL_TYPE WELLBORE WELLBORE COMPLETION WELLBORE COMPLETION Table 2.1: Surrogate Key The two part structure of the EKey and the relationship between the Well identifier and the Component identifier is what is important rather than the physical length of each section. Table 2.1 illustrates a common structure that has been implemented at a number of large independent oil and gas companies: - 6 -

7 The first part of the EKey is a system generated unique 8 digit number starting at 10,000,000 to avoid stripping leading 0 s. The second part of the EKey is a 3 digit sequential number (starting at 000) that identifies a Component of the Well (Wellbore, Completion, Perforation etc). Beyond the fact that it identifies a Component of a Well, there is no implied intelligence in the Component extension. Neither the value nor the order of the number should be interpreted as having any significance. Figure 2.2 illustrates one implementation of this approach where the Well Origin, Wellbores and associated completions are uniquely identified. In addition, this illustrates how a new Well Component, the Wellbore Segment, can also be uniquely identified through the same approach. Figure 2.2. Well Identification 2.2. Well Matching A key part of building the Well Hierarchy is the ability to load and blend data from multiple sources. As data is loaded from different sources, Well Matching becomes increasingly important to ensure that the correct EKey is assigned to the right record. To add a Wellbore to the Well Hierarchy, for example, it is necessary to determine whether the same Wellbore already exists within the database: If this is the case then the same EKey would be assigned If not, then it is necessary to determine whether the parent Well has already been defined, in which case the same 8 digit prefix would be assigned with the next Component extension in sequence - 7 -

8 If not, then a new 8 digit Well prefix would be assigned with the Component extension of 000 to identify the Wellbore To meet these requirements, the Well Matching routines need to be able to support: A set of configurable parameters for matching Tolerances e.g. surface location within 5 feet Weighting of the matching parameters Match percentages e.g. 5 parameters out of 8 meet the match criteria therefore there is a 70% match (after weighting) Thresholds to define whether Wells match or not Well Matching is not an exact science and so it is important to maintain an audit history along with the corresponding tools to be able to review and iteratively improve the matching process over time Aggregation Aggregation involves the creation of a record at a higher level in the Well Hierarchy from one or more from records at an immediately lower level in the Well Hierarchy. An example of records that have been aggregated to create a full Well Hierarchy is illustrated in Figure 2.3. In this case, Completion level records have been Aggregated to create Wellbore records which, in turn, have been Aggregated to create Well level records. Figure 2.3: Well Hierarchy Aggregation Aggregation depends upon a set of business rules that determine which attributes will be promoted to the higher level record from the lower level records. By way of illustration, a - 8 -

9 simple set of Aggregation Rules is included in Table 2.2 to promote attributes from multiple Completion records to a single Wellbore record (and Wellbore to Well) based upon a comparison between key fields such as Spud Date or Deepest Depth. In some cases, more complex rules are required based upon a comparison of multiple fields and if-then-else logic. WELL_ATTRIBUTE Completion to Wellbore Rule Wellbore to Well Rule UWI Sequence/Calculated Sequence/Calculated ABANDONMENT_DATE MIN(SPUD_DATE) MIN(SPUD_DATE) ACTIVE_IND MAX(COMPLETION_DATE) MAX(COMPLETION_DATE) ASSIGNED_FIELD MIN(SPUD_DATE) MIN(SPUD_DATE) BASE_NODE_ID MAX(DEEPEST_DEPTH) MAX(DEEPEST_DEPTH) BOTTOM_HOLE_LATITUDE MAX(DEEPEST_DEPTH) MAX(DEEPEST_DEPTH) BOTTOM_HOLE_LONGITUDE MAX(DEEPEST_DEPTH) MAX(DEEPEST_DEPTH) CASING_FLANGE_ELEV MIN(SPUD_DATE) MIN(SPUD_DATE) CASING_FLANGE_ELEV_OUOM MIN(SPUD_DATE) MIN(SPUD_DATE) COMPLETION_DATE MAX(COMPLETION_DATE) MAX(COMPLETION_DATE) CONFIDENTIAL_DATE MIN(SPUD_DATE) MIN(SPUD_DATE) Table 2.2: Sample Aggregation Rules Aggregation can become a complex process when it is considered that data can already exist at various levels within the Well Hierarchy from different sources and this must be factored into the processes Blending Blending is the process of creating a single, most trusted record at a given level in the Well Hierarchy from two or more records at the same level in the Well Hierarchy from different sources. Figure 2.4 illustrates multiple sources of Well Header records that have been Blended to create a most trusted version for consumption by the organization

10 Figure 2.4: Multi-Source Record Blending The Blending Rules are typically built around the source of the data. Each source of data within the database is assigned a priority and, during the Blending process, the first not null attribute is promoted to the trusted version based upon source priority. This is illustrated in Figure 2.4 where the versions are displayed from left to right in order of descending priority. The blue boxes reflect those attributes that have been promoted to the trusted version. The Blending Rules can be applied at an individual attribute or at a record level and they can vary by region according to the available data and the preferences of different asset teams. Figure 2.5 illustrates a Source Preference List for a subset of attributes within the Well Version table (PPDM data model) that establishes preferences by table and attribute by region to provide a high degree of flexibility in how the final Well Header data is blended and presented to the organization

11 Figure 2.5: Source Preference List As enterprise data management solutions evolve, it is also likely that companies will want to establish source preference lists that are tied to the current phase of the Well lifecycle. As the Well moves through the lifecycle, the Blending Rules would change to reflect the varying sources of data and the improving quality of the data. The application of these four processes enables companies to define, build, and maintain a consistent and reliable Well Hierarchy that is a fundamental requirement for a comprehensive E&P data management solution

12 3. Building the Well Hierarchy: A Case Study This section discusses the workflows and processes that were followed to build the Well Hierarchy at a number of large E&P companies. The Well Hierarchy is built across the full Well Lifecycle from the initial conceptual Well through to the producing phase for successful Wells. At each phase of the Well lifecycle, business events occur that trigger the creation or movement of data; see Figure 3.1. Figure 3.1: Business Events across the Well Lifecycle During the planning phase, the proposed Well is created either within the Corporate Well Master database or in an end user application such as Aries. At this point in time, information will be exchanged between the end user application and the Well Master to register that an event has occurred. Regardless of which way the data initially flows, the Well will be created with a unique identifier at this time to create the foundation for the Well Hierarchy. Depending upon the specifics of the implementation, either just the Well Origin level will be created or the full Hierarchy. As the Well progresses through the Well Lifecycle, additional sources of data will be generated within end user applications such as Enertia, OpenWells, and WellView. This data will be loaded into the corporate Well Master and must be matched to the correct level of the Well Hierarchy. This is typically the most complicated aspect of building out the Well Hierarchy and requires working with the business to establish what component of the Well is defined within the application. In some cases, the information within the end user application will describe multiple levels of the Well Hierarchy through the same identifier; to resolve this will require the

13 involvement of the Data Governance team to make the difficult decisions. The same approach will be required to integrate the solution with other enterprise solutions such as SAP or the Quorum land management system. The key identifiers within these applications will need to be tied into the Well Hierarchy at the correct level. As the Well Hierarchy is being built out, a cross-reference table will be created that links the key identifiers in the end user solutions with the Well Hierarchy. This becomes the critical information for Well Matching and linkage both within the Geoscience MDM and the Enterprise MDM; see Figure 3.2. Figure 3.2: Well Alias Table The following sections, describe a typical workflow of how the Well Hierarchy is built up across the Well Lifecycle from an actual client implementation. It should be noted that the phases of the Well Lifecycle described in this section will vary from company to company depending upon their workflows and processes Conceptual Well In this case, a Well is initially created within a GIS application by reserves engineers. At this point, basic Well header information is passed into the Corporate Well Master (CWM) and the full Well Hierarchy is built out comprising the Well, Wellbore, and Completion. From a theoretical standpoint, only the Well Origin exists at this time and the Wellbore and Completion should be created later. However, experience has shown that it is easier to build out the full Well Hierarchy early since information will be added to these levels and it avoids matching challenges later. As can be seen from Figure 3.3, at this phase of the Well Lifecycle, there is a limited amount of information from a single source. The Well has not been permitted at this time and so is unknown outside of the company

14 Figure 3.3: Conceptual Well It is worth discussing at what point should a Well be created within the CWM. Some companies leave it late in the Well Lifecycle and only build out the Well Hierarchy within the CWM or MDM solution if and when it begins to produce. In our opinion, this is too late and results in errors being introduced and important information being unavailable to critical workflows. The Well Hierarchy should be built as early in the Well Lifecycle as possible and, typically, when a commitment is made to spend money and generate key information. As can be seen from Figure 3.3, the Current Status of the Well is set to = CONCEPTUAL. One of the key benefits to this approach is to be able to generate a report of the current status of all of the company interest Wells across the Well Lifecycle. This is information that has been traditionally difficult to track in disparate solutions and is a significant benefit to organizations Planned Well At some point, the Well moves from the Conceptual Phase to the Planning phase. In this case, a record is created within Aries at the Completion level and this is loaded into the Corporate Well Master and matched to the existing Well record from the GIS interface. Once the Well Completion record has been matched and loaded, aggregation runs to build out the same source record at the higher levels of the Well hierarchy. In this case a Wellbore and Well level record would be created for this source

15 Once aggregation is complete, the two Well records are blended together at all levels of the Well Hierarchy. Figure 3.4 illustrates blending at the Completion level, with the Aries data taking precedence over the record from the GIS interface. This results in a blended Gold record which represents the most trusted data that will be presented back to the organization. Figure 3.4: Planned Well The Current Status = PLANNED at this phase and is updated automatically from Aries Scheduled Well The next phase of the Well Lifecycle in this case study is to schedule the Well to be drilled within the RigView application. In this situation, the RigView data is mapped into the Well Hierarchy at the Wellbore level. As can be seen from Figure 3.5, at this phase there are three sources of information matched at the Wellbore level. As with the previous example, aggregation runs to create the new source record at the Well level of the Hierarchy. This means that now we would have 2 source records at the Completion level and 3 each at the Wellbore and Well level since the RigView data does not exist at the Completion level. Upon completion of aggregation, blending runs at the Wellbore and Well levels to create the golden record with the RigView data taking precedence over the previous two; see Figure

16 Figure 3.5: Scheduled Well The Current Status = SCHEDULED at this phase and is updated automatically from RigView Drilling/Completing Well The Well then moves into the Planning and Completing phase of the Well Lifecycle. In this example, the information is managed within OpenWells. As with RigView, it was determined that the OpenWells data would be matched at the Wellbore level of the Well Hierarchy, see Figure 3.7. At this stage, the Well has been permitted and so will have been assigned an API by the corresponding State and will now also be delivered through commercial sources such as IHS, DI or TGS. When the commercial data is loaded, the Well must be matched into the existing Well Hierarchy. Typically the API number will not have been entered into the internal sources and so matching must be completed using other attributes such as Well Name, Operator, and Location. The Current Status of the Well is set to DRILLED and COMPLETED or BEHIND PIPE through this phase of the Well Lifecycle Producing Well In the final phase of our case study, the Well moves into the producing phase. In this example the production is tracked within Avocet at the Completion level and so the Avocet

17 record is matched at the Completion level and then aggregated to the Wellbore and Well level. Upon completion of the aggregation, blending runs to generate the Gold record at each level of the Well Hierarchy; see Figure 3.6. Figure 3.6: Producing Well Completion Level In the producing phase, there are 4 different sources of data blended at the Completion level. At the Wellbore and Well level, however, there are6 sources of data blended, see Figure 3.7. This represents the full Well Hierarchy for this case study. More information will be added to the Well as it matures and it is possible that additional sources of data will be added such as when the Well is worked over or sold to another operator. It is also possible that the fundamental structure could be extended. If additional Wellbores are drilled and complex Completions performed, it may be necessary to add the Wellbore Segment component or the Producing Stream component to achieve the appropriate level of data management granularity

18 Figure 3.7: Producing Well Wellbore Level

19 4. The Well Hierarchy as a Foundation of MDM The Well Hierarchy is a foundational component of any MDM solution since ultimately everything ties back to the Well. This section discusses the progression from a corporate Well Master to a Geoscience MDM and ultimately to an Enterprise MDM solution. The Well Hierarchy is key at each stage of this progression Geoscience MDM The Well Hierarchy within a corporate Well Master provides the foundation for a Geoscience MDM solution as it establishes the framework necessary to link information from other data stores to the correct Well Level. A cross reference table is built to maintain relationships between the unique identifier within the Well Hierarchy back to the corresponding identifier in the source system. This enables users to query against the CWM and pull data in from other sources whether it be internal to the company or external such as the State web site; see Figure 4.1. Figure 4.1: Geoscience MDM Some companies take this a step further, where they push the Well identifier from the Well Hierarchy in the CWM back out in to the source system. This provides an added level of data quality and integration since this identifier can be used for matching purposes between the

20 application and the Well Master and also between applications to minimize the potential for errors Enterprise MDM Enterprise MDM solutions are focused on the integration of critical data across the organization to realize workflow efficiency and effect an improvement in the bottom line of the company. Enterprise MDM solutions are typically structured with multiple domains that address different business functions. The Well Header is one such domain in the E&P space and is often established as separate from the Corporate Well Master with its own set of unique identifiers. Figure 4.2: Enterprise MDM Following the progression as outlined in this paper, however, the Corporate Well Master can be established as the Well Header domain based upon a comprehensive Well Hierarchy. This approach eliminates the requirement to establish and integrate different Well Identifiers and leverages the CWM as a Geoscience MDM. Whether or not the Corporate Well Master is directly integrated into the Enterprise MDM solution or not, the Well Hierarchy as outlined in this solution provides the framework for Well Identification across the enterprise

21 5. Summary The North American oil and gas industry is undergoing a significant, technology driven change. The Well lifecycle is being compressed and the need for collaboration between business units has never been higher. This is especially true in the current environment with additional cost pressure as a result of lower oil and gas prices. Easy access to integrated data across the full Well lifecycle is a critical requirement for successful collaboration. The challenge is that data is typically stored in silos and the information is often tied to different levels of the Well Hierarchy which makes matching difficult. Data is typically shared between groups by passing spreadsheets with inconsistent identifiers and inconsistent Well level definitions which makes matching difficult and results in wasted time and significant errors. To address this issue, companies are increasingly creating a Well Master data store in which they establish a Well Hierarchy with unique identifiers for all Wells and Well Components at relevant levels of the Hierarchy. This can then be used to tie together identifiers across end user applications at the appropriate level to establish a business view of the data and support improved collaboration between work teams. This paper has described the EnergyIQ approach to building a Well Hierarchy that is based upon PPDM standards and practical experience working with a number of large independent oil and gas companies. Four key components of the process to establish the Well Hierarchy have been described: Well Identification Well Matching Aggregation Blending The Well Hierarchy provides the structure to manage information within a Corporate Well Master database in addition to providing the Well identification framework necessary within a Geoscience MDM solution and as the Well Header domain within an enterprise MDM solution

Implementing the Data Management Continuum A Practical Demonstration

Implementing the Data Management Continuum A Practical Demonstration Implementing the Data Management Continuum A Practical Demonstration Authors Steve Cooper: President, EnergyIQ Scott Schneider: Director, Volant Grant Monaghan: President, Perigon Solutions This document

More information

Synergy 4 Master Data Management

Synergy 4 Master Data Management Synergy 4 Master Data Management Synergy 4 Business A large and growing business community, creating and maintaining a library of valuable business solutions, built with a robust and proven business technology.

More information

Creating A New Profession For Our Industry

Creating A New Profession For Our Industry Professional Petroleum Data Management PROFESSIONAL PETROLEUM DATA MANAGEMENT ASSOCIATION Creating A New Profession For Our Industry Trudy Curtis, CEO ABOUT THE PPDM ASSOCIATION The PPDM Association (PPDM)

More information

DATA INTEGRATION APPROACH TO OIL &GAS LEGACY SYSTEMS WITH THE PPDM MODEL. Compete like never before. Consulting Technology Performance

DATA INTEGRATION APPROACH TO OIL &GAS LEGACY SYSTEMS WITH THE PPDM MODEL. Compete like never before. Consulting Technology Performance DATA INTEGRATION APPROACH TO OIL &GAS LEGACY SYSTEMS WITH THE PPDM MODEL Compete like never before. Consulting Technology Performance Akili Overview Akili (uh kē lē) Means knowledge in Swahili. Founded

More information

17 th Petroleum Network Education Conferences

17 th Petroleum Network Education Conferences 1.1.1. 17 th Petroleum Network Education Conferences Making Data Governance Work At All Levels of the Organization Prepared by: Joseph Seila Devon Energy and James Soos Noah Consulting March 21, 2013 Table

More information

Bringing Oilfield Data into the Enterprise

Bringing Oilfield Data into the Enterprise Bringing Oilfield Data into the Enterprise Author: Shannon Tassin, Director Abstract: Oilfield of the future data reporting applications are built to enable faster decision-making based on better data.

More information

Knowledgent White Paper Series. Developing an MDM Strategy WHITE PAPER. Key Components for Success

Knowledgent White Paper Series. Developing an MDM Strategy WHITE PAPER. Key Components for Success Developing an MDM Strategy Key Components for Success WHITE PAPER Table of Contents Introduction... 2 Process Considerations... 3 Architecture Considerations... 5 Conclusion... 9 About Knowledgent... 10

More information

Master Reference Data: Extract Value from your Most Common Data. White Paper

Master Reference Data: Extract Value from your Most Common Data. White Paper Master Reference Data: Extract Value from your Most Common Data White Paper Table of Contents Introduction... 3 So What?!? Why align Reference Data?... 4 MDM Makes MDM Better... 5 Synchronize, Integrate

More information

Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar

Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar Eldad Weiss Founder and Chairman Collecting and Analyzing Big Data for O&G Exploration and Production Applications October 15, 2013 G&G Technology Seminar About Paradigm 700+ 26 700+ 29 7 15,000+ 15+ 200M+

More information

PPDM Well Master and Enterprise MDM Tools

PPDM Well Master and Enterprise MDM Tools PPDM Well Master and Enterprise MDM Tools 2013 PPDM Data Management Symposium Calgary Kelly Guillory & Prasanna Balakrishnan Agenda About Us Paper Background What People Want Business Value of MDM MDM

More information

Using Master Data in Business Intelligence

Using Master Data in Business Intelligence helping build the smart business Using Master Data in Business Intelligence Colin White BI Research March 2007 Sponsored by SAP TABLE OF CONTENTS THE IMPORTANCE OF MASTER DATA MANAGEMENT 1 What is Master

More information

Realizing business flexibility through integrated SOA policy management.

Realizing business flexibility through integrated SOA policy management. SOA policy management White paper April 2009 Realizing business flexibility through integrated How integrated management supports business flexibility, consistency and accountability John Falkl, distinguished

More information

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

DATA MANAGEMENT ACTION PLAN INFORMATION BEST PRACTICES STEP BY STEP

DATA MANAGEMENT ACTION PLAN INFORMATION BEST PRACTICES STEP BY STEP DATA MANAGEMENT ACTION PLAN INFORMATION BEST PRACTICES STEP BY STEP WHY DATA MANAGEMENT? THE PROBLEM - UNSOPHISTICATED IT Departmental silos are not new in oil and gas, but they are a huge barrier to master

More information

Best practices in project and portfolio management

Best practices in project and portfolio management Business white paper Best practices in project and portfolio management Practical advice for achieving greater value and business benefits Table of contents 3 Introduction 3 The importance of best practices

More information

EMERGING TRENDS Business Process Management

EMERGING TRENDS Business Process Management >>White Paper June 2009 EMERGING TRENDS Business Process Management >> Romeo Elias, Chief Operating Officer, Founder, Interneer Inc. Contents Introduction... 3 Hosted or SaaS... 3 Simplicity and Savings...

More information

Capture Your Assets (CYA) Data Retention Policies in E&P

Capture Your Assets (CYA) Data Retention Policies in E&P 1 Capture Your Assets (CYA) Data Retention Policies in E&P By Suzi Hutchinson, Sr. Product Manager, Information Management, and Janet Hicks, Sr. Manager, Information Management Presented at Petroleum Network

More information

Corralling Data for Business Insights. The difference data relationship management can make. Part of the Rolta Managed Services Series

Corralling Data for Business Insights. The difference data relationship management can make. Part of the Rolta Managed Services Series Corralling Data for Business Insights The difference data relationship management can make Part of the Rolta Managed Services Series Data Relationship Management Data inconsistencies plague many organizations.

More information

The NDR in 2012: New Challenges and New Solutions. Dale Blue Global Practice Manager Landmark Services NDR11 Kuala Lumpur 23 October 2012

The NDR in 2012: New Challenges and New Solutions. Dale Blue Global Practice Manager Landmark Services NDR11 Kuala Lumpur 23 October 2012 The NDR in 2012: New Challenges and New Solutions Dale Blue Global Practice Manager Landmark Services NDR11 Kuala Lumpur 23 October 2012 2012 HALLIBURTON. ALL RIGHTS RESERVED. Disclaimer direction, is

More information

The Cloudburst: Hitting New Heights With Cloud-Based Environmental Software. White Paper. Enviance

The Cloudburst: Hitting New Heights With Cloud-Based Environmental Software. White Paper. Enviance The Cloudburst: Hitting New Heights With Cloud-Based Environmental Software White Paper Enviance The Cloudburst: Hitting New Heights with Cloud-Based Environmental Software White Paper Cloud computing

More information

Data Governance Primer. A PPDM Workshop. March 2015

Data Governance Primer. A PPDM Workshop. March 2015 Data Governance Primer A PPDM Workshop March 2015 Agenda - SETTING THE STAGE - DATA GOVERNANCE BASICS - METHODOLOGY - KEYS TO SUCCESS Copyright 2015 Noah Consulting LLC. All Rights Reserved. Industry Drivers

More information

Regulation and compensation. Dodd-Frank white paper

Regulation and compensation. Dodd-Frank white paper Introduction into compensation management This section will introduce some of the key challenges for the sector, and hint at a possible solution using technology 1 Compensation management in focus This

More information

SAP Enterprise Asset Management & GIS Integration: Developing the Business Case

SAP Enterprise Asset Management & GIS Integration: Developing the Business Case SAP Enterprise Asset Management & GIS Integration: Developing the Business Case July 2014 1/7 For the longest time GIS and SAP EAM were continents all onto themselves. Each contained many little countries

More information

BEYOND DIAGRAMS AND SPREADSHEETS DATA CENTER INFRASTRUCTURE MANAGEMENT (DCIM)

BEYOND DIAGRAMS AND SPREADSHEETS DATA CENTER INFRASTRUCTURE MANAGEMENT (DCIM) BEYOND DIAGRAMS AND SPREADSHEETS DATA CENTER INFRASTRUCTURE MANAGEMENT (DCIM) THE CHALLENGE. Solve complexity The trend for consolidation and construction of ever- larger data centers has been basically

More information

Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER

Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER Taking EPM to new levels with Oracle Hyperion Data Relationship Management WHITEPAPER This document contains Confidential, Proprietary, and Trade Secret Information ( Confidential Information ) of TopDown

More information

Well File Management: Using a Maturity Model to Increase Value

Well File Management: Using a Maturity Model to Increase Value Well File Management: Using a Maturity Model to Increase Value Agenda Introductions History of Well Files Well File Maturity Model Question and Answer Page 2 Noah Consulting About Us Founded by information

More information

Uniting the Business and Petrotechnical Worlds

Uniting the Business and Petrotechnical Worlds Uniting the Business and Petrotechnical Worlds Addressing the challenges of E&P through a unified, familiar, and open petrotechnical computing environment that promotes collaboration, accelerates integrated

More information

IRMAC SAS INFORMATION MANAGEMENT, TRANSFORMING AN ANALYTICS CULTURE. Copyright 2012, SAS Institute Inc. All rights reserved.

IRMAC SAS INFORMATION MANAGEMENT, TRANSFORMING AN ANALYTICS CULTURE. Copyright 2012, SAS Institute Inc. All rights reserved. IRMAC SAS INFORMATION MANAGEMENT, TRANSFORMING AN ANALYTICS CULTURE ABOUT THE PRESENTER Marc has been with SAS for 10 years and leads the information management practice for canada. Marc s area of specialty

More information

The Importance of Data Quality for Intelligent Data Analytics:

The Importance of Data Quality for Intelligent Data Analytics: The Importance of Data Quality for Intelligent Data Analytics: Optimizing the Financial and Operational Performance of IT White Paper IT decisions are only as good as the data they re based on. And that

More information

IMPROVING RISK VISIBILITY AND SECURITY POSTURE WITH IDENTITY INTELLIGENCE

IMPROVING RISK VISIBILITY AND SECURITY POSTURE WITH IDENTITY INTELLIGENCE IMPROVING RISK VISIBILITY AND SECURITY POSTURE WITH IDENTITY INTELLIGENCE ABSTRACT Changing regulatory requirements, increased attack surfaces and a need to more efficiently deliver access to the business

More information

Automotive Engineering Change: The Key to Cost Reduction for Competitive Advantage

Automotive Engineering Change: The Key to Cost Reduction for Competitive Advantage Engineering Change: The Key to Cost Reduction for Competitive The automotive industry has seen significant change over the last couple of decades, but looking to the future, there will be even more significant

More information

Business Intelligence and Analytics: Leveraging Information for Value Creation and Competitive Advantage

Business Intelligence and Analytics: Leveraging Information for Value Creation and Competitive Advantage PRACTICES REPORT BEST PRACTICES SURVEY: AGGREGATE FINDINGS REPORT Business Intelligence and Analytics: Leveraging Information for Value Creation and Competitive Advantage April 2007 Table of Contents Program

More information

The Business Case for Information Management An Oracle Thought Leadership White Paper December 2008

The Business Case for Information Management An Oracle Thought Leadership White Paper December 2008 The Business Case for Information Management An Oracle Thought Leadership White Paper December 2008 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

Fortune 500 Medical Devices Company Addresses Unique Device Identification

Fortune 500 Medical Devices Company Addresses Unique Device Identification Fortune 500 Medical Devices Company Addresses Unique Device Identification New FDA regulation was driver for new data governance and technology strategies that could be leveraged for enterprise-wide benefit

More information

5 Best Practices for SAP Master Data Governance

5 Best Practices for SAP Master Data Governance 5 Best Practices for SAP Master Data Governance By David Loshin President, Knowledge Integrity, Inc. Sponsored by Winshuttle, LLC 2012 Winshuttle, LLC. All rights reserved. 4/12 www.winshuttle.com Introduction

More information

FireScope + ServiceNow: CMDB Integration Use Cases

FireScope + ServiceNow: CMDB Integration Use Cases FireScope + ServiceNow: CMDB Integration Use Cases While virtualization, cloud technologies and automation have slashed the time it takes to plan and implement new IT services, enterprises are still struggling

More information

CA Service Desk Manager

CA Service Desk Manager PRODUCT BRIEF: CA SERVICE DESK MANAGER CA Service Desk Manager CA SERVICE DESK MANAGER IS A VERSATILE, COMPREHENSIVE IT SUPPORT SOLUTION THAT HELPS YOU BUILD SUPERIOR INCIDENT AND PROBLEM MANAGEMENT PROCESSES

More information

Iterative Database Design Challenges and Solutions for a Geomechanics Database

Iterative Database Design Challenges and Solutions for a Geomechanics Database 1 Iterative Database Design Challenges and Solutions for a Geomechanics Database By James Ding and Cary Purdy Presented at Petroleum Network Education Conference (PNEC) 2011 2 Abstract Pressworks is an

More information

IDC MarketScape: Worldwide Hydrocarbon Accounting Software 2013 Vendor Assessment

IDC MarketScape: Worldwide Hydrocarbon Accounting Software 2013 Vendor Assessment IDC MARKETSCAPE IDC MarketScape: Worldwide Hydrocarbon Accounting Software 2013 Vendor Assessment Jill Feblowitz THIS IDC MARKETSCAPE EXCERPT FEATURES: TIETO IDC MARKETSCAPE FIGURE FIGURE 1 IDC MarketScape

More information

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff

Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff Whitepaper Data Governance Roadmap for IT Executives Valeh Nazemoff The Challenge IT Executives are challenged with issues around data, compliancy, regulation and making confident decisions on their business

More information

NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation

NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation NCOE whitepaper Master Data Deployment and Management in a Global ERP Implementation Market Offering: Package(s): Oracle Authors: Rick Olson, Luke Tay Date: January 13, 2012 Contents Executive summary

More information

Independent Insight for Service Oriented Practice. An SOA Roadmap. John C. Butler Chief Architect. A CBDI Partner Company. www.cbdiforum.

Independent Insight for Service Oriented Practice. An SOA Roadmap. John C. Butler Chief Architect. A CBDI Partner Company. www.cbdiforum. Independent Insight for Oriented Practice An SOA Roadmap John C. Butler Chief Architect A CBDI Partner Company www.cbdiforum.com Agenda! SOA Vision and Opportunity! SOA Roadmap Concepts and Maturity Levels!

More information

Oil and Gas Process Intelligence. Resource Scheduling Template-based Process Execution Data & Document Management Reporting & Dashboards

Oil and Gas Process Intelligence. Resource Scheduling Template-based Process Execution Data & Document Management Reporting & Dashboards Oil and Gas Process Intelligence Resource Scheduling Template-based Process Execution Data & Document Management Reporting & Dashboards E&P Process Challenges When practical process improvements can produce

More information

Enable Business Agility and Speed Empower your business with proven multidomain master data management (MDM)

Enable Business Agility and Speed Empower your business with proven multidomain master data management (MDM) Enable Business Agility and Speed Empower your business with proven multidomain master data management (MDM) Customer Viewpoint By leveraging a well-thoughtout MDM strategy, we have been able to strengthen

More information

BUILDING E&P National Data Repository in INDIA. A.K.Tyagi General Manager Indian School of Petroleum & Energy (ISPe)

BUILDING E&P National Data Repository in INDIA. A.K.Tyagi General Manager Indian School of Petroleum & Energy (ISPe) BUILDING E&P National Data Repository in INDIA A.K.Tyagi General Manager Indian School of Petroleum & Energy (ISPe) Introduction 1. Upstream industry data & information management challenges 2. Can NDR

More information

Microsoft SQL Server Master Data Services Roadmap

Microsoft SQL Server Master Data Services Roadmap Microsoft SQL Server Master Data Services Roadmap Introduction In June 2007, Microsoft announced the acquisition of Stratature, a privately held company based in Alpharetta, Georgia, and a leading provider

More information

UNEXPECTED INSIGHTS FROM A MASTER DATA MANAGEMENT FAILURE

UNEXPECTED INSIGHTS FROM A MASTER DATA MANAGEMENT FAILURE UNEXPECTED INSIGHTS FROM A MASTER DATA MANAGEMENT FAILURE REDEFINING SUCCESS AND THE CRITICAL ROLE OF CHANGE MANAGEMENT A software team that speaks your language. Frac your data TM Produce insight. Data

More information

How to select the right Marketing Cloud Edition

How to select the right Marketing Cloud Edition How to select the right Marketing Cloud Edition Email, Mobile & Web Studios ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire customer lifecycle

More information

An Introduction to Master Data Management (MDM)

An Introduction to Master Data Management (MDM) An Introduction to Master Data Management (MDM) Presented by: Robert Quinn, Sr. Solutions Architect FYI Business Solutions Agenda Introduction MDM Definition MDM Terms Best Practices Data Challenges MDM

More information

Big Data and Big Data Governance

Big Data and Big Data Governance The First Step in Information Big Data and Big Data Governance Kelle O Neal kelle@firstsanfranciscopartners.com 15-25- 9661 @1stsanfrancisco www.firstsanfranciscopartners.com Table of Contents Big Data

More information

Solution Architecture Overview. Submission Management. 2015 The Value Enablement Group, LLC. All rights reserved.

Solution Architecture Overview. Submission Management. 2015 The Value Enablement Group, LLC. All rights reserved. Solution Architecture Overview Submission Management 1 Submission Management Overview Sources of Record MDM Manually Captured Lifecycle Events PLM Repository Data Domain Objects supporting Submission Process

More information

Master big data to optimize the oil and gas lifecycle

Master big data to optimize the oil and gas lifecycle Viewpoint paper Master big data to optimize the oil and gas lifecycle Information management and analytics (IM&A) helps move decisions from reactive to predictive Table of contents 4 Getting a handle on

More information

Multi-Domain Master Data Management. Subhash Ramachandran VP, Product Management webmethods Product Line

Multi-Domain Master Data Management. Subhash Ramachandran VP, Product Management webmethods Product Line Multi-Domain Master Data Management Subhash Ramachandran VP, Product Management webmethods Product Line The Grand MDM Give Away Be the first to assemble the Nut and the Bolt in the packet you received

More information

dxhub Denologix MDM Solution Page 1

dxhub Denologix MDM Solution Page 1 Most successful large organizations are organized by lines of business (LOB). This has been a very successful way to organize for the accountability of profit and loss. It gives LOB leaders autonomy to

More information

The Spectrum of Data Integration Solutions: Why You Should Have Them All

The Spectrum of Data Integration Solutions: Why You Should Have Them All HAWTIN, STEVE, Schlumberger Information Systems, Houston TX; NAJIB ABUSALBI, Schlumberger Information Systems, Stavanger, Norway; LESTER BAYNE, Schlumberger Information Systems, Stavanger, Norway; MARK

More information

The Advantages of Common Data Management Software (LLRW)

The Advantages of Common Data Management Software (LLRW) Innovative use of Cloud Computing and Hardware Platforms to Improve the Accuracy, Efficiency and Auditability of LLRW 11622 Lloyd A. Solomon*, Robert Eunice*, and Amit Gandhi* * Studsvik, Inc., Atlanta,

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

A Closer Look at BPM. January 2005

A Closer Look at BPM. January 2005 A Closer Look at BPM January 2005 15000 Weston Parkway Cary, NC 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: info@ultimus.com http://www.ultimus.com The Information contained in this document

More information

How To Integrate Legacy Management With Distributed Systems

How To Integrate Legacy Management With Distributed Systems OVERVIEW Adoption of IT Infrastructure Library (ITIL) best practices has grown dramatically in the last decade. These best practices provide a framework to integrate business processes and supporting technology,

More information

Data Governance on Well Header. Not Only is it Possible, Where Else Would you Start!

Data Governance on Well Header. Not Only is it Possible, Where Else Would you Start! Data Governance on Well Header Not Only is it Possible, Where Else Would you Start! Agenda Intro (Noah) A (not so) Brief History Methodology Prioritization Why Well Header Attribute versus Process Oriented

More information

Issue in Focus: Integrating Cloud PLM. Considerations for Systems Integration in the Cloud

Issue in Focus: Integrating Cloud PLM. Considerations for Systems Integration in the Cloud Issue in Focus: Integrating Cloud PLM Considerations for Systems Integration in the Cloud 1 Tech-Clarity, Inc. 2012 Table of Contents Introducing the Issue... 3 Start with the Business in Mind... 4 Choose

More information

IBM Software A Journey to Adaptive MDM

IBM Software A Journey to Adaptive MDM IBM Software A Journey to Adaptive MDM What is Master Data? Why is it Important? A Journey to Adaptive MDM Contents 2 MDM Business Drivers and Business Value 4 MDM is a Journey 7 IBM MDM Portfolio An Adaptive

More information

A discussion of information integration solutions November 2005. Deploying a Center of Excellence for data integration.

A discussion of information integration solutions November 2005. Deploying a Center of Excellence for data integration. A discussion of information integration solutions November 2005 Deploying a Center of Excellence for data integration. Page 1 Contents Summary This paper describes: 1 Summary 1 Introduction 2 Mastering

More information

OpenWells Software. DecisionSpace Drilling & Completions. Streamline activity and morning reporting. Improve drilling operations DATA SHEET

OpenWells Software. DecisionSpace Drilling & Completions. Streamline activity and morning reporting. Improve drilling operations DATA SHEET DATA SHEET OpenWells Software OVERVIEW DecisionSpace Drilling & Completions KEY FEATURES Comprehensive operations reporting from site selection to abandonment Simple, visual data entry saves time and reduces

More information

for Oil & Gas Industry

for Oil & Gas Industry Wipro s Upstream Storage Solution for Oil & Gas Industry 1 www.wipro.com/industryresearch TABLE OF CONTENTS Executive summary 3 Business Appreciation of Upstream Storage Challenges...4 Wipro s Upstream

More information

SOLUTION BRIEF CA ERWIN MODELING. How Can I Manage Data Complexity and Improve Business Agility?

SOLUTION BRIEF CA ERWIN MODELING. How Can I Manage Data Complexity and Improve Business Agility? SOLUTION BRIEF CA ERWIN MODELING How Can I Manage Data Complexity and Improve Business Agility? CA ERwin Modeling provides a centralized view of key data definitions to help create a better understanding

More information

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002

IAF Business Intelligence Solutions Make the Most of Your Business Intelligence. White Paper November 2002 IAF Business Intelligence Solutions Make the Most of Your Business Intelligence White Paper INTRODUCTION In recent years, the amount of data in companies has increased dramatically as enterprise resource

More information

INTRODUCTION PRODUCT PRIORITIES INTEGRATION

INTRODUCTION PRODUCT PRIORITIES INTEGRATION INTRODUCTION In June 2007, Microsoft announced the acquisition of Stratature, a privately held company based in Alpharetta, Georgia, and a leading provider of master data management (MDM) software. This

More information

How master data management serves the business

How master data management serves the business IBM Software White Paper Information Management How master data management serves the business Leverage a single view of the enterprise to reduce costs, increase agility and support compliance 2 How master

More information

Cisco Intelligent Automation for SAP

Cisco Intelligent Automation for SAP Data Sheet Cisco Intelligent Automation for SAP Automation Packs for SAP Solutions Product Overview Cisco Intelligent Automation for SAP is the software platform on which to standardize, unify, and automate

More information

Chapter 10. Becoming an Agile Enterprise

Chapter 10. Becoming an Agile Enterprise Chapter 10. Becoming an Agile Enterprise Continuous improvement is not about the things you do well that's work. Continuous improvement is about removing the things that get in the way of your work. The

More information

AVEVA NET Accesses and Manages the Digital Asset. Executive Overview... 3. Project Risk: Inaccessible, Unreliable Information... 4

AVEVA NET Accesses and Manages the Digital Asset. Executive Overview... 3. Project Risk: Inaccessible, Unreliable Information... 4 ARC WHITE PAPER By ARC Advisory Group JUNE 18, 2013 AVEVA NET Accesses and Manages the Digital Asset Executive Overview... 3 Project Risk: Inaccessible, Unreliable Information... 4 AVEVA NET Focuses on

More information

White Paper. Real-time Customer Engagement and Big Data are Changing Marketing

White Paper. Real-time Customer Engagement and Big Data are Changing Marketing Real-time Customer Engagement and Big Data are Changing Marketing Real-time Customer Engagement and Big Data are Changing Marketing Marketing is rapidly approaching to what marketers have often dreamed

More information

Process Intelligence: An Exciting New Frontier for Business Intelligence

Process Intelligence: An Exciting New Frontier for Business Intelligence February/2014 Process Intelligence: An Exciting New Frontier for Business Intelligence Claudia Imhoff, Ph.D. Sponsored by Altosoft, A Kofax Company Table of Contents Introduction... 1 Use Cases... 2 Business

More information

The IBM Cognos Platform

The IBM Cognos Platform The IBM Cognos Platform Deliver complete, consistent, timely information to all your users, with cost-effective scale Highlights Reach all your information reliably and quickly Deliver a complete, consistent

More information

White Paper. Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler. Pamela Szabó Stone Bond Technologies

White Paper. Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler. Pamela Szabó Stone Bond Technologies White Paper Enterprise Enabler and SharePoint 2010 Or Why SharePoint Needs Enterprise Enabler Pamela Szabó Stone Bond Technologies Copyright 2014 Stone Bond Technologies, L.P. All rights reserved. The

More information

SOLUTION BRIEF CA ERwin Modeling. How can I understand, manage and govern complex data assets and improve business agility?

SOLUTION BRIEF CA ERwin Modeling. How can I understand, manage and govern complex data assets and improve business agility? SOLUTION BRIEF CA ERwin Modeling How can I understand, manage and govern complex data assets and improve business agility? SOLUTION BRIEF CA DATABASE MANAGEMENT FOR DB2 FOR z/os DRAFT CA ERwin Modeling

More information

Cloud-based Data Management for Quick Asset Valuation, Opportunity Identification and Risk Quantification

Cloud-based Data Management for Quick Asset Valuation, Opportunity Identification and Risk Quantification Cloud-based Data Management for Quick Asset Valuation, Opportunity Identification and Risk Quantification Identify, Quantify and Collaborate Anywhere, Anytime An Executive Overview Alan Lindsey CEO Lindsey,

More information

Assessing and implementing a Data Governance program in an organization

Assessing and implementing a Data Governance program in an organization Assessing and implementing a Data Governance program in an organization Executive Summary As companies realize the importance of data and the challenges they face in integrating the data from various sources,

More information

ENTERPRISE CONTENT MANAGEMENT: THE EMERGING TOOL FOR MANAGING TODAY S ENGINEERING FIRM

ENTERPRISE CONTENT MANAGEMENT: THE EMERGING TOOL FOR MANAGING TODAY S ENGINEERING FIRM ENTERPRISE CONTENT MANAGEMENT: THE EMERGING TOOL FOR MANAGING TODAY S ENGINEERING FIRM The recent economic slowdown has affected business across the globe. Sales have slowed, financing has dried up, and

More information

The Cloud Software Shift: Rethinking Professional Services Economics

The Cloud Software Shift: Rethinking Professional Services Economics The Cloud Software Shift: Rethinking Professional Services Economics Perspective by Waterstone Management Group Mark Hauser, Managing Partner Andrew Loulousis, Senior Associate May 2015 Chicago San Francisco

More information

B2C Marketing Automation Action Plan. 10 Steps to Help You Make the Move from Outdated Email Marketing to Advanced Marketing Automation

B2C Marketing Automation Action Plan. 10 Steps to Help You Make the Move from Outdated Email Marketing to Advanced Marketing Automation B2C Marketing Automation Action Plan 10 Steps to Help You Make the Move from Outdated Email Marketing to Advanced Marketing Automation Introduction B2C marketing executives are increasingly becoming more

More information

Preparing for the Future: How Asset Management Will Evolve in the Age of the Smart Grid

Preparing for the Future: How Asset Management Will Evolve in the Age of the Smart Grid Preparing for the Future: How Asset Management Will Evolve in the Age of the Smart Grid Executive summary Most utilities struggle to organize information about their distribution network assets. Operations,

More information

How To Manage It Asset Management On Peoplesoft.Com

How To Manage It Asset Management On Peoplesoft.Com PEOPLESOFT IT ASSET MANAGEMENT KEY BENEFITS Streamline the IT Asset Lifecycle Ensure IT and Corporate Compliance Enterprise-Wide Integration Oracle s PeopleSoft IT Asset Management streamlines and automates

More information

Delivering information you can trust June 2007. IBM Multiform Master Data Management: The evolution of MDM applications

Delivering information you can trust June 2007. IBM Multiform Master Data Management: The evolution of MDM applications June 2007 IBM Multiform Master Data Management: The evolution of MDM applications Page 2 Contents 2 Traditional approaches to master data management 2 The enterprise application 4 The data warehouse 5

More information

Introduction to SOA governance and service lifecycle management.

Introduction to SOA governance and service lifecycle management. -oriented architecture White paper March 2009 Introduction to SOA governance and Best practices for development and deployment Bill Brown, executive IT architect, worldwide SOA governance SGMM lead, SOA

More information

Logical Modeling for an Enterprise MDM Initiative

Logical Modeling for an Enterprise MDM Initiative Logical Modeling for an Enterprise MDM Initiative Session Code TP01 Presented by: Ian Ahern CEO, Profisee Group Copyright Speaker Bio Started career in the City of London: Management accountant Finance,

More information

Convergence of Desktop Security and Management: System Center 2012 Endpoint Protection and System Center 2012 Configuration Manager

Convergence of Desktop Security and Management: System Center 2012 Endpoint Protection and System Center 2012 Configuration Manager Convergence of Desktop Security and Management: System Center 2012 Endpoint Protection and System Center 2012 Configuration Manager Contents INTRODUCTION: UNDERSTANDING HOW ALIGNING DESKTOP SECURITY AND

More information

Asset and Plant Lifecycle Management

Asset and Plant Lifecycle Management IBM Software Enterprise Content Management April 2010 Asset and Plant Lifecycle Management 2 Asset and Plant Lifecycle Management Executive summary The IBM Asset and Plant Lifecycle Management (APLM) solution

More information

Optimizing Automation of Internal Controls for GRC and General Business Process Compliance

Optimizing Automation of Internal Controls for GRC and General Business Process Compliance Optimizing Automation of Internal s for GRC and General Business Process Compliance Whitepaper Compliancy Software, Inc. www.compliancysoftware.com Telephone: +1.919.342.6212 Email: info@compliancysoftware.com

More information

Solutions Master Data Governance Model and Mechanism

Solutions Master Data Governance Model and Mechanism www.pwc.com Solutions Master Data Governance Model and Mechanism Executive summary Organizations worldwide are rapidly adopting various Master Data Management (MDM) solutions to address and overcome business

More information

FAQs. Sapphire 2009. Are your enterprise applications running on accurate, consistent & complete master data?

FAQs. Sapphire 2009. Are your enterprise applications running on accurate, consistent & complete master data? FAQs Sapphire 2009 Are your enterprise applications running on accurate, consistent & complete master data? 1. What are the pain points that SAP MDM addresses? Some of the business pain points that can

More information

Riversand Technologies, Inc. Powering Accurate Product Information PIM VS MDM VS PLM. A Riversand Technologies Whitepaper

Riversand Technologies, Inc. Powering Accurate Product Information PIM VS MDM VS PLM. A Riversand Technologies Whitepaper Riversand Technologies, Inc. Powering Accurate Product Information PIM VS MDM VS PLM A Riversand Technologies Whitepaper Table of Contents 1. PIM VS PLM... 3 2. Key Attributes of a PIM System... 5 3. General

More information

Harness the value of information throughout the enterprise. IBM InfoSphere Master Data Management Server. Overview

Harness the value of information throughout the enterprise. IBM InfoSphere Master Data Management Server. Overview IBM InfoSphere Master Data Management Server Overview Master data management (MDM) allows organizations to generate business value from their most important information. Managing master data, or key business

More information

Best Practices in Release and Deployment Management

Best Practices in Release and Deployment Management WHITEPAPER Best Practices in Release and Deployment Management Mark Levy Through 2016, a lack of effective release management will contribute up to 80% of production incidents in large organizations with

More information

ENTERPRISE MANAGEMENT AND SUPPORT IN THE INDUSTRIAL MACHINERY AND COMPONENTS INDUSTRY

ENTERPRISE MANAGEMENT AND SUPPORT IN THE INDUSTRIAL MACHINERY AND COMPONENTS INDUSTRY ENTERPRISE MANAGEMENT AND SUPPORT IN THE INDUSTRIAL MACHINERY AND COMPONENTS INDUSTRY The Industrial Machinery and Components Industry Manufacturers in the industrial machinery and components (IM&C) industry

More information

How To Manage Assets In Utilities

How To Manage Assets In Utilities Preparing for the Future: How Asset Management Will Evolve in the Age of Smart Grid By: Jeff Meyers, Smart Grid Solutions Telvent Utilities Group Table of Contents Introduction 3 The State of Asset Management

More information

Risk based monitoring using integrated clinical development platform

Risk based monitoring using integrated clinical development platform Risk based monitoring using integrated clinical development platform Authors Sita Rama Swamy Peddiboyina Dr. Shailesh Vijay Joshi 1 Abstract Post FDA s final guidance on Risk Based Monitoring, Industry

More information

OPERATIONALIZING EXCELLENCE IN THE GLOBAL REGULATORY SUBMISSIONS PROCESS

OPERATIONALIZING EXCELLENCE IN THE GLOBAL REGULATORY SUBMISSIONS PROCESS OPERATIONALIZING EXCELLENCE IN THE GLOBAL REGULATORY SUBMISSIONS PROCESS INTRODUCTION As life sciences companies face expiring patents and shrinking drug-development pipelines, it s never been more important

More information

Module 1: Supply Chain Design

Module 1: Supply Chain Design Module 1: Supply Chain Design Module 1 Introduction Section A: Develop the Supply Chain Strategy Chapter 1: Inputs to Supply Chain Strategy o Topic 1: Business Model o Topic 2: External Inputs to Supply

More information