RECORDKEEPING REQUIREMENTS Our goal is tell system designers what types of functionality need to be created or designed into the system. Our goal is not.

Slides:



Advertisements
Similar presentations
Testing Relational Database
Advertisements

History Data Service1 Good Design for Historical source based Databases History Data Service Hamish James.
Business Development Suit Presented by Thomas Mathews.
Presentation by Priyanka Sawarkar
© 2007 IBM Corporation Enterprise Content Management Integrating Content, Process, and Connectivity for Competitive Advantage Malcolm Holden October 2007.
Chapter 13 The Data Warehouse
Database Management3-1 L3 Database Management Santa R. Susarapu Ph.D. Student Virginia Commonwealth University.
IMPLEMENTING AN ELECTRONIC RECORDS MANAGEMENT PROGRAM Philip C. Bantin Indiana University Archivist IU Electronic Records Program Website:
ECM RFP 101 Presented by: Carol Mitchell C.M. Mitchell Consulting.
Management Information Systems, Sixth Edition
SOFTWARE PRESENTATION ODMS (OPEN SOURCE DOCUMENT MANAGEMENT SYSTEM)
IMPLEMENTING AN ELECTRONIC RECORDS MANAGEMENT PROGRAM
IMPLEMENTING AN ELECTRONIC RECORDS MANAGEMENT PROGRAM
Chapter 3 Database Management
Management Information Systems
Database Management: Getting Data Together Chapter 14.
Examine Quality Assurance/Quality Control Documentation
Author(s): David A. Wallace and Margaret Hedstrom, 2009 License: Unless otherwise noted, this material is made available under the terms of the Creative.
1 From Filing Cabinet to Desktop and Network: Records Management in N.C. State Government Ed Southern Government Records Branch N.C. Office of Archives.
© 2003, Prentice-Hall Chapter Chapter 2: The Data Warehouse Modern Data Warehousing, Mining, and Visualization: Core Concepts by George M. Marakas.
AIIM Presentation Selecting and Implementing A Records Management System June 5, 2008.
System Design/Implementation and Support for Build 2 PDS Management Council Face-to-Face Mountain View, CA Nov 30 - Dec 1, 2011 Sean Hardman.
ETL By Dr. Gabriel.
Architecture of information systems Document managment system Peter Záhorák.
MS Access Advanced Instructor: Vicki Weidler Assistant:
MDC Open Information Model West Virginia University CS486 Presentation Feb 18, 2000 Lijian Liu (OIM:
Database Systems: Design, Implementation, and Management Ninth Edition
Chapter 1 Database Systems. Good decisions require good information derived from raw facts Data is managed most efficiently when stored in a database.
Database System Development Lifecycle © Pearson Education Limited 1995, 2005.
Overview of the Database Development Process
1 EDMS 101 Speaker: Monica Crocker, DHS EDMS Coordinator Overview of current project(s) Objective of this section: This session outlines EDMS fundamentals.
Chapter 1: The Database Environment and Development Process
Database Design - Lecture 1
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
INFORMATION SYSTEMS Overview
Managing the Retention of Electronic Records Ann Marie Przybyla Electronic Records Symposium Region 9, November 2007.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management Dave Salisbury ( )
9/14/2012ISC329 Isabelle Bichindaritz1 Database System Life Cycle.
Retention & Disposition in the Cloud: Mission Critical and/or Mission Impossible? Patricia C. Franks, PhD, CA, CRM, IGP Archives 2015 August 22, 2015 Tweet.
© Paradigm Publishing Inc. 9-1 Chapter 9 Database and Information Management.
Architecture for a Database System
Ecords Management Records Management Paul Smallcombe Records & Information Compliance Manager.
Implementing the Standard on digital recordkeeping.
March 2014 Basic Content Management Tuffolo Group Perspective TUFFOLO.
Marakas: Decision Support Systems, 2nd Edition © 2003, Prentice-Hall Chapter Chapter 10: The Data Warehouse Decision Support Systems in the 21 st.
© 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 9 th Edition Jeffrey A. Hoffer,
1/26/2004TCSS545A Isabelle Bichindaritz1 Database Management Systems Design Methodology.
1 Schema Registries Steven Hughes, Lou Reich, Dan Crichton NASA 21 October 2015.
Informational Objects TypeExamples 1. Structured Items Vouchers, Travel Orders, Invoices, Purchase Orders 2. Semi-Structured Items Letters, Memoranda,
E-records and the law John D. Gregory Policy Division Ministry of the Attorney General May 14, 2007.
IS 325 Notes for Wednesday August 28, Data is the Core of the Enterprise.
Building Data and Document-Driven Decision Support Systems How do managers access and use large databases of historical and external facts?
ITGS Databases.
AL-MAAREFA COLLEGE FOR SCIENCE AND TECHNOLOGY INFO 232: DATABASE SYSTEMS CHAPTER 1 DATABASE SYSTEMS Instructor Ms. Arwa Binsaleh.
Create Content Capture Content Review Content Edit Content Version Content Version Content Translate Content Translate Content Format Content Transform.
A Technical Guide to ERMS Bill Manago, CRM. What You Need to Plan For Implementing an Electronic Records Management System Out of the Box What you should.
Enterprise Solutions Chapter 10 – Enterprise Content Management.
Coding Compliance Components Writing Custom Policies for Auditing, Expiration and More Jason Morrill Program Manager Windows SharePoint Services.
Metadata By N.Gopinath AP/CSE Metadata and it’s role in the lifecycle. The collection, maintenance, and deployment of metadata Metadata and tool integration.
Foundations of Information Systems in Business. System ® System  A system is an interrelated set of business procedures used within one business unit.
03/08/1999UT Austin: GSLIS LIS Information Management LIS /8/99 Martha Richardson.
Copyright (c) 2014 Pearson Education, Inc. Introduction to DBMS.
Surveying and Scheduling Records of OCIO Presented by Jennifer Wright Smithsonian Institution Archives Records Management Team February 16, 2005.
@ulccwww.ulcc.ac.uk IRMS Cymru October 2015 From EDRMS to digital archive: a wish-list for ways to preserve digital records.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 1 Database Systems.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Chapter 1 Database Systems
Chapter 9 Database and Information Management.
Chapter 1 Database Systems
Presentation transcript:

RECORDKEEPING REQUIREMENTS Our goal is tell system designers what types of functionality need to be created or designed into the system. Our goal is not necessarily to tell system designers how to translate these requirements into automated solutions. However our requirements must eventually include enough specificity to achieved desired results.

RECORDKEEPING REQUIREMENTS Requirements are not much different than what we would like to see in an ideal paper recordkeeping system Differences: 1) Requires in many cases that the requirements be automated and executable by the system; 2) Reflects the fact we can a better job documenting recordkeeping in an automated environment

