Configure

- Organization: The name of your organization. It is decided by software registration.
- Database Port : When Inbuilt Database is used, no need to set this value. When MS Sql Server is used, the default value is 1433. This value should be consistent with Sql Server service port.
- Database User Name: When Inbuilt Database is used, the value must be "sa", don't change it.When MS Sql Server is used, the default value is "mdss". It is good to change the value after installation. To do this, you should modify the database named "wdsdb" in Sql Server.
- Database Password: It is the login password of the Database administrator. When Inbuilt Database is used, the value must be empty, don't change it.When MS Sql Server is used, the default value is "mdss". It is good to change the value after installation. To do this, you should modify the database named "wdsdb" in Sql Server.
- New Main Port: The default value is 4707, if the value is changed, you should inform all users.
- New Login Port: The default value is 4713, if the value is changed, you should inform all users.
- DB Pool Upper Limit: Maximal threads amount of database pool. The default value is 10. Generally, it is not necessary to change it, However, if three more than 20 users link the server at the same time, you can increase this value.
-
DB Pool Lower Limit: Minimal threads amount of database pools. The default value is 5. Generally, it is not necessary to change it, but if you have increased DB Pool Upper Limit, you can also increase this value.
- Thread Pool Upper Limit: Maximal threads amount of main server threads pool. The default value is 10. Generally, it is not necessary to change it, However, if more than 20 users link the server at the same time, you can increase this value.
- Thread Pool Lower Limit: Minimal threads amount of main server threads pool. The default value is 5. Generally, it is not necessary to change it, but if you have increased Thread Pool Upper limit, you can also increase this value.
- Log Level :The default value is "log errors", if "log all" is selected, the size of log file will increase rapidly.
- Link Time Limit: Longest waitting time for client feedback. The default value is 10000 milliseconds (10 seconds). if the intranet environment is bad, you can increase this value.
- Inbuilt Database: If Inbuilt database is used, it is very easy to manage system data, and there will be no need for professional computer technician. In addition, Inbuilt database can't be visited on net, so, it is more secure.
- MS Sql Server: If the user amount is more than 200 and the administrator is a professional computer technician who can manage MS Sql Server, you can consider to use MS Sql Server. When user amount increased, MS Sql Server may bring potential reliable.
|