| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 1236.1 | Locking form libraries | MAULS::REDMOND | Thoughts of an Idle Mind | Thu Aug 13 1992 10:25 | 7 | 
|  | Check the contents of the CM$FORM$LIBS data set. There may be a record there 
for the library you want to reference. Change the lock flag from 1 to 0 and 
all should be well.  In fact, there'll be two records for each library. One 
is used for locking (key starts with LOCK_), the other for reference (key = 
name of library).
Tony
 | 
| 1236.2 | Live location should be in UPPERCASE | CESARE::EIJS | All in 1 Piece | Thu Aug 13 1992 10:42 | 21 | 
|  |     
    Felix,
    
    > Library oa$site_lib_german:siteoaform.flb permanently locked by
    ----------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    
    CM_LOCK_LIB.SCP tries to get a lock on the record:
    
    	LOCK_oa$site_lib_german:siteoaform.flb
    
    However, DATA_FILE LOCK gets a bit confused (which is understandable)
    when the key doesn't match. It won't match because the record it knows
    is:
    
    	LOCK_OA$SITE_LIB_GERMAN:SITEOAFORM.FLB
    
    Make sure the Live location is in UPPERCASE. Problem known.
    
    Ciao,
    
    	Simon
 | 
| 1236.4 | CM wants UPPERCASES | BERN01::MAURERF | Isn't your mouse looking for cheese? | Thu Aug 13 1992 11:08 | 6 | 
|  |     Woops, notes collision! Simon, your are right, by changing the site
    location in cm$sitelog to uppercase, it works fine.
    
    Thanks for replies.
    
    Felix
 |