Phase-Wise Risks in OSS Projects

Size: px
Start display at page:

Download "Phase-Wise Risks in OSS Projects"

Transcription

1 Phase-Wise Risks in OSS Projects While the advantages of Open Source are many, unrealistic expectations, ignoring important lessons in project management as well as limitations of the model may make some otherwise viable Open Source projects an interesting footnote in the overall history of Computing in times to come. Proliferation and availability of Open Source brings up different challenges in Analysing, Designing, Integration and Implementing Software based on Open Source, which must be carefully understood and handled to ensure that the project succeeds. A lot of information is available about the advantages and consequent risks of Open Source but little information exists about the phases in a software lifecycle where these risks are more likely to occur. Mitigation requires an understanding of the phases in which these risks are most prevalent and, thereafter, creating a methodology of best practices that allow repeated project successes that cover most scenarios of Open Source Usage. 1

2 About the Author Rakhi Gupta Rakhi Gupta is currently leading TCS Open Source & Linux Practice. She has over 14 years of IT experience, out of which last 8 years she has been architecting, designing and developing J2EE applications. She has also executed several J2EE Consulting Assignments. Additionally she has led enterprise migrations of Web and System Applications to the Linux platform. 1

3 Table of Contents 1. Challenges in the Analysis Phase 3 2. Challenges in the Architecture & Design Phase 5 3. Challenges in the Implementation 6 4. Challenges in the Integration Phase 6 2

4 In recent years, Open Source has received an increasingly wider acceptance throughout organizations. IT organizations adopt Open Source under different scenarios: Substituting a COTS (Commercial Off The Shelf) product by an Open Source Product due to the high cost involved with forced license upgrades and avoidance of vendor lock in Adopting an Open Source Product at a strategic policy level A bigger wave of adoption is proceeding at a different level within an organization that is dramatically affecting the way we develop software and software development practices. This is occurring at the developer level. From a developer s perspective, Open Source is a combination of two important properties: Visible source code Right to make unencumbered derivatives The developer experiences the following advantages: Shorter development cycle Better quality code when compared with bespoke development Best of breed software thereby avoiding reinventing the wheels Adoption of Open Source comes with its associated risks and affects the traditional methods we use in software development. To gain a deeper understanding of the risks associated with Software Development refer to How is Open Source affecting Software Development? by Diomidis Spinellis, Athens University of Economics and Business and Clemens Szyperski, Microsoft Research (Published by the IEEE Computer Society , Jan/Feb 2004). The Open Source movement performed a vital role in software development at the end of the 20th century and promises to continue to be an important centre for creativity in the next century. However, despite the technical skill and imagination of the members of the Open Source community, there are limitations to the Open Source model that should be carefully studied and compensated for. These limitations correlate to the human characteristics that make science, in general, and applied science, in particular, diffi cult activities. The paper by Nikolai Bezroukov on Open Source Software Development as Special Type of Academic Research stresses the advantage of OSS over commercial development - the inherent possibility of creating simpler products that are superior to commercial products in terms of functionality and user interface. For details refer to rstmonday.org/issues/issue4_10/bezroukov/index.html#author. While the advantages of Open Source are many, unrealistic expectations, ignoring important lessons in project management as well as limitations of the model may make some otherwise viable Open Source projects an interesting footnote in the overall history of Computing in times to come. Proliferation and availability of Open Source brings up different challenges in Analysing, Designing, Integration and Implementing Software based on Open Source, which must be carefully understood and handled to ensure that the project succeeds. A lot of information is available about the advantages and consequent risks of Open Source but little information exists about the phases in a software lifecycle where these risks are more likely to occur. While a lot has been spoken about the advantages and consequent risks of Open Source, little information exists about the phases in a software lifecycle where these risks are more likely to occur. Mitigation requires an understanding of the phases in which these risks are most prevalent and, thereafter, creating a methodology of best practices that allow repeated project successes that cover most scenarios of Open Source Usage. Below is a summary of the kind of challenges that are generally encountered during different phases of an Open Source Project. It is based on our experience of executing Open Source Projects and deploying reusable components in over 150+ projects. 3

5 Challenges in the Analysis Phase Appropriate Choice Inadequate Documentation The Open Source software has proliferated to a staggering 30,000 projects being registered on and another 70,000 being registered on sourceforge.net. This makes it complicated to select the correct fi t, thus making the Correct Choice of an Open Source S/W a challenge during this phase. It works very well for large projects but there are lots of smaller projects with unresolved defects waiting to be abandoned. Without a crystal ball, it is diffi cult to tell whether a particular Open Source project is going to be high-risk. Other issues include licensing issues that drive the correct choice. Most contributions take place through the Open Source community of developers. This results in less motivation to produce good documentation beyond coding. Developers have never been known to produce good User Manuals. The lack of User Level documentation in most Open Source products makes it diffi cult to perform a technical feasibility that evaluates one Open Source Product over another. Analysts often rely on third party information from websites and other sources where the information is usually not up to date. The other option is to consult the Gartner / Forrestor Magic Quadrant that recommends one software over another. However, any software is best applied depending on the requirements. Hence these sources are often inadequate. Therefore, another challenge during this phase is the Lack of good scenariobased user documentation or outdated documentation. After the success of JBoss and MySQL, more companies are realizing the advantages of an Open Source based business model, mainly selling Services instead of Licenses. Sometimes, although an entire code may be donated by these companies, there may be limited supporting documentation, thus increasing the dependency on IT organizations considering Open Source software to rely on the services of these companies. While some Open Source companies have mature support models, others do not. Appropriate Support Mechanism One of the key challenges in adopting an Open Source are Understanding the mechanism required to support the S/W. The above statements regarding a different set of challenges with Open Source software does not imply that the quality of commercial support is good. Nothing is further from the truth. Essentially, the situation for commercial software is similar to the Open Source support model. The argument can be made stronger because if the outsourcing of technical support is viewed as a progressive business decision, then Open Source defi nitely has an advantage. 4

