Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
I've moved ALLIN1's disk around, keeping the same logical names and physical unit names (i.e. from one RA90 to dual RA82s, shadowed etc.) However, the FORM LIBRARIES .FLC files keep coming up as OBSOLETE. I recompile them and I can't get 'em to be fine. I even deleted the old .FLC files at one point before I recompiled 'em? Any ideas? After about 8 recompiles of MEMRES, SITEMEMRES, OAFORM and SITEOAFORM, it's getting old! As a file spec I tried: OA$LIB:SITEOAFORM.FLB as well as DSA100:[ALLIN1.mumble]SITEOAFORM.FLB No difference....aarugh
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3363.1 | Who's getting the error? | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Wed Oct 06 1993 14:31 | 13 |
$ ALLIN1/NOINIT OA$FBT_REMOVE_LIB mumble EXIT $ ALLIN1/NOINIT OA$FLO_OPEN mumble OA$FBT_WRITE_LIB mumble OA$FBT_INSTALL_LIB mumble (optionally) EXIT Now, any new users should no longer get the message. Check that an old version of the FLC isn't still installed in memory. Graham | |||||
3363.3 | FLC problem - .1 didn't fix it | PTOVAX::DANZAK | Pittsburgher � | Fri Oct 08 1993 13:51 | 40 |
Ok...I tried that and it DIDN't work....(grumble) it keeps cycling through form libs and griping, first memres, fix that then SITEMEMRES, fix that then SITEOAFORM, fix that then MEMRES, then fix that etc. AARUGH....what does it what???? Any clues? Below is what I did.... $ ALLIN1/NOINIT OA$FBT_REMOVE_LIB memres EXIT $delete oa$lib:memres.flc;* $ ALLIN1/NOINIT OA$FLO_OPEN PTOVAX_SUPPORT:[ALLIN1.LIB_ENGLISH]MEMRES OA$FBT_WRITE_LIB PTOVAX_SUPPORT:[ALLIN1.LIB_ENGLISH]MEMRES OA$FBT_INSTALL_LIB PTOVAX_SUPPORT:[ALLIN1.LIB_ENGLISH]MEMRES EXIT $ ALLIN1/NOINIT OA$FBT_REMOVE_LIB siteoaform EXIT $delete oa$lib:siteoaform.flc;* $ ALLIN1/NOINIT OA$FLO_OPEN PTOVAX_SUPPORT:[ALLIN1.site.LIB_ENGLISH]siteoaform OA$FBT_WRITE_LIB PTOVAX_SUPPORT:[ALLIN1.site.LIB_ENGLISH]siteoaform OA$FBT_INSTALL_LIB PTOVAX_SUPPORT:[ALLIN1.site.LIB_ENGLISH]siteoaform EXIT $x: $ ALLIN1/NOINIT OA$FBT_REMOVE_LIB sitememres EXIT $delete oa$lib:sitememres.flc;* $ ALLIN1/NOINIT OA$FLO_OPEN PTOVAX_SUPPORT:[ALLIN1.site.LIB_ENGLISH]sitememres OA$FBT_WRITE_LIB PTOVAX_SUPPORT:[ALLIN1.site.LIB_ENGLISH]sitememres OA$FBT_INSTALL_LIB PTOVAX_SUPPORT:[ALLIN1.site.LIB_ENGLISH]sitememres EXIT $exit Any thoughts? |