Success story of migrating an ongoing J2EE project from Microsoft VSS to IBM Rational ClearCase

Size: px
Start display at page:

Download "Success story of migrating an ongoing J2EE project from Microsoft VSS to IBM Rational ClearCase"

Transcription

1 IBM Rational Software Development Conference 2006 Success story of migrating an ongoing J2EE project from Microsoft VSS to IBM Rational ClearCase Dilip K Varma Astra Infotech (P) Ltd dilip@astrainfotech.com 2006 IBM Corporation

2 Agenda SCM Recap aires the project Challenges The Solution Benefits Lessons Learned Acknowledgement References Demo Q&A

3 SDLC Activities Business Modeling & Requirement Management Analysis, Design & Implementation Testing & Deployment Project & Process Management Configuration & Change Management

4 Software Configuration Management Version Control Workspace Management Parallel Development Configuration Audit Build Management Process Control

5 Known Challenges Naming, Tracing & Retrieval of right versions Concurrent development support Geographically distributed development scenario Ongoing development support for addition, deletion & rollback Productivity enhancement through automation in build, release etc.

6 Configuration Management vs. Version Control Configuration Management: [ISO95] A supporting process whose purpose is to identify, define, and baseline items; control modifications and releases of these items; report and record status of the items and modification requests; ensure completeness, consistency and correctness of the items; and control storage, handling and delivery of the items Version: A variant of some artifact; later versions of an artifact typically expand on earlier versions Version Control Only a part of Configuration Management Identifying and tracing only versions No focus on process

7 Current automation scenario & challenges Version control automation No effective automation strategy for parallel development Missing effective linkage between Change Management & Configuration Management Less focus on build automation Change propagation automation

8 IBS the organisation A leading IT solutions provider to the global Travel, Transportation and Logistics (TTL) industry A CMMI Level 5 product development company One of the major, growing software development organisations in Kerala employees Development centers at Trivandrum & Cochin

9 aires the project Comprehensive passenger reservations, inventory control, fares & ticketing and departure control system for commercial airlines 5+ years of development effort 150+ developers J2EE, Weblogic, Oracle Current Customers Virgin Blue West Jet Virgin America

10 Project challenges Huge size of the development team Large volume of code base High frequency of build Ever changing market demands & expectations Synchronising geographically distributed development & on-site customization Product development at a crucial juncture Short transition time

11 CM challenges perceived Parallel development for enhancements, new features and fixes Addressing simultaneous product customization & support for multiple customers Geographically distributed development support Build and release automation Introducing change (in terms of process & tool) at a critical development juncture

12 CM root causes Redundant data Huge manual effort to release files for build Manual process leading to erroneous selection of files/versions Inability to address parallel development Improper integration workspace management

13 The solution Unified Change Management (UCM) for Activity based Configuration Management ClearCase, the automation tool Configuration Management than Version Control alone Effective parallel development Seamless synchronization with Change Management Effective build & release automation ClearCase MultiSite for distributed development On site services Training & Handholding Consulting Mentoring

14 UCM approach Out-of-the-box process solution Activity based approach Artifacts are grouped and baselined as components No config specs More branches of development Makes workspace management easier

15 Practical implementation risk Project at a very crucial juncture Changing the Configuration Management tool without affecting development Transferring live data & synchronisation New process & tool learning curve Natural human resistance for change

16 Implementation Inception Elaboration Construction Transition

17 Inception Demonstration of the tool & process Rational Unified Process (RUP) ClearCase UCM ClearCase MultiSite Key stakeholder concurrence Top Management & End customer commitment Pilot module identification Internal Champion identification & briefing Initial Configuration Item (CI) identification CM Process tailoring Baseline, branching, access control etc

18 Elaboration Pilot project data transfer from current module Imported identified module data to ClearCase with history Identified the module with maximum number of artifacts and versions as the candidate Setup ClearCase server and VSS client on a desktop machine Migrated the identified module s source code to ClearCase The migrated data included different versions of each artifact and the labels attached to them

19 Elaboration (cont.) Initial End user training Development team consisted of 7 groups Quick start sessions were given to them on UCM Preparation for parallel running Scripts were prepared and tested simulating a parallel run

20 Construction Training for entire project team Administrative Training End user training Setting up the environment Setup ClearCase servers VOB, License & Registry server on the same machine Setup release hosts Setup ClearCase clients ClearCase-ANT integration

21 Construction (cont.) Migrating the entire project Imported data from VSS to ClearCase Created a VOB for importing data from VSS A VSS client was setup on the same machine Created a user in VSS db without password Set the SSUSER environment variable to the newly created user Set PATH to the folder containing SS.EXE Set the VSS database using the SSDIR environment variable Set to the project using SS CP command Run the clearexport_ssafe r -o <path to datafile> utility to prepare the data file used for the actual import operation