6 For commercial software, the vendor usually supplies a feature list with a comparison of the competing products. This is not true for Open Source software that typically requires the analyst to be oriented towards analysing differently for an OSS. Correct Methodology Analyze OSS Trends Often the analysis is based on different sets of activities that are not anticipated in advance thereby leading to missed deadlines or compromise in the quality of the selection process, resulting in disastrous consequences. An organization level challenge is Lack of OSS oriented analysis Methodology. New versions of Open Source Products are evolving rapidly. Any analysis written about an Open Source feature product 3 months ago will be fairly out dated. An organization challenge lies in the Analyst team educated and up to date on OSS. Challenges in the Architecture and Design Phase Challenges in the Architecture and Design Phase are largely based on the Quality of the OSS interfaces and the architect s ability to leverage them effectively. An Open Source generally follows standards that allow building of extendable interfaces. Hence Quality of the OSS is usually a minor issue. Correct Architecture Our experience shows that architects tend to suggest designs that require OSS to be modifi ed, such as modifi cations of struts framework etc. There is a tendency to modify OSS because of the availability of source code, which creates a precarious situation. Upgrades in OSS are then no longer compatible with the internal version of this software and the project soon fails in its original mission of leveraging the OSS community for bug fi xes and enhancements to the OSS software that it originally adopted. Estimation Procedure The challenge in this phase stems from the Incorrect Architecture Practices around Open Source. With the availability of Open Source Frameworks, plug-and-play components, and short development and delivery timelines, designers increasingly leverage these while designing the overall system and may fail to add estimates related to usage of these components, including efforts required to test the overall integration with the interfaces of this software. The challenge in this phase stems from Understanding the effort required to integrate different interfaces with Open Source Components and estimate the efforts accurately. This is also applicable when estimating for proposals where Open Source Components are part of the framework. 5

7 Challenges in the Implementation Point 1 under Challenges in Architecture and Design identifi es the risk in OSS Modifi cations. Project Management Process However, this does not imply that OSS code must not be modifi ed, as this would defeat the very way OSS is viewed. In case of defects, users can fi x these without impacting delivery deadlines that would normally need to be compromised in commercial software. However, project management practices and processes should ensure documentation around these fi xes and contribution back to the OSS community, in order for these defects to be available in the next upgrade and also for review to impact modifi cation to the code. The challenge in this phase stems from Managing modifications to Open Source Code. Challenges in the Integration Phase Inadequate Integration Scenarios Most Open Source projects have been known to follow Open Standards in the industry. Issues, if any, abound when integrating with commercial products that have intentionally been made proprietary. However, cases or detailed examples that demonstrate how this integration was achieved may not be available, due to the very nature of these products being Open Source. There is no mechanism to track the usage of OSS. Commercial Organizations that adopt Open Source software in the enterprise are not motivated to share these cases. The challenge in this phase of the project may stem from Lack of scenarios and specific instances of problems and solutions. TCS Open Source & Linux Practice can help organizations to make the transformation to Open Source in a safe, cost-effective and smooth manner through our OSS Project Management Methodology, Tools and Assets along with TCS experience of having worked with over 500 global customers. 6

8 About Open Source & Linux Practice From understanding business pain areas, recommending and implementing solutions to providing support, the OSL practice at TCS helps enterprises to overcome the challenges moving to Open Source, achieve tangible results and optimize the Total Cost of Ownership (TCO). The OSL practice offers secure and scalable solutions, built around Linux & Open Source, that cover Application Development, Reengineering, Migration, Product Porting, Application Consolidation and Kernel Programming. About Tata Consultancy Services Tata Consultancy Services (TCS) is among the leading global information technology consulting, services and business process outsourcing organizations. Pioneer of the fl exible global delivery model for IT services that enables organizations to operate more effi ciently and produce more value, TCS focuses on delivering technology led business solutions to its international customers across varied industries. For more information contact Rakhi Gupta Tata Consultancy Services Ltd Akruti Business Port Road No 13, MIDC Andheri (East) Mumbai , India Phone: Fax: Website : All content / information present here is the exclusive property of Tata Consultancy Services Limited (TCS). The content / information contained here is correct at the time of publishing. No material from here may be copied, modifi ed, reproduced, republished, uploaded, transmitted, posted or distributed in any form without prior written permission from TCS. Unauthorized use of the content / information appearing here may violate copyright, trademark and other applicable laws, and could result in criminal or civil penalties. Copyright Tata Consultancy Services Limited 7

