Proceed as follows to configure the DB sync task in ibaDatCoordinator.

Prerequisite: The plug-in is installed.

You will find the installation file on the "iba Software & Manuals" data medium in the following directory:

…\01_iba_Software\ibaDatCoordinator\02_Plugins\DBSyncPlugin

  1. To run the task regularly, e.g., every 8 hours or once a day, create a scheduled job.

    See Configuring a job and Scheduled HD job and scheduled job – settings.

  2. Add a DB sync task to the job.

  3. Configure the database connection in the Database information section.

    • Database provider: Choice between SQL Server, Oracle, DB-2, or ODBC (Access, MySQL)

    • Computer: Local machine or a database server

    • Database name: Database name or DSN (ODBC connection)

    • Authentication: By operating system or username and password

    • Table name: Name of the index table (ibaFile table)

      Click the <Test database connection> button to check the connection to the database.

  4. Configure the parameters for the task.

    • Delete entries for which no file was found:

      If disabled, "1" is entered in an additional column called FILE_REFERENCE_VALID for valid references and "0" for references for which no file could be found.

      If you activate this option, entries marked with "0" in the FILE_REFERENCE_VALID column will be deleted from the index table.

    • Replace part of the reference file path:

      If disabled, the path entered in the database is used when accessing the data file.

      If you enable this option, the first part of the file name (path) in the database column _filename will be replaced for access to the data file. The value "1" is entered in the FILE_REFERENCE_VALID column if the file exists in the specified target directory (To). The value "0" is entered in the FILE_REFERENCE_VALID column if the file is located in the original directory (From) and not in the target directory.

    • From: Part of the original path name that is to be replaced.

    • To: New part of the path name where the file is actually located.

    • UNC credentials: If ibaDatCoordinator needs to access a network drive, enter the login details of an authorized user here.

During synchronization, all processes are logged by the plug-in.

For more information about logging, see Chapter Logging