OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
34 Platform functionalities major always 2011-04-30 17:53 2011-05-07 00:54
administrator  
administrator  
normal  
resolved  
fixed  
none    
none 2.3 - DB build 0060  
0000034: What happen if a localarea is not reachable?
There should be the case in which one or more localareas are not available; what happen if a user try to retrieve a file and the most updated version is stored in one of these?
Issue History
2011-04-30 17:53 administrator New Issue
2011-04-30 18:00 administrator Note Added: 0000039
2011-04-30 18:00 administrator Status new => resolved
2011-04-30 18:00 administrator Fixed in Version => 2.3 build 0060
2011-04-30 18:00 administrator Resolution open => fixed
2011-04-30 18:00 administrator Assigned To => administrator
2011-04-30 18:00 administrator Summary What happen is a localarea is not reachable? => What happen if a localarea is not reachable?
2011-05-01 13:43 administrator Fixed in Version => 2.3 build 0060
2011-05-07 00:54 administrator Category OOQL language => Platform functionalities

Notes
(0000039)
administrator   
2011-04-30 18:00   
The new "force" flag is introduced to the "object fileget" command: if you don't set this flag and the source localarea is not available you will get an error and not will be able to retrieve the file.
Otherwise, the file will be retrieved from an alternative location (filespace or localarea) according to a priority based on the update version number; in this case the syncronize flag will be ignored.