Authentication in Apache Lenya

Authentication in Apache Lenya Authentication in Apache Lenya Using LDAP The user authentication mechanism in Apache Lenya is carried out by specifi c components using certain policy fi les. This process is, in itself, complex to understand

More information

MySQL Database Replication and Failover Clustering

MySQL Database Replication and Failover Clustering MySQL Database Replication and Failover Clustering The increasing use of information and critical data using the Internet and other networked environments has made high availability a necessity for enterprises.

More information

Application Consolidation

Application Consolidation Application Consolidation As enterprises look for ways to reduce costs and simplify IT management, they often consider various approaches to server consolidation. Among them, application consolidation

More information

Evaluating Customer Loyalty Solutions

Evaluating Customer Loyalty Solutions Evaluating Customer Loyalty Solutions Customer Loyalty Programs (CLP) have come a long way from their early beginnings in the 1970 s. Conceptualized with the original idea of gaining a better understanding

More information

Business Process Management A Balance Between Process Efficiency & Business Agility

Business Process Management A Balance Between Process Efficiency & Business Agility Business Process Management A Balance Between Process Efficiency & Business Agility is a rapidly evolving domain within IT. Vendors are entering into this domain from various directions: from EAI, Document

More information

webmunit for WebMethods Integration Server

webmunit for WebMethods Integration Server webmunit for WebMethods Integration Server This document presents webmunit, a Unit Testing Library developed from scratch on the webmethods Integration Server platform. It also discusses the unit testing

More information

Cybernetics Approach to Sales Incentive Compensation Management

Cybernetics Approach to Sales Incentive Compensation Management Cybernetics Approach to Sales Incentive Compensation Management Sales Incentive Compensation Management (ICM) is increasingly becoming the key decisive and motivating factor in influencing sales force

More information

Selecting the Right Architectures for Successful Data Warehouses

Selecting the Right Architectures for Successful Data Warehouses Selecting the Right Architectures for Successful Data Warehouses Deciding a suitable architecture is very important activity in the Data warehouse life cycle. Architecture is critical in setting up the

More information

Transportation Solutions Built on Oracle Transportation Management. Enterprise Solutions

Transportation Solutions Built on Oracle Transportation Management. Enterprise Solutions Transportation Solutions Built on Oracle Transportation Management Enterprise Solutions Optimizing transportation operations and ensuring improved customer service Today s complex and challenging business

More information

OSSIM Open Source Security Information Management

OSSIM Open Source Security Information Management OSSIM Open Source Security Information Management Last few years, Open Source softwares are widely adopted in I.T industry. Open Source software are most popular because free distribution and variety of

More information

Case Based Reasoning A reliable technique to automate manually controlled situations

Case Based Reasoning A reliable technique to automate manually controlled situations A reliable technique to automate manually controlled situations Even as proliferation of automation increases, ever so often there are pockets in processes that are manually controlled. These pockets are

More information

BPM Perspectives Positioning and Fitment drivers

BPM Perspectives Positioning and Fitment drivers BPM Perspectives Positioning and Fitment drivers BPM is a commonly used and much hyped acronym. It popularly stands for Business Process Management but now it achieves much more than just that. Especially

More information

Next Generation Electric Utilities Gear up Using Cloud Based Services

Next Generation Electric Utilities Gear up Using Cloud Based Services A Point of View Next Generation Electric Utilities Gear up Using Cloud Based Services Abstract Globally, liberalization of the electricity sector has driven a paradigm shift in the ownership structure,

More information

Business Process Services. White Paper. Optimizing Extended Warranty Processes by Embracing Analytics

Business Process Services. White Paper. Optimizing Extended Warranty Processes by Embracing Analytics Business Process Services White Paper Optimizing Extended Warranty Processes by Embracing Analytics About the Author Dr. Anuj Prakash Anuj Prakash is a part of the TCS Analytics and Insights Practice,

More information

Implement Business Process Management to realize Cost Savings and High Return on Investments

Implement Business Process Management to realize Cost Savings and High Return on Investments Implement Business Process Management to realize Cost Savings and High Return on Investments Business Process Management (BPM) was unheard of just a few years ago, but it has burst onto the global scene

More information

Application Overhaul. Key Initiative Overview

Application Overhaul. Key Initiative Overview Scott D. Nelson Research Managing Vice President This overview provides a high-level description of the Application Overhaul Key Initiative. IT leaders can use this guide to understand how to develop an

More information

Digital Enterprise Unit. White Paper. Reimagining the Future of Field Service Management with Digital Technologies

Digital Enterprise Unit. White Paper. Reimagining the Future of Field Service Management with Digital Technologies Digital Enterprise Unit White Paper Reimagining the Future of Field Service Management with Digital Technologies About the Author Rahul Trisal Rahul is a senior Digital Strategy Consultant with TCS' Digital

More information

