Edición del archivo USA_DataManagerSettings.properties

El archivo USA_DataManagerSettings.properties contiene la ruta de acceso al archivo y las variables del diccionario del usuario que se deben actualizar antes de usar la herramienta de creación de diccionarios del usuario.

  1. Ubique el archivo USA_DataManagerSettings.properties en la carpeta /udwriter/config.
  2. Abra el archivo en un editor de texto.
    De manera predeterminada, el archivo USA_DataManagerSettings.properties aparece de la siguiente manera:
    
    # Properties used by MapMarker UDCreator GUI
    #
    # Optional - The number of dictionaries to be loaded.  DEFAULT=1 
    DICTIONARY_COUNT=1
    
    # Required - The path to the highest ranking dictionary (GeoStan data files)
    # Note that DICTIONARY_PATH is required from 1 to DICTIONARY_COUNT.
    
    # This information must be updated for your installation.  It specifies the location of the GeoStan data (using forward slashes).
    
    DICTIONARY_PATH1=/home/g1ntest/udwriter/DVDGDT
    
    # If us.z9 file is in a different folder than DICTIONARY_PATH1 then uncomment the following line and update to its path (using forward slashes).
    # In addition, change DICTIONARY_COUNT above to 2.
    #DICTIONARY_PATH2=C:/Program Files (x86)/Centrus/z9data
    
    
    # Enter license file path (using forward slashes) and password
    LICENSE_FILE=/home/g1ntest/udwriter/all_12345678_eap.lic
    PASSWORD=12345678
    
    ########################################
    #
    #  These items should be left unchanged
    #
    LIB_PATH=dlls
    #
    # Option to return all GeoStan data elements in USA_UserCandidateAddress class
    RETURN_EXTENDED_DATA=yes
    #
    # This optional property controls the number of GeoStan instances
    # used to process requests in a multi-threaded environment.
    #
    GEOSTAN_INSTANCE_COUNT=1
                    
  3. En el campo DICTIONARY_PATH1, añada la ruta de la ubicación de los archivos de datos del geocodificador estadounidense.
  4. En los campos LICENSE_FILE y PASSWORD, añada las rutas de la ubicación de su archivo de licencia y contraseña.
  5. Revise los campos opcionales y modifíquelos según sea necesario.
  6. Guarde el archivo.