ASG Product Fix
Author : Philippe Laval
Product Name : TrackBird
Product Version : 3.2
Build : 730
Component Name : Macintosh Clients running MacOS 8.1 to 9.2

FIX OVERVIEW

  • Option to import "end user" data (formatted in xml format)
  • NEW OPTIONS OF THE UNIX CLIENT IN VERSION 3.2

    A new option allows to import user data in the TrackBird database.

    In order to do it, we have to figure out the identifiants (or ID) of elements or characteristics in the TrackBird tree.

  • Switch to DEBUG mode in TrackBird Server and choose the "Administration/Fields" menu.
  • Choose the element or characteristics then do a right clic droit and choose "Properties".
  • Use the "debug" tab and note the elem ID or carac ID.
  • Build an xml file with these information.
  • For example, create the file "user_data.xml" in the "data" folder within the trackbird client folder (the standard folder is %BOOT%:tbclient:data where %BOOT% will be remplaced by the name of your boot drive).

    <?xml version="1.0" encoding="UTF-8"?>
    <trackbird>
      <user_import>
        <element id="1027">
        <keyword id="65542">Philippe</keyword>
        <keyword id="65543">Laval</keyword>
        </element>
        <element id="1029">
        <keyword id="65544">Sophia Antipolis</keyword>
        <keyword id="65559">Centre ABS</keyword>
        </element>
      </user_import>
    </trackbird>
    

    FIX INSTALLATION

    1. Quit TrackBird Admin IP
    2. Copy all components (xxx.cnb) to the "components" directory (default : C:\Program Files\ISTRIA\TrackBird IP Server\VirtualDir\files\components).
    3. Launch TrackBird Admin IP.
      1. Validate the new CRC found by TrackBird Admin IP.
      2. Save your configuration in order to distribute the new components in the collection points.