Business Process Services. White Paper. Improving Efficiency in Business Process Services through User Interface Re-engineering

Business Process Services. White Paper. Improving Efficiency in Business Process Services through User Interface Re-engineering Business Process Services White Paper Improving Efficiency in Business Process Services through User Interface Re-engineering About the Authors Mahesh Kshirsagar Mahesh has a vast experience of about 24

More information

The four windows of organizational change in training for ERP transformation

The four windows of organizational change in training for ERP transformation White Paper The four windows of organizational change in training for ERP transformation Managing users apprehension to change has always been a challenge for large scale ERP implementations. Moving the

More information

Windows Server 2003 migration: Your three-phase action plan to reach the finish line

Windows Server 2003 migration: Your three-phase action plan to reach the finish line WHITE PAPER Windows Server 2003 migration: Your three-phase action plan to reach the finish line Table of contents Executive summary...2 Windows Server 2003 and the big migration question...3 If only migration

More information

Over 18,400 branches. 21,843 ATMs. 261 million accounts. Enabling State Bank of India to create the world s largest homogenous banking network

Over 18,400 branches. 21,843 ATMs. 261 million accounts. Enabling State Bank of India to create the world s largest homogenous banking network Wealth Management Volatility and uncertainty in the markets have given rise to a new class of customers who are extremely cautious and demand absolute transparency from their advisors. They now expect

More information

The Total Cost of Ownership (TCO) of migrating to SUSE Linux Enterprise Server for System z

The Total Cost of Ownership (TCO) of migrating to SUSE Linux Enterprise Server for System z The Total Cost of Ownership (TCO) of migrating to SUSE Linux Enterprise Server for System z This White Paper explores the financial benefits and cost savings of moving workloads from distributed to mainframe

More information

Cloud Computing. Key Initiative Overview

Cloud Computing. Key Initiative Overview David W. Cearley Research Vice President and Gartner Fellow This overview provides a high-level description of the Cloud Computing Key Initiative. IT leaders can use this guide to understand what they

More information

Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach

Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach Backlog Management Index (BMI) Evaluation and Improvement An ITIL Approach Backlog Management Index is one of the important metrics that is closely monitored in Steady State of Maintenance and Support

More information

Advent of Open Source in PLM

Advent of Open Source in PLM Advent of Open Source in PLM By SuryakumarShivasagaran, COO and MD of Plural Technology Pvt. Ltd. Contents About the Author... 2 Abstract... 2 What is Open Source Software?... 2 Open Source versus Closed

More information

Redefining Agile to Realize Continuous Business Value

Redefining Agile to Realize Continuous Business Value A Point of View Redefining Agile to Realize Continuous Business Value Abstract As enterprises look to move the needle on their business in an intensely competitive market, they expect superior performance

More information

Robotic Process Automation: Reenergizing the Directory Publishing Industry

Robotic Process Automation: Reenergizing the Directory Publishing Industry A Point of View Robotic Process Automation: Reenergizing the Directory Publishing Industry Abstract Evolving digital marketing avenues including video, SEM/SEO, mobile, and social media are fast replacing

More information

ERP. Key Initiative Overview

ERP. Key Initiative Overview Jeff Woods Research Managing Vice President This overview provides a high-level description of the ERP Key Initiative. IT leaders can use this overview to better understand what they need to do to prepare

More information

Protecting Data with a Unified Platform

Protecting Data with a Unified Platform Protecting Data with a Unified Platform The Essentials Series sponsored by Introduction to Realtime Publishers by Don Jones, Series Editor For several years now, Realtime has produced dozens and dozens

More information

Data Virtualization A Potential Antidote for Big Data Growing Pains

Data Virtualization A Potential Antidote for Big Data Growing Pains perspective Data Virtualization A Potential Antidote for Big Data Growing Pains Atul Shrivastava Abstract Enterprises are already facing challenges around data consolidation, heterogeneity, quality, and

More information

Bridging the IT Business Gap The Role of an Enterprise Architect

Bridging the IT Business Gap The Role of an Enterprise Architect Whitepaper Bridging the IT Business Gap The Role of an Enterprise Architect Today s enterprises understand the value that Information Technology (IT) can bring to their business. IT supports day-to-day

More information

TCS Supply Chain Center of Excellence

TCS Supply Chain Center of Excellence TCS Supply Chain Center of Excellence Delivering Supply Chain Performance in Complex Dynamic Markets Supply Chain Management Supply Chain Management (SCM) has evolved and the focus has now shifted from

More information

Lead the Retail Revolution.

Lead the Retail Revolution. Lead the Retail Revolution. The retail industry is at the center of a dramatic shift in the way consumers shop and interact with their retailers. After hundreds of years of customers going to the store,

More information

Managing the Challenges in Offshore Product Development

Managing the Challenges in Offshore Product Development WHITEPAPER Managing the Challenges in Offshore Product Development Managing the challenges of offshoring product development requires a completely different mindset today. Putting together a meaningful

More information

Order DMS. Sales automation for Parle Products

Order DMS. Sales automation for Parle Products Order Report Availability DMS Manage Deploy Sales automation for Parle Products Overview: Parle Products Limited is India s largest manufacturer of biscuits and confectionery. It has over 18 brands under

