Good Application Design Applying the Designed for Documentum Specification

Size: px
Start display at page:

Download "Good Application Design Applying the Designed for Documentum Specification"

Transcription

1 1 Good Application Design Applying the Designed for Documentum Specification Eric Merhoff - Senior Staff Engineer, Documentum Architecture Group Naveen Jain Staff Application Architect, Designed for Documentum Documentum Developer Conference 2004 San Ramon, CA October 2004 Introductions Eric Merhoff Naveen Jain Aamir Farooq Naveed Agboatwalla Rajesh Kasanagottu 2 Session Objectives Communicate how the Designed for Documentum Specification can be applied by partners and customers to ensure good application design Drive understanding of what the Designed for Documentum logo stands for 3

2 4 Agenda What is the Designed for Documentum specification? How does the Designed for Documentum specification apply to you? The Application Portfolio What is the future for the specification? A little context for the specification? Designed for Documentum (DfD) is a logo that partner offerings can earn The DfD Specification describes, in detail, the technical, documentation and support requirements for applications to earn the DFD logo Product of the Application Logo Program The goal is to drive a fast growing ecosystem of offerings Partner Offering DCTM Core Ecosystem 5 Objectives for the DfD Specification Set one standard that all customers and partners can follow Provide guidelines and best practices for meeting the requirements Establish baseline for all offerings Classify offerings as Application, Solution, or Integration Differentiate offerings that address specific needs Drive partner alignment with new and emerging Documentum technologies and initiatives 6

3 7 How it s used Partners Planning Design Quality Assurance Logo Program Evaluate compliance Partner guidance Customer Reference for evaluation offerings Bar for 3 rd party custom solutions Guidance for internal development Approach Organization Categories of criteria Basic and classification specific criteria that are required Specialty designation criteria Lifecycle Evolving and maturing Collaborative with customers and partners and other groups within Documentum/EMC Influenced by experience and input gained through customer and partner facing activities Changes will go through open review Reasonable expectations (i.e. timeframe) for adjusting to changes 8 Agenda What is the Designed for Documentum specification? How does the Designed for Documentum specification apply to you? The Application Portfolio What is the future for the specification? 9

4 10 Documentum Product Stack CRM ERP Portals Records Mgmt. Collaboration Compliance DAM WCM EDM Documentum Interfaces, Components, and Tools Content Services Server Extensions Content Server Content Repository Custom Majority of the applications use our Content Repository and Content Services Design / Architectural issues at application foundation layer are more expensive to fix Documentum Product Covered by Specification Custom CRM ERP Portals Records Mgmt. Collaboration Compliance DAM WCM EDM Documentum Interfaces, Components, and Tools Content Services Server Extensions Content Server Content Repository 11 How the specification were developed? Met various Documentum Engineering experts from most of the product areas Worked with Documentum Consulting and Product Managers Incorporated input from our partners 12

5 13 Uncovering Complex applications? Is the application handling large number of documents? using virtual documents extensively? having users spread over geography? processing large number of workflows? integrated with other applications? to be used in validated environment? How each criterion is described? Description Significance Example Exceptions Test Cases 14 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Maintainability Documentation Security Scalability Process Internationalization 15

6 16 Stability Criteria Objectives & Criteria Objective The product should remain stable while performing primary functions and should not lose data during execution Representative Criteria Performs all primary functions while remaining stable Does not cause loss of data during execution Does not overload attributes Does not override attributes Documents known exceptions and unsupported Documentum functionality Overloading of attributes org_app_doc Org_app_status is defined at org_app_doc level and inherited by sub-types. org_app_subdoc1 org_app_subdoc2 Description Custom attribute org_app_status should not be used with different business meanings at the subordinate level or at the same level Significance Will likely require costly and lengthy reengineering and testing, first to identify the bug and then fix it 17 Overriding of attributes dm_document dm_sysobject dm_folder r_version_label attribute is defined at dm_sys_object level and is not used at dm_folder level. Description Do not reuse such attributes. Better sub-type dm_folder object Significance - Can create problems with future versions of the product - Problems would require interruption in service, delay in ability to upgrade - Likely require costly and lengthy reengineering and testing 18

7 19 Stability Criteria Trends More partner offerings need to use transactions to avoid losing data during execution begintrans() aborttrans() committrans() Most of the offerings do not document known exceptions and unsupported Documentum functionality Case Study How criteria are categorized? Stability Installation / Migration Interoperability Componentization Maintainability Documentation Security Scalability Process Internationalization 20 Installation, Migration Objectives & Criteria Objective The product should be easy to install, uninstall and migrate from one version to another Representative Criteria Installation process pre-checks the validity of the Installation environment Completely defines the install order with respect to requisite products Provides complete and clean uninstall Does not cause loss of data during installation, upgrade and removal Provides complete list of compatible products 21

8 22 Installation, Migration Trends More offerings need to validates installation environment before installing the product Define order in which pre-requisite software should be installed Define complete list of compatible products along with version numbers Expert Opinion Very few offerings do clean un-install For some offerings migration requires reconfiguration Case Study For most offerings installer does not identifies all files installed on the machine How criteria are categorized? Stability Installation / Migration Interoperability Componentization Maintainability Documentation Security Scalability Process Internationalization 23 Interoperability Objectives & Criteria Objective The product should work in harmony with Documentum products and also other Designed for Documentum partner offerings Representative Criteria Handles errors related to incompatible server version Completely defines the products it is compatible with Uses appropriate naming conventions Documentum objects definition like object type, methods, jobs, workflow, etc Controlling application Only uses its own configuration file for configuration 24

