This document covers the most frequently used procedures in ClearCase. It contains the following sections:

Size: px
Start display at page:

Download "This document covers the most frequently used procedures in ClearCase. It contains the following sections:"

Transcription

1 ClearCase is a software configuration management system. It is also the tool Concur uses for documentation management and version control. All historical versions are located in a Versioned Object database (VOB). This document covers the most frequently used procedures in ClearCase. It contains the following sections: ABOUT INSTALLING CLEARCASE...2 CREATING A VIEW IN CLEARCASE...2 Important Notes...10 REMOVING A VIEW FROM CLEARCASE...10 COMMON PROCEDURES...12 To add a file or directory to the (ClearCase) project...12 To check out a file...12 To check in a file...12 To undo a check out...13 To identify checked out files...13 To check out all files in a ClearCase folder and check all files back in...14 To add a folder to an existing view...14 Deleting a file from ClearCase...14 About merging files to another branch...15 Author: Vivian Kent Working in ClearCase.doc 1

2 About installing ClearCase The Configuration Management (CM) team has developed a training guide on ClearCase that includes installation. To obtain the ClearCase installation information: 1. Connect to on the Concur Intranet. 2. Click ClearCase in the left window. 3. Click UserDoc. 4. Open the CCaseTrain.pps file and print the installation instructions for easy reference. Creating a view in ClearCase If you do not use a laptop, you should create a Dynamic view. If you use a laptop, you should create a Snapshot view. Snapshot view allows you to work just as you would with Dynamic view, with the following exceptions: 1. The files will be copied onto your hard drive so that you can work with them remotely. 2. Periodically, you must perform an update of the snapshot view. This registers your changes so that others can see them. Also, it allows you to register recent changes made by others. To update, select the folder in which the file(s) reside, right-click and choose ClearCase > Update. To create a view: 1. The first time you create a view, you must create a shared folder or drive. This only needs to be done once, regardless of the number of views created. 2. Double-click the ClearCase icon on your desktop to start ClearCase. Author: Vivian Kent Working in ClearCase.doc 2

3 3. Display the Views tab. Click Create View. 4. Click Create View. Author: Vivian Kent Working in ClearCase.doc 3

4 5. Make sure No is selected, and click Next. 6. Do one of the following: Click Snapshot. Use this view if you are using a laptop. Click Dynamic. 7. Type a name for the view and ensure the location (path) is correct. Most of the time, you will want a name that includes your user name, the product name, the version, and the branch. In the beginning of a product cycle, you will create a main or mainline view. Later, you may create other views, such as a Beta view, IR view, GM view, and so on. Ensure the location includes the shared directory you created. Do not use spaces in the name. Instead, use underscores. Author: Vivian Kent Working in ClearCase.doc 4

5 Important: If you are creating a Snapshot view, perform steps 8-9, and then proceed to step 9. If you are creating a Dynamic view, go directly to step Click Advanced Options. (You only need to use Advanced Options the first time you create a snapshot view.) 9. In the Advanced Options dialog, do the following: Make sure the View server storage directory is pointing to your computer name (not to a server), and ensure that the directory you shared earlier is selected. Click Browse to specify the correct path, if you need to. Author: Vivian Kent Working in ClearCase.doc 5

6 10. Click OK. Author: Vivian Kent Working in ClearCase.doc 6

7 11. Click Yes, and then click Browse. 12. Select the project you will be working on and click Open. 13. Select the View Profile name (for example vp_6.5) and click Open. The View Creation Wizard reappears with the correct information under Enter the Profile name. Author: Vivian Kent Working in ClearCase.doc 7

8 14. Click Finish. The following confirmation appears: 15. Click OK. Important: If you are creating a Snapshot view, perform steps If you are creating a Dynamic view, you are done! Author: Vivian Kent Working in ClearCase.doc 8

9 Snapshot only 16. In the Choose Elements to Load dialog box, select the folders you want to view in your Snapshot view, and then click Add. Because this is a snapshot view, the files take up space on your hard drive. Therefore, download only those folders you need to work with. Author: Vivian Kent Working in ClearCase.doc 9

