Compuware Test Drive Source Code Management, Deployment, and Release Automation Manage Compile Errors 4/5/2019

Size: px
Start display at page:

Download "Compuware Test Drive Source Code Management, Deployment, and Release Automation Manage Compile Errors 4/5/2019"

Transcription

1 Compuware Test Drive Source Code Management, Deployment, and Release Automation Manage Compile Errors 4/5/2019

2 Contents Getting Started with SCM - ISPW... 3 Code Changes... 7 Generate (AKA Compile) Promotion NEXT STEPS Page 2

3 Getting Started with SCM - ISPW The goal of this Test Drive section is to provide you with experience using Agile Source Code Management, Deployment, and Release Automation on a mainframe platform. Compuware ISPW enables developers to quickly and safely build, test and deploy mainframe code. This test drive will take you through the following activities: Creating an Assignment Making code changes Create compile errors with your code changes Generating/compiling Fix compile errors using Compare/Merge feature Promotion to Test and Production runtime environments Instructions: This guide contains many screenshots to provide a visual reference Every action you must take is in BOLD Please note each place that you must enter your own specific ID or number You must complete each step before proceeding to the next to successfully follow the guide The Compuware Test Drive Experience requires that users complete the Building Your Environment plorers_tw_test_drive.pdf exercise before starting any tutorial script. If, at any point during your experience, your host connection times out, you may need to log back in to the TestDrive host connection. Page 3

4 To get started in the Topaz Workbench: Open the Host Explorer perspective Click on the arrow next to Hosts, Right-click on TestDrive and select Login Logon on with the user credentials that were provided to you for with the TestDrive and click OK select ISPW from the Compuware menu Page 4

5 During this Test Drive you will encounter terms specific to ISPW. Here is a glossary for your convenience. Terminology Term Application Stream Life-Cycle Level Component Component Version Task Part Warehouse Assignment Container Release Container Set Container Add Task Checkout Task Edit Task Generate Task Promote Task Regress Task Delete Task Fallback Task Deploy Task Description Business Area Development Life-Cycle used by one or more Applications Transitional Code States (DEV, QA, PROD) in the Development Life-Cycle Instance of a Code State (DEV, QA, PROD) SCM managed object such as a Cobol source member. An immutable version of a Component. An instance of a unit of work. For example, a change to a Component. A generated object such as a load module, or a Listing or a DBRM Storage location for inactive historical or overlaid Component Versions (source and parts). A package of one or more, usually related, Tasks. A development container that is used to organize and manage development work. A package of Tasks from one or more Assignment Containers. An operational container that is used to organize and manage operational releases. A package of Tasks at an instance in time. A special ISPW container that is used internally to organize and manage work requests. Make a statement of intent, often because of some impact analysis. Copy source to development area Make a change to the source in the development area. Execute Compile and Link processes. Move Task forward to the next Level in the Life-Cycle. Move Task backwards to the previous Level in the Life- Cycle. Remove a Task from the development area Restore previous version of Task. Implement Task in one or more Run Time environments. Page 5

6 Substitute your values in the screenshots In this Test Drive the screen shots provided have used specific values that may differ from your assigned values. These were provided in your notice. While taking the test drive, you must substitute your assigned values! Variable Your Assigned Values Application Txxx* Assignment Prefix Txxx* * For the value of xxx, substitute the last three digits of your test drive username. Page 6

7 Code Changes Your development Task in this Test drive is to change a Cobol program using Topaz Workbench s content assist, create an error in the Cobol program fix it, generate it and promote it thru the Application Life-Cycle to Production. First, you will find and add a Cobol program into an ISPW Assignment from which you can perform all this work. 1. Change the Stream to CWEZ. 2. Change the Application to your assigned application value (Txxx, where xxx is your unique number) 3. Set the Level to PRD and ensure the Level option is set to Selected level only or All found in level and above these two choices will show the same results since there are no levels above PRD. 4. Filter the view even further by setting the Type to COB, this will allow you to focus only on the Cobol program components available in your stream application at the PRD level. Click Apply (circled) Page 7

8 The ISPW Repository View lists the Cobol Components for your application. Page 8

9 Right-Click on TPROG01 at level PRD and click Add to Assignment with Checkout. Note, if you don t see TPROG01 in the list, you may need to scroll down. From the Add Task dialog box, click the New button next to Assignment. This will allow you to create a new Assignment Container for your program. Page 9

10 Type a description for your Assignment and Click OK. A message will be displayed providing you with your new Assignment name. Click OK. Your new Assignment has been created and is ready to have Tasks added to it. An Assignment Container is the only Container Type in ISPW that Tasks can be added to. The Assignment Container is where a developer will spend much of your time. Page 10

11 A message will be displayed to inform you that the task has been checked out to your Assignment. Click OK. The Assignment Task List View will open and the Task that was added will be listed. Every operation that needs to be performed on this Task and other Components which are impacted by changing this Task (edit, impact analysis, compile, promote, deployment etc..) can be performed from this Assignment or other Assignments. Note that the Cobol program Task in the Assignment is checked out and sitting in the DEV1 level. The checkout date/time and userid is reflected in the Task information. At checkout, a destination level for the checkout was chosen DEV1. Page 11