9 25 Use Appropriate Naming convention Never name an object-type, attribute, tables, columns with names that conflict with Reserve words Never name custom object-types, controlling app, etc according to standard prefixes like dm_ or dmi_ or i_, etc. Use a prefix of according to domain name and the product/project name e.g. wells_wp_doc Use Controlling App attribute In dm_sysobject there is an attribute a_controlling _app that identifies the application or applications that can modify the object. If NULL, then any application can modify the object. r_object_id object_name Logo.gif Logo.gif Logo.gif a_controlling_app Org_wp Org_dam NULLS 26 Interoperability Trends & Future Trends & Challenges More offerings need to check for incompatible server version during execution Lot of the offerings are not using a_controlling_app attribute Most offerings are not using any standard naming convention Future Expert Opinion Offering does not limit itself to specific RDBMS Offering should avoid using update queries because they bypass BOF Offerings should supports replicated content model Offerings should supports Federated Repository Case Study 27

10 28 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Maintainability Documentation Security Scalability Process Internationalization Componentization Objectives & Criteria Objective The source code of the products should use best practices of componentization to enhance code reuse, extensibility of components and consistency in terms of error handling, Internationalization, Branding, 508 Compliance, etc. Representative Criteria Uses WDK Theme Styles Guidelines for building components and controls Supports WDK Internationalization & Localization capabilities Provides context sensitive online help 29 Top Ten Guidelines for building components and controls 1. Make sure components follow naming and location guidelines as per WDK Application Development guide or new Component naming and location guidelines are documented and are made part of development process 2. Design Components to run in a container 3. Create new container for components only when existing containers cannot be used 4. Make sure that components do not contain controls for OK/Cancel/Help buttons. Controls for OK/Cancel/Help buttons should be provided by the container 5. Make sure that components definition includes help context id 30

11 31 Top Ten Guidelines for building components and controls 6. Follow naming and location guidelines for component s behavior class or develop and document new component behavior class naming and location guidelines and are make them part of the development process 7. Use WDK Accessibility services for Section 508 compliance as defined in WDK Application Development guide 8. Use component scope and filters instead of hard coding the context sensitive behavior of the component 9. Make sure that component can be launched stand-alone in a browser and also from within the parent application in a browser 10. When launched with invalid parameters, the component gracefully handles the exception Componentization Trends Few offerings are ready for Internationalization/Localization Most of them have context sensitive help Few are 508 Compliant 32 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Support & Maintainability Documentation Security Scalability Process Internationalization 33

12 34 Support & Maintainability Objectives & Criteria Objective The product should be easy to maintain with good customer support leading to lower cost of ownership Representative Criteria Defines Offering lifecycle Defines how customer support is available, obtained and performed Error logs and reports contain complete information Support & Maintainability Trends Usually product lifecycle is not defined and made available to customers For most of the out-of-box products have well defined support infrastructure, however for partners who are changing from SI to product companies usually need help in setting up support infrastructure Expert Opinion Few have well defined training program Very few have technical knowledgebase that is available to customers Case Study 35 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Support & Maintainability Documentation Security Scalability Process Internationalization 36

13 37 Documentation Objectives & Criteria Objective Good quality and complete product documentation should be available for administrators and endusers Representative Criteria Provides appropriate offering-level documentation Provides online help Documentation Trends Products from technology partners usually have good quality documentation Most of the time Administrator documentation is complete whereas User documentation needs more work 38 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Support & Maintainability Documentation Security Scalability Process Internationalization 39

14 40 Security Objectives & Criteria Objective The product should be able to leverage strong Documentum security model and maintain industry accepted security practice Representative Criteria Does not compromise Documentum security model Maintains accepted security practice Integration with LDAP Security Trends Most of the offerings leverage Documentum Security Model Most of the offerings maintain accepted security practice Expert Opinion Case Study 41 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Support & Maintainability Documentation Security Scalability Process Internationalization 42

15 43 Scalability Objectives & Criteria Objective The product should be scalable and perform acceptably in real-life implementation Representative Criteria Offering is test for performance in real-life implementations Implements proper session management Expert Opinion Scalability Trends Most of the offerings do not have well defined performance test plan Case Study 44 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Support & Maintainability Documentation Security Scalability Process Internationalization 45

16 46 Development Process Objectives & Criteria Objective Product should be developed using well defined process that spans across all stages of the product lifecycle Representative Criteria Developed using standard Product Development Process (PDP) Process is well defined Process is documented for consumption by various groups Process covers all stages of the product development lifecycle including conceptual, analysis, design through implementation and support Evidences are available that the process is being followed. Development Process - Trends Most of the new products need well defined process that covers all phases of product development lifecycle. However more established products have very well defined process Case Study 47 How criteria are categorized? Stability Installation / Migration Interoperability Componentization Support & Maintainability Documentation Security Scalability Process Internationalization 48

17 49 Internationalization Objectives & Criteria Objective The product should be able to stores and works with data from all languages and locale in one repository and also support Language Packs for localization Representative Criteria Uses Unicode standard for all character encoding Supports creation of Language packs Able to read and write data from any language Internationalization Data Dictionary and Unicode Data Dictionary Unicode Expert Opinion 50 Agenda What is the Designed for Documentum specification? How does the Designed for Documentum specification apply to you? The Application Portfolio What is the future for the specification? 51

18 52 Application Portfolio Customers discover your offerings quickly! Organized by class of offering 53 54

19 55 Agenda What is the Designed for Documentum specification? How does the Designed for Documentum specification apply to you? The Application Portfolio What is the future for the specification? 56 What are we hearing about the program? Documentum Consulting We will like to use the specifications to train our consultants on building better solutions Design Partners It would be difficult if not impossible to develop our product without Designed for Documentum Accreditation Partner Designed for Documentum program is more thorough than any other program we have seen in the industry 57

