https://github.com/synergex/findfilelocks
FindFileLocks is a collection of OS-specific utilities and routines to identify process information on locked database records.
https://github.com/synergex/findfilelocks
Last synced: 4 months ago
JSON representation
FindFileLocks is a collection of OS-specific utilities and routines to identify process information on locked database records.
- Host: GitHub
- URL: https://github.com/synergex/findfilelocks
- Owner: Synergex
- License: other
- Created: 2022-01-07T21:52:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T18:10:27.000Z (almost 4 years ago)
- Last Synced: 2025-08-29T10:49:54.363Z (9 months ago)
- Language: DIGITAL Command Language
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FindFileLocks
**Created Date:** 8/7/2008
**Last Updated:** 8/7/2008
**Description:** FindFileLocks is a collection of OS-specific utilities and routines to identify process information on locked database records.
**Platforms:** Windows; Unix; OpenVMS
**Products:** Synergy DBL
**Minimum Version:** 6
**Author:** Chris Blundell, William Hawkins, Nigel White
**Additional Information:**
The folders provided here are OS-specific.
FileLocksWinUnix, written by William Hawkins, is for Windows and Unix systems only. It is a Synergy program that uses the chklock utility to determine which record is locked in a Synergy ISAM file.
FileLocksVMS was written by Chris Blundell and is exclusively for OpenVMS. This is a modified version of the deprecated FindLocks routine (see below) which will find locks in a file or ALL files on OpenVMS. This version adds a little functionality and contains an example usage routine. There are two files Synergy FindLock routine.docx and Readme.txt that will explain how to install and run the routines.
FindLocksVMS-Old is a deprecated version that has had some limited success but may provide good reference material. It was original written by Nigel White and is for the OpenVMS operating system. It was originally designed to identify which processes have records locked on VMS.