Le fichier de configuration des jetons définit les variables, ou jetons, qui peuvent remplacer les chemins d'accès aux fichiers DDL et aux tables codés en dur.
La variable d'environnement TS_CONFIG pointe vers ce fichier. Cependant, si le fichier de configuration du connecteur inclut le paramètre TS_CONFIG, cette valeur remplace la variable d'environnement TS_CONFIG et doit pointer vers ce fichier.
Voici un exemple de configuration. Notez que l'emplacement des tables APAC_POSTAL_TABLES, POSTAL_TABLES et CENSUS_TABLES est défini à l'aide d'un chemin d'accès codé en dur et non pas à l'aide de la variable $(TABLES). C'est le résultat de l'utilisation du champ Répertoire de base des tables d'adresses postales lors du déploiement du projet, comme décrit dans Spécification des répertoires cibles.
********************************************************************* * This config file was GENERATED by the RealTime Deployment Process * while converting a batch project to a real time project * * The core looks for TS_CONFIG environment variable. If it finds it, * it should be pointing to this table. * * Then it will look at any of the .stx settings files and do global substitution * at runtime. This is specific to the users setup. Use UNC names where possible. * * Blank lines and lines that begin with an '*' are ignored. * ********************************************************** * Project Location and Base Server directory PLAFEXT = ".win" ENDEXT = ".len" PROJDIR = "C:/ProgramData/Trillium Software/EDQ/17/samples/projects/director_proj" TABLES = "C:/Program Files/Trillium Software/MBSW/17/tsq/Software/../tables" INPUT = "$(PROJDIR)/data" OUTPUT = "$(PROJDIR)/data" SETTINGS = "$(PROJDIR)/settings" DDL = "$(PROJDIR)/ddl" LOGS = "$(PROJDIR)/logs" STATS = "$(PROJDIR)/logs" DEBUG = "$(PROJDIR)/logs" DETAILS = "$(LOGS)/details" USRTABLES = "$(PROJDIR)/tables" WORKSPACE = "$(PROJDIR)/data" * * Please check that the postal table paths point to your current installation * APAC_POSTAL_TABLES = "$(TABLES)/aptables" POSTAL_TABLES = "C:/ProgramData/Trillium Software/EDQ/17/samples/projects/director_proj/tables" CENSUS_TABLES = "$(TABLES)/census_tables" GENERAL_RESOURCES = "$(TABLES)/general_resources" PARSER_RULES = "$(TABLES)/parser_rules" CODE_PAGES = "$(TABLES)/code_pages" ACE_TABLES = "$(TABLES)/ACE_tables" TSQ_LANGUAGE = "en" TSQ_REPORT_ENCODING = "UTF8"