Difference between revisions of "Aquila Server Settings"
From EHS Help
(first draft) |
(first draft) |
||
| Line 1: | Line 1: | ||
{{topic|AquilaCRS}} | {{topic|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== | ||
| + | |||
| + | ;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 | ||
| + | :Any available TCP port on the server. Defaults to '''8099''' | ||
| + | ;ConnectionType | ||
| + | :See [[Database connection string]] page. | ||
| + | ;ConnectionString | ||
| + | :See [[Database connection string]] page. | ||
| + | |||
| + | ==Example== | ||
<code> | <code> | ||
| − | [Settings] | + | '''[Settings]''' |
| + | SessionTimeout=2000 | ||
| + | Port=8099 | ||
| + | ConnectionType=MSSQL | ||
| + | ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=WIN7VM;Database=aquila_v36.1;UserID=sa;Password=w3stmeadstar; | ||
</code> | </code> | ||
Revision as of 10:40, 15 March 2012
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
- 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
- Any available TCP port on the server. Defaults to 8099
- ConnectionType
- See Database connection string page.
- ConnectionString
- See Database connection string page.
Example
[Settings]
SessionTimeout=2000
Port=8099
ConnectionType=MSSQL
ConnectionString=AnyDAC?AuxDriver=MSSQL;Server=WIN7VM;Database=aquila_v36.1;UserID=sa;Password=w3stmeadstar;