Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Sample Connection String for SQL

...

  1. To set Data XChange sources, on the GlobalSearch toolbar, in the Administration menu, select Administration.

  2. In the vertical Administration menu, select Archives. A list of Archives will appear.

  3. Click the More Options () icon for the selected Archive and select Data XChange.



  4. Click New.

  5. In the Data XChange Source dialog that appears, enter the name of the source in the Source Name text box. Use a short but descriptive name to indicate to users what Data XChange source is being used for updating. 




  6. Enter the connection string in the Connection String text box. The data source can be in a file format where a connection string can be created, such as CSV file, a SQL table, or an Access database.

  7. Click Go.

  8. Click the Select a data source Expansion (triangle) icon and in the Mapped Fields group, select one or more of the Archive Index Fields to map to from the list of available Fields.

  9. Click Save.

  10. Click Close to close Data XChange Sources.

 


Modify External Data XChange Sources Settings

  1. To modify links to external Data XChange sources, select Administration > Administration > Archives.

  2. From the list of Archives, click the More Options () icon for the selected Archive and select Data XChange.

  3. In the Data XChange Source dialog, select the source and click the Edit () icon and make changes to the settings.

  4. Click Save to save changes and then Close.

 


Delete Links to External Data XChange Sources

...

Tip
titleExample: Data XChange Connection String

The Connection String provides instructions on how the GlobalSearch server talks to the external data source. In this example, you need the connection string to link to a CSV file on drive C of the GlobalSearch server and the CSV file has column headers. The connection string should look similar to this examplethe examples below:

Access:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\data\updatefiles;Extended Properties="text;HDR=Yes;";Persist Security Info=False

SQL:

Provider=sqloledb;Server=sqlservername\instancename;Database=databasename;Trusted_Connection=Yes;