Overview
Version
| Report Server Version |
|---|
11.0 |
Function Description
Some basic platform and server configuration information is stored in the FINE_CONF_ENTITY table of the FineDB database.
This document describes the database tables and fields that store this configuration information.
Log Setting
Log in to the decision-making platform as the admin, choose System Management > Intelligent O&M > Platform Log > Global Setting, and configure the log level and choose whether to collect log statistics as needed, as shown in the following figure.
For details about log level settings, see Log Introduction.

The following table lists the table and field corresponding to the system log level setting in the FineDB database.
| Table Name | ID |
|---|---|
FINE_CONF_ENTITY | Log4jConfig.rootLevel |
General Setting
Log in to the decision-making platform as the admin, choose System Management > System Setting > General, and you can configure a series of general settings as needed, for example, Gzip Compression and Servlet Path Name.
For details about general settings, see General.

The following table lists fields corresponding to general settings.
| Table Name | ID | Description |
|---|---|---|
FINE_CONF_ENTITY | ServerPreferenceConfig.supportGzip | Whether to enable Gzip Compression |
FINE_CONF_ENTITY | ServerPreferenceConfig.licUseLock | Whether to enable dongle authentication |
FINE_CONF_ENTITY | ServerConfig.reportServletName | Servlet path name |
Server Configuration
In the designer, choose Server > Server Configuration to open the Server Configuration window, where you can configure pagination preview, data entry, printing, and other settings, as shown in the following figure.
Note: 
Pagination Preview Setting
Toolbar configuration:
The field ID corresponding to each toolbar is in the format ReportWebAttr.page.managers.xxxxxxx, where xxxxxxx is an eight-digit random ID, and the field value is XML text.
| Table Name | ID |
|---|---|
FINE_CONF_XMLENTITY | ReportWebAttr.page.managers |
Other configurations:
| Table Name | ID |
|---|---|
FINE_CONF_ENTITY | ReportWebAttr.page.pageView |
FINE_CONF_ENTITY | ReportWebAttr.page.showAsImage |
FINE_CONF_ENTITY | ReportWebAttr.page.autoScale |
FINE_CONF_ENTITY | ReportWebAttr.webPage.tdHeavy |
Data Entry Setting
Toolbar configuration:
The field ID corresponding to each toolbar is in the format ReportWebAttr.write.managers.xxxxxxx, where xxxxxxx is an eight-digit random ID, and the field value is XML text.
| Table Name | ID |
|---|---|
FINE_CONF_XMLENTITY | ReportWebAttr.write.managers |
Other configurations:
| Table Name | ID |
|---|---|
FINE_CONF_ENTITY | ReportWebAttr.write.selectedColor |
FINE_CONF_ENTITY | ReportWebAttr.write.editRowColor |
FINE_CONF_ENTITY | ReportWebAttr.write.sheetPostion |
FINE_CONF_ENTITY | ReportWebAttr.write.reportPostion |
FINE_CONF_ENTITY | ReportWebAttr.write.unloadCheck |
FINE_CONF_ENTITY | ReportWebAttr.write.showWidgets |
FINE_CONF_ENTITY | ReportWebAttr.write.autoStash |
Data Analysis Setting
Toolbar configuration:
The field ID corresponding to each toolbar is in the format ReportWebAttr.view.managers.xxxxxxx, where xxxxxxx is an eight-digit random ID, and the field value is XML text.
| Table Name | ID |
|---|---|
FINE_CONF_XMLENTITY | ReportWebAttr.view.managers |
Other configurations:
| Table Name | ID |
|---|---|
FINE_CONF_ENTITY | ReportWebAttr.view.sortFuncCheck |
FINE_CONF_ENTITY | ReportWebAttr.view.conditionFuncCheck |
FINE_CONF_ENTITY | ReportWebAttr.view.listFuncCheck |
Designer Print Setting
The following table lists the table and field corresponding to the printing setting in the FineDB database.
| Table Name | ID |
|---|---|
FINE_CONF_ENTITY | ReportWebAttr.printer.printers |
Server Parameter Setting
In the designer, choose Server > Global Parameter to add global parameters, as shown in the following figure.

The following table lists the table and field corresponding to the global parameter setting in the FineDB database.
| Table Name | ID |
|---|---|
FINE_CONF_XMLENTITY | ParameterConfig.globeParameters |
The field ID corresponding to each global parameter is in the format ParamterConfig.globeParameters.xxxxxxxx, where xxxxxxxx is an eight-digit random ID, and the field value is the corresponding XML text, as shown in the following figure.

Predefined Style Setting
In the designer, choose Server > Predefined Chart Color to configure the style properties, as shown in the following figure.

The following table lists the table and field corresponding to the predefined style setting in the FineDB database.
| Table Name | ID |
|---|---|
FINE_CONF_XMLENTITY | ServerPreferenceConfig.styleMap |
Server Print Setting
Log in to the decision-making platform as the admin, choose System Management > System Setting > Print, and you can configure the following print settings, as shown in the following figure.
Whether print margins can be configured for zero-client printing.
Whether the print settings window is required for local printing

The following table lists the table and field corresponding to the printing setting in the FineDB database.
| Table Name | ID |
|---|---|
FINE_CONF_ENTITY | PrintConfig.printSettingsAttrData.noClientPrintAttr.XXX |
FINE_CONF_ENTITY | PrintConfig.printSettingsAttrData.nativePrintAttr.XXX |