22 Construction (cont.) Sample batch file SET PATH=%PATH%;C:\Program Files\Microsoft Visual Studio\Common\VSS\win32; SET SSDIR=C:\vssdb\iResDB SET SSUSER=migration SS CP $/ires/source clearexport_ssafe -r -o c:\import\cvt_data

23 Construction (cont.) Migrating the entire project (cont.) Re-organized the folder structure Identified components with the help of product architect Moved component folders to the root of the VOB Created symbolic links to retain the folder structure Created UCM components Created UCM PVOB Imported root level folders as UCM Components Imported labels as component baselines Setup UCM projects, streams, and workspaces

24 Construction (cont.) Sample batch file Z: CD \irescomp\java\src\com\ibsplc\ires cleartool co -nc. cleartool co -nc \irescomp cleartool mv M1 \irescomp cleartool mv M2 \irescomp cleartool mv Mn \irescomp

25 Construction (cont.) Sample batch file (cont.) CD \irescomp cleartool mv Java OldJava md Java\src\com\ibsplc\iRes cleartool mkelem -nc -eltype directory -ci -mkpath Java\src\com\ibsplc\iRes CD \irescomp\java\src\com\ibsplc\ires cleartool co -nc. cleartool ln -slink..\..\..\..\..\module1. cleartool ln -slink..\..\..\..\..\module2. cleartool ln -slink..\..\..\..\..\module3. cleartool ci -nc.

26

27 Construction (cont.) Parallel run Phase I A script was run to update ClearCase data clearfsimport -recurse C:\import\Archive\%1\Java\src\com\ibsplc\iRes\Module1\* Y:\iResComp\Module1 Phase II Developers check-out/check-in to both VSS & ClearCase Roll out and streamlining CM process Introduction of MultiSite Demo & quick start training on ClearCase MultiSite Setting up ClearCase MultiSite VOB replication & synchronisation

28 Transition Completion of end user training Comprehensive training on ClearCase Administration, Unified Change Management, ClearCase Multisite Train the trainer program Preparation of custom training slides On site / offsite mentoring Periodical CM audits Periodical on site technological sessions Continuous telephonic/ support

29 Major benefits for IBS Automated build process Delivery from development stream to integration stream An attribute AutoDeliver(True) is attached to each activity Value of AutoDeliver decides whether that activity should be delivered or not Integration workspace updation Build (Reused existing ANT scripts) Baseline creation & recommendation Rebasing development streams Patch creation by comparing current & previous baseline

30 Major benefits for IBS (cont.) Effective parallel development Effective change propagation from one stream to another Traceability between change request & change set Support for distributed development

31 Lessons learned Migrating data from VSS Issues faced Parallel run Reference to a non existing VSS project Resolved by moving the project to a new VSS db A few file versions were not properly retrieved Manually retrieved Two phase parallel run, instead of an abrupt switch over, was very useful

32 Lessons learned (cont.) UCM vs. base ClearCase Proven Out-of-the-box process No config spec, Ideal for new adaptors Branching is easy Importance of Management commitment Awareness of future CM requirements and limitations of VSS Developer s resistance (delivery pressure, learning curve etc) Co-operation extended by developers

33 Acknowledgements IBM IBS Ms. Ameeta Roy (Technical Lead) Mr. Kishore P Vadapally (Advisory IT Specialist) Mr. Sunil Kinger (Country Manager) Mr. Jayan P. (General Manager Production Services) Mr. Viswanath (Configuration Manager) Mr. Don K. Varkey (Configuration Controller)

34 References Guide to developing software with UCM Guide to managing software projects ClearCase Administrator s guide ClearCase discussion forum RSDC 2005 presentations SCMA41: Solving UCM change flow mysteries SCMA47: Best Practices for J2EE development for teams using ClearCase UCM Rational Unified Process

35

36

37 Dilip K Varma dilip@astrainfotech.com Jayan P jayan@ibsplc.com

Building a Rational Software Configuration Management Environment for the IBM e- Business Platform

Building a Rational Software Configuration Management Environment for the IBM e- Business Platform Building a Rational Software Configuration Management Environment for the IBM e- Business Platform by Eric Carr, Manager Jian Wei, Senior Consultant Experio Solutions As applications that support critical

More information

A Day in the Life of a Migrated ClearCase User. A Sneak Preview

A Day in the Life of a Migrated ClearCase User. A Sneak Preview A Day in the Life of a Migrated ClearCase User A Sneak Preview Table of Contents Scope...3 Introduction...3 Administrative Tasks...4 Working in the IDE...8 Managing Builds...12 Managing Releases...14 Summary...16

More information

Agenda. ClearQuest 8.0 What s New. Positioning Integrations Collaboration Administration New Features Deprecations Q&A

Agenda. ClearQuest 8.0 What s New. Positioning Integrations Collaboration Administration New Features Deprecations Q&A ClearQuest 8.0 What s New Shmuel Bashan Rational Services - GSAT Agenda Positioning Integrations Collaboration Administration New Features Deprecations Q&A 2 IBM Rational ClearQuest Comprehensive Software