20 58 Expanding Designed for Documentum Specification Custom CRM ERP Portals Records Mgmt. Collaboration Compliance DAM WCM EDM Documentum Interfaces, Components, and Tools Content Services Server Extensions Content Server Content Repository Entire Documentum Product Stack including DCM Records Manager Information Lifecycle (ILM) Enterprise Content Integration (ECI) Etc. Legato Application- Xtender product Further complete and refine each category of criteria Program Future Develop specification into Architectural Gold Standard Make the Designed for Documentum specification available to developers Make Application Portfolio single place for all quality partner offerings Add more information about partner offerings on the Application Portfolio like Region where they have been implemented/supported Languages in which they have been tested/implemented. Industry verticals where they have been implemented 59 Insist on Designed for Documentum! Contributions You can contribute to the specification by submitting the criterion to The contributor waives any rights to their input. Application Portfolio You can access application portfolio on documentum.com web site. 60

21 61

Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum

Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum 1 Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum Bryan House Group Marketing Manager August 29 th, 2006 Lance Shaw Senior Product Marketing Manager 2 Agenda Microsoft

More information

What s New In DFC. Quick Review. Agenda. Quick Review Release 5.3 Q&A Post 5.3 plans. David Folk Product Manager

What s New In DFC. Quick Review. Agenda. Quick Review Release 5.3 Q&A Post 5.3 plans. David Folk Product Manager What s New In DFC David Folk Product Manager 1 Agenda Quick Review Release 5.3 Q&A Post 5.3 plans 2 Quick Review 3 1 Everyone should know: DFC Documentum Foundation Classes Primary client API for platform

More information

Content Management for the Defense Intelligence Enterprise

Content Management for the Defense Intelligence Enterprise Gilbane Beacon Guidance on Content Strategies, Practices and Technologies Content Management for the Defense Intelligence Enterprise How XML and the Digital Production Process Transform Information Sharing

More information

What s Out There and Where Do I find it: Enterprise Metacard Builder Resource Portal

What s Out There and Where Do I find it: Enterprise Metacard Builder Resource Portal What s Out There and Where Do I find it: Enterprise Metacard Builder Resource Portal Gary W. Allen, PhD Project Manager Joint Training Integration and Evaluation Center Orlando, FL William C. Riggs Senior

More information

CenturyLink for Microsoft

CenturyLink for Microsoft Strategic Partner Alliances CenturyLink for Microsoft EMPOWER REACH AGILITY 2017 CenturyLink. All Rights Reserved. The CenturyLink mark, pathways logo and certain CenturyLink product names are the property

More information

Core Services for ediscovery Perfection

Core Services for ediscovery Perfection BEST-IN-CLASS DATA ENVIRONMENTS. Core Services for ediscovery Perfection MANAGE MANAGE IMPLEMENT IMPLEMENT ASSESS Core Services for ediscovery Perfection George Jon is an ediscovery infrastructure specialist

More information

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo

Vendor: The Open Group. Exam Code: OG Exam Name: TOGAF 9 Part 1. Version: Demo Vendor: The Open Group Exam Code: OG0-091 Exam Name: TOGAF 9 Part 1 Version: Demo QUESTION 1 According to TOGAF, Which of the following are the architecture domains that are commonly accepted subsets of

More information

JEREMY BURTON SVP And Chief Marketing Officer VERITAS Software Corporation

JEREMY BURTON SVP And Chief Marketing Officer VERITAS Software Corporation JEREMY BURTON SVP And Chief Marketing Officer VERITAS Software Corporation A Perspective On The Competition EMC Oracle 10g Utility Computing Hardware Players 2 Legato v VERITAS Q1 2004 12% Revenue Growth

More information

OMS Private Cloud Offerings Presented By Basem Alsaeed

OMS Private Cloud Offerings Presented By Basem Alsaeed OMS Private Cloud Offerings Presented By Basem Alsaeed Wednesday, November 23, 2011 Agenda 1 2 3 OMS Overview OMS Private Cloud Offerings Q&A OMS Overview IT Consulting and Solutions Provider established

More information

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE OUR ORGANISATION AND SPECIALIST SKILLS Focused on delivery, integration and managed services around Identity and Access Management.

More information

Module 3. Overview of TOGAF 9.1 Architecture Development Method (ADM)

Module 3. Overview of TOGAF 9.1 Architecture Development Method (ADM) Module 3 Overview of TOGAF 9.1 Architecture Development Method (ADM) TOGAF 9.1 Structure The Architecture Development Method (ADM) Needs of the business shape non-architectural aspects of business operation

More information

CA ERwin Data Modeler r9 Rick Alaras N.A. Channel Account Manager

CA ERwin Data Modeler r9 Rick Alaras N.A. Channel Account Manager ERwin r9 CA ERwin Data Modeler r9 Rick Alaras N.A. Channel Account Manager In today s data-driven economy, there is an increasing disconnect between consumers and providers of data DATA VOLUMES INCREASING

More information

OnCommand Insight 7.1 Planning Guide

OnCommand Insight 7.1 Planning Guide OnCommand Insight 7.1 Planning Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888) 463-8277 Web: www.netapp.com

More information

OG0-091 Q&As TOGAF 9 Part 1

OG0-091 Q&As TOGAF 9 Part 1 CertBus.com OG0-091 Q&As TOGAF 9 Part 1 Pass The Open Group OG0-091 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

Optimizing and Managing File Storage in Windows Environments

