Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the case that the REGION_HOME variable of the FSS or OC creating the archives does not match the requested regionId requested for the archive, it is possible to explicitly configure a regionId in the explorer.xml configuration file.:

Code Block
<\!-\- \-->
&nbsp;&nbsp; &nbsp;<complexType name="SystemInformationComplexType">
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<annotation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<documentation>system settings and options</documentation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</annotation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<sequence>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<element name="description" type="string" minOccurs="0"/>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<element name="systemCaption" type="string">
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<annotation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<documentation>Title that appears in the Fews Explorer title balk.</documentation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</annotation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</element>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<element name="systemHelpFile" type="string" minOccurs="0">
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<annotation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<documentation>Name of the Fews help file</documentation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</annotation>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</element>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <element name="regionId" type="string" minOccurs="0">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <annotation>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <documentation>Explicitly set Region Id. Overrules default ID obtained from the Region Home directory </documentation>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </annotation>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </element>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;</sequence>
&nbsp;&nbsp; &nbsp;</complexType><systemInformation>
    <systemCaption>KRW-VSS Analyse Tool (versie Release 1)</systemCaption>
    <systemHelpFile>%REGION_HOME%\help.pdf</systemHelpFile>
    <regionId>KRW_VSS</regionId>
</systemInformation>