Cannot Access Scripts due to Locking
Question ID: 109550
0
0

We are currently using ALM-PC 12.63. Our team is experiencing scripts that get locked. It takes a long time to access the script after it is locked by ALM-PC. We have to typically save the script as a different name to get around this issue. Is there a better way to resolve this issue?   Any thoughts or input would be great.

Marked as spam
Posted by (Questions: 159, Answers: 15)
Asked on May 21, 2020 9:11 am
408 views
Answers (1)
0
Private answer

To help minimize this issue of a script locking, changing the "LOCK_TIMEOUT" site parameter to the minimum value of 1 hour. The default is 10 hours. Making this change, will ensure that the wait time that a script is locked is only 1 hour.

In order to change the site parameter, log into the ALM Site Administration and do the following:

  • Log into the ALM Site Administration site
  • Navigate to the "Site Configuration" tab
  • Locate the LOCK_TIMEOUT Parameter in the Parameter list
  • Select the LOCK_TIMEOUT Parameter
  • Select "Edit" icon at the menu level
  • The "Edit" dialog will appear for the LOCK_TIMEOUT parameter and change the value from 10 to 1
  • Select "OK" button to close the "Edit" dialog

Micro Focus states the following Description for "LOCK_TIMEOUT" site parameter:

"The maximum number of hours that ALM objects can remain locked. After this time, the lock is removed. By default, the value is set to 10 hours. "

The "LOCK_TIMEOUT" Site parameter minimum value is 1 hour.

For further information on this topic, please review the following Site Parameters link below, which lists out all Site Parameters: (Note that the Site Parameters are listed alphabetically).

https://admhelp.microfocus.com/alm/en/12.60/online_help/Content/site_parameters_main_page.htm

In addition, if a 1 hour wait is not a solution for your team, from the ALM Site Administration site you can remove an existing lock:

Check for the td.locks table of the particular project in the ALM Site Administration > "Site Project" tab. Check if there are any records in the td.locks table.

If yes, then delete them and notify the Orasi Hosting team to restart the ALM Service. The SQL command to delete all locked records from the td.locks table is the following:

DELETE FROM td.locks;

I hope this helps

Marked as spam
Posted by (Questions: 17, Answers: 266)
Answered on May 21, 2020 9:14 am
EyeOnTesting

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

X
Scroll to Top