Optimizing and Managing File Storage in Windows Environments Optimizing and Managing File Storage in Windows Environments A Powerful Solution Based on Microsoft DFS and Virtual File Manager September 2006 TR-3511 Abstract The Microsoft Distributed File System (DFS)

More information

Cisco Director Class SAN Planning and Design Service

Cisco Director Class SAN Planning and Design Service Cisco Director Class SAN Planning and Design Service Rapidly Plan and Deploy a Cisco Director Class MDS Solution for More Efficient Storage Networking Service Overview Cisco s intelligent storage networking

More information

Adobe Experience Manager 6 Architect Adobe Certified Expert Exam Guide. Exam number: 9A0-385

Adobe Experience Manager 6 Architect Adobe Certified Expert Exam Guide. Exam number: 9A0-385 Adobe Experience Manager 6 Architect Adobe Certified Expert Exam Guide Exam number: 9A0-385 Revised 25 October 2017 1 This exam guide provides detail about a new version of the AEM 6 Architect exam that

More information

TYPE ADOPTION IN xcp APPLICATIONS

TYPE ADOPTION IN xcp APPLICATIONS White Paper TYPE ADOPTION IN xcp APPLICATIONS Adopting types from repository to xcp applications Abstract This white paper explains adopting types from repository, editing and using them in xcp applications.

More information

JBoss Enterprise Middleware

JBoss Enterprise Middleware JBoss Enterprise Middleware Making software from the open source community ready for the enterprise DLT Solutions 2411 Dulles Corner Park, Suite 800 Herndon, VA 20171 Web: www.dlt.com Phone: 703-709-7172

More information

Six Sigma in the datacenter drives a zero-defects culture

Six Sigma in the datacenter drives a zero-defects culture Six Sigma in the datacenter drives a zero-defects culture Situation Like many IT organizations, Microsoft IT wants to keep its global infrastructure available at all times. Scope, scale, and an environment

More information

Full file at

Full file at Chapter 2 Data Warehousing True-False Questions 1. A real-time, enterprise-level data warehouse combined with a strategy for its use in decision support can leverage data to provide massive financial benefits

More information

Data Center Management and Automation Strategic Briefing

Data Center Management and Automation Strategic Briefing Data Center and Automation Strategic Briefing Contents Why is Data Center and Automation (DCMA) so important? 2 The Solution Pathway: Data Center and Automation 2 Identifying and Addressing the Challenges

More information

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S.

10 Steps to Building an Architecture for Space Surveillance Projects. Eric A. Barnhart, M.S. 10 Steps to Building an Architecture for Space Surveillance Projects Eric A. Barnhart, M.S. Eric.Barnhart@harris.com Howard D. Gans, Ph.D. Howard.Gans@harris.com Harris Corporation, Space and Intelligence

More information

GEOFidelis SDSFIE Implementation Roles and Responsibilities Guide

GEOFidelis SDSFIE Implementation Roles and Responsibilities Guide GEOFidelis SDSFIE Implementation Roles and Responsibilities Guide Version: 1.4 Prepared for: USMC Installation Geospatial Information and Services Program (GEOFidelis) November 19th, 2012 TABLE OF CONTENTS

More information

The Value of Data Modeling for the Data-Driven Enterprise

The Value of Data Modeling for the Data-Driven Enterprise Solution Brief: erwin Data Modeler (DM) The Value of Data Modeling for the Data-Driven Enterprise Designing, documenting, standardizing and aligning any data from anywhere produces an enterprise data model

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

Service Provider Consulting

Service Provider Consulting From Microsoft Services 1 Industry Overview More and more businesses are looking to outsource IT, decrease management requirements and ultimately save money. With worldwide public cloud spending expected

More information

ConCert FAQ s Last revised December 2017

ConCert FAQ s Last revised December 2017 ConCert FAQ s Last revised December 2017 What is ConCert by HIMSS? ConCert by HIMSS is a comprehensive interoperability testing and certification program governed by HIMSS and built on the work of the

More information

Automating for Agility in the Data Center. Purnima Padmanabhan Jeff Evans BMC Software

Automating for Agility in the Data Center. Purnima Padmanabhan Jeff Evans BMC Software Automating for Agility in the Data Center Purnima Padmanabhan Jeff Evans BMC Software 9/5/2006 Agenda The Situation Challenges Objectives BMC Solution for Data Center Closed-Loop Change Data Center Optimization

More information

Strong Security Elements for IoT Manufacturing

Strong Security Elements for IoT Manufacturing Strong Security Elements for IoT Manufacturing LANCEN LACHANCE VICE PRESIDENT PRODUCT MANAGEMENT GLOBALSIGN WHAT YOU WILL LEARN TODAY 1 2 3 Examining of security risks with smart connected products Implementing

More information

Enterprise Cloud Computing. Eddie Toh Platform Marketing Manager, APAC Data Centre Group Cisco Summit 2010, Kuala Lumpur

Enterprise Cloud Computing. Eddie Toh Platform Marketing Manager, APAC Data Centre Group Cisco Summit 2010, Kuala Lumpur 1 Enterprise Cloud Computing Eddie Toh Platform Marketing Manager, APAC Data Centre Group Cisco Summit 2010, Kuala Lumpur Agenda 2 Fundamentals of Enterprise Cloud Computing IT & Cloud Computing Requirements

More information

To the Designer Where We Need Your Help

To the Designer Where We Need Your Help To the Designer Where We Need Your Help Slide 7 Can you provide a similar high-res image? Slide 15 Can you polish up the content so it s not an eye chart? Slide 21, 22, 23 Can you polish up the content

More information

OnCommand Insight 7.2

