AutoCAD and Google File Stream File Locking (dwl and dwl2)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Forum,
So I know that the dwl and dwl2 files are created as part of the dwg file locking process. These files get created on the google file stream drive appropriately. However the files don't appear to be read if another user opens the dwg file. For example. We have two user: TestUser1 and TestUser2. TestUser1 opens the dwg file on the Google File Stream Team Share. The process creates the two lock files(dwl and dwl2). If TestUser1 attempts to open the dwg file again on their local computer they get the expected read only prompt. However if TestUser2 attempts to open the dwg file on their computer the two lock files(dwl and dwl2) that were created when TestUser1 opened it are not read. New lock files are created for TestUser2. In Google Drive there are two sets of lock files(dwl and dwl2) one set for TestUser1 and one set for TestUser2. Would love to know if this can be resolved. I think it may be how the test for the existence of the lock files is performed. I think it may attempt to create the lock files and then if it gets a file exist error it reads the contents of the file. I think because Google File Stream allows two users to create files with the same name it doesn't generate the file exist error AutoCAD is expecting. I wonder if its possible for the file check to be performed as an operation separate from the creation of the lock files.