More information

Microsoft Windows 7 and Office. Key Initiative Overview

Microsoft Windows 7 and Office. Key Initiative Overview Michael Silver Research Vice President and Distinguished Analyst IT leaders have questions and concerns about issues associated with Microsoft Windows 7 and Office 2010 migrations. This overview points

More information

Dodd Frank Act and the Consumer Affect on Banks

Dodd Frank Act and the Consumer Affect on Banks A Point of View Dodd Frank Act: Partner your way to Compliance With the passage of the Dodd Frank Act, banks and financial institutions are grappling with a highly restrictive environment and burgeoning

More information

Negotiating Vendor Contracts. Key Initiative Overview

Negotiating Vendor Contracts. Key Initiative Overview Christopher Ambrose Research Vice President This overview provides a high-level description of the Negotiating Vendor Contracts Key Initiative. IT leaders can use this overview to understand how to improve

More information

Omni-Channel Banking Customer Experience: Forget What You Thought You Knew about Channels

Omni-Channel Banking Customer Experience: Forget What You Thought You Knew about Channels A Point of View Omni-Channel Banking Customer Experience: Forget What You Thought You Knew about Channels In social media, customers discuss their experience across ALL your interaction channels, which

More information

AN ENVOY WHITE PAPER TOTAL COST OF OWNERSHIP A SAAS B2B WHOLESALE ECOMMERCE PLATFORM

AN ENVOY WHITE PAPER TOTAL COST OF OWNERSHIP A SAAS B2B WHOLESALE ECOMMERCE PLATFORM AN ENVOY WHITE PAPER TOTAL COST OF OWNERSHIP A SAAS B2B WHOLESALE ECOMMERCE PLATFORM 02 Executive Summary There has been a great deal written about determining the total cost of ownership (TCO) of implementing

More information

The Computer Based Functional Literacy Solution For Adult Literacy

The Computer Based Functional Literacy Solution For Adult Literacy The Computer Based Functional Literacy Solution For Adult Literacy Customer Woolworths Limited Industry Retail & Consumer Goods Computer Based Functional Literacy (CBFL) solution - an innovative teaching

More information

A Guide to Open Source Transformation Services. How and Why Organizations are Making the Move to Open Source

A Guide to Open Source Transformation Services. How and Why Organizations are Making the Move to Open Source A Guide to Open Source Transformation Services How and Why Organizations are Making the Move to Open Source A fter decades of relying on commercial off-the-shelf software (COTS), thousands are moving to

More information

Moving Service Management to SaaS Key Challenges and How Nimsoft Service Desk Helps Address Them

Moving Service Management to SaaS Key Challenges and How Nimsoft Service Desk Helps Address Them Moving Service Management to SaaS Key Challenges and How Nimsoft Service Desk Helps Address Them Table of Contents Executive Summary... 3 Introduction: Opportunities of SaaS... 3 Introducing Nimsoft Service

More information

Business Process Services. White Paper. Five Principles to Consider when Consolidating your Finance and Accounting Function

Business Process Services. White Paper. Five Principles to Consider when Consolidating your Finance and Accounting Function Business Process Services White Paper Five Principles to Consider when Consolidating your Finance and Accounting Function About the Authors Vikas Golchha, Associate Vice President, TCS Vikas is part of

More information

Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view

Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view Enterprise-wide Anti-money Laundering and KYC Initiatives A point of view Introduction Every financial institution is charged with the responsibility of developing policies and procedures to combat money

More information

Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES

Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES Cloud Infrastructure Services for Service Providers VERYX TECHNOLOGIES Meeting the 7 Challenges in Testing and Performance Management Introduction With advent of the cloud paradigm, organizations are transitioning

More information

View Point. Lifting the Fog on Cloud

View Point. Lifting the Fog on Cloud View Point Lifting the Fog on Cloud There s a massive Cloud build-up on the horizon and the forecast promises a rain of benefits for the enterprise. Cloud is no more a buzzword. The enabling power of the

More information

FUJITSU Transformational Application Managed Services

FUJITSU Transformational Application Managed Services FUJITSU Application Managed Services Going digital What does it mean for Applications Management? Most public and private sector enterprises recognize that going digital will drive business agility and

More information

Financial and Regulatory Reporting. Five Stages of Evolution The Critical Role of Financial Models

Financial and Regulatory Reporting. Five Stages of Evolution The Critical Role of Financial Models Insights November 2011 Financial and Regulatory Reporting Five Stages of Evolution The Critical Role of Financial Models This is the second in a three-part series examining the five stages of evolution

More information

Oracle Utilities Customer Care and Billing

Oracle Utilities Customer Care and Billing Customer Care and Billing Utilities are faced with a rapidly changing industry and increasing expectations from their customers. Adapting to these factors with existing customer information systems likely

More information

HiTech. White Paper. A Next Generation Search System for Today's Digital Enterprises

HiTech. White Paper. A Next Generation Search System for Today's Digital Enterprises HiTech White Paper A Next Generation Search System for Today's Digital Enterprises About the Author Ajay Parashar Ajay Parashar is a Solution Architect with the HiTech business unit at Tata Consultancy

