Table of Contents

Message Configuration

Currently only 3 error messages can be customized, using the messages XML file. Its default name is OrbitFlashMapMessages.xml.

Example

<OrbitFlashMapMessages>
 
  <ServerTimeout>Orbit FlashMap is unable to contact the configured IOS server on URL 
[serverurl]. 
This could be due to firewall limitations.
Make sure your firewall allows outgoing connections on the required port...</ServerTimeout>
 
  <ServerFailed>Orbit FlashMap succeeded in contacting the server,
but failed to get a valid response!</ServerFailed>
 
  <ConfigFailed>Couldn't load configuration files!
Make sure they are in the right place.</ConfigFailed>
 
</OrbitFlashMapMessages>

Overview

Tag Comment
ServerTimeout Message displayed when the connection attempt timed out. You can specify the timeout value in the map configuration file (OrbitFlashMapConfig.xml) using the OrbitFlashMapConfigs/System/Timeout tag.
ServerFailed Message displayed when the server refused connection. Underlying reasons could be that you specified the wrong url, or that the server has no valid license.
ConfigFailed Message displayed when the map component fails to load the map configuration file (OrbitFlashMapConfig.xml).