Information Systems Systems Development Lifecycle System concept: purpose, goals, scope Analysis: user/functional requirements Design data design: what information? software design: processed how? interface design: user interaction? Coding and testing: execute & evaluate Key issue: Systems do (only) what they ’ re designed to – purpose, goals, scope, requirements.

Data and Information Systems Transaction Processing Data-oriented Automate basic business processes Decision Support MIS/EIS Data warehouse Electronic Document Management Systems (EDMS)

Transaction Processing Systems (TPS) Employing DBMS Software The most basic business system and the heart of most organizations TPS is a computerized system that performs and records the daily routine transactions necessary to the conduct of business Primary goal is to automate computing intensive business transactions, such as those undertaken in the financial and human resource functional areas

TRANSACTION PROCESSING SYSTEMS Inputs=transaction data like financial information, human resource data Processing=sorting, listing, updating, merging Outputs=bills, paychecks, orders, detailed lists and reports

Transaction Processing Data Representation and Storage Sequential files ordered set of structurally similar records Indexed files 2 part structure: data + index Databases multiple entities (tables) linked by key-fields minimal redundancy

Data Systems and Record Systems How are they Similar? They both … capture and store data organize digital data enforce standards for representation of data protect data from destruction (accidental or intentional). make data available for people to use (search, browse, retrieve, etc.)

But are TPS Good Recordkeeping Systems? Transaction Processing Primary Goal: to automate some activity or business process. Transaction Processing and Records Recordkeeping may be the business process …or records may be the byproduct of the business process; but recordkeeping is not the primary purpose of the system … or records may be difficult or impossible to locate or retrieve … if they exist there at all.