More information

This ESG White Paper was commissioned by DH2i and is distributed under license from ESG.

This ESG White Paper was commissioned by DH2i and is distributed under license from ESG. White Paper Application Virtualization: An Opportunity for IT to do More with Much Less By Mark Bowker, Senior Analyst November 2012 This ESG White Paper was commissioned by DH2i and is distributed under

More information

Business Process Transformation A Pulse Check

Business Process Transformation A Pulse Check White Paper Business Process Transformation A Pulse Check Over the last decade or two, two trends have been noticeable across all businesses. The move towards consolidation of office-based operations,

More information

Infosys Business Process Management Offerings

Infosys Business Process Management Offerings Infosys Business Process Management Offerings Infosys helps clients leverage BPM to unlock the value in Digital opportunities With a dedicated Business Process Management (BPM) Center of Excellence (CoE)

More information

Technology Lifecycle Management. A Model for Enabling Systematic Budgeting and Administration of Government Technology Programs

Technology Lifecycle Management. A Model for Enabling Systematic Budgeting and Administration of Government Technology Programs Technology Lifecycle Management A Model for Enabling Systematic Budgeting and Administration of Government Technology Programs Even as technology improves, government s fundamental IT challenge remains

More information

Business Process Services. White Paper. Improving Regulatory Compliance in the Mortgage Industry

Business Process Services. White Paper. Improving Regulatory Compliance in the Mortgage Industry Business Process Services White Paper Improving Regulatory Compliance in the Mortgage Industry About the Author Lovette Patrick D'Souza Lovette Patrick D'Souza has over 10 years of experience in Banking

More information

Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police

Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police NASCIO 2005 Recognition Awards Enterprise Architecture Category Executive

More information

A Software-as-a-Service Primer for Independent Software Vendors

A Software-as-a-Service Primer for Independent Software Vendors A Software-as-a-Service Primer for Independent Software Vendors By, Jeffrey M. Kaplan, Managing Director, THINKstrategies, Inc. Founder, SaaS Showplace Introduction Software-as-a-Service (SaaS) is a fundamentally

More information

Ericsson Mobile Extension Client for Symbian

Ericsson Mobile Extension Client for Symbian POL 06:02 Uen RevA Ericsson Mobile Extension Client for Symbian Product Offer at Launch Mobility A key component in our offer We are proud to launch a new component to our mobility portfolio, the Ericsson

More information

Open Source Testing Tools: The Paradigm Shift

Open Source Testing Tools: The Paradigm Shift Cognizant 20-20 Insights Open Source Testing Tools: The Paradigm Shift Executive Summary Businesses today demand faster time-to-market for their software products without significant expenditures in testing

More information

Guide to Instantis EnterpriseTrack for Multi- Initiative EPPM:

Guide to Instantis EnterpriseTrack for Multi- Initiative EPPM: An Oracle White Paper March 2013 Guide to Instantis EnterpriseTrack for Multi- Initiative EPPM: Coordinate Project Portfolio Management Across the Enterprise Introduction Enterprise project portfolio management

More information

Elevating the Customer Experience in the Mobile World

Elevating the Customer Experience in the Mobile World Elevating the Customer Experience in the Mobile World Mobile devices are now an ever-present feature of our daily lives Tablets, phones, watches we rely on them and the applications and services that they

More information

Open Source Software for Cyber Operations:

Open Source Software for Cyber Operations: W H I T E P A P E R Open Source Software for Cyber Operations: Delivering Network Security, Flexibility and Interoperability Introduction For the last decade, the use of open source software (OSS) in corporate

More information

Accenture Life and Annuity Software. Achieving high performance through faster time to market, increased agility and improved cost control

Accenture Life and Annuity Software. Achieving high performance through faster time to market, increased agility and improved cost control Accenture Life and Annuity Software Achieving high performance through faster time to market, increased agility and improved cost control Accenture Life and Annuity Software offers strategic solutions

More information

EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS

EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS EMC DOCUMENTUM MANAGING DISTRIBUTED ACCESS This white paper describes the various distributed architectures supported by EMC Documentum and the relative merits and demerits of each model. It can be used

More information

Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police

Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police Michigan Criminal Justice Information Network (MiCJIN) State of Michigan Department of Information Technology & Michigan State Police NASCIO 2006 Recognition Awards Enterprise Architecture Category Executive

More information

Information technology infrastructure key to your business success.

Information technology infrastructure key to your business success. IBM Global Services Information technology infrastructure key to your business success. In today s complex business environment, new opportunities constantly emerge, which can challenge a company s ability

More information

Retail. White Paper. Driving Strategic Sourcing Effectively with Supply Market Intelligence

Retail. White Paper. Driving Strategic Sourcing Effectively with Supply Market Intelligence Retail White Paper Driving Strategic Sourcing Effectively with Supply Market Intelligence About the Author Devaraj Chithur Devaraj is part of the Supply Chain group within Tata Consultancy Services (TCS)

More information

The Stacks Approach. Why It s Time to Start Thinking About Enterprise Technology in Stacks