12 To see the ISPW Life-Cycle, path structure, that was constructed for the Application, Click once on the Task and then Click on the View Life-Cycle icon. Page 12

13 A picture of the Life-Cycle is presented. You will notice the levels containing the Versions of the highlighted Cobol program Task are colored indicating the existence of a version of that Component at those levels. From this picture it is very easy to visually see where Versions exist. By choosing the DEV1 Level, you have defined the Path to Production DEV1-QA1-STG-PRD. Other versions of these Components may also exist at other levels and may be passing thru the other three paths FIX, DEV2 or DEV3. Four paths were created for the application one for emergencies starting at level FIX and three for development starting at DEV1, DEV2 and DEV3. The application level structure is customizable when defining the applications to ISPW. Any number of paths can be defined with a minimum of three Levels. Page 13

14 Now that you have a Version of a Cobol program the next step would be to make changes to it. To do this either right-click on TPROG01 and select Open or simply double-click on it. The version s source will be presented in SlickEdit for editing. Click Yes SlickEdit downloads the copybooks Page 14

15 Type your changes. Make sure you break the program so that it won t compile. As an example, we removed ID from PROGRAM-ID and removed the * from line 800. You can do anything you like to break the program. Once you have made your changes, close the SlickEdit view. Click Yes to save the changes. Note the Operation, date/time and User ID fields have been updated to reflect the change in the Task status. Page 15

16 Generate (AKA Compile) The Cobol program will be generated/compiled, and your Assignment Task List will be updated to reflect the new status. The Operation will be Generate The User ID, Date/Time will be updated The Message will be updated to reflect the successful completion of the generate Now it is time to compile/generate the Cobol program, so we can do our testing. To do this, Right-Click on TPROG01 and click Generate. Page 16

17 The status column will display a message showing that the Task is being generated. The screen will refresh automatically when the generate is done. The Task will be updated with the date and time of the generate, the user who performed the generate and the operation will reflect a generate has occurred. As expected, the generate fails. Page 17

18 Topaz Workbench allows you to display the Compile Diagnostics integrated with the source. Right-click on the task and click Show Compile Diagnostics Click the expand button for Errors as shown below Page 18

19 To go right to your error in the source code, double-click on the first error message Click Yes. Topaz displays the source positioned at the error: For our purposes, we are going to resolve the errors by merging with the version in production. Close the source by clicking on the close button. Page 19

20 Click on the ISPW Tasks view Right click on TPROG01 and click Compare/Merge. ISPW will display a dialog for you to select the version to compare to. Click on the production version then click OK Page 20

21 The Compare view opens showing the two versions side by side. The program on the left is TPROG01 at PRD and the program on the right is the one you just changed in DEV1. When you hover over your mouse cursor over the buttons above the Text Compare, you will see a variety of selections that you can use to help fix your program. Click the Copy All from Left to Right button This copies all the differences from the production into the current version. This tool can also be used if you are in a concurrent development situation and you want to compare your version of the program to another developer s version of the program. Page 21

22 Close the Compare View and click yes to save your changes. You are now ready to generate your program. Right click on the program and select Generate. Page 22

23 Promotion At this point you have Edited a Cobol program and made errors in your coding so that the program would not recompile Used the ISPW merge/compare feature to fix said errors Generated your program after the errors were fixed Now you are ready to promote your changes to the QA1 level. To promote the Task to the QA1 level Right- Click on the Task and select Promote. This action will create a Set Container. Sets are a special category of containers within ISPW that are used to conduct operations such as promotion and deploy. They are temporary and created by ISPW as needed for the work. This allows you to promote subsets of Tasks within an Assignment container without the need to act on all, of the Tasks at once. Page 23

24 Once you click Promote the selected Task(s) are placed in a SET container for the promotion. The ISPW Set processor will: Perform the promotion of the source to QA1 Cleanup the DEV1 level (source and parts if applicable) Perform generates, in order, of all the Task(s) in the SET which require a generation As the Task(s) in the SET are being processed you can monitor the progress by Clicking the refresh button. Click OK. Page 24

25 In the screen shot below you can see the promotion has finished the Task has been promoted to QA1 (see the Level value and the Operation in the Task List as well as the highlighted Level in the picture). Note the Operation of the program reflects a Generate as the last operation. The SET processor performed a promotion and then a generation as ISPW recognized a generate was required or COB types at the QA1 level based on the configuration of this application. Let us assume all the testing at the QA1 level has been successfully completed and you are ready to promote to the STG level. Right Click on the task as before and click Promote. Page 25

26 ISPW creates a Set container. The selected Task(s) are placed in a SET container for the promotion. The ISPW Set processor will: Perform the promotions of all the parts to STG Cleanup the QA1 level (source and parts if applicable) As the Task(s) in the SET are being processed you can monitor the progress by Clicking the refresh button. In the screen shot below you can see the Task has been selected for a Promote the primary ISPW started Task has started a SET processor for this SET the Cobol program is being promoted Click OK. Page 26