OnCommand Insight 7.2 OnCommand Insight 7.2 Planning Guide for the Java UI March 2016 215-10395_A0 doccomments@netapp.com Table of Contents 3 Contents OnCommand Insight Plan features... 5 OnCommand Insight product portfolio...

More information

Get a Second Opinion: Enterprise GIS Health Checks. David Crosby Esri Southeast Regional Professional Services Charlotte, NC

Get a Second Opinion: Enterprise GIS Health Checks. David Crosby Esri Southeast Regional Professional Services Charlotte, NC Get a Second Opinion: Enterprise GIS Health Checks David Crosby Esri Southeast Regional Professional Services Charlotte, NC E M E R A L D S A P P H I R E T H A N K Y O U T O O UR SPONSORS What is an Enterprise

More information

PROGRAM GUIDE RED HAT CONNECT FOR TECHNOLOGY PARTNERS

PROGRAM GUIDE RED HAT CONNECT FOR TECHNOLOGY PARTNERS PROGRAM GUIDE RED HAT CONNECT FOR TECHNOLOGY PARTNERS redhat.com PROGRAM GUIDE Red Hat Connect for Technology Partners 1 TABLE OF CONTENTS Disclaimer... 3 Program Language Changes... 3 Introduction...

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018

Hybrid IT for SMBs. HPE addressing SMB and channel partner Hybrid IT demands ANALYST ANURAG AGRAWAL REPORT : HPE. October 2018 V REPORT : HPE Hybrid IT for SMBs HPE addressing SMB and channel partner Hybrid IT demands October 2018 ANALYST ANURAG AGRAWAL Data You Can Rely On Analysis You Can Act Upon HPE addressing SMB and partner

More information

ArcGIS in the Cloud. Andrew Sakowicz & Alec Walker

ArcGIS in the Cloud. Andrew Sakowicz & Alec Walker ArcGIS in the Cloud Andrew Sakowicz & Alec Walker Key Takeaways How to Identify Organizational Strategy & Priorities Esri s Cloud Offerings A Broad Spectrum Successfully Executing Your Strategy The Cloud

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

<Insert Picture Here> Enterprise Data Management using Grid Technology

<Insert Picture Here> Enterprise Data Management using Grid Technology Enterprise Data using Grid Technology Kriangsak Tiawsirisup Sales Consulting Manager Oracle Corporation (Thailand) 3 Related Data Centre Trends. Service Oriented Architecture Flexibility

More information

Microsoft SharePoint Server 2013 Plan, Configure & Manage

Microsoft SharePoint Server 2013 Plan, Configure & Manage Microsoft SharePoint Server 2013 Plan, Configure & Manage Course 20331-20332B 5 Days Instructor-led, Hands on Course Information This five day instructor-led course omits the overlap and redundancy that

More information

Architecture and Governance with SharePoint for Internet Sites. Ashish Bahuguna Kartik Shah

Architecture and Governance with SharePoint for Internet Sites. Ashish Bahuguna Kartik Shah Architecture and Governance with SharePoint for Internet Sites Ashish Bahuguna ashish.bauguna@bitscape.com Kartik Shah kartik.shah@bitscape.com Agenda Web Content Management Architecture Information Architecture

More information

From the eyes of a customer

From the eyes of a customer From the eyes of a customer Customer Success Panel Aneel Jaeel SVP Customer Success Group, McAfee Speaker Aneel Jaeel Senior Vice President Customer Success Group McAfee Speakers Major General Chartchai

More information

Virtualizing the SAP Infrastructure through Grid Technology. WHITE PAPER March 2007

Virtualizing the SAP Infrastructure through Grid Technology. WHITE PAPER March 2007 Virtualizing the SAP Infrastructure through Grid Technology WHITE PAPER March 2007 TABLE OF CONTENTS TABLE OF CONTENTS 2 Introduction 3 The Complexity of the SAP Landscape 3 Specific Pain Areas 4 Virtualizing

More information

OPTIMISATION DE VOTRE SAUVEGARDE. Daniel De Prezzo Technical Sales & Services Presales Manager Symantec

OPTIMISATION DE VOTRE SAUVEGARDE. Daniel De Prezzo Technical Sales & Services Presales Manager Symantec OPTIMISATION DE VOTRE SAUVEGARDE Daniel De Prezzo Technical Sales & Services Presales Manager Symantec AGENDA THE HITACHI DATA SYSTEMS AND SYMANTEC PARTNERSHIP INTELLIGENT INFORMATION MANAGEMENT SOLUTION

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Symantec Data Center Transformation

Symantec Data Center Transformation Symantec Data Center Transformation A holistic framework for IT evolution As enterprises become increasingly dependent on information technology, the complexity, cost, and performance of IT environments

More information

RSA Solution Brief. The RSA Solution for VMware. Key Manager RSA. RSA Solution Brief

RSA Solution Brief. The RSA Solution for VMware. Key Manager RSA. RSA Solution Brief RSA Solution Brief The RSA Solution for VMware View: Managing Securing the the Lifecycle Virtual of Desktop Encryption Environment Keys with RSA Key Manager RSA Solution Brief 1 According to the Open Security

More information

WECC Internal Controls Evaluation Process WECC Compliance Oversight Effective date: October 15, 2017

WECC Internal Controls Evaluation Process WECC Compliance Oversight Effective date: October 15, 2017 WECC Internal Controls Evaluation Process WECC Compliance Oversight Effective date: October 15, 2017 155 North 400 West, Suite 200 Salt Lake City, Utah 84103-1114 WECC Internal Controls Evaluation Process

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

More information

TABLE OF CONTENTS. 3 Disclaimer. 3 Program Guide Changes. 4 Introduction. 4 Partner Program Overview. 5 Partner Program Structure

