• User's guide
  • API
Search Results for

    Show / Hide Table of Contents
    • Concepts
    • Installation
    • Configuration
      • Overview
      • License
      • Datasources
      • Configuration
      • Plug-Ins
      • Codepages
      • Environment Variables
      • Include files
      • Example
    • Jobs
      • Jobs
      • Include
      • Multi-Threaded Jobs
      • Tracking Jobs
    • Tasks
      • Overview
      • Copy Check
      • Excel
      • Execute
      • File Compare
      • File Copy
      • File Dump
      • File Edit
      • File Format
      • Foreach
      • Generate
      • IMS/DB Data Conversion
      • JCL Submit
      • Listcat
      • Log
      • Powershell
      • Set Environment Variable
      • Sql
      • Stored Procedure Compare
      • Table Compare
      • Table Copy
      • Table Load
      • Table Scan
      • Table Unload
      • User Script
    • Layouts
      • Overview
      • XML Definition
      • COBOL Definition
      • Field data Types
    • Extensibility
      • Extending Ianus
      • Column Comparators
      • Column Converters
      • Record Comparators
      • File Editors
      • User Script
      • Record Layout Match Class
      • Column Layout Match Class
      • User Fields
      • Codepages
      • Resources
    • Usage
      • Command Line
      • Monitors
      • Programmatically
      • Unit Testing
      • Docker
    • Known Issues
    • Disclaimers

    License

    The license element contains the licensing information. Depening on the type of license you can either:

    • Set the license element value with the license key provide by HPE
    • Copy the the license key provided by HPE in a text file and use li the key attribute to provide the path to the file containining the key
    Attribute Type Purpose
    key string Full path of the file containing the license key

    Example with explicit license key

    <?xml version="1.0" encoding="utf-8"?>
    <environment>
    <license>IXH7af0dnt701UdPEN8GbN14L3Vbc/oN9fuFkGyzu8+cH2NpTOxeXh57cH0a+n0/yedJyeQF6GP2DV8I4QlHxQcjktZf2f7hUVtHCqeNNMFXa8KEL0fXp1nvNYrL3G1CfwZHdwhqwCVf5rIOAWk5EjZVOO4hOZywsNe40wS9bKMv4//AF3bpsB+nbLKk4aX2kHkH1aLQBRmHDhclJa43hOtbboQgG4IcWS98YqyzgzteaARSebVqUE9o3B39WRmT5aKB5Ztwqex3LmiaVASmKE8=</license>
    

    Example with key stored in a file

    <?xml version="1.0" encoding="utf-8"?>
    <environment>
      <license key="C:\STORAGE\%COMPUTERNAME%.license.txt"/>
    
    In This Article
    Back to top Copyright 2021 - Hewlett-Packard Enterprise