How do you set an idle timeout on UFT from the server side (AutoPass)?
Question ID: 108756
1
0

Our workers forget to close UFT. Is it possible to set an idle timeout from the license server to release an idle UFT client’s concurrent license token back to the license server?

Marked as spam
Posted by (Questions: 424, Answers: 91)
Asked on December 3, 2018 8:24 pm
339 views
Answers (1)
1
Private answer

For UFT v11.5x/12.0x, it's not possible. See here: https://eyeontesting.com/questions/17408/can-you-set-an-idle-timeout-on-uft-120x-to-release.html

For UFT v14.03 and AutoPass License Server (APLS) 9.3.2 and above:

**1)** Navigate to the license server data configuration folder and edit the UFT configuration file:

----------

*Default location and file name for APLS 9.3.x:*

> %ProgramData%HPHP AutoPass License ServerAutoPassLicenseServerdataconfHPE UFT.xml

Note: be careful to only modify **HPE UFT.xml**

----------

*Default location and file name for APLS 10.7 (new install only):*

> %ProgramData%autopassaplslicenseserverdataconfUFT.xml

----------

**2)** Add the following key before the </properties> tag closes in the UFT configuration file:

<entry key="autorelease.interval">15</entry>

Change the value as needed (this example is for a 15 minute timeout on UFT after an idle time of no keyboard or mouse interaction.

Full file example:

10027_1.0_UFT_14.50 properties
<entry key="autorelease.interval">15</entry>

**3)** Restart the AutoPass license server Windows Service for your changes to take effect.

Reference: https://softwaresupport.softwaregrp.com/doc/KM03127482

Marked as spam
Posted by (Questions: 0, Answers: 771)
Answered on December 3, 2018 8:56 pm
0
This works. Setting the autorelease.interval key in my UFT.xml data config file on our AutoPass license server makes UFT clients timeout after an idle period, releasing the concurrent license token back to the license server.
( at December 3, 2018 8:58 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top