TABLE OF CONTENTS. 3 Disclaimer. 3 Program Guide Changes. 4 Introduction. 4 Partner Program Overview. 5 Partner Program Structure TABLE OF CONTENTS 3 Disclaimer 3 Program Guide Changes 4 Introduction 4 Partner Program Overview 5 Partner Program Structure 6 Partner Program Benefits 8 Accreditation 10 Program Requirements 12 Membership

More information

Branding Guidance December 17,

Branding Guidance December 17, Branding Guidance December 17, 2014 1 Executive Summary This document provides guidelines on the use of the FedRAMP name and logo on all FedRAMP marketing and collateral materials. General guidelines are

More information

EMC Documentum Connector for Microsoft SharePoint Farm Solution

EMC Documentum Connector for Microsoft SharePoint Farm Solution EMC Documentum Connector for Microsoft SharePoint Farm Solution Version 7.2 Content Management Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice

More information

Smart Data Center Solutions

Smart Data Center Solutions Smart Data Center Solutions New Data Center Challenges Require New Solutions Data Center Architecture. Inside and Out. Data centers are mission-critical facilities. A silo-based approach to designing,

More information

ACCELERATE YOUR SHAREPOINT ADOPTION AND ROI WITH CONTENT INTELLIGENCE

ACCELERATE YOUR SHAREPOINT ADOPTION AND ROI WITH CONTENT INTELLIGENCE June 30, 2012 San Diego Convention Center ACCELERATE YOUR SHAREPOINT ADOPTION AND ROI WITH CONTENT INTELLIGENCE Stuart Laurie, Senior Consultant #SPSSAN Agenda 1. Challenges 2. What comes out of the box

More information

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar Welcome to Staying Ahead Webinar Migrating to NNMi 1 Footer Goes Here Agenda 1. NNMi features and benefits 2. PSQS / Education offerings around NNMi 3. Q&A 2 Footer Goes Here Streamline your network operations

More information

The Latest EMC s announcements

The Latest EMC s announcements The Latest EMC s announcements Copyright 2014 EMC Corporation. All rights reserved. 1 TODAY S BUSINESS CHALLENGES Cut Operational Costs & Legacy More Than Ever React Faster To Find New Growth Balance Risk

More information

Micro Focus Partner Program. For Resellers

Micro Focus Partner Program. For Resellers Micro Focus Partner Program For Resellers Contents Micro Focus Today About Micro Focus Our solutions for digital transformation Products and Solutions Program Membership Tiers Become a Portfolio Expert

More information

Veritas Scalable File Server (SFS) Solution Brief for Energy (Oil and Gas) Industry

Veritas Scalable File Server (SFS) Solution Brief for Energy (Oil and Gas) Industry Veritas Scalable File Server (SFS) Solution Brief for Energy (Oil and Gas) Industry By Greg Schulz Founder and Senior Analyst, the StorageIO Group Author The Green and Virtual Data Center (CRC) September

More information

Technicalities of Living in the JD Edwards Cloud Cloud Options and Strategies

Technicalities of Living in the JD Edwards Cloud Cloud Options and Strategies Technicalities of Living in the JD Edwards Cloud Cloud Options and Strategies Clayton Seeley Product Manager JD Edwards Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. Safe

More information

Cyber Security Guidelines for Defining NIAP Scope Statements

Cyber Security Guidelines for Defining NIAP Scope Statements Cyber Security Guidelines for Defining NIAP Scope Statements Version 1.1 Author: Cyber Security Policy and Standards Document Published Date: June 2018 Document History: Version Description Date 1.0 Published

More information

W H IT E P A P E R. Salesforce Security for the IT Executive

W H IT E P A P E R. Salesforce Security for the IT Executive W HITEPAPER Salesforce Security for the IT Executive Contents Contents...1 Introduction...1 Background...1 Settings Related to Security and Compliance...1 Password Settings... 1 Session Settings... 2 Login

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 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

Oracle WebCenter Interaction

Oracle WebCenter Interaction Oracle WebCenter Interaction Deployment Overview Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Interaction Deployment Overview Guide, 10g Release 3 (10.3) Copyright 2008, Oracle and/or its

More information

Migration. 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1

Migration. 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 22 AUG 2017 VMware Validated Design 4.1 VMware Validated Design for Software-Defined Data Center 4.1 You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/

More information

Bringing Business Value to Object Oriented Storage

Bringing Business Value to Object Oriented Storage Bringing Business Value to Object Oriented John Hufferd Senior Director of Technology May 15, 2007 Legal Disclaimer All or some of the products detailed in this presentation may still be under development

More information

Adobe Experience Manager 6 Architect Adobe Certified Expert Exam Guide. Exam number: 9A0-385

Adobe Experience Manager 6 Architect Adobe Certified Expert Exam Guide. Exam number: 9A0-385 Adobe Experience Manager 6 Architect Adobe Certified Expert Exam Guide Exam number: 9A0-385 Revised 28 June 2018 1 This exam guide provides detail about a new version of the AEM 6 Architect exam that will

More information

ISO STANDARD IMPLEMENTATION AND TECHNOLOGY CONSOLIDATION

ISO STANDARD IMPLEMENTATION AND TECHNOLOGY CONSOLIDATION ISO STANDARD IMPLEMENTATION AND TECHNOLOGY CONSOLIDATION Cathy Bates Senior Consultant, Vantage Technology Consulting Group January 30, 2018 Campus Orientation Initiative and Project Orientation Project

More information

Name : Bobby Davasia Title : Technology Specialist Company : Microsoft India

