Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.4 KB

errors.md

File metadata and controls

37 lines (21 loc) · 1.4 KB

go-helpers errors

Error strings

CONFIGPATH: Could not find /path/to/file

The PIPELINE.CONFIGPATH is incorrectly specified in the Senzing engine configuration JSON.

If it is correctly specified, then a file that is expected is not in the directory.

RESOURCEPATH: Could not find /path/to/file

The PIPELINE.RESOURCEPATH is incorrectly specified in the Senzing engine configuration JSON.

If it is correctly specified, then a file that is expected is not in the directory.

SQL.CONNECTION empty in Senzing engine configuration JSON

No database was specified in the Senzing engine configuration JSON.

In senzing-tools:

  1. If SENZING_TOOLS_ENGINE_CONFIGURATION_JSON is used, make sure the database are correctly specified.
  2. If SENZING_TOOLS_ENGINE_CONFIGURATION_JSON is not used, SENZING_TOOLS_DATABASE_URL needs to be set.

References:

  1. SENZING_TOOLS_DATABASE_URL
  2. SENZING_TOOLS_ENGINE_CONFIGURATION_JSON

SUPPORTPATH: Could not find /path/to/file

The PIPELINE.SUPPORTPATH is incorrectly specified in the Senzing engine configuration JSON.

If it is correctly specified, then a file that is expected is not in the directory.