Transaction Processing Systems and Record Systems Why aren't TPS reliable Recordkeeping Systems? They capture incomplete information. Records are made up of content, context, and structure. Many Information Systems capture only content, and not always completely. They keep only current information. Many Information Systems store only "current values" for key bits of information and they do a bad job of tracking the history of changes to these values.

Transaction Processing Systems and Record Systems Why aren't TPS reliable Recordkeeping Systems? They scatter information. To avoid redundancy, Information Systems store each bit of information just once, often in separate tables or databases, and they rely on computer software to re-connect the bits of information when needed. Related pieces of information become disconnected over time, or may be preserved or discarded according to different timetables.

Transaction Processing Systems and Record Systems However … in many cases TPS ARE (de facto) Record Systems. An institution or agency may be using a TPS to conduct its business, and relying on the databases of that system to keep a record of key activities. It may not be a really good Record System, but that Data System IS the institution's (agency's) primary system for keeping records. Key issue: Is it possible to make an adequate Record System from a Transaction Processing System?

DECISION SUPPORT SYSTEMS A computer-based information system that provides a flexible tool for analysis and help managers in making strategic decisions Uses data and information to produce flexible, on-demand reports or information, and assistance in decisions about unstructured problems By means of models, DSS can provide valid representations of real world systems

DATA WAREHOUSE The data warehouse concept is about unbundling the two environments. In one environment – TPS - the business automates its processes on many different on-line transaction systems in the most effective and expedient manner possible. The data from these many and varied systems is then used to populate a database comprising all the data necessary to support decision making in a separate data warehouse environment.

DATA WAREHOUSE Unlike operational databases that are set up to handle transactions and that are kept current as of the last transaction or update, data warehouses are analytical, subject oriented and are structured to aggregate transactions as a snapshot in time.

DATA WAREHOUSES - PRIMARY CHARACTERISTICS Separate from the Operational systems and populated by data from these systems Available entirely for the task of making information available to users Time-stamped and associated with defined periods of time Subject Oriented as defined by the customer Accessible to users who have limited knowledge of computer systems

Data Warehouses as Recordkeeping Systems Data Warehouses are NOT ERMS Do not meet many of the requirements 1) Do not routinely capture records – Evidence of Business Transactions – More concerned about transforming data into information 2) Do not manage information or records over the entire life cycle

EDMS as Recordkeeping Systems Many EDMS functions overlap with ERMS EDMS functionality typically includes: indexing of documents, storage management, version control, integration with desktop applications, and retrieval tools to access the documents But they are not fully functioning ERMS

EDMS As A Recordkeeping System EDMS: Primary purpose is to support day-to-day use of documents for ongoing business ERMS: Primary purpose is to provide a secure repository for authentic and reliable business records

EDMS AS RECORDKEEPING SYSTEMS WHAT IS A DOCUMENT? “ A grouping of formatted information objects regardless of medium or form that can be accessed and used by a person. ” “ A document is a container which brings together information from a variety of sources, in a number of formats, around a specific topic, to meet the needs of a particular individual. ” A document is discrete and identifiable - Structural unit of text like a report or letter or minutes of meetings

EDMS AS RECORDKEEPING SYSTEM WHAT IS A RECORD? A specific type of information produced by a business event Evidence of business transactions Evidence is metadata documenting the context of creation, and the content and structure of the record Forms the basis for Recordkeeping Systems

EDMS As A Recordkeeping System EDMS allows documents to be modified and exist in several versions ERMS prevents records from being modified

EDMS As A Recordkeeping System EDMS may allow documents to be deleted by owner of data ERMS prevents records from being deleted except in certain strictly controlled circumstances

EDMS As A Recordkeeping System EDMS may include some retention controls ERMS must include rigorous retention controls

EDMS As A Recordkeeping System EDMS may include a document classification scheme ERMS must include a robust record classification scheme

EDMS As A Recordkeeping System Most EDMS do not meet many of the requirements of a EDMS 1) Do not routinely capture records – Evidence of Business Transactions 2) Do not manage information or records over the entire life cycle

RECORDS MANAGEMENT APPLICATIONS (RMA)

TRIM Attempts to include the functionality of: EDMS to provide integration with desktop applications, add version control, and collect key documents Records Management System to file records within the framework of the record management architecture and to manage records over their life cycle Knowledge Management to build relationships between objects to enhance retrieval Workflow to combine processes and objects

