Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!mordor!sri-spam!nike!ucbcad!ucbvax!DOCKMASTER.ARPA!Bach From: Bach@DOCKMASTER.ARPA (Bud Bach) Newsgroups: mod.computers.vax Subject: Shared files (VAX FORTRAN) Message-ID: <860829194153.916556@DOCKMASTER.ARPA> Date: Fri, 29-Aug-86 15:41:00 EDT Article-I.D.: DOCKMAST.860829194153.916556 Posted: Fri Aug 29 15:41:00 1986 Date-Received: Fri, 29-Aug-86 23:56:04 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 14 Approved: info-vax@sri-kl.arpa We are using the RIM-5 DBMS from NASA/Cosmic. We recently upgraded our cluster from VMS v4.2 to VMS v4.4. At the same time we migrated to VAX FORTRAN v4.5-219. Since the OS/Compiler upgrade RIM-5 won't share databases. If two people open a DB, the second person trashes some pointer (RIM) in the file and the database becomes unusable. The first thing I tried was to re-compile and re-link the RIM image. Still, the problem persists. The databsee file is opened something like: open(unit=file,file=name,access='direct',recl=reclen, 1 organization='sequential',status='unknown',shared) Anyone have any ideas? Bud Bach Harris GISD Software Operation