Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
addons:bizwizard:configuration [2014-05-29 09:42]
ssm [Configuration files]
— (current)
Line 1: Line 1:
-====== Configuration ====== 
-===== Configuration files ===== 
-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=<del><nowiki>"http://www.bwz.se/lundalogik"</nowiki></del>  
-  * siteGuid="<del>363659d0-a012-11dd-ad8b-0800200c9a66</del>" 
- 
-=== netoptions/bia/settings: === 
-LimeSettings.xml 
- 
-LimeUserSettings.xml 
- 
-SynchedColumnSettings.xml 
-==== Sample configuration ==== 
-The following is an example of a typical Apsis Integration configuration file: 
- 
-<code xml> 
-<?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> 
-</code> 
- 
-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)