[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

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

3199.0. "Dictionary conversion during upgrade?" by KERNEL::SMITHERSJ (Living on the culinary edge....) Thu Aug 26 1993 21:08

    Quick question regarding dictionary conversion during the upgrade.
    
    What files/symbols are converted/replaced during the upgrade
    specifically for users' dictionaries?  Is it just PERSONAL.LGP and
    the symbol $LNG_AMETHYST changing to 3?  If the system was changed
    back to a 2.4 system, and the ALL-IN-1 system disk was restored but
    the users accounts weren't, are these the only 2 things needed to 
    be changed?  If so, what should the 2.4 symbol be for dictionaries?
    
    I would appreciate a prompt reply as the customer will be upgrading at
    the weekend and has several failure procedures he is trying to set up -
    one of which is relating to dictionary conversion.
    
    Many thanks
    julia
    
    
T.RTitleUserPersonal
Name
DateLines
3199.1a try ...ZUR01::KURTHThu Aug 26 1993 22:0663
  Hello

  It may be not of direct help, but I add a flow chart what happens.
  You may have troubles accessing the dictionaries when going back to V2.4
  because of the new dialects.

  Regards, Peter
  
  When entering the Dictionary Maintenance menu (WP DIC) initially, the 
  following happens:
  
  Form WPCONT1
  
  Form SCD
  /PRE='DO LNGSPLMNU'
  
                           OA$DO_SHARE:LNGSPLMNU.SCP
      +-----------------------------------------------------------------------+
      |        .                                                              |
      |        .                                                              |
      |.IF $LNG_AMETHYST EQS "3" THEN .EXIT                                   |
      |DO LNGSPLCONVERT                                                       |
      |                                                                       |
                             OA$LIB_SHARE:LNGSPLCONVERT.SCP
             Runs only once during the upgrade (set by symbol $LNG_AMETHYST)
          +-------------------------------------------------------------------+
          |.IF "WPL_DICTS.DAT" EQS "" THEN                                    |
          |  CREATE WPL_DICTS                                                 |
          |Fill it with 10 empty records                                      |
          +-------------------------------------------------------------------+
          |CREATE WPL_LANGS                                                   |
          |COPY (make copies for three dialects):                             |
          |    V2.4                     V3.0                                  |
          |    ENGLISH (PERSONAL.LGP)   AMERICAN (PERSONAL.LGP)               |
          |                             BRITISH (PERSONALBRI.LGP)             |
          |                                                                   |
          |    GERMAN (PERSONLICH.LGP)  HIGH GERMAN (PERSONLICH.LGP)          |
          |                             SWISS GERMAN (PERSONLICHSWI.LGP)      |
          |                                                                   |
          |    FRENCH (PERSONNEL.LGP)   CANADIAN FRENCH (PERSONNEL.LGP)       |
          |                             CONTINENTAL FRENCH (PERSONNELEUR.LGP) |
          |                                                                   |
          |DO LNGSPLINI                                                       |
          |                                                                   |
                                    OA$DO_SHARE:LNGSPLINI.SCP
               +--------------------------------------------------------------+
               |Creates INTERNATIONAL, CORPORATE, GROUP and Personal          |
               |Dictionary (the language is taken from symbol #LANGUAGE;      |
               |in fact, this symbol is empty and the value is taken from     |
               |OA$_WPL_SPL_DEFAULT_LANG [AMERICAN], defined in OA$BUILD_SHARE|
               |OASYMMSG.MAR).                                                |
               |                                                              |
               |Copy empty RMS file, create cabinet entry, update WPL_LANGS.  |
               +--------------------------------------------------------------+
  
          |GET $LNG_AMETHYST = "3"                                            |
          |.EXIT                                                              |
          +-------------------------------------------------------------------+
  
      |   .EXIT                                                               |
      +-----------------------------------------------------------------------+
  
  
3199.2and ...IOSG::NEWLANDRichard Newland, IOSG, REO2-G/L2Fri Aug 27 1993 00:3110
The conversion is also done when a spell check is performed, or as Peter 
said, when entering the Dictionary Maintenance menu, so it's whichever of 
these is done first.

The conversion is done for each user only when it first needs to be done so
if you switched back to V2.4 before users start using ALL-IN-1 V3 then
their accounts will not have been changed. 


Richard