More information

ClearCase-to-Perforce MIGRATION PLAYBOOK

ClearCase-to-Perforce MIGRATION PLAYBOOK ClearCase-to-Perforce MIGRATION PLAYBOOK Congratulations on taking the first step to moving from ClearCase to Helix Enterprise. This playbook contains information on some of the considerations necessary

More information

White paper. Alan Radding, Technology Consultant

White paper. Alan Radding, Technology Consultant Scalable SCM: Avoiding the Trauma, Disruption and Expense of Changing Software Configuration Management Tools White paper Alan Radding, Technology Consultant Table of Contents SCALABLE SCM: NOBODY LIKES

More information

GoMidjets Policy Solutions

GoMidjets Policy Solutions Defining Configuration Management GoMidjets Policy Solutions December 2011 About GoMidjets Developing and delivering CM and ALM solutions Complementary add-on solutions for IBM Rational ClearCase Providing

More information

Stat Production Services for Oracle E-Business Suite (Onsite and Remote)

Stat Production Services for Oracle E-Business Suite (Onsite and Remote) Stat Production Services for Oracle E-Business Suite (Onsite and Remote) Description The Stat Production Services for Oracle E-Business Suite is designed to assist the customer with the implementation

More information

Introducing FUJITSU Software Systemwalker Centric Manager V15.0

Introducing FUJITSU Software Systemwalker Centric Manager V15.0 Introducing FUJITSU Software Systemwalker Centric Manager V15.0 < Version 1.0 > November 2013 FUJITSU LIMITED Contents Integrated Monitoring Required in Virtualization/Server Integration Characteristics

More information

IBM Rational Software Quality Solutions

IBM Rational Software Quality Solutions IBM Software Group IBM Rational Software Quality Solutions - IBM Rational Performance Tester Denice Wong Technical Consultant Rational Software, IBM Hong Kong 2006 IBM Corporation Agenda IBM Rational Software

More information

Conclusion.

Conclusion. Conclusion Rajesh Kumar RajeshKumarIN RajeshKumarIN RajeshKumarIN DevOps@RajeshKumar.XYZ Usually we don t have Centralized Source Management Tools Centralized Build Server for all the Products Common Build

More information

Primavera Analytics and Primavera Data Warehouse Security Overview

Primavera Analytics and Primavera Data Warehouse Security Overview Analytics and Primavera Data Warehouse Security Guide 15 R2 October 2015 Contents Primavera Analytics and Primavera Data Warehouse Security Overview... 5 Safe Deployment of Primavera Analytics and Primavera

More information

HP Quality Center 10 Overview

HP Quality Center 10 Overview HP Quality Center 10 Overview Baselining, Versioning and Release Management John Fodeh Solution Architect, Global Testing Practice 2008 Hewlett-Packard Development Company, L.P. The information contained

More information

Effective Test Automation of SAP Implementations

Effective Test Automation of SAP Implementations Effective Test Automation of SAP Implementations Vipin Kumar Managing Director & Software Engineering Evangelist Astra Infotech Pvt Ltd vk@astrainfotech.com QM15 2009 IBM Corporation Agenda Introduction

More information

Integrated Product Development for Process and Discrete Industries: an Overview and Outlook. Product Management PLM October 2011

Integrated Product Development for Process and Discrete Industries: an Overview and Outlook. Product Management PLM October 2011 Integrated Product Development for Process and Discrete Industries: an Overview and Outlook Product PLM October 2011 Legal Disclaimer The information in this presentation is confidential and proprietary

More information

Databases: Oracle v9i, v8i & v7.x, Legacy and Microsoft SQL Server v6.5 & v7

Databases: Oracle v9i, v8i & v7.x, Legacy and Microsoft SQL Server v6.5 & v7 NAME Address Tel. Email Summary: 23 years of Aerospace/Commercial Manufacturing industry experience. I have leveraged that expertise over the last 8 years in the Collaborative / ERP / e-business software

More information

P6 Team Member Implementation Stories

P6 Team Member Implementation Stories P6 Team Member Implementation Stories Session ID#: 200910 How to Make the Project Manager's Life Easier Prepared by: Luka Novosel Primavera Consultant Primakon @lunovosel REMINDER Check in on the COLLABORATE

More information

Overcoming challenges to ensure success of outsourcing/offshore projects

Overcoming challenges to ensure success of outsourcing/offshore projects IBM Software Group Overcoming challenges to ensure success of outsourcing/offshore projects Osmond Ng Technical Consultant IBM SWG HK 2004 IBM Corporation Reasons for Outsourcing Project Results by Strategic

More information

Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer

Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer Accelerate modernization of enterprise assets using IBM s Rational Asset Analyzer V.Quiblier. Rational Z Technical Sales Specialist 2006 IBM Corporation 2007 IBM Corporation Agenda IBM Software Group The

More information