27 In the screen shot below a final refresh has been done showing that the promotion has completed all the Tasks have successfully been promoted to STG Note the Operation of the program reflects a Promote as the last operation. The SET processor performed a promotion and recognized that a Generate was not required for COB types at the STG level based on the configuration of this application. Assuming all the testing at the STG level has been successfully completed, you are now ready to promote the Tasks to the PRD level. Page 27

28 Right Click on the task as before and select Promote. Note: ISPW uses your installation s security (RACF/TopSecret/ACF2) to manage process security (granular control of permissions by user and function). Process security defines who can perform which commands at which levels in the Life-Cycle. While a Developer can perhaps request the Promote operation when promoting to the STG and QA1 levels, perhaps a Change Coordinator role is responsible for requesting the Promotion to PRD. One or more approvals can be put in place for each application/level promotion, including but not limited to Application Manager, QA Manager, Impact, DBA, JOB Scheduling, peer, or VP roles. A Set container will be created. The selected Task(s) are being placed in a SET container for the promotion. The ISPW Set processor will: Perform the promotions of all the parts to the PRD Level Cleanup the STG level source and parts as applicable Click OK. Page 28

29 The application has been configured to require an approval for the Promotion to PRD. Below the STATUS shows the Tasks are locked in a SET for a Promote process but the SET needs approval before the promote can proceed. The Approval can be performed from Topaz/ISPW TSO/ISPW ISPF Interface Browser interface (including mobile) For this Test Drive you will do the approval from Topaz/ISPW. Click on the Task, then Right-Click on the STG box in the Life-Cycle diagram to perform the approval. Select APPROVE to approve the SET promotion ISPW will now start a SET processor to perform the promotion of the Tasks collected in the SET to the PRD Level. Page 29

30 You can see in the updated screen shot below that SET processing has begun The Cobol program has been processed for a Promotion and is now at the PRD level The Promotion to the PRD level has completed. The source and parts for the Cobol program were moved to the PRD level Life-Cycle libraries and the STG level libraries were cleaned up as appropriate. As a Developer you are now finished with your Assignment, so it can be closed. Assignments can be closed manually and are usually closed to unclutter the ISPW Container List View. To Close the Assignment first Close the ISPW Tasks View by clicking on the Close button. Page 30

31 Click on the ISPW Containers View To Close your Assignment, Right Click on your Assignment and select CLOSE. Page 31

32 A Close confirmation panel is presented. Click OK to complete the Close. For audit purposes, closed Assignments, Sets and Releases are never deleted from ISPW. They are just filtered out of the standard day-to-day view. Once an Assignment, Set or Release is closed it is removed from the standard filtered list, but it is still part of ISPW history and can be viewed at any time. Page 32

33 You are done your job has been to change a Cobol program. As a part of this exercise, you have been able to use Compuware Topaz and ISPW to execute a workflow: Created an Assignment Added and checked out a Cobol program Changed it using SlickEdit Created compile errors Compiled/Generated the program Viewed the Compile diagnostics Fixed the compile errors using the Compare/Merge feature Generated the program again Promoted the Task from DEV1 to QA1, QA1 to STG and STG to PRD Approved the promotion to production Closed your Assignment to complete the change cycle Congratulations! You have completed this ISPW tutorial for Compuware Test Drive. NEXT STEPS Click on the link below to return to the Compuware Test Drive main page and choose your next road trip! COMPUWARE TEST DRIVE Page 33

Compuware Test Drive Source Code Management, Deployment, and release Automation

Compuware Test Drive Source Code Management, Deployment, and release Automation Compuware Test Drive Source Code Management, Deployment, and release Automation Contents Getting Started with SCM - ISPW... 3 Code Changes... 7 ISPW Impact Analysis... 19 Promotion... 36 NEXT STEPS...

More information

Compuware Test Drive Source Code Management, Deployment, and Release Automation - Test Drive ISPW Work List and Reporting 3/18/2019

Compuware Test Drive Source Code Management, Deployment, and Release Automation - Test Drive ISPW Work List and Reporting 3/18/2019 Compuware Test Drive Source Code Management, Deployment, and Release Automation - Test Drive ISPW Work List and Reporting 3/18/2019 Contents Getting Started with SCM ISPW Work List... 3 Work List Reporting...

More information

COMPUWARE TEST DRIVE TOPAZ WORKBENCH WORKSHOP. Automated Unit Testing

COMPUWARE TEST DRIVE TOPAZ WORKBENCH WORKSHOP. Automated Unit Testing COMPUWARE TEST DRIVE TOPAZ WORKBENCH WORKSHOP Automated Unit Testing In this tutorial, you will create reusable test scenarios and run them independently with data stubs, regardless of data accessibility.

More information

Managing Change at the Speed of Business

Managing Change at the Speed of Business Managing Change at the Speed of Business Craig Danielson, PMP IT Change Manager Commerce Bank of Kansas City, MO March 14, 2012 10926: Customer Experience - Creating One Change Solution for all Platforms

