start portlet menu bar

HCLSoftware: Fueling the Digital+ Economy

Display portlet menu
end portlet menu bar
Close
Select Page

Introduction

The ZIETrans Toolkit is a set of plug-ins for the Eclipse-based IBM Rational® Software Delivery Platform (Rational SDP) where User can create Web applications that provide an easy-to-use graphical user interface (GUI) for 3270 applications running on IBM® System z® platforms and 5250 applications running on IBM i operating system platforms.

The licensing tool integrated with HCL ZIETrans for licensing purpose in ZIETrans projects is Flexera, which provides a floating license model using the Flexera REST API client.

The usage of HCL ZIETrans sessions and requests are tracked and granted by Flexera licensing. For licensing to work in HCL ZIETrans applications, Flexera server and the required runtime properties need to be pre-configured.

Below are the Steps to Configure Flexera with ZIE Trans:

Pre-requisite:

  1. The User must install HCL ZIETrans and Create a ZIETrans project in the Toolkit.
  2. Configure the supported Application server like WAS, WebSphere Liberty Profile or JBOSS in the toolkit.

zietrans project

  1. Configure the “Flexera Server URL” and “Private key path” in the runtime.properties file of the project.ear. If the user wants to run his application in debug mode, same to be configured in runtime-debug .properties file.
  2. flx_PrivateKey_Absolute_Path= Drive\: \\Path\\PrivateKey.pem
  3. flx_ServerURL=https\://<Flexera Server URL>/Feature ID

runtime properties

4. Run the project on the configured server and user can use preferred browser.

demo flexera

 

5. Execute the Flexera command and check the consumed licenses.

Open Command prompt from this Flexera location, then run below command.

flex net lsa admin

flexnetlsadmin.bat -server <Flexera Server URL> -authorize <Username> <Password>-licenses -verbose

command prompt

 

Comment wrap
Mainframes | July 22, 2022
Resizable Default Transformation in ZIETrans
Learn how using HCL ZIETrans, you can create a web-based application with an easy-to-use graphical user interface. Learn more about HCL ZIETrans Now!
Mainframes | July 8, 2022
Accessing ZIETrans administrative console on Liberty server
The ZIETrans administrative console allows you to view and change problem-determination settings. It also allows: Select the scope of management, View log and trace files, etc.
Mainframes | December 7, 2021
Using ZIETrans EJB
EJB is server-side software that helps summarize a particular application's business logic. With EJB, we can develop secure and scalable distributed applications.