This is an old revision of the document!


Configuration

The configuration files found in different folders:

netoptions/bia folder:

biaservicename.txt: Name of the service created, not mandatory to change

RegisterService.bat: The installation .bat file, you must set the path correct:

  • SERVICE_EXE=“C:\Netoptions\BIA\Netoptions.BizWizard.v3.Bia.WinService.exe”

netoptions/bia/settings:

BiaSettings.xml: The file where you edit transaction intervalls and bia integrator settings. You must add/change

  • BIAIntegrator id, choose any number you like
  • ddlPath: dllPath=“C:\Netoptions\BIA\Plugins\LimePro\Netoptions.BiaIntegrators.LundalogikLimePro.dll”
  • url="http://www.bwz.se/lundalogik"
  • siteGuid=“363659d0-a012-11dd-ad8b-0800200c9a66

netoptions/bia/settings:

LimeSettings.xml

LimeUserSettings.xml

SynchedColumnSettings.xml

The following is an example of a typical Apsis Integration configuration file:

<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="lundalogik.dataaccess" type="Lundalogik.DataAccess.Configuration.DataAccessConfiguration, Lundalogik.DataAccess" />
    <section name="lundalogik.apsis" type="Apsis.Configuration.ApsisConfigurationSection, Apsis.Configuration" />
  </configSections>
  <lundalogik.dataaccess>
    <databases>
      <database name="LIME" accessMethod="WebService">
        <webServiceOptions binding="BasicHttp" address="http://limeapp01.lundalogik.local:4057/" />
      </database>
    </databases>
  </lundalogik.dataaccess>
  <lundalogik.apsis>
    <accounts>
      <account>
        <lime database="LIME" />
        <apsis userName="lundalogikab" password="t0ps3cRet!" />
      </account>
    </accounts>
  </lundalogik.apsis>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>

The lundalogik.dataaccess section specifies how the application connects to LIME Pro Web Service for adding and updating LIME Pro data. The name attribute of the database element must match the database attribute of the lime element in the lundalogik.apsis section. Apsis account details are specified in the apsis element. The apsis userName is the Apsis-API account, specified for the customer (customer must order this in advance).

  • Last modified: 6 years ago
  • (external edit)