| 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 | 
Hi folks, Some questions about RA: What is the difference between Restoring an Application /FULL or /UPDATE? If I have an application to restore that contains 1) new elements and/or 2) new versions of elements that are live on the target system what shall I use? I have understood from previous notes that when using /UPDATE, I don't have to specify live location when MLA'ing an element. This would be very nice since there are quite a few "updated" elements. But how are the "new" elements treated in this case? Regards ----------- �sa Gustafsson
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 2376.1 | Bit like Install terminology | AIMTEC::WICKS_A | I dreamt I found a working printer! | Mon Mar 08 1993 15:15 | 12 | 
|     Asa,          
    
    FULL - means 'first time' i.e the Application doesn't exist on this
    system
    
    UPDATE - means 'subsequent time' i.e the Application already exists
    and you are updating some of the elements OR adding new elements to
    teh application.
    
    Regards,
    
    Andrew.D.Wicks
 | |||||
| 2376.2 | New elements need Live location | UTES09::EIJS | Simon Eijs @Utrecht; 838-2558 | Mon Mar 22 1993 07:59 | 24 | 
| Hi �sa, And... > But how are the "new" elements treated in this case? New elements will get a copy of the CM$SITELOG record which came from the originating system. However, you'll notice that if these elements had a Live location already, the Live location has been blanked after the elements have been restored. This is a known problem in CM_RESTORE_FULL_ELEMENTS.SCP. This means that an MLA would ask you again for the live location. The problem can be worked around by changing: LIVE_DISK_LOCATION = CM$STORE$SITELOG.LIVE_DISK_LOCATION,- to: LIVE_DISK_LOCATION = CM$STORE$SITELOG.LIVE_DISK_LOCATION[#CM_RESTORE_ELE_KEY],- Ciao, Simon | |||||