Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The valid structure for a license file is shown below.

Code Block
languagehtml/xml
<LICENSEFILE ...>

...


  <FEATURE NAME="value">

...


    <SETTING FIELD="value"/>

...


    <CLIENT_HOSTID>

...


      <SETTING FIELD="value"/>

...


      <SETTING FIELD2="value2"/>

...


    </CLIENT_HOSTID>

...


    <SERVER_HOSTID>

...


      <SETTING FIELD="value"/>

...


    </SERVER_HOSTID>

...


    <SERVER_HOSTID>

...


    ...

...


    </SERVER_HOSTID>

...


  </FEATURE>

...


  <FEATURE>
  ...

...


  </FEATURE>

...


</LICENSEFILE>

...

The setting SETTING HOSTIDS lets you specify multiple HostIDs within the CLIENT_HOSTID or SERVER_HOSTID tags. For example:

...