Circular Logic. Robotic Tram Data Collection System Software Configuration Management Plan Version 2.3 4/8/ Circular Logic

Size: px
Start display at page:

Download "Circular Logic. Robotic Tram Data Collection System Software Configuration Management Plan Version 2.3 4/8/ Circular Logic"

Transcription

1 Circular Logic Robotic Tram Data Collection System Software Configuration Management Plan Version 2.3 4/8/ Circular Logic

2 Document Control Approval The Guidance Team and the customer will approve this document. Document Change Control Distribution List Initial Release: 1.0 Current Release: 2.3 Indicator of Last in Date of Last Review: 1/25/08 Date of Next Review: 1/25/08 Target Date for Next Update: 1/25/08 This following list of people shall receive a copy of this document every time a new version of this document becomes available: Guidance Team Members: Dr. Ann Gates Dr. Steve Roach Ernesto Medina Customer: Dr. Craig Tweedie Santonu Goswami Change Summary Software Team Members: Luis A. Garcia Erik Madrid Brandon Marin Javier Martinez Alfredo Saenz The following table details changes made between versions of this document Version Date Modifier Description 1.0 1/15/08 Erik Madrid Initial setup created distribution list, document change control, added the title, rough draft of introduction, referenced work 1.1 1/17/08 Erik Madrid Creation of sections 2.1 and 2.2 Brandon Marin 1.2 1/23/08 Javier Martinez Creation of section /23/08 Brandon Marin Creation of section 3.2 & Change Request form 1.4 1/23/08 Luis A. Garcia Modification of section 2.2 revised labeling similarly to MSDN standards 1.5 1/23/08 Erik Madrid Creation of section 3.3 Creation of Tortoise SVN tutorial Modification of section 3.1 to comply with content from template Modification of section 2.2 created backup plan 1

3 Modification of 2.1 to comply with template content 1.6 1/24/08 Alfredo Saenz Creation of section /24/08 Javier Martinez Alfredo Saenz Modification of section 4 according to guidelines given during the meeting 1.7 1/24/08 Luis A. Garcia Modification of section 4 to comply with content from template Editing of sections 2.1, 3.1, 3.2, /24/08 Brandon Marin Modification of section 1 to include purpose and intended audience Modification of section 3.2 to changed discussed in meeting Editing of sections 2.1, 2.2, /24/08 Erik Madrid Initial formatting verified document complies with APA standards 2.0 1/24/08 Brandon Modification of formatting to include appendices and images Modification to all sections wrote introductions to all sections 2.1 1/25/08 Erik Madrid Completion of 1 st draft 2.2 1/25/08 Luis A. Garcia Reviewed version 2.1 for spelling grammar and content 2.3 1/25/08 Erik Madrid Brandon Marin Luis A. Garcia Javier Martinez Modification to flow chart to include changes Final walkthrough edited document for grammar, spelling, and content. 2

4 TABLE OF CONTENTS DOCUMENT CONTROL... 1 APPROVAL... 1 DOCUMENT CHANGE CONTROL... 1 DISTRIBUTION LIST... 1 CHANGE SUMMARY INTRODUCTION PURPOSE AND INTENDED AUDIENCE OVERVIEW REFERENCES SOFTWARE CONFIGURATION IDENTIFICATION SOFTWARE CONFIGURATION ITEM IDENTIFICATION SOFTWARE CONFIGURATION ITEM ORGANIZATION SOFTWARE CONFIGURATION CONTROL DOCUMENTATION CONFIGURATION CONTROL BOARD PROCEDURES SOFTWARE CONFIGURATION AUDITING APPENDIX CHANGE REQUEST FORM TORTOISE SVN TUTORIAL Checking Out a Repository Locking a Directory or Document in the Repository Updating the Repository Committing Changes to the Repository Adding a File or Directory to the Repository Removing a File or Directory from the Repository CHANGE REQUEST FLOW CHART

5 FIGURES Figure 1 SVN Checkout Option Figure 2 Checkout Dialog Figure 3 Server Certificate Prompt Figure 4 Password Prompt Figure 5 Checkout Status and Confirmation Dialog Figure 6 Get Lock Option Figure 7 Lock Files Message Dialog Figure 8 Lock Finished Dialog Figure 9 SVN Update Option Figure 10 Update Summary Dialog Figure 11 Commit Option Figure 12 Enter Log Message Dialog Figure 13 Add Option Figure 14 Add Confirmation Dialog Figure 15 Add Information Dialog Figure 16 Delete Option Figure 17 Change Request Form Evaluation

6 1. Introduction Robotic Tram Data Collection System (RTDCS) is a project aimed at collecting, storing, displaying, and analyzing data measured in the Barrow Environmental Observatory.[1] The configuration management plan (CMP) establishes a configuration management (CM) approach that maintains the integrity of the RTDCS project and provides traceability for changes incorporated into the project. The CM process defines the technical and administrative actions for identifying the functional, performance, and physical characteristics of configuration items and controls the changes to those characteristics Purpose and Intended Audience The purpose of a software CMP is to control the system differences and changes in the development process to minimize risk and error.[2] CMP is essential for a project in which many users contribute to its life cycle. It minimizes complexity by enabling the controlled management of configuration items as they evolve in all stages of development and maintenance. CM implements a process in which the development team identifies, communicates, implements, documents, and manages changes in the project. The CMP helps to maintain the integrity of the items that have been placed under its control. This will assure developers that they will be involved in the change process. CM will facilitate and ensure that appropriate communications occur among all developers. This guarantees that each developer has input on the overall scope of the project. This document is intended for persons involved in the development of this project Overview The CMP contains three core sections: Software Configuration Identification, Software Configuration Control, and Software Configuration Auditing. The software configuration identification section identifies all entities that will change throughout the life of the project. This section also defines a naming convention paradigm for version control and describes the directory structure of the database. The software configuration control section defines rules and procedures for preparing, evaluating, and approving or disapproving all changes to the configuration items throughout the life cycle.[3] This section includes procedures on documenting, evaluating, and managing changes to the system configuration. The software configuration auditing section defines a mechanism for maintaining consistency and history of versions and variants.[3] This section outlines the procedures for examining the correctness and accuracy of the system configuration References [1] Logic, Circular. Feasibility Report. El Paso : UTEP SE, [2] Pfleeger, S. & Atlee, J.M. Software Engineering Theory and Practice. s.l. : Prentice Hall, [3] Gates, Ann & Roach, S. Software Configuration Management Plan. [Microsoft Power Point] EL Paso : s.n., [4] MSDN..NET Framework Developer Center. [Online] Microsoft Software Configuration Identification 2.1. Software Configuration Item Identification To ensure that guidelines of configuration management are adhered to, the system configuration will be comprised of the following components: 5

