From: CRDGW2::CRDGW2::MRGATE::"SMTP::CRVAX.SRI.COM::RELAY-INFO-VAX" 25-MAY-1989 07:50 To: MRGATE::"ARISIA::EVERHART" Subj: RE:Yet another trick in migrating from VMS 4.7 to 5.1 Received: From KL.SRI.COM by CRVAX.SRI.COM with TCP; Wed, 24 MAY 89 14:38:28 PDT Received: from relay.ubc.ca by KL.SRI.COM with TCP; Wed, 24 May 89 14:24:34 PDT Received: by relay.ubc.ca (5.59/1.14) id AA15478; Wed, 24 May 89 14:25:01 PDT Date: 24 May 89 14:23 -0800 From: Rob Entwistle To: INFO-VAX@KL.SRI.COM Message-Id: <10*entwistle@admin.okanagan.bc.ca> Subject: RE:Yet another trick in migrating from VMS 4.7 to 5.1 In an earlier posting Claude Barbe suggested a patch to a shared image of a large DBMS package. The fix was in the right direction but was not quite correct. The patch that worked for our site is as follows: $ ana/image iisysserv.exe . . global section major id: %X'03', minor id: %X '01' . . system version (major/minor): 72.5321304 system version array empty . . $! the major and minor ids are not the problem causing the ident $! mismatch. The system version is. The long word in the image header $! following the major and minor id needs to be changed to zero. $! $ patch/abso iisysserv.exe patch> dep 28=00000000 patch> update This solved the problem for us. If the longword is set to zero then there is no systerm version found. This was determined from comparing CDDSHR.EXE and UISSHR.EXE using DUMP/BLOCK=END=1. I realize this sort of patch could be considered "playing with fire" but we trust it will get us by until our new version arrives. Rob Entwistle Senior Programmer/Analyst Okanagan College Kelowna, B.C.