PROMATIS BPM Appliance

PROMATIS BPM Appliance Oracle Business Process Management out of the box Business architects, Business Business analysts Developers Process owner Team Business users IT operation PROMATIS Appliances Powered by Oracle Optimal

More information

New and noteworthy in Rational Asset Manager V7.5.1

New and noteworthy in Rational Asset Manager V7.5.1 Rational Asset Manager New and noteworthy in Rational Asset Manager V7.5.1 IBM Corporation 2011 The information contained in this presentation is provided for informational purposes only. While efforts

More information

Building an Enterprise QA Centre of Excellence Best Practices Discussion IBM Corporation

Building an Enterprise QA Centre of Excellence Best Practices Discussion IBM Corporation Building an Enterprise QA Centre of Excellence Best Practices Discussion 2015 IBM Corporation Objectives Pleased to take this opportunity to present the Enterprise QACoE The objectives of the session are

More information

What is Continuous Integration. And how do I get there

What is Continuous Integration. And how do I get there What is Continuous Integration And how do I get there Related Workshops Introduction to DevOps Transform your Organization with DevOps Concepts DevOps Implementation Boot Camp Comprehensive literacy on

More information

Azure Infrastructure for SAP

Azure Infrastructure for SAP Azure Infrastructure for SAP Sizing and Assessment Offers 40% - 75% cost operational cost savings (Lower TCO) Fast and inexpensive deployment of SAP landscapes (minutes vs. weeks) Automation provisioning

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2014, Oracle and/or its affiliates. All rights reserved. 2 Oracle Cloud Marketplace: An Innovation Ecosystem for Partners and Customers Neelesh Gurnani Sr. Director Product Development Ajay Seetharam

More information

Analyze, Design, and Develop Applications

Analyze, Design, and Develop Applications Analyze, Design, and Develop Applications On Demand Insurance Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient.

More information

Oracle Identity Manager (OIM) as Enterprise Security Platform - A Real World Implementation Approach for Success

Oracle Identity Manager (OIM) as Enterprise Security Platform - A Real World Implementation Approach for Success Oracle Identity Manager (OIM) as Enterprise Security Platform - A Real World Implementation Approach for Success Manvendra Kumar AST Corporation, IL Scott Brinker College of American Pathologist, IL August

More information

Title: HP OpenView Configuration Management Overview Session #: 87 Speaker: Loic Avenel Company: HP

Title: HP OpenView Configuration Management Overview Session #: 87 Speaker: Loic Avenel Company: HP Title: HP OpenView Configuration Management Overview Session #: 87 Speaker: Loic Avenel Company: HP What we will cover in this session What is the HP OpenView configuration management solution for enterprises?

More information

A Guide to Calculating the ROI of Application Lifecycle Management Tools

A Guide to Calculating the ROI of Application Lifecycle Management Tools A Guide to Calculating the ROI of Application Lifecycle Management Tools Why work with integrated ALM? With regards to tooling questions, software developers in a lot of companies have traditionally taken

More information

Build Forge Introduction

Build Forge Introduction IBM Software Group Build Forge Introduction IBM Corporation Agenda IBM Software Group Rational software Build Forge Introductions Company Overview Build & Release Challenges Technology Overview Demonstration

More information

ALTIRIS Implementing an Asset and Contract Management System

ALTIRIS Implementing an Asset and Contract Management System ALTIRIS Implementing an Asset and Contract Management System Document Version: 1.0 The information contained in the Altiris Knowledgebase is subject to the Terms of Use as outlined at http://www.altiris.com/legal/termsofuse.asp.

More information

Development Environment Definition

Development Environment Definition IBM Rational January 2011 Technical White Paper Development Environment Definition Ensuring a comprehensive consideration of all elements of a development environment 2 Development Environment Definition

More information

IBM Leverages Motio to Save Money and Improve Satisfaction in World s Largest Cognos Environment

IBM Leverages Motio to Save Money and Improve Satisfaction in World s Largest Cognos Environment IBM Leverages Motio to Save Money and Improve Satisfaction in World s Largest Cognos Environment IBM Business Analytics Center of Competency and Blue Insight The IBM Business Analytics Center of Competency

More information

Management Reporter for Microsoft Dynamics ERP. Overview for Existing Microsoft FRx Customers

Management Reporter for Microsoft Dynamics ERP. Overview for Existing Microsoft FRx Customers Management Reporter for Microsoft Dynamics ERP Overview for Existing Microsoft FRx Customers March 2010 Contents Who is this document for?... 3 How does Management Reporter improve upon FRx?... 3 What

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

OPN Only Oracle SOA Suite 11g Implementation Boot Camp

OPN Only Oracle SOA Suite 11g Implementation Boot Camp Oracle University Contact Us: 1.800.529.0165 OPN Only Oracle SOA Suite 11g Implementation Boot Camp Duration: 3 Days What you will learn Oracle SOA Suite 11g Implementation Boot Camp is a three-day hands-on