Name : Bobby Davasia Title : Technology Specialist Company : Microsoft India Name : Bobby Davasia Title : Technology Specialist Company : Microsoft India Session Objectives And Takeaways Get Overview of Security Compliance Management Toolkit Series Learn Easy Security Baseline

More information

IDC MarketScape: Worldwide Datacenter Transformation Consulting and Implementation Services 2016 Vendor Assessment

IDC MarketScape: Worldwide Datacenter Transformation Consulting and Implementation Services 2016 Vendor Assessment IDC MarketScape IDC MarketScape: Worldwide Datacenter Transformation Consulting and Implementation Services 2016 Vendor Assessment Chad Huston Ali Zaidi THIS IDC MARKETSCAPE EXCERPT FEATURES: WIPRO IDC

More information

Agenda Birds Do It: Migrating Forms to Java EE Web A Case Study

Agenda Birds Do It: Migrating Forms to Java EE Web A Case Study Agenda Birds Do It: Migrating Forms to Java EE Web A Case Study The migration requirement Technology decision process Challenges, successes, lessons learned Government Technology Conference (GTC) East

More information

ITIL Certification The next logical certification step for the Cisco Certified Professional

ITIL Certification The next logical certification step for the Cisco Certified Professional 2011 ITIL Certification The next logical certification step for the Cisco Certified Professional Rick Lemieux Managing Partner (401) 764-0720 rick.lemieux@itsmsolutions.com Contents IT Transformation...

More information

Implementing the Army Net Centric Data Strategy in a Service Oriented Environment

Implementing the Army Net Centric Data Strategy in a Service Oriented Environment Implementing the Army Net Centric Strategy in a Service Oriented Environment Michelle Dirner Army Net Centric Strategy (ANCDS) Center of Excellence (CoE) Service Team Lead RDECOM CERDEC SED in support

More information

The Business Case for a Web Content Management System. Published: July 2001

The Business Case for a Web Content Management System. Published: July 2001 The Business Case for a Web Content Management System Published: July 2001 Contents Executive Summary... 1 The Business Case for Web Content Management... 2 The Business Benefits of Web Content Management...

More information

SIEM Solutions from McAfee

SIEM Solutions from McAfee SIEM Solutions from McAfee Monitor. Prioritize. Investigate. Respond. Today s security information and event management (SIEM) solutions need to be able to identify and defend against attacks within an

More information

CONFIGURED IP MANAGEMENT OBJECTIVE

CONFIGURED IP MANAGEMENT OBJECTIVE CONFIGURED IP MANAGEMENT OBJECTIVE Configured IP Management provides engineers with full control and thorough traceability of modifications made with 3DEXPERIENCE applications for designing and simulating

More information

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security

SYMANTEC: SECURITY ADVISORY SERVICES. Symantec Security Advisory Services The World Leader in Information Security SYMANTEC: SECURITY ADVISORY SERVICES Symantec Security Advisory Services The World Leader in Information Security Knowledge, as the saying goes, is power. At Symantec we couldn t agree more. And when it

More information

Architecting Magento for: Multi-brand Multi-country Multi-language Multi-currency Multi-multi?

Architecting Magento for: Multi-brand Multi-country Multi-language Multi-currency Multi-multi? Architecting Magento for: Multi-brand Multi-country Multi-language Multi-currency Multi-multi? Gordon Knoppe Magento Services, Practice Lead EMEA Magento Services has redefined and raised the bar on how

More information

FUNCTIONAL BEST PRACTICES ORACLE USER PRODUCTIVITY KIT

FUNCTIONAL BEST PRACTICES ORACLE USER PRODUCTIVITY KIT FUNCTIONAL BEST PRACTICES ORACLE USER PRODUCTIVITY KIT Purpose Oracle s User Productivity Kit (UPK) provides functionality that enables content authors, subject matter experts, and other project members

More information

univadis Thomas Kellner Manager univadis EMEAC Slide 1, 00 Month 2006, Author

univadis Thomas Kellner Manager univadis EMEAC Slide 1, 00 Month 2006, Author univadis A Journey Towards Higher Quality in CME Thomas Kellner Manager univadis EMEAC Slide 1, 00 Month 2006, Author AGENDA About univadis CME in univadis Challenges of International CME MSD s future

More information

SharePoint 2010 Central Administration/Configuration Training

SharePoint 2010 Central Administration/Configuration Training SharePoint 2010 Central Administration/Configuration Training Overview: - This course is designed for the IT professional who has been tasked with setting up, managing and maintaining Microsoft's SharePoint

More information

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2.

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2. Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction Ajay Gandhi Sr. Director of Product Management Enterprise 2.0 and Portals 1 Agenda Enterprise 2.0 and Portal Product Strategy AquaLogic

More information

CompTIA CASP (Advanced Security Practitioner)

CompTIA CASP (Advanced Security Practitioner) CompTIA CASP (Advanced Security Practitioner) Course Length: 5 days (virtual) Click here to view the current class schedule! Overview: The CompTIA Advanced Security Practitioner (CASP) Certification is

More information

Global ebusiness Interoperability Test Beds (GITB) Test Registry and Repository User Guide

Global ebusiness Interoperability Test Beds (GITB) Test Registry and Repository User Guide Global ebusiness Interoperability Test Beds (GITB) Test Registry and Repository User Guide CEN Workshop GITB Phase 3 October 2015 Global ebusiness Interoperability Test Beds (GITB) 2 Table of Contents

More information

The Evolution of SAP HANA and 10 Considerations for Projects with SAP HANA

The Evolution of SAP HANA and 10 Considerations for Projects with SAP HANA The Evolution of SAP HANA and 10 Considerations for Projects with SAP HANA Alison Bessho Director, HANA Solutions June, 2014 Copyright 2012 NTT DATA, Inc. Agenda NTT Data at a Glance The Evolution of SAP