7 Source code Test Suites Graphical User Interface Configuration Management Document (CFG) Software Code Inspection Document Software Design Document (SDD) Meeting Records* System Requirements Specification Document (SRS)* Any modifications to these documents will employ the mechanisms described in section 3 of this document. *Document will be located in the repository for reference only 2.2. Software Configuration Item Organization Baselines and updates to baselines for the various items that are managed, in particular code, will adhere to the following versioning convention which is a slight modification on the system used by the Version class found in the.net platform: major.minor[.build]. [4] Major Items with the same name but a different major version are not interchangeable. This would be appropriate where backwards compatibility is not assumed. For example, versions 1.1 and 2.0 of component A would not be interchangeable. The major number would increment, for example, when a component s API changes. Minor When the major number and name are the same for a particular item and the minor is different, this indicates significant enhancement with backwards compatibility intended.. For example, versions 1.1 and 1.4 of component A would be interchangeable. This increment would be suitable for when the API of a component remains the same and only the internal implementation of a method changes. Build This is an optional number that represents a recompilation of the same source code. For example, if a different version of a tool was used to compile the code the build number would be appended to the version number. Configuration management will transpire through a Subversion (SVN) control repository that will reside on the software engineering class server located at SVN serves as a repository management tool that is compatible with both Microsoft Windows and Posix based operating systems. In order to use SVN and contribute to a repository, the developers must download an SVN client. Tortoise SVN is an SVN client shell extension for Microsoft Windows, which is available at The developers will use version of Tortoise SVN, which is the most current version available. Tigris maintains a SVN client that is applicable on most Posix based operating systems (e.g. Linux and Unix). The developers will use version of Tigris Linux Subversion client. If Tigris releases a new version of either Tortoise SVN or the Subversion client for Linux, the configuration control board (CCB) will decide whether the developers will adopt the new release. Appendix 5.2 contains a general tutorial on how to use Tortoise SVN. The root directory will contain three child directories: Archive, Project, and Documents. The Archive directory will contain a Document Archive directory and a Project Archive directory. After each new baseline, any previously related item will be copied and placed into the respected archive directory with the appropriate label. The Documents directory will contain the documents listed in section 2.1. Each document will reside in a directory with that Document s title. For example, the SRS will reside in /Documents/SRS/. A backup scheme will protect all files in the system configuration from loss or potential data corruption. A backup can consist of the one of the following: full or incremental. A full backup will back up all files in the repository. A full backup will be performed automatically every week on Sunday at midnight Mountain Standard Time (MST). An incremental backup is a type of backup that only backs up files that have changed since any incremental or full backup. A daily incremental backup will be performed automatically at midnight MST. The person designated as the lead of a deliverable will be responsible for ensuring that the backup plan is operating normally. In the event that the repository needs recovering, Erik Madrid will be in 6

8 charge of restoring any file that is lost or corrupted. Microsoft Window s backup application will perform the scheduled backups. It will compress the backup file, which will reside on the sefall2 computer in the SE lab. SVN will allow multiple developers the ability to work in parallel on the system at any given point in time (see section 3.3 for specific access and modification protocols). SVN allows users to check-out the most recent version of a system configuration. The developers can then work on the system without affecting the work of other s. When the developer has finished making changes to the system, he/she can commit his/her changes. When changes are committed, SVN alerts the user if he/she has a configuration that is inconsistent with the most recent version in the repository. The user can then decide if he/she wants to either merge the changes or perform a comparison against the version on the repository. Once the user commits the changes, SVN updates the release number of all files with a new release number. 3. Software Configuration Control 3.1. Documentation All changes to items that will be inherent in the repository will be documented in the form of a Change Request form. This form will act as a record containing the information that defines a proposed change to a software system. This documentation will make the tracking of manipulated changes more coherent to the CCB and will allow for more control to the changes made to the software system. A change to the system configuration is defined as any modification to any item that changes the state of the system configuration. In particular, a change to the source code is defined to be any change that affects the performance or functionality of the software system. A change request can be initiated by a developer or the CCB. The Change Request form will contain the following fields to be filled out by the developers: Request Number, Request Date, Request Title, Originator s Name, Originator s Phone/ , Priority, Assigned To, Start Date, Delivery Date, Request Description, Justification, Alternative Solutions, Impact Assessment, Recommendation, Authorization. The Request Number field will contain a numerical value related to the occurrence of the incident. The Request Date field will contain the date the developer or the configuration management board initiated the request. The Request Title field will contain a descriptive title for the change request. The Originator s Name field will contain the name of the developer or party that initiated the request. The Originator s Phone/ will contain the developer s respective contact information. The Priority field will contain a designation of either Routine or Urgent. The Assigned To field will contain the name of the developer responsible for executing the change. The Start Date field will contain the date the developer is to commence the change. The Delivery Date field will contain the date the developer is expected to complete the change. The Request Description field will contain a detailed description of the request change. The Justification field will contain a reason as to why the originator requested the change. The Alternative Solutions field will contain options to the proposed change. The Impact Assessment field will outline all components in the system configuration that the 7