10 17. Click OK. The following confirmation message appears. Snapshot only 18. Click OK. Note If you receive a message about hijacked files, click Details to see if any of the hijacked files belong to you. If they do, you can convert them to checked out files. If the hijacked files belong to someone else, you don t need to do anything. Important Notes To update Snapshot view, you can select the folder in which the file(s) reside, right-click and choose ClearCase > Update. If you try to do an update from the file itself, it will not work. Make sure you check in files before the significant builds. Usually, you should check in files every Monday and Wednesday night for your changes to appear in the Tuesday and Thursday builds. For information on finding checked out files, see To identify checked out files later in this document. Removing a view from ClearCase If you have any older views on your hard drive, you may want to remove them. Warning: Make sure you check in all files and/or add all files in this view to ClearCase before you delete the view. Otherwise, they will be lost when the view is deleted. Author: Vivian Kent Working in ClearCase.doc 10

11 1. Open ClearCase. 2. Click Remove View. 3. Do one of the following: If you want to remove a Snapshot view, click the Snapshot tab. If you want to remove a Dynamic view, click the Local tab. 4. Select the view you want to remove, and click OK. Author: Vivian Kent Working in ClearCase.doc 11

12 Common procedures To add a file or directory to the (ClearCase) project 1. In Windows Explorer, locate the file or folder on your C drive that you want to add. 2. Open another window in Windows Explorer and navigate to the parent (ClearCase) directory to which you want to add the files or folder. 3. Drag the files or folder to the parent directory. 4. In the parent directory, select the files or folder you just copied. 5. Right-click on the selected objects. From the shortcut menu, choose ClearCase > Add to Source Control. 6. In the Add To Source Control dialog box, enter a comment and uncheck the Keep Checked Out option. 7. Click OK. Important note about new directories: Although this procedure will add a new directory to ClearCase, the directory will not be automatically included in the product installation. You must contact the person doing the installs on the CM team and inform them that you have added a new directory, and provide them with the path and name of the directory. They can then make the appropriate adjustments to the popweb.ini file. To check out a file 1. Select the file(s) you want to check out. 2. Right-click on the selected files. From the shortcut menu, choose ClearCase > Check Out. The Check Out dialog box appears. 3. For Comment, type a brief explanation of the action you will perform on the file. 4. Leave the Reserved check box selected if you don t want anyone else working on the files after you check them out. If you are working on source code, however, you should clear this check box because others may need to work on the same file at the same time. 5. Click OK. To check in a file 1. Select the file(s) you want to check in. 2. Right-click on the selected files. From the shortcut menu, choose ClearCase > Check In. Author: Vivian Kent Working in ClearCase.doc 12

13 The Check In dialog box displays. 3. For Comment, type a brief explanation of the action you performed on the file. 4. Click the appropriate check box. 5. Click OK. Important If you are in Snapshot view, remember to perform an update on the changed files. Select the folder in which the file(s) reside, right-click and choose ClearCase > Update. To undo a check out 1. Select the file(s) you want to check in. 2. Right-click on the selected file. From the shortcut menu, choose ClearCase > Undo Checkout. To identify checked out files 1. Select any file in the folder. 2. Right-click on the selected files. From the shortcut menu, choose ClearCase > Find Checkouts. You can check in the folders from the Find Checkouts window. Note The CM team has become aware of a bug whereby this may not work 100% from the subfolder level. To ensure that ClearCase returns all the checkouts, you may want to perform this procedure from the project folder level. If you do so, you can designate that ClearCase search only for your checkouts, in your current view, as shown in the following dialog box. Author: Vivian Kent Working in ClearCase.doc 13