More information

SureClose Product Line

SureClose Product Line SureClose Product Line Release Notes 3.7 June 21, 2013 SureClose 3.7 Release Notes June 2013 1 Table of Contents Overview... 4 Post-Installation Considerations... 4 Features and Functionality... 6 New

More information

USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL Version 1.1.0

USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL Version 1.1.0 USER GUIDE DATACOM JIRA ISSUES MANAGEMENT TUESDAY, 22 APRIL 2014 Version 1.1.0 Contents 1 INTRODUCTION... 3 2 KEY CONCEPTS TO UNDERSTAND... 4 2.1 Assigning vs. Progressing an Issue... 5 2.2 Workflow...

More information

ISPW Version 4.2 ISPW History and Architecture - Crash Course

ISPW Version 4.2 ISPW History and Architecture - Crash Course ISPW Version 4.2 ISPW History and Architecture - Crash Course May 2010 All references made to other products in this paper may be registered trademarks of their respective companies: ASCENT Solutions Inc.

More information

Enter your Appserv username and password to sign in to the Website

Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Windows 10 Device Step 1. To sign in to the Appserv Desktop Access website, either enter the following address into the Microsoft Edge browser address bar, or click

More information

Getting Started with Xpediter/Eclipse

Getting Started with Xpediter/Eclipse Getting Started with Xpediter/Eclipse This guide provides instructions for how to use Xpediter/Eclipse to debug mainframe applications within an Eclipsebased workbench (for example, Topaz Workbench, Eclipse,

More information

Using SourceTree on the Development Server

Using SourceTree on the Development Server Using SourceTree on the Development Server This content has been modified to exclude client information. Such omissions include the client name and details of the client s infrastructure, such as domain

More information

Introduction to IntelliJ

Introduction to IntelliJ Introduction to IntelliJ IntelliJ is a large software package used by professional software developers. This document will give you a brief introduction but is by no means exhaustive. If you have questions

More information

VPN Installation Quick Setup Guide

VPN Installation Quick Setup Guide VPN Installation Quick Setup Guide For PCs running This document will help guide you through the process of installing the NJ TRANSIT VPN software on your Microsoft Windows 7 personal computer. If at any

More information

Topaz for Total Test User Guide

Topaz for Total Test User Guide Topaz for Total Test User Guide Table of Contents Welcome to Topaz for Total Test... 1 Introduction... 2 Performance... 2 Intended Audience... 3 How This Guide is Organized... 3 Product Support... 3 Overview

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

Javelin Workbench Tutorial. Version 3.0 September, 2009

Javelin Workbench Tutorial. Version 3.0 September, 2009 Javelin Workbench Tutorial Version 3.0 September, 2009 OVERVIEW The Javelin Workbench Beginner Tutorial walks you through the steps of building online feedback forms for the purposes of data collection.

More information

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide

Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide Production Assistance for Cellular Therapies (PACT) PACT Application System User s Guide Version 1.0 February 9, 2017 Version 1.0 TABLE OF CONTENTS 1.0 Getting Started... 1 1.1 Access to the Internet...

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

WORKING IN TEAMS WITH CASECOMPLETE AND SUBVERSION. Contents

WORKING IN TEAMS WITH CASECOMPLETE AND SUBVERSION. Contents WORKING IN TEAMS WITH CASECOMPLETE AND SUBVERSION Contents Working in Teams with CaseComplete... 3 Need an introduction to how version control works?... 3 Exclusive Checkout... 4 Multiple Checkout... 4

More information

DOCUMENTUM D2. User Guide

DOCUMENTUM D2. User Guide DOCUMENTUM D2 User Guide Contents 1. Groups... 6 2. Introduction to D2... 7 Access D2... 7 Recommended browsers... 7 Login... 7 First-time login... 7 Installing the Content Transfer Extension... 8 Logout...

More information

Web-enable a 5250 application with the IBM WebFacing Tool

Web-enable a 5250 application with the IBM WebFacing Tool Web-enable a 5250 application with the IBM WebFacing Tool ii Web-enable a 5250 application with the IBM WebFacing Tool Contents Web-enable a 5250 application using the IBM WebFacing Tool......... 1 Introduction..............1

More information

S2 NetBox v4.8 Basic End-User Admin Training

S2 NetBox v4.8 Basic End-User Admin Training S2 NetBox v4.8 Basic End-User Admin Training 4/8/16 S2 Security 1 Table of Contents Introduction... 3 Log into your NetBox System... 3 Person Records... 5 Accessing Person Records... 5 Content of a Person

More information

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide

HP ALM Overview. Exercise Outline. Administration and Customization Lab Guide HP ALM 11.00 Administration and Customization Lab Guide Overview This Lab Guide contains the exercises for Administration and Customization of HP ALM 11 Essentials training. The labs are designed to enhance

More information

WebEx Meeting Participant Guide

WebEx Meeting Participant Guide WebEx Meeting Participant Guide Signing On to a WebEx Meeting 1 Attending a WebEx Meeting 3 WebEx Meeting Tabs 4 WebEx Meeting Audio Information 6 Streaming Audio 6 Phone Audio 8 WebEx Meeting Panels 10

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions ACCESS AND NAVIGATION 1. Can I change my password? 2. What are the guidelines for a new password? 3. What types of information will I get in RDC news? 4. I closed RDC Onsite

More information

Registering for Courses Online How To Guide

Registering for Courses Online How To Guide Registering for Courses Online How To Guide My Login Information: Email Address: Password: 2 1. Go to burlington.ca/play 2. Click on Login, Browse & Register Recreation 2 1 2 1. Login to Your Account using

More information

Upside Viewers Job Aid

Upside Viewers Job Aid Upside Using Filters to Find Contracts Use the Contract Listing View to find the contracts you re looking for. In the Menu Pane, expand Contracts. Click on the Contracts sub menu item. The Contract Listing

More information

How Do I Inspect Error Logs in Warehouse Builder?

How Do I Inspect Error Logs in Warehouse Builder? 10 How Do I Inspect Error Logs in Warehouse Builder? Scenario While working with Warehouse Builder, the designers need to access log files and check on different types of errors. This case study outlines

More information

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 Creating, Uploading and Sharing Documents To open Google Docs, select Drive on the menu bar of your Google Mail browser.

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

IBM Software Configuration Library Manager Advanced Edition for z/os, Version 1.2

IBM Software Configuration Library Manager Advanced Edition for z/os, Version 1.2 Streamlining z/os application development processes and package approvals IBM Software Configuration Library Manager Advanced Edition for z/os, Version 1.2 Highlights Provides a cost-effective and fully

More information

WEBUS Web Updating System Client User s Guide

WEBUS Web Updating System Client User s Guide WEBUS Web Updating System Version 2.3 TelVue Virtual Television Networks 16000 Horizon Way, Suite 500 Mt. Laurel, NJ 08054 Phone (800) 885-8886 (TVTN) Fax (856) 886-7411 www.tvtn.tv Table of Contents WEBUS...

More information

SnapManager for Microsoft SQL Server. December 2016 SL10311 Version 1.6.0

SnapManager for Microsoft SQL Server. December 2016 SL10311 Version 1.6.0 SnapManager for Microsoft SQL Server December 2016 SL10311 Version 1.6.0 TABLE OF CONTENTS 1 Introduction... 3 1.1 Why SnapManager for SQL?...3 1.2 Prerequisites... 3 2 Lab Environment... 4 3 Lab Activities...

More information

Maintain an ILE RPG application using Remote System Explorer

Maintain an ILE RPG application using Remote System Explorer Maintain an ILE RPG application using Remote System Explorer ii Maintain an ILE RPG application using Remote System Explorer Contents Maintain an ILE RPG application using Remote System Explorer.......

More information

Build the application using Rational Build Forge

Build the application using Rational Build Forge Build the application using Rational Build Forge In this lab, as the Build Engineer, you will run a formal build of Release 2.0 of the RatlBankWeb application. After the build completes, you will be able

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

@ECHO OFF c: cd \ msiexec /qn /i \\ \apps\SBACSecureBrowser6.3-Win.msi REBOOT=ReallySuppress exit

@ECHO OFF c: cd \ msiexec /qn /i \\ \apps\SBACSecureBrowser6.3-Win.msi REBOOT=ReallySuppress exit The Third Party Software Deployment feature of SyAM Management Utilities can be used to perform a silent deployment of Smarter Balanced Assessment Consortium Secure Browser to Windows machines. Requirements:

More information

Upside Approvers Job Aid

Upside Approvers Job Aid Upside Approvers Job Aid Approving Contract Documents a. In the Toolbar, click on the Print Preview icon. The Print Preview dialog box opens. b. Click the Prepare Document button. Before you approve a

More information

DocumentDirect for Windows (DDW) Current version 4.4 (white screen)

DocumentDirect for Windows (DDW) Current version 4.4 (white screen) DocumentDirect for Windows (DDW) Current version 4.4 (white screen) The basics how to open, navigate and how to export & save your DocumentDirect report to excel Prepared by Kittson, Norman, Roseau Counties

More information

Publication Date: 9/13/16

Publication Date: 9/13/16 Publication Date: 9/13/16 TABLE OF CONTENTS Page Employee Training PowerPoint Presentation.. 1 How To Job Aids (Also available on County Website): How to Log on and sign off 38 How to navigate MY TIMECARD...

More information

Topaz Workbench Data Visualizer User Guide

Topaz Workbench Data Visualizer User Guide Topaz Workbench Data Visualizer User Guide Table of Contents Displaying Properties... 1 Entering Java Regular Expressions in Filter Fields... 3 Related Topics... 3 Exporting the Extract Trace Events View...

More information

<Partner Name> RSA ARCHER GRC Platform Implementation Guide. RiskLens <Partner Product>

<Partner Name> RSA ARCHER GRC Platform Implementation Guide. RiskLens <Partner Product> RSA ARCHER GRC Platform Implementation Guide 2.4.1 Wesley Loeffler, RSA Engineering Last Modified: April 25 th, 2018 2.4 Solution Summary The & Archer integration connects

More information

Setting Up a Paper in APA Style Using Microsoft Word 2007

Setting Up a Paper in APA Style Using Microsoft Word 2007 Setting Up a Paper in APA Style Using Microsoft Word 007 Open Microsoft Word 007. By default Word opens a new blank document. It is easiest if you create all of these settings before you begin your paper.

More information

EUSurvey OSS Installation Guide

EUSurvey OSS Installation Guide Prerequisites... 2 Tools... 2 Java 7 SDK... 2 MySQL 5.6 DB and Client (Workbench)... 4 Tomcat 7... 8 Spring Tool Suite... 11 Knowledge... 12 Control System Services... 12 Prepare the Database... 14 Create

More information

WORKING IN TEAMS WITH CASECOMPLETE AND THE CASECOMPLETE PROJECT SHARING ADDIN. Contents

WORKING IN TEAMS WITH CASECOMPLETE AND THE CASECOMPLETE PROJECT SHARING ADDIN. Contents WORKING IN TEAMS WITH CASECOMPLETE AND THE CASECOMPLETE PROJECT SHARING ADDIN Contents Working in Teams with CaseComplete... 2 Need an introduction to how version control works?... 2 Exclusive Checkout...

More information

Instructions for the Download and Installation of CTAS Version 8.2 Update (Patch)

Instructions for the Download and Installation of CTAS Version 8.2 Update (Patch) Instructions for the Download and Installation of CTAS Version 8.2 Update (Patch) Office of the State Auditor Website: http://www.osa.state.mn.us/ NOTE: Some pictures and screenshots in these instructions

More information

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018

CMS 504: D2 for Space Contributors and Coordinators Updated: January 29, 2018 CMS 504: D2 for Space Contributors and s Agenda Part One What is Documentum D2? Groups: Support,, Contributor, Consumer D2 Overview: Login/Logout Main Menu User settings Workspaces Widgets Spaces Folders

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Instructions for Download and Installation of CTAS Version 8.2 Full Install

Instructions for Download and Installation of CTAS Version 8.2 Full Install Instructions for Download and Installation of CTAS Version 8.2 Full Install Office of the State Auditor Website: http://www.osa.state.mn.us/ NOTE: Some pictures and screenshots in these instructions refer

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

IBM z/os Management Facility Hands-on Lab

IBM z/os Management Facility Hands-on Lab IBM z/os Management Facility Hands-on Lab Session 9075 SHARE in Anaheim March 2011 Anuja Deedwaniya anujad@us.ibm.com Page 1 of 45 Lab Agenda Brief overview of z/osmf Start the hands on Lab Logon to z/osmf

More information

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Portals. Author: Sparx Systems. Date: 19/03/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Portals Author: Sparx Systems Date: 19/03/2018 Version: 1.0 CREATED WITH Table of Contents Portals 3 Perspective Portal 6 Workspace Portal 7 Window Portal 9 Status

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

Enterprise Architect. User Guide Series. Portals

Enterprise Architect. User Guide Series. Portals Enterprise Architect User Guide Series Portals What are Portals? In Sparx Systems Enterprise Architect, each Portal is a high-level logical grouping of common tools, custom searches, window layouts and

More information

New website Training:

New website Training: New website Training: Table of Contents 1. Logging in and out of the new site. 2. Edit Content a. How to edit content b. Paragraph types c. Adding links d. Adding an image e. Adding a document f. Saving

More information

axes extensions Newsletter April 2010 In This Issue

axes extensions Newsletter April 2010 In This Issue http://www.lansa.com Newsletter April 2010 axes extensions When your 5250 application has been deployed automatically in a browser using the true zero deployment technique of axes, you can use axes extensions

More information

Enterprise Architect. User Guide Series. Portals

Enterprise Architect. User Guide Series. Portals Enterprise Architect User Guide Series Portals What are Portals? In Sparx Systems Enterprise Architect, each Portal is a high-level logical grouping of common tools, custom searches, window layouts and

More information

From: Sudarshan N Raghavan (770)

From: Sudarshan N Raghavan (770) Spectrum Software, Inc. 11445 Johns Creek Pkwy. Suite 300 Duluth, GA 30097 www.spectrumscm.com Subject: SpectrumSCM Plugin for the Eclipse Platform Original Issue Date: February 2 nd, 2005 Latest Update

More information

NAMI Affiliate Profile Center Contact Manual

NAMI Affiliate Profile Center Contact Manual NAMI Affiliate Profile Center Contact Manual Standards of Excellence/Center for Excellence November 2013 Table of Contents Chapter Page I. NAMI Affiliate Profile Center Contact Training Timetable 3 II.

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

ADMIN TRAINING. Definition and working with TD/OMS

ADMIN TRAINING. Definition and working with TD/OMS ADMIN TRAINING Definition and working with TD/OMS Contents About this Training Overview General Definitions Application Configuration Work Management the 5250 Way Distribution Setup Recovery Advanced History

More information

Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS

Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS Certify User Guide CREATING & SUBMITTING EXPENSE REPORTS Copyright 2018 All Rights Reserved This version is current as of July 1, 2018 For continuously updated instructions, please visit our Help Center

More information

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2)