The Stacks Approach. Why It s Time to Start Thinking About Enterprise Technology in Stacks The Stacks Approach Why It s Time to Start Thinking About Enterprise Technology in Stacks CONTENTS Executive Summary Layer 1: Enterprise Competency Domains Layer 2: Platforms Layer 3: Enterprise Technology

More information

Points of Defect Creation

Points of Defect Creation WHITE PAPER Points of Defect Creation by Shankar Krishnamoorthy Software Product development methodologies try to improve quality by promoting the tactic of testing "early and often." When a defect is

More information

SAP HANA Cloud Platform

SAP HANA Cloud Platform SAP HANA Cloud Platform Connect and Engage with Customers in the Cloud with SAP HANA Cloud Platform Deliver Impactful Web Experiences, Delight Users, and Meet Any Business Need SAP HANA Cloud Platform

More information

Server based computing An introduction to server based computing, its advantages and how it works.

Server based computing An introduction to server based computing, its advantages and how it works. Server based computing An introduction to server based computing, its advantages and how it works. This whitepaper explains the concept of server based computing and defines the main components of its

More information

Powering Cutting Edge Research in Life Sciences with High Performance Computing

Powering Cutting Edge Research in Life Sciences with High Performance Computing A Point of View Powering Cutting Edge Research in Life Sciences with High Performance Computing High performance computing (HPC) is the foundation of pioneering research in life sciences. HPC plays a vital

More information

Infrastructure. management for ONGC. Infrastructure. Management. Network & Security. Management. 24x7 Application Support. Vendor.

Infrastructure. management for ONGC. Infrastructure. Management. Network & Security. Management. 24x7 Application Support. Vendor. Network & Security Management Vendor Management IT Infrastructure Management 24x7 Application Support Infrastructure Service Support IT Helpdesk Database Management & Administration Infrastructure management

More information

Wireless Device Management: Controlling The Wireless Enterprise And Reducing Total Cost of Ownership

Wireless Device Management: Controlling The Wireless Enterprise And Reducing Total Cost of Ownership Wireless Device Management: Controlling The Wireless Enterprise And Reducing Total Cost of Ownership Today s Wireless Environment The technology platform of today s enterprise has a rapidly growing component:

More information

Sourcing Handbook. Tactics and Templates for Sourcing Strategy and Vendor Management. CEB CIO Leadership Council

Sourcing Handbook. Tactics and Templates for Sourcing Strategy and Vendor Management. CEB CIO Leadership Council Sourcing Handbook Tactics and Templates for Sourcing Strategy and Vendor Management CEB CIO Leadership Council A Framework for Member Conversations The mission of CEB Inc. and its affiliates is to unlock

More information

About Call Catch. The Vision

About Call Catch. The Vision About Call Catch Call Catch is a leading provider of integrated call recording, call accounting and workforce optimization solutions for enterprises, trading floors, government agencies, and first responders.

More information

Technology. Accenture Data Center Services

Technology. Accenture Data Center Services Technology Accenture Data Center Services 2 Accenture employs marketleading technologies and processes to help clients design, implement and manage data center solutions that align to business priorities,

More information

Whitepaper: Commercial Open Source vs. Proprietary Data Integration Software

Whitepaper: Commercial Open Source vs. Proprietary Data Integration Software Overview The debate about the advantages of open source versus proprietary data integration software is ongoing. The reality of the situation is that the decision about whether open source or proprietary

More information

OUTGROWING MICROSOFT DYNAMICS GP

OUTGROWING MICROSOFT DYNAMICS GP OUTGROWING MICROSOFT DYNAMICS GP Why Companies Move Up to Microsoft Dynamics AX AN ARMANINO WHITE PAPER ARE YOU TOO SUCCESSFUL FOR YOUR CURRENT ERP SYSTEM? Whether you re expanding your product lines,

More information

EMC Isilon: Data Lake 2.0