More information

Recommended Configuration Management Practices for Freelance Software Developers

Recommended Configuration Management Practices for Freelance Software Developers Recommended Configuration Management Practices for Freelance Software Developers Chaudry Bilal Ahmad Khan Department of Electrical Engineering Institute of Space Technology Islamabad, Pakistan chaudrykhan@gmail.com

More information

Designing PSIM Software for the Enterprise Market Creating a platform to meet the unique challenges of today s highly distributed organization

Designing PSIM Software for the Enterprise Market Creating a platform to meet the unique challenges of today s highly distributed organization Designing PSIM Software for the Enterprise Market Creating a platform to meet the unique challenges of today s highly distributed organization Traditionally, physical security information management (PSIM)

More information

Administration & Security Essentials FOR MICROSOFT DYNAMICS AX 2012 R3

Administration & Security Essentials FOR MICROSOFT DYNAMICS AX 2012 R3 Administration & Security Essentials FOR MICROSOFT DYNAMICS AX 2012 R3 Table of Contents Course Details 1 Prerequisites 1 Course Outline 4 Agenda 11 Course Details This five-day instructor-led course provides

More information

Oracle Manufacturing Cloud R13

Oracle Manufacturing Cloud R13 ORACLE DATA SHEET Oracle Manufacturing Cloud R13 The Oracle Manufacturing Cloud solution helps firms compete in today s global market by providing new and better tools to run their shop floor. With margins

More information

Configuration Management in a Nutshell

Configuration Management in a Nutshell Configuration Management in a Nutshell Configuration Management Configuration Management (CM) is the process of managing the full spectrum of an organization s products, facilities and processes by managing

More information

Requirements for a Successful Replatform Project

Requirements for a Successful Replatform Project Requirements for a Successful Replatform Project Replatform Preparation A successful Replatform Project begins with assessing and validating the current system, applications, jobs and associated application

More information

Lifecycle Management for SAP BusinessObjects User Guide

Lifecycle Management for SAP BusinessObjects User Guide Lifecycle Management for SAP BusinessObjects User Guide SAP BusinessObjects XI 3.1 Sevice Pack 3 windows Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign,

More information

Use Hyperion Workspace User's Guide

Use Hyperion Workspace User's Guide Use Hyperion Workspace User's Guide 11.1.1.3 This software or hardware is developed for general use in a variety of information In EPM Workspace, select Tools, then Install, and then Smart View. Oracle

More information

Migrate to a New Testing Tools

Migrate to a New Testing Tools SOLUTION BRIEF CA Conversion Service Migrate to a New Testing Tools Solution for IBM z/os Quickly and Easily with a Best- Practice-Led Migration Methodology. Having a migration methodology is critical

More information

Copyright Software Engineering Competence Center

Copyright Software Engineering Competence Center Copyright Software Engineering Competence Center 2012 1 Copyright Software Engineering Competence Center 2012 5 These are mapped categories to the waste categories of manufacturing. An excellent overview

More information

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA

IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM s SOA Quality Management Strategy with Rational and Tivoli Terry Goldman Technical Evangelist Rational Software IBM ASEAN/SA IBM Rational Software Development Conference 2007 2007 IBM Corporation What

More information

Copyright 2010, Oracle. All rights reserved.

Copyright 2010, Oracle. All rights reserved. OBIEE 11g Architecture & Installation Overview Agenda High Level Architecture Installation Overview Installation Details and Troubleshooting Oracle BI 11g High

More information

Guaranteed Value Projects in Legacy Modernization. Michael Oara VP for R&D Relativity Technologies, Inc.

Guaranteed Value Projects in Legacy Modernization. Michael Oara VP for R&D Relativity Technologies, Inc. Guaranteed Value Projects in Legacy Modernization Michael Oara VP for R&D Relativity Technologies, Inc. Business Problem Mainframe Applications Key Attributes Millions of lines of code, poorly documented

More information

KACE Remote QuickStart (for KACE Systems Management Appliances)

KACE Remote QuickStart (for KACE Systems Management Appliances) KACE Remote QuickStart (for KACE Systems Management Appliances) Description The KACE Remote QuickStart service is a custom-tailored implementation solution designed to assist you with the initial implementation

More information

DevOps Guide: How to Use APM to Enhance Performance Testing

DevOps Guide: How to Use APM to Enhance Performance Testing DevOps Guide: How to Use APM to Enhance Performance Testing CHAPTER 1: Introduction This short ebook discusses how combining performance test automation with application performance management (APM) solutions

More information

PV213 Enterprise Information Systems in Practice 09 Security, Configuration management

PV213 Enterprise Information Systems in Practice 09 Security, Configuration management PV213 Enterprise Information Systems in Practice 09 Security, Configuration management PV213 EIS in Practice: 09 Security, Configuration management 1 PV213 EIS in Practice: 09 Security, Configuration management

More information

Rational Automation Framework for WebSphere

