Installation and Release Notes

Total Page:16

File Type:pdf, Size:1020Kb

Installation and Release Notes AccuRev® Installation and Release Notes Version 6.2.2 Revised 17-November-2015 Copyright and Trademarks Copyright © Micro Focus 2015. All rights reserved. This product incorporates technology that may be covered by one or more of the following patents: U.S. Patent Numbers: 7,437,722; 7,614,038; 8,341,590; 8,473,893; 8,548,967. AccuRev, AgileCycle, and TimeSafe are registered trademarks of AccuRev, Inc. AccuBridge, AccuReplica, AccuSync, AccuWork, AccuWorkflow, Kando, and StreamBrowser are trademarks of AccuRev, Inc. All other trade names, trademarks, and service marks used in this document are the property of their respective owners. Table of Contents Introduction............................................................................................................................................... 1 Highlights of this Release .................................................................................................................... 1 New: Gated Streams ...................................................................................................................... 1 New: Demote................................................................................................................................. 1 New: File Browser preferences are saved ..................................................................................... 1 New: ACCUREV_SERVER environment variable...................................................................... 2 New CLI Commands and Options................................................................................................. 2 Deprecated Features and Platforms...................................................................................................... 2 AccuRev Installation Notes...................................................................................................................... 3 Compatibility with Previous Versions ................................................................................................. 3 Installation Overview........................................................................................................................... 3 Installation Packages ..................................................................................................................... 3 The Mosquitto MQTT Message Broker ........................................................................................ 4 Installation Wizards....................................................................................................................... 4 Post-installation Administrative Scripts ........................................................................................5 Preparing for Installation...................................................................................................................... 5 Get an AccuRev License ............................................................................................................... 5 Determine Configurable Elements ................................................................................................ 6 Download the Installation Packages..............................................................................................7 What to Do Next............................................................................................................................ 7 Installing or Upgrading an AccuRev Server ........................................................................................ 8 Before You Begin.......................................................................................................................... 8 Running the AccuRev Installation Wizard.................................................................................... 9 Server and Database Upgrades........................................................................................................... 15 Upgrade Paths to AccuRev 6.2....................................................................................................15 Upgrading an AccuRev Server from pre-4.7............................................................................... 16 Upgrading an AccuRev Server from 4.7.x, 4.8.x, or 4.9.x.......................................................... 16 Upgrading an AccuRev Server from 5.0.x .................................................................................. 18 Upgrading an AccuRev Server from 5.1 or Higher..................................................................... 18 Upgrading a Replica Server......................................................................................................... 19 Installing or Upgrading an AccuRev Client.......................................................................................19 Installation Methods .................................................................................................................... 20 Before You Begin........................................................................................................................ 20 Using the AccuRev Client-only Installation Package ................................................................. 21 Using "Silent" Client Installations............................................................................................... 23 Installing or Updating the AccuRev Web UI Server ......................................................................... 26 Before You Begin........................................................................................................................ 26 How to Run the AccuRev Installation Wizard ............................................................................ 26 Starting, Stopping, and Testing the AccuRev Web UI Server .................................................... 29 Testing the AccuRev Web UI......................................................................................................29 Configuring the AccuRev Web UI .............................................................................................. 29 Web UI Release Notes................................................................................................................. 30 Configuring Database Tuning Parameters ......................................................................................... 30 AccuRev® Installation and Release Notes iii Using the ‘maintain dbupgrade’ Command ....................................................................................... 32 Performing a "Trial Run" Upgrade.............................................................................................. 32 Understanding maintain dbupgrade Messages ............................................................................ 33 Messages from dbupgrade_i18n_report.html.............................................................................. 36 Performing the Actual Database Upgrade................................................................................... 37 Starting and Stopping AccuRev Servers............................................................................................ 37 Starting and Stopping the AccuRev Server ................................................................................. 37 Starting and Stopping the AccuRev Database Server ................................................................. 38 Summary of Start and Stop Operations ....................................................................................... 38 Enabling the Reprise License Manager (RLM) ................................................................................. 38 Platform Support Notes...................................................................................................................... 39 Platform Support Matrix.............................................................................................................. 39 Java Compatibility....................................................................................................................... 39 (UNIX/Linux only) Workaround for Java Runtime Library Problems....................................... 39 Linux............................................................................................................................................ 39 AIX .............................................................................................................................................. 41 SunOS / Solaris............................................................................................................................ 42 Windows...................................................................................................................................... 43 Mac OS X .................................................................................................................................... 43 Uninstalling AccuRev ........................................................................................................................ 44 AccuRev 6.2.2 Release Notes.................................................................................................................. 45 Deprecated Features........................................................................................................................... 45 Changes in AccuRev Release 6.2.2.................................................................................................... 45 Known Issues ....................................................................................................................................
Recommended publications
  • How to Select a Suitable Tool for a Software Development Project
    HowtoSelect aSuitable Tool foraSoftwareDevelopment Project: Three Case Studies and the Lessons Learned Mark Kibanov, Dominik J. Erdmann, Martin Atzmueller Knowledge and Data Engineering Group, University of Kassel, Germany {kibanov, erdmann, atzmueller}@cs.uni-kassel.de Abstract: This paper describes aframework for evaluating and selecting suitable soft- ware tools for asoftware project, which is easily extendable depending on needs of the project. Foranevaluation, we applied the presented framework in three different projects. These projects use different software development methods (from classical models to Scrum) in different environments (industry and academia). We discuss our experiences and the lessons learned. 1Introduction With the growth of the software industry the number of software products (programs, tools, frameworks) with similar functions has also increased. Therefore, the process of selection of the required software has also become more complex. In this paper,weintroduce a general three-step framework for selecting suitable software for the current project and environment. Furthermore, we describe the application of the framework to three different software projects: These use different software development methods and environments. All three case studies showpromising results and indicate the possibility to apply the suggested framework for awide range of different projects. In these contexts, we discuss our experiences and the lessons learned. The rest of the paper is structured as follows: Section 2discusses related work. After that, Section 3presents the framework, its advantages, disadvantages and the three distinct steps of selecting the software tools. Section 4describes three case studies where we applied the framework and the results we obtained during these case studies. 2Related Work Starting in 1980 with [Saa80], Thomas L.
    [Show full text]
  • Code Review Is an Architectural Necessity
    Code review is an architectural necessity Colin Dean @colindean 1 @ColinDean Software Engineer Organizer, Abstractions.io Wearer of many hats 2 My words are my own and not my employer(s), past or present. Please save questions until the end of the presentation. 3 Agenda • Quick anecdote • What is code review? • What problems does code review solve? • Quality attributes code review ensures • Tips for code reviews • Limitations 4 5 Agenda • Quick anecdote • What is code review? • What problems do code review solve? • Quality attributes code review ensures • Tips for code reviews • Limitations 6 What is code review? 7 Code review is the process by which those who maintain a software codebase evaluate a proposed change to that codebase, regardless of the source of the proposed change. 8 Code review is systematic examination of computer source code. Code Review, Wikipedia 9 Peer Review 10 Code Review 11 Code Review Vocabulary • Change - an individual unit of work altering what exists • Submission - a collection of changes • Submitter - the person proposing the submission • Reviewer - the people evaluating the submission • Annotation - remarks or ratings bestowed upon the submission 12 The submitter proposes changes in a submission, which is evaluated by a reviewer, who annotates or accepts it. 13 Most formal Least formal Team Pair Peer Inspection Walkthrough Ad-hoc review review programming deskcheck, passaround Wiegers’ peer review formality spectrum 14 Most formal Least formal Team Pair Peer Inspection Walkthrough Ad-hoc review review programming deskcheck, passaround Wiegers’ peer review formality spectrum 15 16 Agenda • Quick anecdote • What is code review? • What problems does code review solve? • Quality attributes code review ensures • Tips for code reviews • Limitations 17 Aside from the primary goal of reducing defects, Code review solves two major problems.
    [Show full text]
  • Jenkins Job Builder Documentation Release 3.10.0
    Jenkins Job Builder Documentation Release 3.10.0 Jenkins Job Builder Maintainers Aug 23, 2021 Contents 1 README 1 1.1 Developers................................................1 1.2 Writing a patch..............................................2 1.3 Unit Tests.................................................2 1.4 Installing without setup.py........................................2 2 Contents 5 2.1 Quick Start Guide............................................5 2.1.1 Use Case 1: Test a job definition................................5 2.1.2 Use Case 2: Updating Jenkins Jobs...............................5 2.1.3 Use Case 3: Working with JSON job definitions........................6 2.1.4 Use Case 4: Deleting a job...................................6 2.1.5 Use Case 5: Providing plugins info...............................6 2.2 Installation................................................6 2.2.1 Documentation.........................................7 2.2.2 Unit Tests............................................7 2.2.3 Test Coverage..........................................7 2.3 Configuration File............................................7 2.3.1 job_builder section.......................................8 2.3.2 jenkins section.........................................9 2.3.3 hipchat section.........................................9 2.3.4 stash section...........................................9 2.3.5 __future__ section.......................................9 2.4 Running.................................................9 2.4.1 Test Mode...........................................
    [Show full text]
  • Visual Build Help
    Visual Build Professional User's Manual Copyright © 1999-2021 Kinook Software, Inc. Contents I Table of Contents Part I Introduction 1 1 Overview ................................................................................................................................... 1 2 Why Visual................................................................................................................................... Build? 1 3 New Features................................................................................................................................... 2 Version 4 .......................................................................................................................................................... 2 Version 5 .......................................................................................................................................................... 3 Version 6 .......................................................................................................................................................... 4 Version 7 .......................................................................................................................................................... 7 Version 8 .......................................................................................................................................................... 9 Version 9 .........................................................................................................................................................
    [Show full text]
  • STAF V3 Installation Guide (PDF)
    STAF Installation Guide STAF Installation Guide December 30, 2016 This document describes how to install STAF V3.4.26 and later. To find more detailed information on using STAF, go to the main STAF web page 1. Introduction 1.1. Installing STAF 1.2. InstallAnywhere 1.3. STAFInst 2. Installers available for each platform 2.1. Overview 2.2. Install properties for STAF Installers 3. Install Topics 3.1. STAF License Agreement 3.2. Installation Target 3.3. Upgrading STAF 3.4. Install Sets 3.5. Registration 3.6. Advanced Options 3.7. STAFEnv script 3.8. startSTAFProc script 4. Using InstallAnywhere to install STAF 4.1. IA Installer Arguments 4.2. InstallAnywhere Graphical Install 4.3. InstallAnywhere Silent Install 4.4. InstallAnywhere Console Install 4.5. Installer Return Codes 4.6. Install Log 4.7. Specifying a Temporary Directory 4.8. Uninstaller file:///C|/dev/sf/src/staf/docs/installguide/STAFInstall.htm (1 of 89)12/29/2016 5:11:02 PM STAF Installation Guide 4.9. Comparison of IA install options and ISMP install options 5. Using STAFInst to install STAF 5.1. STAFInst Install 5.2. Examples using STAFInst 5.3. STAFInst Uninstall 6. Platform Installation Notes 6.1. Linux installation 6.2. AIX installation 6.3. HP-UX IA64 64-bit installation 6.4. IBM i 32-bit (previously known as i5/OS or OS/400) installation 6.5. z/OS installation 6.6. FreeBSD installation 6.7. Mac OS X installation 6.8. Solaris installation 7. Environment Variable Settings 7.1. Environment Variable Settings 7.2.
    [Show full text]
  • Opinnäytetyö Ohjeet
    Lappeenrannan–Lahden teknillinen yliopisto LUT School of Engineering Science Tietotekniikan koulutusohjelma Kandidaatintyö Mikko Mustonen PARHAITEN OPETUSKÄYTTÖÖN SOVELTUVAN VERSIONHALLINTAJÄRJESTELMÄN LÖYTÄMINEN Työn tarkastaja: Tutkijaopettaja Uolevi Nikula Työn ohjaaja: Tutkijaopettaja Uolevi Nikula TIIVISTELMÄ LUT-yliopisto School of Engineering Science Tietotekniikan koulutusohjelma Mikko Mustonen Parhaiten opetuskäyttöön soveltuvan versionhallintajärjestelmän löytäminen Kandidaatintyö 2019 31 sivua, 8 kuvaa, 2 taulukkoa Työn tarkastajat: Tutkijaopettaja Uolevi Nikula Hakusanat: versionhallinta, versionhallintajärjestelmä, Git, GitLab, SVN, Subversion, oppimateriaali Keywords: version control, version control system, Git, GitLab, SVN, Subversion, learning material LUT-yliopistossa on tietotekniikan opetuksessa käytetty Apache Subversionia versionhallintaan. Subversionin käyttö kuitenkin johtaa ylimääräisiin ylläpitotoimiin LUTin tietohallinnolle. Lisäksi Subversionin julkaisun jälkeen on tullut uusia versionhallintajärjestelmiä ja tässä työssä tutkitaankin, olisiko Subversion syytä vaihtaa johonkin toiseen versionhallintajärjestelmään opetuskäytössä. Työn tavoitteena on löytää opetuskäyttöön parhaiten soveltuva versionhallintajärjestelmä ja tuottaa sille opetusmateriaalia. Työssä havaittiin, että Git on suosituin versionhallintajärjestelmä ja se on myös suhteellisen helppo käyttää. Lisäksi GitLab on tutkimuksen mukaan Suomen yliopistoissa käytetyin ja ominaisuuksiltaan ja hinnaltaan sopivin Gitin web-käyttöliittymä. Näille tehtiin
    [Show full text]
  • Versie Beheer Systemen (VCS) 1
    Versie beheer systemen (VCS) 1 Computerclub Volwassenen, Jeugd en Informatica vzw www.vji.be Versie beheer systemen (VCS) Inleiding ..................................................................................................................................... 2 Beheer repository en client programma’s .............................................................................. 2 In- en uitchecken, merging, labeling, branching.................................................................... 2 Software ..................................................................................................................................... 3 Microsoft Visual SourceSafe (VSS) ...................................................................................... 3 SourceOffSite..................................................................................................................... 3 VSSConnexion................................................................................................................... 3 Borland StarTeam .................................................................................................................. 3 CVS (Concurrent Versions System) ...................................................................................... 4 CvsGui................................................................................................................................4 TortoiseCVS......................................................................................................................
    [Show full text]
  • Starteam 16.2
    StarTeam 16.2 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright © Micro Focus 2017. All rights reserved. MICRO FOCUS, the Micro Focus logo and StarTeam are trademarks or registered trademarks of Micro Focus IP Development Limited or its subsidiaries or affiliated companies in the United States, United Kingdom and other countries. All other marks are the property of their respective owners. 2017-11-02 ii Contents StarTeam Release Notes ....................................................................................5 What's New ........................................................................................................ 6 16.2 ..................................................................................................................................... 6 StarTeam Command Line Tools .............................................................................. 6 StarTeam Cross-Platform Client ...............................................................................6 StarTeam Git Command Line Utility. .........................................................................7 StarTeam Server ...................................................................................................... 7 Workflow Extensions ................................................................................................ 8 StarTeam Web Client ................................................................................................8 16.1 Update 1 ......................................................................................................................9
    [Show full text]
  • Teamcity 7.1 Documentation.Pdf
    1. TeamCity Documentation . 4 1.1 What's New in TeamCity 7.1 . 5 1.2 What's New in TeamCity 7.0 . 14 1.3 Getting Started . 26 1.4 Concepts . 30 1.4.1 Agent Home Directory . 31 1.4.2 Agent Requirements . 32 1.4.3 Agent Work Directory . 32 1.4.4 Authentication Scheme . 33 1.4.5 Build Agent . 33 1.4.6 Build Artifact . 34 1.4.7 Build Chain . 35 1.4.8 Build Checkout Directory . 36 1.4.9 Build Configuration . 37 1.4.10 Build Configuration Template . 38 1.4.11 Build Grid . 39 1.4.12 Build History . 40 1.4.13 Build Log . 40 1.4.14 Build Number . 40 1.4.15 Build Queue . 40 1.4.16 Build Runner . 41 1.4.17 Build State . 41 1.4.18 Build Tag . 42 1.4.19 Build Working Directory . 43 1.4.20 Change . 43 1.4.21 Change State . 43 1.4.22 Clean Checkout . 44 1.4.23 Clean-Up . 45 1.4.24 Code Coverage . 46 1.4.25 Code Duplicates . 47 1.4.26 Code Inspection . 47 1.4.27 Continuous Integration . 47 1.4.28 Dependent Build . 47 1.4.29 Difference Viewer . 49 1.4.30 Guest User . 50 1.4.31 History Build . 51 1.4.32 Notifier . 51 1.4.33 Personal Build . 52 1.4.34 Pinned Build . 52 1.4.35 Pre-Tested (Delayed) Commit . 52 1.4.36 Project . 53 1.4.37 Remote Run . ..
    [Show full text]
  • Tasktop Integration Hub Editions.Pdf
    TASKTOP EDITIONS Tasktop provides organizations the capabilities needed to transform software delivery by integrating their entire value stream. Choose which edition is right for your business. PRO ENTERPRISE ULTIMATE Starter package For organizations For organizations for integrating two interested in that want the benefit Lifecycle tools. connecting part of of a fully integrated their software delivery software delivery value stream. value stream. From $12.50 Request a Quote Request a Quote Endpoint Connector Types per user, per month* Connect Any 2 Connect up to 5 Lifecycle Tools Unlimited Lifecycle Tools Lifecycle Tools DevOps Tools - $ Unlimited Database Tools - $ Unlimited Enterprise Integration Support PRO ENTERPRISE ULTIMATE Integration Designer Web-based integration designer and administra- tion interface for configuring integrations Rapid Project Scaling Scale to hundreds of projects with just a few clicks Attachment Synchronization Share screenshots and diagrams along with your artifacts Comment Synchronization Use comments for in-context collaboration Smart Mappings Automatically maps common artifact attributes Smart Change Detection Optimized for high-performance Model-based Integration Management Included and Custom Included and Custom Map artifacts to a central model instead of Included Models Models Models creating endless tool pairs Artifact Relationship Management Maintain critical context by mirroring 1 Relationship Unlimited Relationships Unlimited Relationships relationships like parent-child, validated by or blocked
    [Show full text]
  • Using Visual COBOL in Modern Application Development Micro Focus the Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK
    Using Visual COBOL in Modern Application Development Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com © Copyright 2018-2020 Micro Focus or one of its affiliates. MICRO FOCUS, the Micro Focus logo and Visual COBOL are trademarks or registered trademarks of Micro Focus or one of its affiliates. All other marks are the property of their respective owners. 2020-08-25 ii Contents Using Visual COBOL in Modern Application Development ........................... 4 Introduction to Modern Application Development ................................................................4 What is Modern Application Development? ..............................................................4 Key Concepts in Modern Application Development ..................................................5 Steps Involved in Modern Application Development ................................................ 6 Agile Methods ..................................................................................................................... 7 Introduction to Agile Methods ...................................................................................7 Agile Development Workflow ....................................................................................7 Agile Development and Micro Focus Development Tools .........................................9 Continuous Integration ...................................................................................................... 11 Introduction to Continuous Integration ..................................................................
    [Show full text]
  • Installanywhere 2014 Release Notes Originally Released August 2014; Updated to Include SP1, Released December 2014 Introduction
    InstallAnywhere 2014 Release Notes originally released August 2014; updated to include SP1, released December 2014 Introduction InstallAnywhere is the leading multiplatform installation development solution for application producers who need to deliver a professional and consistent installation experience for physical, virtual, and cloud environments. Some of the new features in InstallAnywhere 2014 Premier Edition include the ability to easily create upgrades, updated authentication support for Apple OS X, expanded support for connecting to MySQL servers and running SQL scripts, and improvements for deploying Web applications to local or remote Apache Tomcat servers. In addition, all editions of InstallAnywhere 2014 include authoring and run-time support for new versions of Red Hat Linux and Ubuntu. InstallAnywhere 2014 Service Pack 1 (SP1) offers expanded platform support and resolves a number of issues. For the latest information about this release of InstallAnywhere, including updates to these release notes, see the online version of the InstallAnywhere 2014 release notes. Changes in SP1 (December 2014) InstallAnywhere 2014 SP1 offers expanded platform support. It also resolves a number of issues. This service pack is available as a full installation; that is, you can install it on a machine that has the original release version of InstallAnywhere 2014 (as long as it is in a different location), or you can install it on a clean machine. You can obtain the installer for InstallAnywhere 2014 SP1 through the Flexera Software Product and License Center. For instructions, see the download and licensing instructions for InstallAnywhere. Expanded Platform Support InstallAnywhere now supports the following platforms for the installer run-time environment, as well as for the InstallAnywhere authoring environment: Release Notes 1 Red Hat Enterprise Linux 7 OpenSUSE Linux 13.1 (x86 and x64) SUSE Linux Enterprise 11 SP3 (x64) OS X Yosemite (10.10) These changes resolve the following issues: IOJ-1665629 and IOJ-1700447.
    [Show full text]