EMC Isilon: Data Lake 2.0 ` ESG Solution Showcase EMC Isilon: Data Lake 2.0 Date: November 2015 Author: Scott Sinclair, Analyst Abstract: With the rise of new workloads such as big data analytics and the Internet of Things, data

More information

Business Process Services. White Paper. Leveraging the Internet of Things and Analytics for Smart Energy Management

Business Process Services. White Paper. Leveraging the Internet of Things and Analytics for Smart Energy Management Business Process Services White Paper Leveraging the Internet of Things and Analytics for Smart Energy Management About the Author Akhil Bhardwaj Akhil Bhardwaj is a Senior Manager in the Analytics and

More information

Technology Change Management

Technology Change Management The PROJECT PERFECT White Paper Collection Introduction Technology Change Management Sandeep Mehta This article takes an objective look at Technology Change Management (TCM). It covers a number of topics

More information

A Guide to Open Source Transformation Services. How and Why Organizations are Making the Move to Open Source

A Guide to Open Source Transformation Services. How and Why Organizations are Making the Move to Open Source A Guide to Open Source Transformation Services How and Why Organizations are Making the Move to Open Source A fter decades of relying on commercial off-the-shelf software (COTS), thousands are moving to

More information

An Enterprise Resource Planning Solution for Mill Products Companies

An Enterprise Resource Planning Solution for Mill Products Companies SAP Thought Leadership Paper Mill Products An Enterprise Resource Planning Solution for Mill Products Companies Driving Operational Excellence and Profitable Growth Table of Contents 4 What It Takes to

More information

Can Cloud Database PaaS Solutions Replace In-House Systems?

Can Cloud Database PaaS Solutions Replace In-House Systems? Can Cloud Database PaaS Solutions Replace In-House Systems? Abstract: With the advent of Platform-as-a-Service as a viable alternative to traditional database solutions, there is a great deal of interest

More information

Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures

Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures Virtualization Backup and Recovery Solutions for the SMB Market The Essentials Series Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures sponsored by Introduction to Realtime

More information

Data Conversion for SAP. Using Accenture s load right method to improve data quality from extraction through transformation to load

Data Conversion for SAP. Using Accenture s load right method to improve data quality from extraction through transformation to load Data Conversion for SAP Using Accenture s load right method to improve data quality from extraction through transformation to load The importance of data conversion As organizations drive to reduce costs

More information

Driving Airline Revenues and Profitability by Delivering Great Customer Experiences

Driving Airline Revenues and Profitability by Delivering Great Customer Experiences A Point of View Driving Airline Revenues and Profitability by Delivering Great Customer Experiences Two New Studies Point to the Direction Airlines are Taking with Their Customer Experience (CX) Initiatives.

More information

Business Process Services. White Paper. Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity

Business Process Services. White Paper. Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity Business Process Services White Paper Mitigating Trade Fraud: The Case for Detecting Group Level Fraudulent Activity About the Author Narasimha Murty M V Narasimha Murty holds a Master's degree in Mathematics

More information

An Oracle White Paper January 2010. Access Certification: Addressing & Building on a Critical Security Control

An Oracle White Paper January 2010. Access Certification: Addressing & Building on a Critical Security Control An Oracle White Paper January 2010 Access Certification: Addressing & Building on a Critical Security Control Disclaimer The following is intended to outline our general product direction. It is intended

More information

Enterprise Content Management: The Suite Perspective

Enterprise Content Management: The Suite Perspective Enterprise Content Management: The Suite Perspective Publication Date: 04 Dec 2015 Product code: IT0014-003079 Sue Clarke Summary Catalyst The Ovum Decision Matrix: Selecting an Enterprise Content Management

More information

Should Costing Version 1.1

Should Costing Version 1.1 Should Costing Identify should cost elements early in the design phase, and enable cost down initiatives Version 1.1 August, 2010 WHITE PAPER Copyright Notice Geometric Limited. All rights reserved. No

More information

Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework

Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework Business Process Services White Paper Linking Transformational Initiatives to Desired Business Outcomes: Leveraging a Business-Metrics Driven Framework About the Author Venkatesh Kuppuswamy Venkatesh Kuppuswamy

More information

RELIABILITY FOR YOUR BUSINESS INDZ TM TEK TO ENABLE YOU TO REACH EXTREME HEIGHTS

RELIABILITY FOR YOUR BUSINESS INDZ TM TEK TO ENABLE YOU TO REACH EXTREME HEIGHTS RELIABILITY FOR YOUR BUSINESS TO ENABLE YOU TO REACH EXTREME HEIGHTS Leveraging the Testing ecosystem to offer comprehensive Testing solutions that deliver predictable quality and faster time to market

More information

Enter an insurance solution, TCS BaNCS from Tata Consultancy Services.

Enter an insurance solution, TCS BaNCS from Tata Consultancy Services. Insurance The financial crisis of 2008 and the subsequent recovery process, though tepid, has altered the insurance industry landscape significantly. Today, the focus is on enhancing efficiencies and controlling

More information

White Paper. Consolidate Network Security to Reduce Cost and Maximise Enterprise Protection

White Paper. Consolidate Network Security to Reduce Cost and Maximise Enterprise Protection Consolidate Network Security to Reduce Cost and Maximise Enterprise Protection Table of Contents Security Consolidation 3 Application identification and control 3 User identification and control 3 Intrusion

More information

Trading & Its Features

Trading & Its Features Trading & Its Features The buying and selling of futures contracts, equity shares, bonds and options is known as trading. There are several types of trading styles that persons seeking to profi t from

More information

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage

HiTech. White Paper. Storage-as-a-Service. SAN and NAS Reference Architectures leveraging Private Cloud Storage HiTech White Paper -as-a-service SAN and NAS Reference Architectures leveraging Private Cloud About the Author Ankur Srivastava Ankur Srivastava is a Solution Architect working with the Hi Tech Industry

More information

A Wissen White Paper. Effectively utilizing an offshore Remote DBA team augmentation strategy to increase productivity and reduce costs

A Wissen White Paper. Effectively utilizing an offshore Remote DBA team augmentation strategy to increase productivity and reduce costs A Wissen White Paper Effectively utilizing an offshore Remote DBA team augmentation strategy to increase productivity and reduce costs Introduction Increasing the mileage for a company s financial resources

More information