More information

COMMUNITY OR ENTERPRISE? Choosing between JBoss community projects and Red Hat JBoss Middleware

COMMUNITY OR ENTERPRISE? Choosing between JBoss community projects and Red Hat JBoss Middleware TECHNOLOGY DETAIL COMMUNITY OR ENTERPRISE? Choosing between JBoss community projects and Red Hat JBoss Middleware With Red Hat Enterprise Linux and Red Hat JBoss Middleware, we are able to experience the

More information

Envision IT Office 365 Productivity Series Experience, Branding and Navigation. June 24, 2015

Envision IT Office 365 Productivity Series Experience, Branding and Navigation. June 24, 2015 Envision IT Office 365 Productivity Series Experience, Branding and Navigation June 24, 2015 Peter Carson President, Envision IT SharePoint MVP Microsoft Canada Partner Seller peter@envisionit.com http://blog.petercarson.ca

More information

Next Generation Authentication

Next Generation Authentication Next Generation Authentication Bring Your Own security impact Dominique Dessy Sr. Technology Consultant 1 2012 DIGITAL UNIVERSE 1.8 ZETTABYTES 1,800,000,000,000,000,000,000 2 $ 3 4 Threat Landscape 60%

More information

DATA CONSISTENCY TOOLBOX - CUSTOMIZING

DATA CONSISTENCY TOOLBOX - CUSTOMIZING DOCUMENTATION SAP Support Services ST-SER 700_2008_2 DATA CONSISTENCY TOOLBOX - CUSTOMIZING Table of Contents Table of Contents... 1 Background... 1 General description of the customizing view cluster...

More information

Industrial IT in a Connected Enterprise

Industrial IT in a Connected Enterprise Industrial IT in a Connected Enterprise Eric Eckman Channel Sales Manager, Central US & Central Canada 1 Failure Avoidance instead of Recovery 30+ patents for our time-tested technologies 21,000+ systems

More information

Blueprinting Questionnaire Sample

Blueprinting Questionnaire Sample Manish Chaitanya Blueprinting Questionnaire Sample from The Complete Guide to SAP NetWeaver Portal Bonn Boston ch11_a_online_6124.indd 1 1/12/12 2:58:16 PM A Blueprinting Questionnaire Sample In Chapter

More information

: Administration of Symantec IT Management Suite 8.0 SCS Exam. Study Guide v. 1.0

: Administration of Symantec IT Management Suite 8.0 SCS Exam. Study Guide v. 1.0 250-423: Administration of Symantec IT Management Suite 8.0 SCS Exam Study Guide v. 1.0 1 Symantec Study Guide Table of Contents Recommended Preparation Materials... 3 Recommended Courses... 3 Optional

More information

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014

Enabling Fast IT. In the IoE era. Alberto Degradi DCV Sales Leader. November 2014 Enabling Fast IT In the IoE era Alberto Degradi DCV Sales Leader November 2014 Agenda IT Challenges Today EMC + Cisco + Intel Cisco Unified Data Center Joint Data Center Solutions Cisco Confidential 2

More information

Archiving Market Update

Archiving Market Update The Radicati Group, Inc. www.radicati.com Email Archiving Market Update A Radicati Group, Inc. Webconference The Radicati Group, Inc. Copyright September 2010, Reproduction Prohibited 9:30 am, PT September

More information

Symantec ServiceDesk 7.1 SP1 Implementation Guide

Symantec ServiceDesk 7.1 SP1 Implementation Guide Symantec ServiceDesk 7.1 SP1 Implementation Guide Symantec ServiceDesk 7.1 SP1 Implementation Guide The software described in this book is furnished under a license agreement and may be used only in accordance

More information

VMworld 2018 Call for Papers

VMworld 2018 Call for Papers VMworld 2018 Call for Papers Submission Template Session Information *Which VMworld event are you submitting for? - US - Both events - Europe *Session Title A compelling title that clearly and concisely

More information

Copyright 2015 EMC Corporation. All rights reserved. Published in the USA.

Copyright 2015 EMC Corporation. All rights reserved. Published in the USA. This Reference Architecture Guide describes, in summary, a solution that enables IT organizations to quickly and effectively provision and manage Oracle Database as a Service (DBaaS) on Federation Enterprise

More information

ORACLE DATABASE LIFECYCLE MANAGEMENT PACK

ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK ORACLE DATABASE LIFECYCLE MANAGEMENT PACK KEY FEATURES Auto Discovery of hosts Inventory tracking and reporting Database provisioning Schema and data change management

More information

Ο ρόλος της τεχνολογίας στο ταξίδι της συμμόρφωσης με τον Γενικό Κανονισμό. Αντιγόνη Παπανικολάου & Νίκος Αναστόπουλος

Ο ρόλος της τεχνολογίας στο ταξίδι της συμμόρφωσης με τον Γενικό Κανονισμό. Αντιγόνη Παπανικολάου & Νίκος Αναστόπουλος Ο ρόλος της τεχνολογίας στο ταξίδι της συμμόρφωσης με τον Γενικό Κανονισμό Αντιγόνη Παπανικολάου & Νίκος Αναστόπουλος Providing clarity and consistency for the protection of personal data The General

More information

A Better Approach to Leveraging an OpenStack Private Cloud. David Linthicum

A Better Approach to Leveraging an OpenStack Private Cloud. David Linthicum A Better Approach to Leveraging an OpenStack Private Cloud David Linthicum A Better Approach to Leveraging an OpenStack Private Cloud 1 Executive Summary The latest bi-annual survey data of OpenStack users

More information