Rational Automation Framework for WebSphere IBM Software Group Rational Automation Framework for WebSphere Osmond Ng IBM Rational Hong Kong 2007 IBM Corporation Why are we here? Business realities What s been going on Software failure impacts the

More information

Best Practices in NAVIS TOS Migration: Exolgan Case Study

Best Practices in NAVIS TOS Migration: Exolgan Case Study Best Practices in NAVIS TOS Migration: Exolgan Case Study Pablo Boulin, Exolgan Container Terminal CONNECT. COLLABORATE. INNOVATE. AGENDA Navis Migration Best Practices Overview Exolgan briefing SPARCS

More information

Implementing Physical Inventory for Telecommunications Operational Support Systems.

Implementing Physical Inventory for Telecommunications Operational Support Systems. Implementing Physical Inventory for Telecommunications Operational Support Systems. Tony Tonkin Telstra Corporation Limited Manish Arora Infotech Enterprise Limited Introduction Contents Scope History

More information

Kepion Solution vs. The Rest. A Comparison White Paper

Kepion Solution vs. The Rest. A Comparison White Paper Kepion Solution vs. The Rest A Comparison White Paper In the Business Intelligence industry, Kepion competes everyday with BI vendors such as IBM Cognos, Oracle Hyperion and SAP BusinessObjects. At first

More information

Deliverable: 1.4 Software Version Control and System Configuration Management Plan

Deliverable: 1.4 Software Version Control and System Configuration Management Plan Deliverable: 1.4 Software Version Control and System Configuration VoteCal Statewide Voter Registration System Project State of California, Secretary of State (SOS) Authors This document was prepared

More information

Lessons Learned Using HORIZON Teller Capture. Russell High, Product Manager May 24, 2017

Lessons Learned Using HORIZON Teller Capture. Russell High, Product Manager May 24, 2017 Lessons Learned Using HORIZON Teller Capture Russell High, Product Manager May 24, 2017 Agenda for Today What is Teller Capture How will it help my institution? What will change? How Does it Work HORIZON

More information

CEMLI And Reports Migration From 11i to R12

CEMLI And Reports Migration From 11i to R12 CEMLI And Reports Migration From 11i to R12 24 October 2011 Worcester MA 11i CEMLI and Reports 1 Confidentiality Statement The content of this document is proprietary, confidential information pertaining

More information

Fixed scope offering. Oracle Fusion Inventory & Cost Management Cloud Service. 22 February 2016 A DIVISION OF DIMENSION DATA

Fixed scope offering. Oracle Fusion Inventory & Cost Management Cloud Service. 22 February 2016 A DIVISION OF DIMENSION DATA Fixed scope offering Oracle Fusion Inventory & Cost Management Cloud Service 22 February 2016 A DIVISION OF DIMENSION DATA 2015 1 Business objectives The solution Scope Methodology Project plan \ time

More information

SAS. Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide

SAS. Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide SAS Activity-Based Management Adapter 6.1 for SAP R/3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS Activity-Based Management Adapter 6.1 for

More information

Inception. Describe the vision and business case for this project. Determine if the enterprise should build or buy the necessary system.

Inception. Describe the vision and business case for this project. Determine if the enterprise should build or buy the necessary system. Inception What needs to be done? Describe the vision and business case for this project. Determine if the project is feasible. Determine if the enterprise should build or buy the necessary system. Make

More information

Faizer Feroz Director Enterprise Applications Herbalife. Scott Haaland Product Strategy Director Service Integration Product Management

Faizer Feroz Director Enterprise Applications Herbalife. Scott Haaland Product Strategy Director Service Integration Product Management Presented with SOA Cloud Service Accelerate your Integration Platform Scott Haaland Product Strategy Director Service Integration Product Management Kiran Prabhakar Director of Software Development Oracle

More information

PDM Made Easy for the Mainstream Enterprise

PDM Made Easy for the Mainstream Enterprise white paper PDM Made Easy for the Mainstream Enterprise inspiration SUMMARY SolidWorks Enterprise PDM software helps today s information-rich, 3D product development organizations control, manage, and

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP Product Brief SysTrack VMP Benefits Optimize desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation Use iteratively

More information

Oracle Enterprise Manager 13c Cloud Control

Oracle Enterprise Manager 13c Cloud Control Oracle Enterprise Manager 13c Cloud Control Oracle SOA Management Pack Enterprise Edition MANAGEMENT FOR ORACLE SOA SUITE AND ORACLE SERVICE BUS APPLICATIONS Oracle Enterprise Manager is Oracle s integrated

More information

Project and Process Tailoring For Success

Project and Process Tailoring For Success Project and Process Tailoring For Success 1 Key Learning Objectives Demonstrate how project/process tailoring can decrease cost by aligning process intensity with project risk and complexity Provide a

More information

ARE YOU LOOKING FOR A NEW EXCITING CHALLENGE?? Look no further as Capitec Bank has opportunities within our Back-End Development team.