14 To check out all files in a ClearCase folder and check all files back in 1. In the ClearCase project, locate the folder for the files you want to check out (update). 2. In ClearCase, open the folder and select all the files. 3. Right-click, and choose ClearCase > Check Out. 4. Enter a comment, and then click Apply to All. 5. Update the files, or some of the files, in the folder. 6. Right-click and choose ClearCase > Check In. 7. Select the Even If Identical To Previous Version checkbox, and then click the Apply to All button. Tip: If you forget to check the Even If Identical To Previous Version checkbox, then do a Find Checkouts. You can check all files in from the window that is displayed. Important If you are in Snapshot view, remember to perform an update on the changed files. Select the folder in which the file(s) reside, right-click and choose ClearCase > Update. To add a folder to an existing view 1. Select the main view folder. 2. Right-click and select ClearCase > Properties of View. 3. Click the Load Rules tab, and then click Edit Load Rules. 4. Select the folder you want to add, click Add, and then click OK. Deleting a file from ClearCase This is a procedure that should be used sparingly to delete obsolete files. If you delete a file by mistake, contact Philip W. on the CM team and ask them to reinstate the file from ClearCase. To delete a file from ClearCase: 1. In Windows, check out the entire the folder that contains the file. Important: You must delete at the folder level, not the file level. 2. In DOS, locate the drive and file you want to delete. (You should do this from the Main ClearCase project file, not a branch.) 3. At the command line, type cleartool rmname [filename] You can list several names, just separate them by a space. 4. Press ENTER. Author: Vivian Kent Working in ClearCase.doc 14

15 5. Check the parent folder back in. Notes: Tip: To check out the folder from DOS, type cleartool co. (Make sure to type the space and then the period (.).) Then press Enter and type a comment. To check in the folder from DOS, type cleartool ci. To accept the default comment, type a period (.) You can copy and paste in DOS. In DOS, right click the title bar of the DOS window. Choose Properties > Options. Select Quick Edit and Insert Mode. Then, you can highlight a filename, right-click twice, and the filename is inserted on the rmname command line. About merging files to another branch It is important to merge files from branches to the mainline (or branch), rather than simply copying updated files to the mainline (or branch). This way, Dev can make sure all updated files are included in beta branches (or mainline). Contact the CM team for assistance. Author: Vivian Kent Working in ClearCase.doc 15

Show all text and icon decorations Preferences->Team->IBM Rational ClearTeam Explorer->ClearCase decorations: Enable Text and Icon Decorations

Show all text and icon decorations Preferences->Team->IBM Rational ClearTeam Explorer->ClearCase decorations: Enable Text and Icon Decorations CTE Startup Guide This guide provides a glimpse into the IBM Rational ClearTeam Explorer (CTE). We will present a number of IBM recommended preferences and practices as well as demonstrate a variety of

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

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

Client Care Desktop V4

Client Care Desktop V4 Client Care Desktop V4 V4.1 Quay Document Manager V4.1 Contents 1. LOCATIONS...3 1.1. Client... 3 1.2. Holdings... 4 1.3. Providers... 4 1.4. Contacts/Introducers... 5 1.5. Adviser... 5 2. ADDING EXISTING

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

Client Care Desktop v4.3. Document Manager V4.3

Client Care Desktop v4.3. Document Manager V4.3 Client Care Desktop v4.3 Document Manager V4.3 Contents 1. LOCATIONS... 3 1.1. Client... 3 1.2. Enquiries... 4 1.3. Holdings... 4 1.4. Providers... 5 1.5. Contacts/Introducers... 6 1.6. Adviser... 6 2.

More information

MyNIC Team Site - Document Sharing

MyNIC Team Site - Document Sharing Table of Contents Create a Document...2 Upload a Document...3 Rename Document...4 Edit a Document...6 Check-out a Document...6 Edit a Document...7 Check-in a Document...9 Check-in Someone Else s Document...

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Restoring data from a backup

Restoring data from a backup Restoring data from a backup The following topics explain how to find a backup to restore and then perform a restore: Finding a backup to restore on page 98 Restoring to the original location on page 101

More information

Double click the downloaded installation file (MPMLink.exe) to initiate the installation.