9 change will affect. The Recommendation field will contain the CCB s final decision on the proposed change. The Authorization field will contain the signatures of all members present in the recommendation. Appendix 5.1 contains the CR template Configuration Control Board Configuration control is the process for tracking and managing system and subsystem changes. To ensure the integrity of the configuration control process, Circular Logic will establish the aforementioned CCB to evaluate and authorize the changes to the system configuration. The board s primary roles are to: assess the impact and desirability of proposed changes, authorize the establishment of project baselines and identification of configuration items, review and authorize changes to project baselines, monitor changes and updates to project requirements as part of CM and approve the creation of deliverables into the project s baseline directory. The body of the board will consist of the entire development team. Two distinct tiers will make up the CCB. The first tier holds the position of CCB manager. The project leader of the current task holds this position. The manager has the approval power of the board s responsibilities. The second tier holds the remaining members of the development team. The members of this tier may vote to override the CCB manager s decision. A majority vote is required to override the CCB manager. If a split decision occurs, between the second tier and the first tier, the guidance team will decide the approval. The CCB reviews and determines the disposition of all requests to change the items that are under its control (code, documentation, and data). A change request is the only mechanism for initiating changes to the system configuration. The change process starts by the submission of a change request to the CCB manager. After the manager reviews and logs the change, the manager distributes copies of the document to remaining members of the CCB prior to the next meeting. The exception to the above statement is that the change request originator has marked the change request as URGENT. The manager will take into consideration its immediate operational impact and will either approve or reduce its priority to ROUTINE. If the priority is reduced, the CCB will review the document during their next meeting. At a CCB meeting, the CCB evaluates the request and determines the approval of the change request. The CCB determines approval by the following factors: the functional aspect of the change (i.e., the consequences of not implementing the change and the complexity of the change), current phase of the project, possible alternatives to the proposed change, resources required to implement the change, documentation requirements, integration and testing requirements and the effects on other processing and interface of other agencies. Once the decision of the CCB is made, the appropriate actions are taken to facilitate the change. The details of these actions are defined in section Procedures Subversion will control all the configuration items in the repository outlined in section 2.1. At the beginning of the development phase, each developer will checkout the baseline repository. When the CCB decides a developer is to change a component of the system configuration, that developer will have exclusive access to that component and any dependent of that component. First, the developer will update the repository (to ensure that he/she has the current version) and lock that component. Locking a component ensures that other developers cannot interfere with the change. The developer will then describe the reason for placing a lock on the component by entering a message in the message dialog provided by the Subversion client. The conditions for releasing the lock on the section are the following: 8

10 If the configuration item is a configuration document, a technical review has been made and the CCB has approved the document as a final version; If the configuration item is source code: o the source code will compile without error, o the developer will have written test cases for all modified portions of the source code, o the source code will have passed all unit or regression testing and o any appropriate documentation changes have been made. Only after the change meets these requirements and the CCB has approved the results of the change will the developer release the lock on the component. Upon release, the developer will commit his/her changes by performing an SVN commit. The developer will log changes by entering a message in the message dialog provided by the Subversion client. If, for any reason, a member of the team feels that a document should be reverted to a previous version, the CCB will consider the request and decide whether the reversion is necessary. This will be done by performing a revert action provided by the Subversion client. The developer reverting the document(s) will log the reason for reverting by entering a message in the message dialog provided by the Subversion client. The person responsible for enforcing these guidelines will be the person designated as the lead on the project task. This person will be responsible for ensuring: each assigned component is locked, the developers meet the guidelines of releasing a lock on a component and the developers correctly log changes in the SVN client. This person will also be responsible for bringing any discrepancies to the attention of the CCB. The process for instantiating a new version will adhere to the following: the CCB has approved the change, the developer will create the needed directories and/or files, the developer will lock the newly instantiated component, upon completion, the developer will unlock the component, the developer will commit the change and the developer will document the additions in the appropriate SVN log. 4. Software Configuration Auditing This document has described the software configuration plan that will be employed throughout development of the software. This section describes the auditing process that will be followed to ensure that the standards described in the rest of this document are followed and that a consistency is maintained during development. The configuration auditing board (CAB) will consist of two members assigned by the CCB manager. These members have the responsibility of reviewing the CCB change request decisions and the appropriate documentation of those decisions. Once the CCB has reached a decision regarding a change request form, the CAB will perform an audit. An audit consists of: ensuring the necessary documentation has been made and filed, determine if the decision of the board is correct from the documentation on file and create an audit report. The audit report will address the following questions: did the CCB follow the guidelines set by the CMP 9

11 have the CCB recorded the necessary documents for accepting or rejecting a change report has all the configuration item been properly integrated into the project Through these audit reports, the development team can be assured that development policies are adhered to and that the process of making changes and reviewing these changes is a formal one. 10

12 5. Appendix 5.1. Change Request Form 11

13 12

14 5.2. Tortoise SVN Tutorial Checking Out a Repository In a newly created directory (e.g., folder ), right-click inside the folder. A menu will emerge. Click on the SVN Checkout option (see Fig.1) Figure 1 SVN Checkout Option 13

15 A Checkout dialog will emerge. Enter the path of the repository into the URL of repository: text field in the Checkout dialog (see Fig. 2) and click on Ok. Figure 2 Checkout Dialog 14