How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) How-to Guide for Exercise Familiarize Yourself with SAP Fiori UX (Week 1, Unit 6, Part 2) Table of Contents Introduction... 2 Connect to the opensap instance... 3 Login to the SAPgui... 5 Disable Internet

More information

Eclipse Plug-in for AccuRev User s Guide Version April 2012

Eclipse Plug-in for AccuRev User s Guide Version April 2012 Eclipse Plug-in for AccuRev User s Guide Version 2012.1 April 2012 Revised 4/16/12 Copyright AccuRev, Inc. 1995 2012 ALL RIGHTS RESERVED This product incorporates technology that may be covered by one

More information

Remedy ITSM Quick Start Guide

Remedy ITSM Quick Start Guide Remedy ITSM Quick Start Guide COPYRIGHT / USE OF TRADEMARKS Copyright 2012 by the Board of Curators, University of Missouri. Trademarked names appear throughout this book. Rather than list the names and

More information

Investigator Site OC RDC PDF User Guide

Investigator Site OC RDC PDF User Guide Investigator Site OC RDC PDF User Guide Version 1.0 Page 1 of 40 TABLE OF CONTENTS Accessing OC RDC Steps for Access 3 Logging On 4 Change Password 4 Laptop and System Security 5 Change Study 5 Navigating