ARE YOU LOOKING FOR A NEW EXCITING CHALLENGE?? Look no further as Capitec Bank has opportunities within our Back-End Development team. Developer: Back-End (Cobol) Purpose of the Role ARE YOU LOOKING FOR A NEW EXCING CHALLENGE?? Look no further as Capitec Bank has opportunities within our Back-End Development team. In this role you would

More information

3. NEED FOR ACDT 5. PROCESS FLOW 4. ACDT SOLUTION

3. NEED FOR ACDT 5. PROCESS FLOW 4. ACDT SOLUTION TCS ACDT Automated Code Deployment Tool Code deployment automation solution for faster and accurate deliveries Mahesh Gupta Tata Consultancy Services Solution Architect Mumbai maheshb.gupta@tcs.com Guru

More information

Software Development Life Cycle:

Software Development Life Cycle: Software Development Life Cycle: The systems development life cycle (SDLC), also referred to as the application development life-cycle, is a term used in systems engineering, information systems and software

More information

Implementation of Portal for ArcGIS:

Implementation of Portal for ArcGIS: Implementation of Portal for ArcGIS: A Provincial Ministry Perspective October 14 th, 2015 Zita Lo & Mitchell Knight Ontario Ministry of the Environment and Climate Change (MOECC) Geomatics Centre Outline

More information

System Health Check Sample Report

System Health Check Sample Report System Health Check Sample Report Content Statement of Work... 2 Agenda With Action Items... 3 Next Steps... 7 Call Control... 7 Reporting... 7 Updated 9/2016 Learn more about our system health check procedures

More information

SapphireIMS 4.0 ITAM Suite Feature Specification

SapphireIMS 4.0 ITAM Suite Feature Specification SapphireIMS 4.0 ITAM Suite Feature Specification Overview Organizations are realizing significant cost savings and improved planning capabilities through integration of the entire asset lifecycle. Strong

More information

IBM Maximo Asset Management V7.6 Overview. December 12, Matt Logsdon

IBM Maximo Asset Management V7.6 Overview. December 12, Matt Logsdon IBM Maximo Asset Management V7.6 Overview December 12, 2014 Matt Logsdon IBM Maximo Historical Releases Maximo V7.1 (May 2008) Maximo V7.5 (Apr 2011) Maximo V7.6 (Dec 12, 2014) IBM End of Support for V7.1

More information

Oracle Systems Optimization Support

Oracle Systems Optimization Support Oracle Systems Optimization Support Oracle Systems Optimization Support offerings provide customers with welldefined packaged services. Let Oracle Advanced Customer Support help you make the most of your

More information

Learning Objectives. Agile Modeling and. Major Topics. Prototyping. Patched Up Prototype. Agile Modeling, but First. Prototyping

Learning Objectives. Agile Modeling and. Major Topics. Prototyping. Patched Up Prototype. Agile Modeling, but First. Prototyping Agile Modeling and Prototyping Systems Analysis and Design, 7e Kendall & Kendall 6 Learning Objectives Understand the roots of agile modeling in prototyping and the four main types of prototyping Be able

More information

Setting the Foundation for Improved Business Agility

Setting the Foundation for Improved Business Agility About CPA Australia Setting the Foundation for Improved Business Agility CPA Australia is one of the world s largest accounting bodies with more than 155,000 members working in 118 countries around the

More information

Smart #1 SMT Factory Our Smart Move to Industry 4.0 Sunil Chhabra, ASM Assembly Systems

Smart #1 SMT Factory Our Smart Move to Industry 4.0 Sunil Chhabra, ASM Assembly Systems Smart #1 SMT Factory Our Smart Move to Industry 4.0 Sunil Chhabra, ASM Assembly Systems Agenda - Industry 4.0 and the Smart #1 SMT Factory Introduction Industry 4.0 Industry 4.0 vs. Smart Factory Smart

More information

Practical Stories of ITIL Quick Wins

Practical Stories of ITIL Quick Wins Practical Stories of ITIL Quick Wins Presented by Thought Rock Co-Founder John Towsley and Thought Rock Senior Consultant Graham Furnis. Success builds on success. Targeting quick wins at the onset and

More information

POINTS OF DEFECT CREATION

POINTS OF DEFECT CREATION POINTS OF DEFECT CREATION SPEEDING DETECTION AND CORRECTION IN PRODUCT DEVELOPMENT Authors: Shankar Krishnamoorthy Krishna Sivaramakrishnan Aparna Venkateshwaran oftware Product development methodologies

More information

Test Environment Management. Full Lifecycle Delivery and Support

Test Environment Management. Full Lifecycle Delivery and Support Test Environment Management Full Lifecycle Delivery and Support The Test Environment Management (TEM) service enables organizations to speed up their software release schedules by up to 25%, cut infrastructure

More information

"Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary

Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary MOC 20535 A: Architecting Microsoft Course Summary Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft platform. Students should