16 Tortoise SVN will prompt you to accept a server certificate (see Fig. 3) because this is the first time you checkout this repository. It is recommended that you accept this certificate permanently. Figure 3 Server Certificate Prompt (Courtesy of 15

17 Next, Tortoise SVN will prompt you to enter the repository password (see Fig. 4). Enter the username and password and click on Ok. Be sure to check the save permanently option or Tortoise SVN will prompt you to enter a username and password each time you perform a Subversion task Figure 4 Password Prompt (Courtesy of 16

18 If you did everything correctly, Tortoise SVN will display a dialog indicating which files it is copying to your local computer. Click on Ok to close the dialog. (see Fig. 5). Figure 5 Checkout Status and Confirmation Dialog Congratulations! Now you have successfully checked out the repository. You can now begin to modify any document that is not locked or does not have elevated privileges. 17

19 Locking a Directory or Document in the Repository Locking a file or directory in your repository can be a useful tool when you want to ensure that no one interferes with what you are working on. First, right click on the file or directory that you wish to lock. A menu will emerge. Select the Tortoise SVN sub-menu. Now, select the Get Lock option (see Fig. 6). Figure 6 Get Lock Option 18

20 Next, a Lock Files dialog will appear (see Fig.7). Enter a message as to why you are locking the files and click on Ok. Figure 7 Lock Files Message Dialog 19

21 A Lock Finished! dialog will appear illustrating a summary of the locked files (see Fig. 8). To close the dialog, click on Ok. Figure 8 Lock Finished Dialog 20

22 Updating the Repository Before you work on a repository, it is a good idea to update it to ensure that you have the latest revision of all the files stored on SVN server. To update the repository, go to the directory that you wish to update and right click in the folder. A menu will emerge (see Fig. 9). Click on SVN Update. Figure 9 SVN Update Option 21

23 A dialog will emerge illustrating a summary of the updated documents(see Fig. 10). If the files you contain are up-to-date, the summary will not contain any files. Click on Ok to close the dialog Figure 10 Update Summary Dialog 22

24 Committing Changes to the Repository Performing a commit will merge your changes to the repository. To commit your changes, right-click on the folder or a file that you wish to commit and a menu will emerge (see Fig. 11). Select the SVN Commit option. Figure 11 Commit Option 23

25 An Enter Log Message dialog will emerge (see Fig. 12). Enter a detailed message as to why you are committing your changes. Figure 12 Enter Log Message Dialog 24

26 Adding a File or Directory to the Repository To add a file or directory to the repository, right-click on the file or directory. A menu will emerge (see Fig. 13). Select the Tortoise SVN submenu. Now, select the Add option. Figure 13 Add Option 25

27 An Add confirmation dialog will emerge that illustrates the file(s) and/or directories that Tortoise SVN should add (see Fig.14). Verify you have selected the proper files. To apply the changes, click on Ok. Figure 14 Add Confirmation Dialog 26

28 Finally, an information dialog will emerge indicating which items(s) was/were added (see Fig. 15). To close this dialog, click on the Ok button. Now the file is in the repository for other developers to view and modify. Remember that all other developers must perform an Update in order to receive the item(s). Figure 15 Add Information Dialog 27

29 Removing a File or Directory from the Repository To remove a file or directory from the repository, right-click on the file or directory. A menu will emerge (see Fig. 16). Select the Tortoise SVN submenu. Now, select the Delete option. Figure 16 Delete Option 28

30 Next, Tortoise SVN will delete the item(s) from your directory. Finally, perform a SVN commit in order for your changes to take effect. Remember that other developers will have to update their working copies of the repository for your changes to be seen on their copies of the repository. 29

31 5.3. Change Request Flow Chart Figure 17 Change Request Form 30

TEXAS DEPARTMENT OF INFORMATION RESOURCES. Test Scenario. Instructions. Version DEC 2006

TEXAS DEPARTMENT OF INFORMATION RESOURCES. Test Scenario. Instructions. Version DEC 2006 TEXAS DEPARTMENT OF INFORMATION RESOURCES Test Scenario Instructions Version 1.1 8 DEC 2006 Version History Current Framework documents, including a glossary, are available at www.dir.state.tx.us/pubs/framework/.

More information

Saving the Project Brief document under its own name

Saving the Project Brief document under its own name HOW TO USE THIS TEMPLATE: Introduction The template reflects the steps set out in the PRINCE2 Method and is designed to prompt the Project Manager and help in the creation of the. The information for the

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

When the template is complete, the whole Project Initiation Document can be printed and approved.

When the template is complete, the whole Project Initiation Document can be printed and approved. HOW TO USE THIS TEMPLATE: Introduction The template reflects the steps set out in the PRINCE2 Method and is designed to prompt the Project Manager and help in the creation of the Project Initiation Document

More information

Versioning. Terms. Configuration item (CI) Version Configuration Management aggregate Configuration Baseline

Versioning. Terms. Configuration item (CI) Version Configuration Management aggregate Configuration Baseline Versioning Terms Configuration item (CI) Version Configuration Management aggregate Configuration Baseline 1 Versioning No history Different names Tool capable of keeping track of versions Same name Different

More information

Securing Design Source Inside a Design Repository

Securing Design Source Inside a Design Repository Securing Design Source Inside a Design Repository Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Parent article: Board Design Release The best way of working from a known set

More information

A Walk Through...the Board Design Release Process. Contents

A Walk Through...the Board Design Release Process. Contents A Walk Through...the Board Design Release Process Contents Design Project - Initial Preparation Create a New Design Repository Add Your Project to the Design Repository Connect to an Altium Vault Define

More information

Copy of A Walk Through...the Board Design Release Process

Copy of A Walk Through...the Board Design Release Process Copy of A Walk Through...the Board Design Release Process Language Japanese Contents Design Project - Initial Preparation Create a New Design Repository Add Your Project to the Design Repository Connect

More information

<Project Name> Configuration Management/Data Management Plan

<Project Name> Configuration Management/Data Management Plan [TYPE THE COMPANY NAME] Configuration Management/Data Management Plan Written By: Approved By: 4/28/2011 [Type the abstract of the document here. The abstract is typically a short summary

More information

2/9/2013 LAB OUTLINE INTRODUCTION TO VCS WHY VERSION CONTROL SYSTEM(VCS)? II SENG 371 SOFTWARE EVOLUTION VERSION CONTROL SYSTEMS

2/9/2013 LAB OUTLINE INTRODUCTION TO VCS WHY VERSION CONTROL SYSTEM(VCS)? II SENG 371 SOFTWARE EVOLUTION VERSION CONTROL SYSTEMS SENG 371 SOFTWARE EVOLUTION LAB OUTLINE Introduction to Version Control Systems VERSION CONTROL SYSTEMS Subversion Git and Github 1 Prepared by Pratik Jain 2 INTRODUCTION TO VCS A version control system

More information

Describe CVS Tutorial

Describe CVS Tutorial Describe CVS Tutorial Copyright 1994-2005 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights reserved. All brands

More information

Data Management Unit, V3.1 University of Pennsylvania Treatment Research Center, 2010 Page 2

Data Management Unit, V3.1 University of Pennsylvania Treatment Research Center, 2010 Page 2 Welcome to the Data Entry System User s Manual. This manual will cover all of the steps necessary for you to successfully navigate and operate the Data Management Unit s Web based data entry system. We

More information

The University of Texas at El Paso. Information Security Office Minimum Security Standards for Systems

The University of Texas at El Paso. Information Security Office Minimum Security Standards for Systems The University of Texas at El Paso Information Security Office Minimum Security Standards for Systems 1 Table of Contents 1. Purpose... 3 2. Scope... 3 3. Audience... 3 4. Minimum Standards... 3 5. Security

More information

Communications Management Plan Template

Communications Management Plan Template Communications Management Plan Template Project Name: U.S. Department of Housing and Urban Development October, 2010 Communications Management Plan Template (V1.0) VERSION HISTORY [Provide information

More information

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to: and select Eclipse IDE for Java Developers

SVN_Eclipse_at_home. 1. Download Eclipse. a. Go to:  and select Eclipse IDE for Java Developers 1. Download Eclipse SVN_Eclipse_at_home a. Go to: http://www.eclipse.org/downloads/ and select Eclipse IDE for Java Developers b. Select a mirror (which just means select which identical copy you should

More information

Part 11 Compliance SOP

Part 11 Compliance SOP 1.0 Commercial in Confidence 16-Aug-2006 1 of 14 Part 11 Compliance SOP Document No: SOP_0130 Prepared by: David Brown Date: 16-Aug-2006 Version: 1.0 1.0 Commercial in Confidence 16-Aug-2006 2 of 14 Document

More information

Oracle. SCM Cloud Configurator Modeling Guide. Release 13 (update 17D)

Oracle. SCM Cloud Configurator Modeling Guide. Release 13 (update 17D) Oracle SCM Cloud Release 13 (update 17D) Release 13 (update 17D) Part Number E89207-02 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Mark Sawtelle This software and related

More information

NETWRIX GROUP POLICY CHANGE REPORTER

NETWRIX GROUP POLICY CHANGE REPORTER NETWRIX GROUP POLICY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 November 2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

CollabNet TeamForge 5.3 Evaluator s Guide

CollabNet TeamForge 5.3 Evaluator s Guide CollabNet TeamForge 5.3 Evaluator s Guide Thank you for evaluating CollabNet TeamForge 5.3. This Evaluator s Guide will help you experience the key features of CollabNet TeamForge by walking you through

More information

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1

CLIQ Web Manager. User Manual. The global leader in door opening solutions V 6.1 CLIQ Web Manager User Manual V 6.1 The global leader in door opening solutions Program version: 6.1 Document number: ST-003478 Date published: 2016-03-31 Language: en-gb Table of contents 1 Overview...9

More information

Compliance Matrix for 21 CFR Part 11: Electronic Records

Compliance Matrix for 21 CFR Part 11: Electronic Records Compliance Matrix for 21 CFR Part 11: Electronic Records Philip E. Plantz, PhD, Applications Manager David Kremer, Senior Software Engineer Application Note SL-AN-27 Revision B Provided By: Microtrac,

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/

D6.1. Project website and internal IT communication infrastructure HINT. 36 months FP7/ D6.1 Project website and internal IT communication infrastructure Project number: 317930 Project acronym: Project title: HINT Start date of the project: 1 st October, 2012 Duration: Programme: Holistic

More information

Corona SDK Device Build Guide

Corona SDK Device Build Guide Corona SDK Device Build Guide November 29, 2009 2009 ANSCA Inc. All Rights Reserved. 1 ANSCA Inc. 2009 ANSCA Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

LAB 0: LINUX COMMAND LINE AND SVN

LAB 0: LINUX COMMAND LINE AND SVN CSE427S LAB 0: LINUX COMMAND LINE AND SVN M. Neumann Due: TUE 23 JAN 2018 1PM No group work. The submission for this lab needs to be done via SVN repository commit. The completion of this tutorial counts

More information

CollabNet Desktop - Microsoft Windows Edition

CollabNet Desktop - Microsoft Windows Edition CollabNet Desktop - Microsoft Windows Edition User Guide 2009 CollabNet Inc. CollabNet Desktop - Microsoft Windows Edition TOC 3 Contents Legal fine print...7 CollabNet, Inc. Trademark and Logos...7 Chapter

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

Setting up a multiuser Enterprise Architect (EA) project. Repository. Model. Working draft

Setting up a multiuser Enterprise Architect (EA) project. Repository. Model. Working draft Setting up a multiuser Enterprise Architect (EA) project This document provides some general notes on items that should be reviewed when setting up a multi-user project in EA. It is provided as a set of

More information

ipcr Web Training Manual

ipcr Web Training Manual ipcr Web Training Manual Technical support: (800) 464-1740 Technical support email address: support@ipcrems.com [1] Table of Contents Accessing ipcr Web... 4 ipcr Web Sign In... 5 Persistent ipcr Web Features...

More information

Configuration. Monday, November 30, :28 AM. Configuration

Configuration. Monday, November 30, :28 AM. Configuration Configuration 11:28 AM Configuration refers to the overall set of elements that comprise a software product ("configuration items") software components modules internal logical files test stubs and scaffoldings

More information

AccuBridge for IntelliJ IDEA. User s Guide. Version March 2011

AccuBridge for IntelliJ IDEA. User s Guide. Version March 2011 AccuBridge for IntelliJ IDEA User s Guide Version 2011.1 March 2011 Revised 25-March-2011 Copyright AccuRev, Inc. 1995 2011 ALL RIGHTS RESERVED This product incorporates technology that may be covered

More information

Policy Manager in Compliance 360 Version 2018

Policy Manager in Compliance 360 Version 2018 Policy Manager in Compliance 360 Version 2018 Policy Manager Overview 3 Create a Policy 4 Relate a Policy to Other Policies, Departments, and Incidents 8 Edit a Policy 10 Edit a Policy by Using the Edit

More information

GoedelWorks Press release

GoedelWorks Press release Linden, 1 st September 2015 GoedelWorks Press release Altreonic is proud to announce the release of the version 3.0 of GoedelWorks, its unique end- to- end portal solution for trustworthy systems development.

More information

Public Safety Canada. Audit of the Business Continuity Planning Program

Public Safety Canada. Audit of the Business Continuity Planning Program Public Safety Canada Audit of the Business Continuity Planning Program October 2016 Her Majesty the Queen in Right of Canada, 2016 Cat: PS4-208/2016E-PDF ISBN: 978-0-660-06766-7 This material may be freely

More information

Apache Subversion Tutorial

Apache Subversion Tutorial Apache Subversion Tutorial Computer Science Standard C-6.C Diana Machado Raul Garcia Dr. Shu-Ching Chen Florida International University Computer Science 2/22/2014 What is Subversion (SVN)? A free and

More information

CS 390 Software Engineering Lecture 3 Configuration Management

CS 390 Software Engineering Lecture 3 Configuration Management CS 390 Software Engineering Lecture 3 Configuration Management Includes slides from the companion website for Sommerville, Software Engineering, 10/e. Pearson Higher Education, 2016. All rights reserved.

More information

ChromQuest 5.0. Tools to Aid in 21 CFR Part 11 Compliance. Introduction. General Overview. General Considerations

ChromQuest 5.0. Tools to Aid in 21 CFR Part 11 Compliance. Introduction. General Overview. General Considerations ChromQuest 5.0 Tools to Aid in 21 CFR Part 11 Compliance Introduction Thermo Scientific, Inc. is pleased to offer the ChromQuest chromatography data system (CDS) as a solution for chromatography labs seeking

More information

Community Edition. Web User Interface 3.X. User Guide

Community Edition. Web User Interface 3.X. User Guide Community Edition Talend MDM Web User Interface 3.X User Guide Version 3.2_a Adapted for Talend MDM Web User Interface 3.2 Web Interface User Guide release. Copyright This documentation is provided under

More information

Managed Projects. Modified by Jason Howie on 31-May-2017

Managed Projects. Modified by Jason Howie on 31-May-2017 Managed Projects Old Content - see latest equivalent Modified by Jason Howie on 31-May-2017 Altium Designer 14.3, in conjunction with the latest Altium Vault, brings support for Managed Projects. In the

More information

Cisco Policy Suite 6.0 Backup and Restore Guide

Cisco Policy Suite 6.0 Backup and Restore Guide Cisco Policy Suite 6.0 Guide Version 6.0 December 17, 2013 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco

More information

01.0 Policy Responsibilities and Oversight

01.0 Policy Responsibilities and Oversight Number 1.0 Policy Owner Information Security and Technology Policy Policy Responsibility & Oversight Effective 01/01/2014 Last Revision 12/30/2013 Department of Innovation and Technology 1. Policy Responsibilities

More information

21 CFR Part 11 LIMS Requirements Electronic signatures and records

21 CFR Part 11 LIMS Requirements Electronic signatures and records 21 CFR Part 11 LIMS Requirements Electronic signatures and records Compiled by Perry W. Burton Version 1.0, 16 August 2014 Table of contents 1. Purpose of this document... 1 1.1 Notes to version 1.0...

More information

TDWG Website Preview Guide

TDWG Website Preview Guide International Union for Biological Sciences Taxonomic Databases Working Group http://www.tdwg.org TDWG Website Preview Guide Version 0.7 24 Apr 2006 Index 1. Introduction... 2 2. Features of the Website...

More information

Storage Manager. Summary. Panel access. Modified by on 10-Jan-2014

Storage Manager. Summary. Panel access. Modified by on 10-Jan-2014 Storage Manager Old Content - visit altium.com/documentation Modified by on 10-Jan-2014 Related panel: Differences Panel Related documents: Version Control and Altium Designer Version Control Terminology

More information

SECURITY & PRIVACY DOCUMENTATION

SECURITY & PRIVACY DOCUMENTATION Okta s Commitment to Security & Privacy SECURITY & PRIVACY DOCUMENTATION (last updated September 15, 2017) Okta is committed to achieving and preserving the trust of our customers, by providing a comprehensive

More information

Source control with Subversion A user perspective

Source control with Subversion A user perspective http://svnbook.red-bean.com/ Source control with Subversion A user perspective Aaron Ponti What is Subversion? } It is a free and open-source version control system } It manages files and directories,

More information

FairWarning Mapping to PCI DSS 3.0, Requirement 10

FairWarning Mapping to PCI DSS 3.0, Requirement 10 FairWarning Mapping to PCI DSS 3.0, Requirement 10 Requirement 10: Track and monitor all access to network resources and cardholder data Logging mechanisms and the ability to track user activities are

More information

ATNP Configuration Control Board (CCB) Configuration Management (CM) Procedures

ATNP Configuration Control Board (CCB) Configuration Management (CM) Procedures AERONAUTICAL TELECOMMUNICATION NETWORK PANEL Working Group 2 ATNP Configuration Control Board (CCB) Presented by CCB Chair SUMMARY This paper contains detailed procedures for the configuration management

More information

<PROJECT NAME> IMPLEMENTATION PLAN

<PROJECT NAME> IMPLEMENTATION PLAN IMPLEMENTATION PLAN Version VERSION HISTORY [Provide information on how the development and distribution of the Project Implementation Plan was controlled and tracked.

More information

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And

ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. And ANZSCO Descriptions The following list contains example descriptions of ICT units and employment duties for each nominated occupation ANZSCO code. Content 261311 - Analyst Programmer... 2 135111 - Chief

More information

CUBE. Configuration Management Report. Hakan Nizamoğlu Yiğitalp Ertem Murat Toprak Saim Güveloğlu

CUBE. Configuration Management Report. Hakan Nizamoğlu Yiğitalp Ertem Murat Toprak Saim Güveloğlu CUBE Configuration Management Report Configuration Management Report Hakan Nizamoğlu Yiğitalp Ertem Murat Toprak Saim Güveloğlu 2010 C U B E C O N F I G U R A T I O N M A N A G E M E N T R E P O R T Table

More information

Software configuration management

Software configuration management Software Engineering Theory Software configuration management Lena Buffoni/ Kristian Sandahl Department of Computer and Information Science 2017-03-27 2 Maintenance Requirements System Design (Architecture,

More information

User Documentation Development Life Cycle (UDDLC)

User Documentation Development Life Cycle (UDDLC) WWW.ALMAHACONSULTING.CA User Documentation Development Life Cycle (UDDLC) STANDARD OPERATING PROCEDURE BUSINESS PROCESS DOCUMENT DOCUMENT STATUS: VERSION 0.1 Department BUSINESS TRANSFORMATION Process

More information

Working with EGL and Subversion Using RDi with RBD

Working with EGL and Subversion Using RDi with RBD HISTORY OF MODIFICATIONS...2 CREATING A NEW REPOSITORY...3 BACKGROUND: INSTALLING TORTOISE...3 SUBVERSION EGL SOURCE CODE REPOSITORY...3 INSTALLING SUBVERSION PLUG-IN AND CONFIGURING FOR USE....5 INSTALLATION

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.3 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Software Project Management II

Software Project Management II Software Project Management II Dr. Jong Yih Kuo Dr. Chien-Hung Liu Computer Science and Information Engineering National Taipei University of Technology Time Topic Document 18:00~19:30 (90 min) 19:40~20:05

More information

ISSUE N 1 MAJOR MODIFICATIONS. Version Changes Related Release No. PREVIOUS VERSIONS HISTORY. Version Date History Related Release No.

ISSUE N 1 MAJOR MODIFICATIONS. Version Changes Related Release No. PREVIOUS VERSIONS HISTORY. Version Date History Related Release No. ISSUE N 1 MAJOR MODIFICATIONS Version Changes Related Release No. 01 First issue. 2.8.0 PREVIOUS VERSIONS HISTORY Version Date History Related Release No. N/A N/A N/A N/A APPROVAL TABLE Signatures below

More information

Creating Deliverables

Creating Deliverables Creating Deliverables Creating a new TM Forum deliverable Creating the root page of the deliverable Create a sub-page of this deliverable Example Sub-pages Complex section numbering Creating Appendices

More information

Standard CIP 007 3a Cyber Security Systems Security Management

Standard CIP 007 3a Cyber Security Systems Security Management A. Introduction 1. Title: Cyber Security Systems Security Management 2. Number: CIP-007-3a 3. Purpose: Standard CIP-007-3 requires Responsible Entities to define methods, processes, and procedures for

More information

Introduction to the Module Management System (MMS)

Introduction to the Module Management System (MMS) Student User Guide Introduction to the Module Management System (MMS) Revised Sept 2009 (Version 4) University of St Andrews Table of Contents 1 Introduction...3 1.1 MMS...3 1.2 Accessing the system...3

More information

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0

ZL UA Configuring Exchange 2010 for Archiving Guide. Version 7.0 ZL UA Configuring Exchange 2010 for Archiving Guide Version 7.0 ZL Technologies, Inc. Copyright 2011 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and

More information

Title: Construction Hazard Analysis and Job Safety Analysis

Title: Construction Hazard Analysis and Job Safety Analysis Page: 1 of 5 Prepared by: A. Limper Owner: A. Limper Admin. Approval: A. P. Burson Supersedes: 29-Jul-2003 1.0 PURPOSE To outline the requirements for a Construction Hazard Analysis (CHA)/Job Safety Analysis

More information

State of Colorado Cyber Security Policies

State of Colorado Cyber Security Policies TITLE: State of Colorado Cyber Security Policies Access Control Policy Overview This policy document is part of the State of Colorado Cyber Security Policies, created to support the State of Colorado Chief

More information

Integration of Agilent OpenLAB CDS EZChrom Edition with OpenLAB ECM Compliance with 21 CFR Part 11

Integration of Agilent OpenLAB CDS EZChrom Edition with OpenLAB ECM Compliance with 21 CFR Part 11 OpenLAB CDS Integration of Agilent OpenLAB CDS EZChrom Edition with OpenLAB ECM Compliance with 21 CFR Part 11 Technical Note Introduction Part 11 in Title 21 of the Code of Federal Regulations includes

More information

CGI Deliverables Approval and Maintenance Process

CGI Deliverables Approval and Maintenance Process CGI Management CGI Deliverables Approval and Maintenance Process Approved 02 September 2011 1. Introduction The following describes the official approval and maintenance process for the Common Global Implementation

More information

The Journal of The Textile Institute

The Journal of The Textile Institute The Journal of The Textile Institute And Tutorial for Authors Table of Contents Registering 3 Logging In 4 Changing your password 5 Submitting a paper 6-9 Reviewing & approving your paper 10 Tracking the

More information

Learning objectives. Documenting Analysis and Test. Why Produce Quality Documentation? Major categories of documents

Learning objectives. Documenting Analysis and Test. Why Produce Quality Documentation? Major categories of documents Learning objectives Documenting Analysis and Test Understand the purposes and importance of documentation Identify some key quality documents and their relations Understand the structure and content of

More information

ZL UA Domino Configuration Guide. Version 7.0

ZL UA Domino  Configuration Guide. Version 7.0 ZL UA Domino Email Configuration Guide Version 7.0 ZL Technologies, Inc. Copyright 2010 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and its licensors

More information

Visual EstiTrack - Chapter 9 9 QUALITY CHAPTER

Visual EstiTrack - Chapter 9 9 QUALITY CHAPTER CHAPTER 9 QUALITY Chapter 9 QUALITY...1...3 Engineering Change Order Maintenance...4 Action Request (NONCONFORMANCE CONCERN IMPROVEMENT)...10 Action Request Tab...12 Related Corrective Action...20 Corrective

More information

OpenLAB ELN Supporting 21 CFR Part 11 Compliance

OpenLAB ELN Supporting 21 CFR Part 11 Compliance OpenLAB ELN Supporting 21 CFR Part 11 Compliance White Paper Overview Part 11 in Title 21 of the Code of Federal Regulations includes the US Federal guidelines for storing and protecting electronic records

More information

Cyber security. Strategic delivery: Setting standards Increasing and. Details: Output:

Cyber security. Strategic delivery: Setting standards Increasing and. Details: Output: Cyber security Strategic delivery: Setting standards Increasing and informing choice Demonstrating efficiency economy and value Details: Meeting Audit and Governance Committee Agenda item 8 Paper number

More information

Release for Microsoft Windows

Release for Microsoft Windows [1]Oracle Fail Safe Tutorial Release 4.1.1 for Microsoft Windows E57061-02 April 2015 Oracle Fail Safe Tutorial, Release 4.1.1 for Microsoft Windows E57061-02 Copyright 1999, 2015, Oracle and/or its affiliates.

More information

A Walk Through the Board Design Release Process

A Walk Through the Board Design Release Process A Walk Through the Board Design Release Process Frozen Content Modified by Jason Howie on 31-May-2017 Parent article: Board Design Release Altium's Design Data Management system includes a range of technologies

More information

I. PURPOSE III. PROCEDURE

I. PURPOSE III. PROCEDURE A.R. Number: 2.11 Effective Date: 2/1/2009 Page: 1 of 5 I. PURPOSE This policy outlines the procedures that third party organizations must follow when connecting to the City of Richmond (COR) networks

More information

Cybersecurity: Incident Response Short

Cybersecurity: Incident Response Short Cybersecurity: Incident Response Short August 2017 Center for Development of Security Excellence Contents Lesson 1: Incident Response 1-1 Introduction 1-1 Incident Definition 1-1 Incident Response Capability

More information

Library and Archives Canada. Generic Application Guide for the Disposition Authorization for Transitory Records (DA 2016/001)

Library and Archives Canada. Generic Application Guide for the Disposition Authorization for Transitory Records (DA 2016/001) Library and Archives Canada Generic Application Guide for the Disposition Authorization for Transitory Records (DA 2016/001) Generic Application Guide for the Disposition Authorization for Transitory Records

More information

21 CFR Part 11 Module Design

21 CFR Part 11 Module Design 21 CFR Part 11 Module Design email: info@totallab.com web: www.totallab.com TotalLab Ltd Keel House Garth Heads Newcastle upon Tyne NE1 2JE UK Trademarks The following are either registered trademarks

More information

OpenProject AdminGuide

OpenProject AdminGuide OpenProject AdminGuide I. Contents I. Contents... 1 II. List of figures... 2 1 Administration... 2 1.1 Manage projects...2 1.2 Manage users...5 1.3 Manage groups...11 1.4 Manage roles and permissions...13

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

SDA COMPLIANCE SOFTWARE For Agilent ICP-MS MassHunter Software

SDA COMPLIANCE SOFTWARE For Agilent ICP-MS MassHunter Software SDA COMPLIANCE SOFTWARE For Agilent ICP-MS MassHunter Software Part 11 in Title 21 of the US Code of Federal Regulations (commonly referred to as 21 CFR Part 11) governs food and drugs in the US, and includes

More information

Sparta Systems Stratas Solution

Sparta Systems Stratas Solution Systems Solution 21 CFR Part 11 and Annex 11 Assessment October 2017 Systems Solution Introduction The purpose of this document is to outline the roles and responsibilities for compliance with the FDA

More information

Appendix 6 Operational Support Systems Change Management Plan

Appendix 6 Operational Support Systems Change Management Plan Appendix 6 Operational Support Systems Change Management Plan DRAFT December 13, 2006 Revision XX Qwest Government Services, Inc. 4250 North Fairfax Drive Arlington, VA 22203 A6-1 RFP: TQC-JTB-05-0001

More information

ISO27001:2013 The New Standard Revised Edition

ISO27001:2013 The New Standard Revised Edition ECSC UNRESTRICTED ISO27001:2013 The New Standard Revised Edition +44 (0) 1274 736223 consulting@ecsc.co.uk www.ecsc.co.uk A Blue Paper from Page 1 of 14 Version 1_00 Date: 27 January 2014 For more information

More information

ATNP Configuration Control Board (CCB) Procedures Document

ATNP Configuration Control Board (CCB) Procedures Document -WP/66 15 March 1996 AERONAUTICAL TELECOMMUNICATION NETWORK PANEL CCB Standing Document ATNP Configuration Control Board (CCB) Edited by CCB Chair SUMMARY This document contains detailed procedures to

More information

Automatic Test Markup Language <ATML/> Sept 28, 2004

Automatic Test Markup Language <ATML/> Sept 28, 2004 Automatic Test Markup Language Sept 28, 2004 ATML Document Page 1 of 16 Contents Automatic Test Markup Language...1 ...1 1 Introduction...3 1.1 Mission Statement...3 1.2...3 1.3...3 1.4

More information

Appendix 6 Operational Support Systems Change Management Plan

Appendix 6 Operational Support Systems Change Management Plan Appendix 6 Operational Support Systems Change Management Plan DRAFT March 5, 2007 Revision XX Qwest Government Services, Inc. 4250 North Fairfax Drive Arlington, VA 22203 A6-i RFP: TQC-JTB-05-0002 March

More information

Configuration Management and Branching/Merging Models in iuml. Ref: CTN 101 v1.2

Configuration Management and Branching/Merging Models in iuml.  Ref: CTN 101 v1.2 Configuration Management and Branching/Merging Models in iuml Ref: CTN 101 v1.2 The information in this document is the property of and copyright Kennedy Carter Limited. It may not be distributed to any

More information

Using the Titrando system to comply with 21 CFR Part 11

Using the Titrando system to comply with 21 CFR Part 11 01.2003/sn Using the Titrando system to comply with 21 CFR Part 11 The Electronic Records and Signatures Rule, known as 21 CFR Part 11, was established by the U.S. Food and Drug Administration (FDA) to

More information

Workflow Templates in Compliance 360 Version 2018

Workflow Templates in Compliance 360 Version 2018 Workflow Templates in Compliance 360 Version 2018 Workflow Templates 5 Workflow Elements 6 Workflow Teams 6 Workflow Template Changes 6 Create or Edit a Workflow Template 8 Import and Export Workflow Templates

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

User Manual. MDWorkflow. Web Application from Midrange Dynamics

User Manual. MDWorkflow. Web Application from Midrange Dynamics User Manual MDWorkflow Web Application from Midrange Dynamics (Version 7.0) Tel. +41 (41) 710 27 77, Fax +41 (41) 710 95 87, www.midrangedynamics.com 1 / 31 MDWorkflow - Table of Contents 1 INTRODUCTION...

More information

OIX DDP. Open-IX Document Development Process draft July 2017

OIX DDP. Open-IX Document Development Process draft July 2017 OIX DDP Open-IX Document Development Process draft 04 11 July 2017 Table 1 - Version History Version Date Author Description d01 7 May 2017 Chris Grundemann Initial Draft d02 21 May 2017 Chris Grundemann

More information

Talent Acquisition Cloud Implementing Scheduling Center 19A

Talent Acquisition Cloud Implementing Scheduling Center 19A 19A 19A Part Number: F12214-01 Copyright 2019, Oracle and/or its affiliates. All rights reserved Authors: OTAC Information Development Team This software and related documentation are provided under a

More information

Auditing in an Automated Environment: Appendix E: System Design, Development, and Maintenance

Auditing in an Automated Environment: Appendix E: System Design, Development, and Maintenance Accountability Modules Auditing in an Automated Environment: Agency Prepared By Initials Date Reviewed By Audit Program - System Design, Development, and Maintenance W/P Ref Page 1 of 1 Procedures Initials

More information

NETWRIX ACTIVE DIRECTORY CHANGE REPORTER

NETWRIX ACTIVE DIRECTORY CHANGE REPORTER NETWRIX ACTIVE DIRECTORY CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 7.2 January 2013. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Final Project Report

Final Project Report 16.04.02 Final Project Report Document information Project Title HP Tool Repository of SESAR standard HP methods and tools Project Number 16.04.02 Project Manager DFS Deliverable Name 16.04.02 Final Project

More information

And check out a copy of your group's source tree, where N is your one-digit group number and user is your rss username

And check out a copy of your group's source tree, where N is your one-digit group number and user is your rss username RSS webmaster Subversion is a powerful, open-source version control system favored by the RSS course staff for use by RSS teams doing shared code development. This guide is a primer to the use of Subversion

More information

Software Tools Subversion

Software Tools Subversion Software Tools Subversion Part II Lecture 4 1 Today s Outline Subversion (SVN) TortoiseSVN Client SVN Tips 2 Subversion (SVN) 3 Subversion (SVN) Centralized open-source VCS; started in 2000 Developed as

More information