More information

IBM Rational Developer for System z PROC Validation

IBM Rational Developer for System z PROC Validation RDz Workstation / Host Component Validation IBM Rational Developer for System z PROC Validation Checklist #3 Version V1.3 February 27, 2012 The home location for this document is in the RDz Server Health

More information

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.3

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.3 Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.3 REVISION DATE: June 2015 Copyright 2015 Adlib This manual, and the Adlib products to which it refers, is furnished under license and may be used or

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

Modular Object Scanning Technology (MOST)

Modular Object Scanning Technology (MOST) Modular Object Scanning Technology (MOST) 12/28/2009 The Perfect Scanning Solution MOST 1 Table of Contents Introduction... 4 What is MOST?... 4 System Requirements... 4 Hardware Requirements... 4 About

More information

OrgPublisher Cross Browser Planning User Guide

OrgPublisher Cross Browser Planning User Guide OrgPublisher Cross Browser Planning User Guide Table of Contents Table of Contents Logging in to Cross Browser Planning... 4 Working with Cross Browser Planning Charts... 5 Send Planning-Enabled Chart

More information

School Specialty New Release Manual

School Specialty New Release Manual School Specialty New Release Manual Version 11.1 Table of Contents: Registration Entering Orders Search Options Search by Catalog Number Search by Keyword Digital Catalogs Upload File Add to Shopping List

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

