SYSREPOSLOCKS file. What is it for? (OpenInsight Specific)
At 24 MAR 1998 03:59:27PM Steve C. wrote:
I have 4 records in SYSREPOSLOCKS file. What are
the records in SYSREPOSLOCKS for. Cna they be deleted?
Steve C.
At 25 MAR 1998 01:17AM Don Bakke wrote:
When you do a Check-Out/Copy To and specify that entities should be locked it creates a record in the SYSREPOSLOCKS file. Unfortunately, this record doesn't get cleared when you Check-In your entities so it's likely that you've got some pretty old stuff in there.
OI won't let you do a CLEAR_TABLE but you can perform the following from the EXEC line to clear all the records:
RUN DELETE_ROW "SYSREPOSLOCKS", "*"dbakke@srpcs.com