Double click the downloaded installation file (MPMLink.exe) to initiate the installation. MPM Link Quick Start Installing MPM Link. Make sure your PC has an active Internet connection. MPMLink prerequisites may be required and those will be downloaded automatically from a Microsoft site. Double

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

MANAGING YOUR MAILBOX SIZE - OUTLOOK 2010

MANAGING YOUR MAILBOX SIZE - OUTLOOK 2010 MANAGING YOUR MAILBOX SIZE - OUTLOOK 2010 Each staff member within the University is allocated 1GB of storage space within their email accounts. When your mailbox gets to around 800MB you will be sent

More information

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows

BackupVault Desktop & Laptop Edition. USER MANUAL For Microsoft Windows BackupVault Desktop & Laptop Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Blueraq Networks Ltd, 2017. All rights reserved. Trademarks - Microsoft, Windows, Microsoft

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

USER GUIDE. MADCAP FLARE 2017 r3. Source Control: Git

USER GUIDE. MADCAP FLARE 2017 r3. Source Control: Git USER GUIDE MADCAP FLARE 2017 r3 Source Control: Git Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

Source Control: Perforce

Source Control: Perforce USER GUIDE MADCAP LINGO 10.1 Source Control: Perforce Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

The QuickCalc BASIC User Interface

The QuickCalc BASIC User Interface The QuickCalc BASIC User Interface Running programs in the Windows Graphic User Interface (GUI) mode. The GUI mode is far superior to running in the CONSOLE mode. The most-used functions are on buttons,

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

Microsoft Outlook (A guide to help you better understand and utilize MS Outlook)

Microsoft Outlook (A guide to help you better understand and utilize MS Outlook) Microsoft Outlook (A guide to help you better understand and utilize MS Outlook) Ramapo College of New Jersey Center for Computing Information Systems (CCIS) Administrative Help-Desk ext. 7000 adm_help@ramapo.edu

More information

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x...

Very Important: Conversion Pre-Planning Creating Your Single User Database Converting from Version 1.x, 2.x, or 3.x... INTRODUCTION... 2 INSTALLATION PRE-PLANNING... 2 Very Important:... 2 Conversion Pre-Planning... 2 INSTALLATION STAGE... 3 CONFIGURATION STAGE... 3 Creating Your Single User Database... 4 Opening an Existing

More information

How To Download And Install MapPro for Networks

How To Download And Install MapPro for Networks These instructions are specifically designed for users with a serial number that begins with ZN. You should have a working knowledge of your network so you know what folder is shared on your MapPro host

More information

GiftMaker Pro & EventMaker Pro 8.2

GiftMaker Pro & EventMaker Pro 8.2 GiftMaker Pro & EventMaker Pro 8.2 Update Installation Instructions Windows Please be sure you have a working backup copy of your data file before proceeding. To install any of the Pro Series version 8.2

More information

AHC SharePoint 2010 Intro to Content Administration

AHC SharePoint 2010 Intro to Content Administration AHC SharePoint 2010 Intro to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 1.0 INTRODUCTION TO SHAREPOINT 2010 1.4 Your New Site Before

More information

AllFusion Harvest Change Manager Help Guide

AllFusion Harvest Change Manager Help Guide AllFusion Harvest Change Manager Help Guide Help and Reference Document Developed for: Ministry of Community Services Ministry of Tourism, Sport and the Arts Version 6.00 March 29, 2007 Revision Notes

More information

RPL's Library Catalogue User Guide

RPL's Library Catalogue User Guide RPL's Library Catalogue User Guide Checklist START In the Fall of 2014, Richmond Public Library (RPL) switched to a brand new Library Catalogue search system. This guide will explain how RPL members can

More information

Setting up the EDGE System in Outlook for Mac 2011

Setting up the EDGE System in Outlook for Mac 2011 Setting up the EDGE System in Outlook for Mac 2011 TOPICS COVERED INCLUDE: - Turning Off E-mail Notifications - Creating at Task - Setting Up Categories - Setting Up the Task View - Setting Up the Reading

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