TRIM TRIM manages and integrates both electronic and physical records TRIM supports the capture and import of messages and their associated attachments

TRIM Control Mechanisms: Registration – Provide evidence that a record has been created or captured in a recordkeeping system Classification: TRIM has a Record Plan or File Classification module that allows organizations to build a classification system that reflects the business processes TRIM also has a concept of Record Types to allow for further classification

TRIM Retention and Disposition: Classification scheme is linked to Disposal Schedules TRIM allows organizations to import disposal schedules or to create their own Schedules are attached to records to allow for automated disposal or retention

TRIM Thesaurus: TRIM has a Thesaurus module that conforms to the ISO standard TRIM allows organizations to build a thesaurus or to import thesaurus terms for an accepted thesaurus

TRIM Access control is provided through a combination of individual “ Administration Access ” rights, view and edit privileges assigned via the record plan, and system option setup assignments.

TRIM Migration and Conversion TRIM provides the tools to migrate records to another relational database system

TRIM Tracking: Audit Trails TRIM offers the capability to perform two levels of audit logging. Core logging includes logging of the record title, number and container changes, record movements, record deletions, and all electronic activity. Full logging captures the elements of core logging plus record creations, changes to security, notes, retention schedules and triggers, dispositions, thesaurus terms, record plans, location security, location deletions, and workflow processing. Physical Tracking of Paper Records: Barcoding, Location Designations, Movement History

TRIM TRIM provides an Application Programming Interface (API) toolkit to allow integration with many other business system applications in an effort to provide an integrated environment

TRIM TRIM 4.3 was tested and certified as complaint with DoD Standard in 1999 and again in Statement from 1999 DoD compliance test: TRIM “ integrates electronic document management and records management and provides a single interface to manage organizational records, including electronic and non- electronic records. ”

OTHER STAND ALONE RMA PRODUCTS ForeMost Enterprise, Version 2 by TrueArc, Inc. Tarian eRecords Engine v1.0 - formerly e- Records v1.0 by Tarian Software, Inc. iRIMS 2001 by Open Text Corp. OBJECTIVE 2000 by Objective Corp. Hummingbird RM Family 4.0 by Hummingbird, LTD FileSurf 7.0 by MDY Advanced Technologies, Inc.

R 2 M (Relativity Records Manager) Version 2.0 by Relativity, Inc. EDMS product that adds Records Management Functionality R 2 M incorporates records management seamlessly into a document management environment. The environment is open structured and can be presented as defined by the document and records managers. All documents, including records, must be brought into the document management environment prior to any other activity being taken upon them. As implemented, a record in R 2 M is simply a specially managed document. R 2 M extends the concept of the document lifecycle to include record dispositions.

eManage 2000 by ByteQuest Technologies, Inc. Knowledge Management product that adds Records Management Functionality eManage incorporates records management seamlessly into its knowledge management environment. The environment is presented as a file structure or file tree. The records manager and systems administrator work together to develop and implement a file plan as a branch or branches of the organization's knowledge file tree.

Integrated RMA Products

Integration of FileNET IDM Content Services and ForeMost Enterprise 2.0 FileNET/ForeMost is an integrated product that combines the document management capabilities of FileNET IDM Content Services with the records management capabilities of ForeMost Enterprise. ForeMost provides the records management functionality for the pairing and uses the FileNET repository for storing records filed from FileNET.

IBM e-Records Solution (IeRS) version 1.0 by IBM Corporation IBM ’ s IeRS is a combination of IBM ’ s Content Manager v7.1 and Tarian Software ’ s Tarian e-Records (TeR) v1.0. IBM's Content Manager provides document management and workflow capabilities. It also provides the declare, search, retrieve functions, and records repository for this solution. TeR v1.0 is a web-based RMA and provides the records management and access portions of the solution.

Work Manager/ForeMost by Eastman Software and TrueArc, Inc. Integrated Product Work Manager/ForeMost is an integrated product that combines the document management, imaging and workflow capabilities of the Work Manager Suite with the records management capabilities of ForeMost Enterprise. The result is a system that stores and manages both official records and their predecessor “ draft ” documents to provide appropriate control over the full lifecycle of the items, from origination to disposition.