Difference between revisions of "Aquila Server Settings"

From EHS Help
Jump to: navigation, search
m
m
Line 8: Line 8:
 
==Settings==
 
==Settings==
  
;SessionTimeout
 
:Number of seconds before client sessions timeout. Can be any number, as presently the client will automatically log back in when needed after the initial successful login.
 
 
;Port
 
;Port
 
:Any available TCP port on the server.  Defaults to '''8099'''
 
:Any available TCP port on the server.  Defaults to '''8099'''
Line 16: Line 14:
 
;ConnectionString
 
;ConnectionString
 
:See [[Database connection string]] page.
 
:See [[Database connection string]] page.
 +
 +
==Licenses==
 +
 +
Your server licence is stored in this file and contains a serial number that enables various server-side features.
  
 
==Example Settings File==
 
==Example Settings File==
Line 21: Line 23:
 
<code>
 
<code>
 
'''[Settings]'''
 
'''[Settings]'''
 
SessionTimeout=2000
 
  
 
Port=8099
 
Port=8099
Line 29: Line 29:
  
 
ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=WIN7VM;Database=aquila_v36.1;UserID=ibidlogin;Password=ibidloginpassword;
 
ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=WIN7VM;Database=aquila_v36.1;UserID=ibidlogin;Password=ibidloginpassword;
 
'''[Config]'''
 
 
MaintenanceWeek=51
 
  
 
'''[Licenses]'''
 
'''[Licenses]'''
 +
 
ServerLicense=4144-F2C5-76A0-6130-F201
 
ServerLicense=4144-F2C5-76A0-6130-F201
  

Revision as of 09:31, 7 July 2017

AquilaCRS icon.png

This topic is for AquilaCRS


Overview

File is stored in the same folder as the AquilaServer.exe program and is called AquilaServer.ini. The exception to this is when using AquilaServerLib.DLL as the offline server. In this case, these settings will need duplicating in the AquilaCRS Settings file.

Settings

Port
Any available TCP port on the server. Defaults to 8099
ConnectionType
See Database connection string page.
ConnectionString
See Database connection string page.

Licenses

Your server licence is stored in this file and contains a serial number that enables various server-side features.

Example Settings File

[Settings]

Port=8099

ConnectionType=MSSQL

ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=WIN7VM;Database=aquila_v36.1;UserID=ibidlogin;Password=ibidloginpassword;

[Licenses]

ServerLicense=4144-F2C5-76A0-6130-F201