LiveNX Upgrade Guide from v5.1.2 to v Windows

LiveNX Upgrade Guide from v5.1.2 to v Windows LIVEACTION, INC. LiveNX Upgrade Guide from v5.1.2 to v5.1.3 - Windows UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

USER GUIDE MADCAP LINGO Source Control: Git

USER GUIDE MADCAP LINGO Source Control: Git USER GUIDE MADCAP LINGO 10.1 Source Control: Git Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

More information

Outlook tips for road warriors

Outlook tips for road warriors Outlook 2000/2002: Tips for road warriors You use Outlook to send and receive e-mail and access your calendar and contacts when you re at the office, but what about when you re on the road? Don t worry

More information

4. In the Address Book drop-down list, click the address book that contains the addresses you want in your distribution list.

4. In the Address Book drop-down list, click the address book that contains the  addresses you want in your distribution list. Page 1 of 5 Outlook > Contacts Create and work with a distribution list Show All A distribution list is a collection of contacts. It provides an easy way to send messages to a group of people. For example,

More information

Creating a new CDC policy using the Database Administration Console

Creating a new CDC policy using the Database Administration Console Creating a new CDC policy using the Database Administration Console When you start Progress Developer Studio for OpenEdge for the first time, you need to specify a workspace location. A workspace is a

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Source Control: Perforce

Source Control: Perforce USER GUIDE MADCAP FLARE 2018 Source Control: Perforce Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this

More information

5 MANAGING USER ACCOUNTS AND GROUPS

5 MANAGING USER ACCOUNTS AND GROUPS MANAGING USER ACCOUNTS AND GROUPS.1 Introduction to user accounts Objectives.2 Types of User Accounts.2.1 Local User Account.2.2 Built-in User Account.2.3 Domain User Account.3 User Profile.3.1 Content

More information

How to create a PDF document for Duplicating to print for you.

How to create a PDF document for Duplicating to print for you. How to create a PDF document for Duplicating to print for you. Quick Instructions: 1. Make sure you have access to a printer with a postscript driver. 2. Map a drive letter to the PDF creation share on

More information

USB DRIVER INSTALLATION GUIDE

USB DRIVER INSTALLATION GUIDE USB DRIVER INSTALLATION GUIDE Use these instructions to install the USB drivers and Microsoft synchronization software for your Pathfinder 6057 printer. You need these utilities for your printer to communicate

More information

NPort Express, NPort Server Family, Async Server Windows XP Driver Installation Guide. Second Edition, December 2001

NPort Express, NPort Server Family, Async Server Windows XP Driver Installation Guide. Second Edition, December 2001 1 NPort Express, NPort Server Family, Async Server Windows XP Driver Installation Guide Second Edition, December 2001 Table of Contents Windows XP Driver Installation... 2 Installing the NPort Product...

More information

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters

Using Microsoft Word. Paragraph Formatting. Displaying Hidden Characters Using Microsoft Word Paragraph Formatting Every time you press the full-stop key in a document, you are telling Word that you are finishing one sentence and starting a new one. Similarly, if you press

More information

User Guide Online Backup

User Guide Online Backup User Guide Online Backup Table of contents Table of contents... 1 Introduction... 2 Getting Started with the Online Backup Software... 2 Installing the Online Backup Software... 2 Configuring a Device...

More information

This manual will explain how to do a mail merge in Cordell Connect, using the following Windows programs:

This manual will explain how to do a mail merge in Cordell Connect, using the following Windows programs: Section 10 Mail Merge Cordell Connect has very a useful mail merge function for letters and mailing labels. Mail merges can be performed using project, company or contact information. The data source for

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

Using BlueStep Backup

Using BlueStep Backup Using BlueStep Backup BlueStep Backup Your data is an invaluable resource. To protect and store critical digital documents and files, BlueStep Technologies offers the ideal technological solution - BlueStep

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Outlook 2010 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook options. Ribbon: Logically organizes Command Buttons onto Tabs and Groups

