Differences

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

Link to this comparison view

en:mervis-db:installation:spdba [2018/06/26 11:39]
m.chlupac [SPDBA]
en:mervis-db:installation:spdba [2018/06/29 15:32]
Line 1: Line 1:
-====== SPDBA ====== 
- 
-ASP.NET application to convert binary data sent from Mervis PLC into SOAP calls of Mervis DB. You have to install SPDBA if you want to save data directly from Mervis PLC (UniPi, Domat, ...). 
- 
-===== Requirements ===== 
- 
-  * IIS server with ASP.NET 4.5. 
- 
-===== Configuration ===== 
- 
-==== Web.config ==== 
- 
-  * Mervis DB settings 
-    * URL of the MervisDB server: ../system.serviceModel/client/endpoint/@address <code xml>... 
-<client> 
-  <endpoint address="http://localhost:9876/RcWareDbAccess" 
-            binding="basicHttpBinding" 
-            bindingConfiguration="RcWareDbAccess" 
-            contract="ESG.Db.ServerAccess.HistoryDbAccess" 
-            name="RcWareDbAccess" 
-            behaviorConfiguration="RcWareDbBehavior" 
-            /> 
-</client> 
-...</code> 
-  * Logging 
-    *  ../system.diagnostics/../listener 
-    * standard .NET logging, extensible in a standard way 
-  * Metadata cache 
-    * Path to the folder where cached metadata should be stored <code xml> 
-... 
-<appSettings> 
-  <add key="KeyValuePersistentStorageRoot" value="c:\temp\spdba"/> 
-</appSettings> 
-...</code> 
  
  • © Energocentrum Plus, s.r.o. 2017 - 2024