Administer
A user with role admin, manager or data_importer will have an Admin menu in the TIX Console.
List of Imports
The “List of Imports” page makes it possible to search for event data that have been imported. You can limit the search by including an “Import id”, importer's name ("User") or by specifying a date scope for when the import was started.
The “Import Id” links to the EPCIS document that was persisted by the TIX. The “Filename” links to the original EPCIS document that was uploaded. The status column displays the result of import.
The "User" is the name of the user who made the imports.

Message Queues
The "Message Queues" page display details about the queues managed by the TIX. The queues are grouped in two categories, "Import queue" and "Import error queue". You can for each queue see how many events has been added, are queued and has been consumed.
Org-mappings
The org-mappings page lists the known org-mappings and allows for uploading new ones. The mappings are defined in XML format according to the schema at http://schema.tracetracker.com/orgMappings_3_0.xsd. Each mapping consists of an alias and an identifier of a certain type. The identifier refers to either an organization or a GAN. The type of the identifier must be specified. The following is an example of an org-mapping XML document:
<OrgMappings xmlns="http://www.tracetracker.com/orgMappings" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.tracetracker.com/orgMappings http://schema.tracetracker.com/orgMappings_3_0.xsd"> <OrgMapping alias="Additives Producer" orgType="org-id">0800000015</OrgMapping> <OrgMapping alias="Retailer" orgType="org-id">0800000042</OrgMapping> <OrgMapping alias="Fish Producer" orgType="org-id">0800000033</OrgMapping> <OrgMapping alias="Feed Company" orgType="org-id">0800000024</OrgMapping></OrgMappings>
The alias in an org-mapping can be used in events when modelling shipments between organizations. It is not required that the mapping exist when the events are captured, but no data will be exported until a valid org-mapping is uploaded.
It is desired that the identity in an org-mapping refers to a known organization in GTNet that is registered in GNS. This is not a requirement, but no data will be exported until the relevant org-mapping refers to a valid organization. Mappings that don't resolve to an organization are marked as red in the list of mappings in the console.
Manage Users
This menu item redirects to TraceTracker Story, User Management widget.