More information

Purchase and Setup instructions for SWVPS (Sept 15, 2014)

Purchase and Setup instructions for SWVPS (Sept 15, 2014) Purchase and Setup instructions for SWVPS (Sept 15, 2014) Our team recommends a Virtual Private Server (VPS) that works well for only $18.00 a month. Because trading in the market requires a platform that

More information

ADOBE DRIVE 4.2 USER GUIDE

ADOBE DRIVE 4.2 USER GUIDE ADOBE DRIVE 4.2 USER GUIDE 2 2013 Adobe Systems Incorporated. All rights reserved. Adobe Drive 4.2 User Guide Adobe, the Adobe logo, Creative Suite, Illustrator, InCopy, InDesign, and Photoshop are either

More information

Baselining Requirements Assets with Rational RequisitePro and Rational ClearCase. A Rational Software White Paper

Baselining Requirements Assets with Rational RequisitePro and Rational ClearCase. A Rational Software White Paper Baselining Requirements Assets with Rational RequisitePro and Rational ClearCase A Rational Software White Paper Table of Contents Introduction... 1 Overview... 2 Creating a new versioned Rational RequisitePro

More information

The People in Dairy Generator

The People in Dairy Generator The People in Dairy Generator Quick reference guide The People in Dairy Generator is a package which includes The People in Dairy Installer.dot, a Microsoft Word template which runs a program to assist

More information

Document Collaboration

Document Collaboration for Microsoft Word 97/98 Document collaboration is a term which refers to the development and review process to create a document by multiple individuals. Prepare a document for review With Microsoft Word,

More information

Objective New User Guide

Objective New User Guide Objective New User Guide 2016-2017 1 Guide Index Navigation P.3 Displaying Document Information (Metadata) P.4 Finding Documents P.5 Editing, Releasing and Document States P.6 Saving Documents into Objective

More information

MS Word MS Outlook Mailbox Maintenance

MS Word MS Outlook Mailbox Maintenance MS Word 2007 MS Outlook 2013 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 The Quota

More information

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients

INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients INF204x Module 2 Lab 2: Using Encrypting File System (EFS) on Windows 10 Clients Estimated Time: 30 minutes You have a standalone Windows 10 client computer that you share with your colleagues. You plan

More information

SilverStripe - Website Administrators

SilverStripe - Website Administrators SilverStripe - Website Administrators Managing Roles and Permissions In this section: Understand roles and security groups Learn how to set up a role Learn how to edit a role Learn how to create a security

More information

Server Edition USER MANUAL. For Microsoft Windows

Server Edition USER MANUAL. For Microsoft Windows Server Edition USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft Windows

More information

Outlook Quick Start Guide

Outlook Quick Start Guide Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable

More information

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM

NAVIGATING WINDOWS. What is WINDOWS? DESKTOP ICON PROGRAM NAVIGATING WINDOWS What is WINDOWS? It is simply a computer program, like WORD, EXCEL, with one VIP difference (the boss), it is the program that manages all the other programs and documents [aka files].

More information

SMART Recorder. Record. Pause. Stop

SMART Recorder. Record. Pause. Stop SMART Recorder The recorder is used to record actions that are done on the interactive screen. If a microphone is attached to the computer, narration can be recorded. After the recording has been created,

More information

Outlook Tips & Tricks

Outlook Tips & Tricks Table of Contents CUSTOMIZE THE NAVIGATION PANE... 1 CUSTOMIZE THE READING PANE... 2 USE AND CUSTOMIZE THE TO-DO BAR... 3 USE QUICK FLAGS... 5 CREATE SEARCH FOLDERS... 6 USE AND CUSTOMIZE E-MAIL ALERTS...

More information

Server Edition. V8 Peregrine User Manual. for Microsoft Windows

Server Edition. V8 Peregrine User Manual. for Microsoft Windows Server Edition V8 Peregrine User Manual for Microsoft Windows Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Microsoft, Windows, Microsoft Windows, Microsoft

More information

