Unlocks an object that is locked by another user or process.
Syntax
UNLOCKOBJECT objType sourceApp sourceDb sourceObj| Parameter | Description |
|---|---|
objType | Type of object to list. Values: 1 - Outline object. 2 - Calculation script. 3 - Report script. 4 - Rules object. 5 - Alias table (not available). 6 - Structure file (not available). 7 - Backup file (not available). 8 - Worksheet of any type (not available). 9 - Text object. 10 - Partition. 11 - Linked Reporting Object (stored). 12 - Selection. 13 - Wizard. 14 - EQD. |
sourceApp | Name of the application that includes object. |
sourceDb | Name of the database that includes object. |
sourceObj | Name of the existing object to unlock. |
Notes
Values 5 through 8 for the objType parameter represent objects that cannot be locked.
Two values for the objType parameter, 6 and 7, are retained only for backward compatibility with Release 2.0.
Option 11, Linked Reporting Object, unlocks stored LROs only; that is, files with the .LRO extension. It does not unlock URLs, cell notes, or linked partitions.
Example
UNLOCKOBJECT 1 "FINANC95" "SALES95" "ARCHIVE";