powered by CADENAS

Manual

Manual

2.2.16.  Configuration file

In the $CADENAS_SETUP/classification_toolbar.cfg configuration file you can make the following settings:

  • Activate / deactivate the toolbar

    0 = deactivate; 1 = activate

    initializeToolbar=0/1

  • Define database login (user and password)

    If nothing is set then during launching a respective dialog is displayed.

    dbUser=erpuser
    dbPw=erpuser

  • Define path for temporary directory

    temporaryDirPath=$temp/ct/

  • Define path for configuration file classimport.cfg

    classimportCfgPath0=$CADENAS_SETUP/classimport_toolbar.cfg

    [Note] Note

    For subsequent editing of the data with the Classification toolbar do not use the same configuration file such as for the initial filling with data.

    Make a copy (e.g. classimport_toolbar.cfg) and refer to this file.

    With the links to the import files (e.g. [CSV_ErpData]) in the last part of the configuration file please note the following:

    • Separator "SEP" has to be (;).

    • Text delimiter "QUOTE" has to be double quote (").

    • Path statement at "FILE" is omitted (FILE=).

    [Note] Note

    You can maintain multiple catalogs parallel. Therefor create the key consecutively numbered.

    classimportCfgPath0=...
    classimportCfgPath1=...
    classimportCfgPath2=...
    etc.

    If you try to execute operations on the wrong catalog, a respective message is displayed.

  • Define path for button scripts in toolbar

    scriptsPath=$CADENAS_SETUP/scripts/partdatamanager/classification_toolbar/

  • You can define whether row-specific preview images should be shown during the geometrical similarity search.

    Deactivate=0 / Activate=1

    showVariant=0/1

  • forceDebug=

    The variable can have the following values:

    • -2: No messages issued. Special, necessary input dialogs still show up however.

    • -1: Neither messages nor input dialogs show up.

    • 0: Default setting

      No messages are given but special, necessary input dialogs show up (if "CADENAS_DEBUG = 0",and/or the variable is not set, which complies with the default case).

      Special case: If CADENAS_DEBUG =1, the relationship corresponds to "forceDebug = 1" (see next point).

    • 1: Messages are issued and special, necessary input dialogs show up.

    [Note] Note

    Messages are issued in the PARTdataManager message window.