Previous Topic

Next Topic

Inhoudsopgave

Book Index

Multivers-configuratiebestand installeren

Is op een werkstation alleen de Multivers Client geïnstalleerd, dan is nodig voor de werking van de koppeling om het bestand Isah7.exe.config aan te maken en op hetzelfde werkstation te zetten:

  1. Ga op het werkstation waarop Isah is geïnstalleerd naar C:\Program Files (x86)\Isah\Isah7\Progs.
  2. Maak het tekstbestand Isah7.exe.config aan met de volgende inhoud:

    <?xml version="1.0" encoding="utf-8" ?>

    <configuration>

    <appSettings>

    <add key="SqlBaseIniFile" value="C:\Program Files (x86)\UNIT4\UNIT4 Multivers\sql.ini"/>

    </appSettings>

    </configuration>

  3. Controleer of het pad naar sql.ini in het bestand Isah7.exe.config overeenkomt met het pad van de installatiemap van Multivers. Pas indien nodig het pad in het bestand aan.
  4. Sla het bestand op.