OMrun Help
Version 4.x
Version 4.x
  • Introduction
    • Features
      • 📊Facts
      • 🔢Figures
    • System Requirements
    • Terms and Definitions
    • Release Notes
      • 📄Version 4.2
      • 📄Version 4.1
      • 📄Version 4.0
    • ❓Getting Help
  • Installation
    • ↘️Install OMrun
      • 📃OMrun Paths
      • 🔑License Key
    • ✔️Verify Setup
    • 🗑️Uninstall OMrun
  • Configuration
    • Data Adaptor
      • Data Queries
    • Program Adaptor
    • Dashboard Configuration
    • Customize own adapter
      • Own data adapter
      • Own program adapter
    • Configuration Files
      • PublishConfig.cfg
      • OMrunDataProvider.cfg
      • OMrunGuiProvider.cfg
      • OMrun.exe.config
    • Using Variables
      • OMrun Variables
      • Environment Variables
      • Parameter
  • Start OMrun
    • Start via Desktop
    • Start via Batch File
    • Start via Task Scheduler
  • Menu Functions
    • ▶️Button Execute
    • ⏹️Button Stop
    • 🎓Button License
    • ⚙️Button Configuration
    • 📥Button Export
    • ❓Button Help
    • 📌Button About
    • 🗂️Button Windows
    • ⏩Shortcuts and Functions
  • Element Overview
    • Navigation Tree
    • Business System
    • Component
    • Environment
    • Scenario
    • Test Data Object
      • Query
      • Body
      • Business Mapping
    • Test Program Object
      • Batch
      • CSV Converter
      • Data Staging
      • Housekeeping
      • Json Converter
      • Program
      • RTL Generator
      • XML Converter
      • XML Converter XL
    • Parameter List
  • Result Analysis
    • Color Codes
    • OMrun Test Results
    • Excel Result Reports
    • OMdashboard
Powered by GitBook
On this page
  • Abstract
  • Input
  • Output
  1. Element Overview
  2. Test Program Object

Housekeeping

PreviousData StagingNextJson Converter

Last updated 1 year ago

Abstract

Plug-in to archive older result files to reduce consumption of diskspace. This plug-in was introduced with OMrun release 4.1.3.26


Input

Execution parameters to invoke archiving or deletion:

Field Program Call (Select Housekeeping to bind the proper program call]

  • Organizes the parameter handling and ensures the expired result files (*.tor) are deleted or archived.

Field @param1 (Business system path) [mandatory]

  • Description: Source location of actual business system path, including business system name.

  • Syntax: <full path>\<business system name (without ending backslash)

  • Example: C:\Temp\TestScripts\Demo

Field @param2 (Archive path) [optional]

  • Description: Target location of files to archive. If the archive location is not defined, the expired result files are deleted permanently. If an archive location is defined, all expired result files are moved automatically to the archive folder (the archive keeps the result sub structure and creates folder if does not yet exists).

  • Syntax: <full path> (without ending backslash)

  • Example: C:\Temp\Archive

Field @param3 (Expire days) [optional]

  • Description: Number of days (back from now) when a resultfile is out of date range to get archived. If none is defined, the default value of 180 days is set.

  • Syntax: <days> (integer)

  • Example: 365

  • Possible values: 0 - 4'294'967'295

Field @param4 (Archive type) [optional]

  • Description: There are two different archive types available:

    • KeepNone [Default]

    • KeepLastInMonth

  • Syntax: <archive type>

  • Example: KeepLastInMonth

  • Possible values:

    • <KeepNone> or <empty> (= archives / delete all results older than defined expire days in @param3). Keeps all results within the active business system which are in range.

    • <KeepLastInMonth> (= archives / deletes all results older than defined expire days in @param3. Exception: It keeps the last result of a month of every result type even if it is out of range in the active business system.)


Output

The out of range test results (*.tor) are deleted or moved to the defined archive folder.