Windows 10 Creators Edition Tips & Tricks. These New Hidden Features Will Save You Time and Money

Windows 10 Creators Edition Tips & Tricks. These New Hidden Features Will Save You Time and Money Windows 10 Creators Edition Tips & Tricks These New Hidden Features Will Save You Time and Money In April 2017, Microsoft released the new Windows 10 Creators Edition. Its features will save you hours

More information

How to get Fix internet IP address for your computer

How to get Fix internet IP address for your computer Made By: Richard Chang How to get Fix internet IP address for your computer Recommended free DDNS server websites: 1) In order to get the TR-101 GPRS information through internet, you must have a fix IP

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information

HC3 Move Powered by Carbonite

HC3 Move Powered by Carbonite HC3 Move Powered by Carbonite Quickstart Guide Document Version 1.2: 07/2018 Scale Computing 2018 1 Table of Contents Introduction 6 Terminology 6 Requirements 7 Carbonite Move 7 Scale Computing HC3 7

More information

Help Guide Service Readiness Management

Help Guide Service Readiness Management Help Guide Service Readiness Management (27-11-12) Page 1 Table of Contents SRM Help Guide... 4 Login... 4 Create New Account / Register... 5 Starting Page / Self Audit... 6 Identify Tools... 7 Summary...

More information

Logging into your online campus:

Logging into your online campus: 2018 TABLE OF CONTENTS Logging into your Online Campus... 3 Home, Training & Administration Tabs... 4 Training Tab... 4 Taking a course... 5 Administration Tab.... 5 Managing User Accounts... 6 Adding

More information

SARS ANYWHERE ADMINISTRATION MANUAL APPENDICES

SARS ANYWHERE ADMINISTRATION MANUAL APPENDICES SARS ANYWHERE ADMINISTRATION MANUAL APPENDICES APPENDIX A HELP FILE The Help feature is a convenient and quick way to obtain more information about SARS Anywhere topics. There are four ways to use the

More information

1 Preface About this Manual Intended Audience Revision History Document Conventions Version...

