Maintenance and Support Week 15 CMIS570. User Training Need to consider the same 2 groups: End users Use the system to achieve the business purpose Creating,

Slides:



Advertisements
Similar presentations
Making the System Operational
Advertisements

Software Quality Assurance Plan
Ch 3 System Development Environment
Chapter 2: The Database Development Process
1 The Database Application Development Process The Database Application Development Process.
10/25/2001Database Management -- R. Larson Data Administration and Database Administration University of California, Berkeley School of Information Management.
Chapter 8 Information Systems Development & Acquisition
Chapter 10 Systems Operation, Support, and Security
Lecture 13 Revision IMS Systems Analysis and Design.
MSIS 110: Introduction to Computers; Instructor: S. Mathiyalakan1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
Fundamentals of Information Systems, Second Edition
1 IS 4420 Database Fundamentals Chapter 2: Database Development Process Leon Chen.
1004INT Information Systems Week 10 Databases as Business Tools.
Computers: Tools for an Information Age
Information Systems Development and Acquisition Chapter 8 Jessup & Valacich Instructor: Ramesh Sankaranarayanan.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved CHAPTER 11 SYSTEMS DEVELOPMENT.
© 2005 by Prentice Hall 1 Chapter 2: The Database Development Process Modern Database Management 7 th Edition George Lamperti.
Chapter 9 Database Design
DECISION SUPPORT SYSTEM DEVELOPMENT
DATABASE DEVELOPMENT STRATEGIES TOP DOWNTOP DOWN –Large scale application driven by strategic objectives –General  Specific –Organization-wide (“data.
9 1 Chapter 9 Database Design Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
Information Systems Development : Overview. Information systems development practice Concept and role of a systems development methodology Approaches.
Maintaining Information Systems Class 27. SDLC Project Identification & Selection Project Initiation & Planning Analysis Logical Design Physical Design.
Database Administration Chapter 16. Need for Databases  Data is used by different people, in different departments, for different reasons  Interpretation.
OHT 4.1 Galin, SQA from theory to implementation © Pearson Education Limited 2004 Software Quality assurance (SQA) SWE 333 Dr Khalid Alnafjan
10/5/1999Database Management -- R. Larson Data Administration and Database Administration University of California, Berkeley School of Information Management.
Copyright © 2003 by Prentice Hall Computers: Tools for an Information Age Chapter 14 Systems Analysis and Design: The Big Picture.
Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 10.1.
The Database Development Process
System Implementation. System Implementation and Seven major activities Coding Testing Installation Documentation Training Support Purpose To convert.
Chapter 15 Database Administration and Security
Systems Analysis – Analyzing Requirements.  Analyzing requirement stage identifies user information needs and new systems requirements  IS dev team.
INFORMATION SYSTEM APPLICATIONS System Development Life Cycle.
Information Systems Analysis and Design
Software Engineering 2003 Jyrki Nummenmaa 1 CASE Tools CASE = Computer-Aided Software Engineering A set of tools to (optimally) assist in each.
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 10 Systems Implementation.
Summary Data Modeling SDLC What is Data Modeling Application Audience and Services Entities Attributes Relationships Entity Relationship Diagrams Conceptual,Logical.
1 Chapter 9 Database Design. 2 2 In this chapter, you will learn: That successful database design must reflect the information system of which the database.
Week 4 Lecture Part 3 of 3 Database Design Samuel ConnSamuel Conn, Faculty Suggestions for using the Lecture Slides.
Principles of Information Systems, Sixth Edition Systems Design, Implementation, Maintenance, and Review Chapter 13.
Chapter 10 Information Systems Analysis and Design
Maintenance and Support Week 15 CMIS570. User Training Need to consider the same 2 groups: End users Use the system to achieve the business purpose Creating,
1 Systems Analysis and Design in a Changing World, Thursday, January 18, 2007.
8 8 Chapter 8 The University Lab: Conceptual Design Verification, Logical Design, and Implementation Database Systems: Design, Implementation, and Management.
CMIS 470 Structured Systems Design SDLC, DFD, ERD, Installation, Maintenance Review, Week 3.
Database Development Process Lecture # 02 Instructor: Engr. Sana Ziafat.
Copyright 2001 Prentice-Hall, Inc. Essentials of Systems Analysis and Design Joseph S. Valacich Joey F. George Jeffrey A. Hoffer Chapter 10 Systems Implementation.
Systems Analysis and Design in a Changing World, Fourth Edition
Fundamentals of Information Systems, Second Edition 1 Systems Development.
Computer Concepts 2014 Chapter 10 Information Systems Analysis and Design.
CMIS 470 Structured Systems Design Review of Oracle Designer Process, Exam 2 review Week 15.
1 Welcome : To the third learning sequence “ DB ACTORS “ Present learning: We shall explore the following topics: - DB limitations. - DB actors. - DB Administrator.
Database Administration
Chapter 6 CASE Tools Software Engineering Chapter 6-- CASE TOOLS
Variations of Module Generation Manual, Semi-Automatic, Automatic.
Principles of Information Systems, Sixth Edition 1 Systems Design, Implementation, Maintenance, and Review Chapter 13.
CMIS 470 Structured Systems Design Intro to Oracle Designer, Process Modeling Week 9.
Unit 17: SDLC. Systems Development Life Cycle Five Major Phases Plus Documentation throughout Plus Evaluation…
ANALISA & PERANCANGAN SISTEM Disusun Oleh : Dr. Lily Wulandari Program Pasca Sarjana Magister Sistem Informasi Universitas Gunadarma.
CS523 Database Design Instructor : Somchai Thangsathityangkul You can download lecture note at Class Presence 10% Quiz 10%
TEXT BOOK: DATABASE ADMINISTRATION: THE COMPLETE GUIDE TO PRACTICES AND PROCEDURES CRAIG S. MULLINS Database Administration(IS4511) Sana azzam
1 Database System The Database Development Process October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
The Database Development Process 1. Objectives Definition of terms Describe system development life cycle Explain prototyping approach Explain roles of.
Modern Systems Analysis and Design Third Edition
Chapter 10 Systems Implementation and Operation
Tools of Software Development
Making the System Operational Implementation & Deployment
Database Development Cycle
Dos and Don’ts of System Implementation
Modern Systems Analysis and Design Third Edition
Presentation transcript:

Maintenance and Support Week 15 CMIS570

User Training Need to consider the same 2 groups: End users Use the system to achieve the business purpose Creating, modifying, deleting records Generating reports Querying the data System operators Perform administrative functions and routine maintenance to keep the system operating Starting and stopping the system Running backup and recovery

Training Methodologies Determine best training method given end-users and system: Instructor Led One-on-One User-Led External sources

Training the end-users What do users want? Training early on Training manual Straightforward teaching techniques 1. How to get started 2. Where to turn for help 3. Who to see when they want to learn more about the features and functionality

Supporting the End-user Information Center / Help desk Automating support Resident expert Other things to consider: Providing recovery and backup Disaster recovery PC maintenance

Maintenance Phase Maintenance: Changes made to a system to fix or enhance its functionality Why is this needed? Corrective Perfective Adaptive Preventive

Maintenance Life Cycle Design Concept Plan Analysis Design Implement Maintain

Maintenance Steps Obtain maintenance requests SSR, SMR, CR Controlling maintenance requests How is decision made on which maintenance requests to work on? Planning steps Secure resources Transform requests into formal changes Develop test criteria and a test plan

Maintenance Phase/Testing Start with “production copy” of modules to be changed Check out production version of source code Unit testing REGRESSION testing To ensure changes have not created new problems in the system Accomplished by running a subset of previously executed integration and system tests Smart IS shops keep a regression “test bucket” of selected test cases to run on a system when changes are made to any module in that system

Maintenance Steps Implement changes Monitor changes Update documentation

Other things to consider Cost of maintenance CASE tools to aid in maintenance Cost factors Who does maintenance in an organization

Review of Oracle Designer ANALYSIS Process Models ERD FHD Transformers Database Application DESIGN Design Editor Generators Database Table API Forms Reports

Oracle Designer Oracle Designer end result: Actual application database Working prototypes of screens and reports Analysis and design documentation ERDs, process models, etc.

PROCESS MODEL E-R DIAGRAM FHD Entity Usages ADT DDT DB DESIGN CANDIDATE APPLS Column Display Properties DB and Table API Oracle Database Generate DB Generate Appls REPORT FOR M Design Editor ORACLE DESIGNER

The Last Exam Not Comprehensive Similar in format to 1 st exam – but will try to make it shorter

What I changed from last semester: Modified the exams Changed the point allocation for the homeworks. Consider major research paper rather than Oracle.

So – did we have fun or what?! Your reactions, feedback, suggestions for improvement are always welcome… SDLC, Project, Oracle Designer stuff, other aspects of the class