Cisdem AppCrypt Tutorial

Cisdem AppCrypt Tutorial Cisdem AppCrypt Tutorial 1 Table of Contents I. About Cisdem AppCrypt... 3 II. Activating this Application... 4 III. Application Operating... 5 I. Get Started... 5 II. Add & Remove Applications... 6 III.

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

VPS instruction. Connecting to the Remote Desktop. Dear Client,

VPS instruction. Connecting to the Remote Desktop. Dear Client, Dear Client, Congratulations! You are signed up to use the market's most advanced, convenient technology VPS hosting from EXNESS. For more information about this service and its advantages, visit: https://www.exness.com/intl/ru/tools/vps

More information

DO NOT POWER ON THE ZEBRA PRINTER OR CONNECT THE USB CABLE UNTIL INSTRUCTED TO DO SO!

DO NOT POWER ON THE ZEBRA PRINTER OR CONNECT THE USB CABLE UNTIL INSTRUCTED TO DO SO! 1 EnviroMap Zebra Setup Utilities Installation, Local Print Client Installation, &.ZPL File Association for Zebra GX420d Printers Connected via USB Cable The steps outlined below must be followed the first

More information

VISTA OPERATING SYSTEM

VISTA OPERATING SYSTEM VISTA OPERATING SYSTEM 1 VISTA OPERATING SYSTEM Software that helps the computer carry out operating tasks Similar to a Air Traffic Controller Manages input/output Displays info on the monitor Saves data

More information

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems Server Edition V8 Peregrine User Manual for Linux and Unix operating systems Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Red Hat is a registered trademark

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

PACE Suite. Release Notes. Version 3.3.1

PACE Suite. Release Notes. Version 3.3.1 PACE Suite Release Notes Version 3.3.1 Table of Contents VERSION 3.3.1 (07.11.2014)... 2 New features of MSI Editor... 2 Improvements of MSI Editor... 3 Bug fixes of MSI Editor... 3 VERSION 3.3.0 (03.10.2014)...

More information

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries

2 Frequently Asked... Questions. 4 How Do I... 1 Working within... Entries Contents I Table of Contents Part I Welcome 6 1 Welcome... 6 2 Frequently Asked... Questions 6 Part II Getting Started 6 1 Getting Started... 6 2... 7 Create a New Database... 7 Open an Existing... Database

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

More information

Reading: Managing Files in Windows XP

Reading: Managing Files in Windows XP Student Resource 13.4a Reading: Managing Files in Windows XP Directions: All recent versions of Windows (XP, Vista, Windows 7) have fairly similar ways of managing files, but their graphic user interfaces

More information

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support.

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support. Quick Start Guide Hello, and welcome to IRIS-Net software. We want you to get the most from your IRIS-Net projects and encourage you to explore the additional Read-Me and Help documentation provided with

More information

Working in Base ClearCase

Working in Base ClearCase Working in Base ClearCase Contents Working in Base ClearCase 1. ClearCase Concepts...1 Recommend Reading Paths...1 1.1 ClearCase Views...2 Snapshot Views and Dynamic Views...2 1.2 Versions, Elements,

More information

Installing the WinSCP Secure FTP Client

Installing the WinSCP Secure FTP Client Draft 0.9 Page 1 of 6 Installing the WinSCP Secure FTP Client This document will instruct you to install the WinSCP application that will provide Secure FTP (SFTP) access to your website folder. So why

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

Executing Workflows. Executing Workflows. Accessing Service Requests. This chapter contains the following sections:

Executing Workflows. Executing Workflows. Accessing Service Requests. This chapter contains the following sections: This chapter contains the following sections:, page 1 Adding Conditional Processing to Workflows, page 5 Context Workflow Mapping, page 11 Scheduling Workflows, page 13 Rolling Back Workflows, page 14

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

SmartJCForms User Guide

SmartJCForms User Guide SmartJCForms User Guide 6/18/2015 C O N T E N T S Part 1: Introduction and Getting Started... 4 Chapter 1 - Introduction SmartJCForms Overview... 5 System Requirements... 6 Installation... 6 Licensing...