1 Preface About this Manual Intended Audience Revision History Document Conventions Version... Table of Contents 1 Preface... 3 1.1 About this Manual... 3 1.2 Intended Audience... 3 1.3 Revision History... 3 1.4 Document Conventions... 3 1.5 Version... 4 2 Introduction... 5 2.1 Overview... 5 2.2

More information

Mission Control 5.0. Mission Control Admin Guide. January, 2016

Mission Control 5.0. Mission Control Admin Guide. January, 2016 Mission Control 5.0 Mission Control Admin Guide January, 2016 Mission Control Admin Guide You can find the most up-to-date technical documentation at: docs.delphix.com The Delphix Web site also provides

More information

ISPW: Enterprise Cross-Platform SCM SHARE Anaheim: Session 9132 Thursday, March 3, 2011

ISPW: Enterprise Cross-Platform SCM SHARE Anaheim: Session 9132 Thursday, March 3, 2011 ISPW: Enterprise Cross-Platform SCM SHARE Anaheim: Session 9132 Thursday, March 3, 2011 Christina McGill, ISPW Craig Danielson, Commerce Bank Mark Tucker, Commerce Bank Pat Rosmarin, State Auto About the

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated July 2014 Copyright 2010, 2012, 2014 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC

More information

Managing Service Requests

Managing Service Requests CHAPTER 8 This chapter describes how to manage Prime Fulfillment service requests through the Service Request Manager window. It contains the following sections: Accessing the Service Request Manager Window,

More information

CodeWarrior Development Tools mwclearcase Plug-in User Guide

CodeWarrior Development Tools mwclearcase Plug-in User Guide CodeWarrior Development Tools mwclearcase Plug-in User Guide Revised 2002/10/29 Metrowerks, the Metrowerks logo, and CodeWarrior are registered trademarks of Metrowerks Corp. in the US and/or other countries.

More information

Example 1 Simple Broadcast: A broadcast is sent to a target audience. The may contain a link directing the user to a web page.

Example 1 Simple Broadcast: A broadcast  is sent to a target audience. The  may contain a link directing the user to a web page. CRM Designing a Dialog Flow Purpose: A flow defines the sequence of actions that Online Marketing will perform after the dialog is deployed. The flow consists of a series of steps (actions) defining how

More information

Microsoft Word 2010 Introduction. 5/18/2010 Archdiocese of Chicago Mike Riley

Microsoft Word 2010 Introduction. 5/18/2010 Archdiocese of Chicago Mike Riley Microsoft Word 2010 Introduction 5/18/2010 Archdiocese of Chicago Mike Riley i VIDEO TUTORIALS AVAILABLE Almost 100,000 video tutorials are available from VTC. The available tutorials include Windows 7,

More information

Snapshot Best Practices: Continuous Integration

Snapshot Best Practices: Continuous Integration Snapshot Best Practices: Continuous Integration Snapshot provides sophisticated and flexible tools for continuously keeping Salesforce accounts, developer projects, and content repositories synchronized.

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Livelink Training Manual

Livelink Training Manual Livelink Training Manual Table of Contents 1.0 ACCESS LIVELINK... 4 2.0 NAVIGATING THROUGH LIVELINK... 4 2.1 Themes... 4 2.2 High level Livelink Structure... 5 2.3 Toggling between Quicklinks and Tree

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

UR Docs Indexer And Assessor

UR Docs Indexer And Assessor UR Docs Indexer And Assessor 2013, University of Regina. All rights reserved. Page 2 UR Docs Table of Contents SECTION 1 NAVIGATION... 4 A. Background... 4 B. Logging In... 4 C. Logging Out... 5 D. Nolij

More information

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1

Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1 Adlib PDF FileNet Connector Guide PRODUCT VERSION: 5.1 REVISION DATE: January 2014 Copyright 2014 Adlib This manual, and the Adlib products to which it refers, is furnished under license and may be used

More information

InSite MSM s New Web-Based System for Work Order Submissions Sign Up Instructions. First Time Login (Obtain Login Credentials)

InSite MSM s New Web-Based System for Work Order Submissions Sign Up Instructions. First Time Login (Obtain Login Credentials) First Time Login (Obtain Login Credentials) To obtain access credentials for logging into InSite: 1. Open an Internet Browser Window (e.g., Internet Explorer 6). 2. Enter the URL provided by your organization

More information

ApplicationServer XG Version 11. Last updated:

ApplicationServer XG Version 11. Last updated: ApplicationServer XG Version 11 Last updated: 2013-10-09 Table of Contents Introduction to 2X ApplicationServer... 1 What is 2X ApplicationServer?... 1 How does it work?... 1 About This Document... 1 Introduction...

More information

Welcome to your Lacerte products! We appreciate your business.

Welcome to your Lacerte products! We appreciate your business. Welcome to your Lacerte products! We appreciate your business. Please follow steps 1 through 4 in this guide: Step 1: Install the Final 2014 Program Step 2: Install the 2015 Program Step 3: Transfer Your

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

More information