More information

proalpha ERP CAD Integration ERP for SMEs

proalpha ERP CAD Integration ERP for SMEs proalpha ERP CAD Integration ERP for SMEs proalpha CA-Link creates a consistent data and information flow between engineering and proalpha ERP. The highlights of proalpha CA-Link: Your CAD software and

More information

Aras Accelerates Innovation at GETRAG FORD Transmissions

Aras Accelerates Innovation at GETRAG FORD Transmissions Aras Accelerates Innovation at GETRAG FORD Transmissions Aras is used as our PLM platform to not just automate, but to develop new business processes at GETRAG FORD Transmissions. The upshot is that because

More information

Factors to Consider When Implementing Automated Software Testing

Factors to Consider When Implementing Automated Software Testing Factors to Consider When Implementing Automated Software Testing By Larry Yang, MBA, SSCP, Security+, Oracle DBA OCA, ASTQB CTFL, ITIL V3 ITM Testing is a major component of the Software Development Lifecycle

More information

1 Building an Identity Management Business Case. 2 Agenda. 3 Business Challenges

1 Building an Identity Management Business Case. 2 Agenda. 3 Business Challenges 1 Building an Identity Management Business Case Managing the User Lifecycle Across On-Premises and Cloud-Hosted Applications Justifying investment in identity management automation. 2 Agenda Business challenges

More information

Administration & Security Essentials

Administration & Security Essentials Administration & Security Essentials Microsoft Dynamics AX 2012 R3 Atlanta I Denver I San Francisco I St. Louis I Toronto Table of Contents Course Details 1 Prerequisites 3 Course Outline 4 Agenda 12 Course

More information

Magillem. X-Spec. For embedded Software and Software-driven verification teams

Magillem. X-Spec. For embedded Software and Software-driven verification teams Magillem X-Spec For embedded Software and Software-driven verification teams Get ready for the lot execute your spec Predict the behavior of your smart device Software that streamline your design and documentation

More information

Oracle Manufacturing Cloud

Oracle Manufacturing Cloud Oracle Manufacturing Cloud The Oracle Manufacturing Cloud solution helps firms compete in today s global market by providing new and better tools to run their shop floor. With margins for products eroding

More information

Case Study. Independent Verification and Validation of an aftermarket-support product built on the J2EE platform

Case Study. Independent Verification and Validation of an aftermarket-support product built on the J2EE platform Case Study Independent Verification and Validation of an aftermarket-support product built on the ì THE CUSTOMER A one-of-its-kind software company delivering a product suite that improves the profitability

More information

Configuration management. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 29 Slide 1

Configuration management. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 29 Slide 1 Configuration management Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 29 Slide 1 Objectives To explain the importance of software configuration management (CM) To describe key CM activities

More information

ENOVIA Collaborative Design for AutoCAD

ENOVIA Collaborative Design for AutoCAD ENOVIA Collaborative Design for AutoCAD ENOVIA Collaborative Design for AutoCAD provides a multi-site AutoCAD design data management solution for the extended enterprise. It allows designers to access

More information

CRM for Airlines Industry

CRM for Airlines Industry CRM for Airlines Industry Abstract In the competitive travel industry, travel providers are undertaking initiatives centered on identifying, developing and retaining highvalue profitable customers, under

More information

Oracle Process Manufacturing Formula Management

Oracle Process Manufacturing Formula Management Oracle Process Manufacturing Formula Management Release 11.0 Part No. A70045-01 Oracle Process Manufacturing Formula Management Part No. A70045-01 Copyright 1999, Oracle Corporation. All rights reserved.

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Tivoli Foundations Service Manager

Tivoli Foundations Service Manager Tivoli Foundations Service Manager Lau Eng Heng Tivoli Software, IBM Software Group laueh@my.ibm.com 2009 IBM Corporation Tivoli Foundations Software Appliances accelerate time to value, increase return

More information

IBM Rational Team Concert Feature Overview

IBM Rational Team Concert Feature Overview Rolf Nelson / Chris Trobridge RTC Product Managers IBM Rational Team Concert June IBM Rational Team Concert 4.0.3 Feature Overview Be agile. Be lean. Work Together IBM Rational Team Concert v4.0.3 Q2 Agile

More information

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 10. * Construction, Installation and Operations * Agile Method Software Development

Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 10. * Construction, Installation and Operations * Agile Method Software Development Rekayasa Perangkat Lunak 2 (IN043): Pertemuan 10 * Construction, Installation and Operations * Agile Method Software Development Construction Construction is the development of all parts of the system,

More information

Mercy Baggot Street Canopy Intranet

Mercy Baggot Street Canopy Intranet Mercy Baggot Street Canopy Intranet www.appnovation.com Mercy Baggot Street Canopy Intranet Contents 1.0 Background P.3 2.0 Project Overview P.4 3.0 Objectives P.7 4.0 Development P.9 * This project is

More information