More information

ipm Global CHAPTER 1 INSTALLATION CH 1 - p 1

ipm Global CHAPTER 1 INSTALLATION CH 1 - p 1 CHAPTER 1 INSTALLATION CH 1 - p 1 CHAPTER 1 - INSTALLATION 1.0 INSTALLATION 1.1 System Requirements In order to correctly install and use IPM, the follow system requirements must be met: - Microsoft Dynamics

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

LynxPad 3.0 Quick Start Guide

LynxPad 3.0 Quick Start Guide LynxPad 3.0 Quick Start Guide This guide teaches you how to perform basic functions in LynxPad while managing your next competition. For help while using LynxPad, click Help from the Menu bar and click

More information

VWR Protocole Builder Software User manual Summary

VWR Protocole Builder Software User manual Summary VWR Protocole Builder Software User manual Summary 1. Introduction... 2 1.1. What is VWR Protocole Builder Software?... 2 1.2. Passwords and User information... 2 1.3. Forgotten password... 2 2. Home screen...

More information

CCH Audit Automation SQL Release Notes

CCH Audit Automation SQL Release Notes CCH Audit Automation SQL 2017.3 Release Notes Disclaimer CCH Software has made every effort to ensure the accuracy and completeness of these release notes. However, CCH Software, its staff and agents will

More information

Collage II Tips and Tricks

Collage II Tips and Tricks Collage II Tips and Tricks Peter Mosinskis, Supervisor of Web Services, CSUCI Table of Contents Introduction... 1 Copy and Paste from Word... 2 Option 1. Word Notepad Collage... 2 Option 2. Word Dreamweaver

More information

Outlook Web App (Exchange 2010) User Guide Computer Training Solutions Version Revision Date

Outlook Web App (Exchange 2010) User Guide Computer Training Solutions Version Revision Date Outlook Web App (Exchange 2010) Computer Training Solutions Version 1.7 Revision Date 2014-December-1 Table of Contents QUICK REFERENCE... 2 OUTLOOK WEB APP URL... 2 MANITOBA EHEALTH SERVICE DESK... 2

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

VII. Corente Services SSL Client

VII. Corente Services SSL Client VII. Corente Services SSL Client Corente Release 9.1 Manual 9.1.1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. Table of Contents Preface... 5 I. Introduction... 6 Chapter 1. Requirements...

More information

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing

BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing BASIC USER TRAINING PROGRAM Module 1: Installation and Licensing Objective Student will be able to install itest and connect to an appropriate license source Outline Installation Windows Linux Setting

More information

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. SK Help Network Help Sheets - Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. Due to

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

You can also check the videos at the bottom of this page:

You can also check the videos at the bottom of this page: This document is provided to give you an idea what R-Tag Version Control can do and how you can use it. If you decide that you need more information or you prefer to see a demo of the software please do

More information

Sync User Guide. Powered by Axient Anchor

Sync User Guide. Powered by Axient Anchor Sync Powered by Axient Anchor TABLE OF CONTENTS End... Error! Bookmark not defined. Last Revised: Wednesday, October 10, 2018... Error! Bookmark not defined. Table of Contents... 2 Getting Started... 7

More information

RWT Network System Installation Guide

RWT Network System Installation Guide RWT Network System Installation Guide Copyright 2003, Talking Fingers, Inc. Page 1 of 48 This document is Copyright 2003 by Talking Fingers, Inc. All rights are reserved. This document may not be copied

More information

Instructions for Installing FlashUpdate and Downloading Updates for NPRT 2200 Noise Power Ratio Test Set

Instructions for Installing FlashUpdate and Downloading Updates for NPRT 2200 Noise Power Ratio Test Set Instructions for Installing FlashUpdate and Downloading Updates for NPRT 2200 Noise Power Ratio Test Set Updates to the instrument firmware are available from the Applied Instruments website. Requirements

More information