FCS Offline Scenarios
The following are some of the available options for handling offline FCS scenarios:
- Location Override
- In this case, the FCS does not attempt to replace the offline server with an alternative. If a location is offline, an error is raised.
- Preferred Location
- In this case, the FCS attempts to use another online location if the original preferred location is offline. If all FCS locations are offline, an error is raised. For checkin, the store is used as the next preferred location. If that store is also offline, an arbitrary online location (for that store) is used.
Operations that rely on an FCS location would inherit the behavior and error out. For example, copy bus could fail if an FCS copy is needed and the corresponding location is offline.
- Source Location
- In the case of sync, assuming that the target location is online (if a preferred location was selected), the FCS attempts to use a source location that is online. If all FCS locations that have the source file are offline, an error is raised.