PA Configuration database table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
!Name !!Default value !!Description | !Name !!Default value !!Description | ||
|- | |- | ||
| | ||<span style="color:green;font-weight:bold;">SessionIdleTimeout</span> | ||
|| | ||3600 | ||
|| | ||Idle user session expiration timeout in seconds. User session expires if the session hasn't been used after this amount of time. This time should be set same as [[QPR_UI_System_Settings#Security_Settings|QPR UI session expiration timeout]]. | ||
|- | |- | ||
|| | ||<span style="color:green;font-weight:bold;">SessionMaximumDuration</span> | ||
|| | ||86400 | ||
|| | ||Maximum duration for a user session in seconds. Even if a session is used so that the SessionIdleTimeout is not reached, the session is expired after this amount of time. | ||
|- | |- | ||
||DeleteModelsInRecycleBinOnStartup | ||DeleteModelsInRecycleBinOnStartup | ||
Line 24: | Line 23: | ||
* '''1''': Archived (when connecting with Excel Client, client tells the user that the database is archived and is not used for production) | * '''1''': Archived (when connecting with Excel Client, client tells the user that the database is archived and is not used for production) | ||
* '''2''': Unavailable (users can't connect to PA database marked as unavailable) | * '''2''': Unavailable (users can't connect to PA database marked as unavailable) | ||
|- | |- | ||
||DatabaseBulkCopyTimeout | ||DatabaseBulkCopyTimeout | ||
Line 40: | Line 31: | ||
||5000 | ||5000 | ||
||BulkCopyBatchSize given for non-sandbox SqlBulkCopy operations. | ||BulkCopyBatchSize given for non-sandbox SqlBulkCopy operations. | ||
|- | |||
|RecommendedClientVersion | |||
||<empty> | |||
||If set, contains the EXTERNAL version number (=product version) of a client libraries that is recommended for using QPR ProcessAnalyzer Server. The value should either be empty or contain a string in format '''<major>.<minor>''' where '''<major>''' is major version number and '''<minor>''' is minor version number. Example: "2018.4". | |||
Having the value empty equals to the case where the <major> and <minor> version numbers are equal to the external version number of the client library that connected to the database. | |||
|- | |||
||ExcelAddInInstallationUrl | |||
||<empty> | |||
||Installation package URL shown to a user when the user doesn't have the recommended client version installed. | |||
|} | |} | ||
Line 71: | Line 72: | ||
||AuthenticationMethod | ||AuthenticationMethod | ||
||1 | ||1 | ||
||Authentication related setting, more information in [[LDAP/AD_Authentication_in_QPR_ProcessAnalyzer_Server#Configuring Authentication Settings|LDAP/AD Authentication]]. | |rowspan="2"|Authentication related setting, more information in [[LDAP/AD_Authentication_in_QPR_ProcessAnalyzer_Server#Configuring Authentication Settings|LDAP/AD Authentication]]. | ||
|- | |- | ||
||LDAPConnectionString | ||LDAPConnectionString | ||
||<empty> | ||<empty> | ||
|- | |- | ||
||LDAPUserFilter | ||LDAPUserFilter | ||
||<empty> | ||<empty> | ||
|- | |- | ||
||LDAPUserSearchBase | ||LDAPUserSearchBase | ||
||<empty> | ||<empty> | ||
|- | |- | ||
||LDAPUserIdAttributeName | ||LDAPUserIdAttributeName | ||
||<empty> | ||<empty> | ||
|- | |- | ||
||LDAPServerUserName | ||LDAPServerUserName | ||
||<empty> | ||<empty> | ||
|- | |- | ||
||LDAPServerPassword | ||LDAPServerPassword | ||
||<empty> | ||<empty> | ||
|} | |} | ||
Revision as of 14:52, 3 October 2019
In QPR ProcessAnalyzer database, there is a configuration table PA_Configuration. It contains settings listed in the table below. You need SQL Server Management Studio to edit the settings in the configuration table. QPR ProcessAnalyzer Service needs to be restarted for the changes to take effect.
Name | Default value | Description |
---|---|---|
SessionIdleTimeout | 3600 | Idle user session expiration timeout in seconds. User session expires if the session hasn't been used after this amount of time. This time should be set same as QPR UI session expiration timeout. |
SessionMaximumDuration | 86400 | Maximum duration for a user session in seconds. Even if a session is used so that the SessionIdleTimeout is not reached, the session is expired after this amount of time. |
DeleteModelsInRecycleBinOnStartup | 0 | When set to 1, deleted QPR ProcessAnalyzer models in the recycle bin are permanently deleted when restarting the QPR ProcessAnalyzer Server. After restarting, the DeleteModelsInRecycleBinOnStartup is automatically set to 0, so the bin is not emptied every time the server is started. Default value is 0, meaning that nothing is done. |
DatabaseAvailabilityMode | 0 |
One of the following options:
|
DatabaseBulkCopyTimeout | 600 | BulkCopyTimeout given for non-sandbox SqlBulkCopy operations. |
DatabaseBulkCopyBatchSize | 5000 | BulkCopyBatchSize given for non-sandbox SqlBulkCopy operations. |
RecommendedClientVersion | <empty> | If set, contains the EXTERNAL version number (=product version) of a client libraries that is recommended for using QPR ProcessAnalyzer Server. The value should either be empty or contain a string in format <major>.<minor> where <major> is major version number and <minor> is minor version number. Example: "2018.4".
Having the value empty equals to the case where the <major> and <minor> version numbers are equal to the external version number of the client library that connected to the database. |
ExcelAddInInstallationUrl | <empty> | Installation package URL shown to a user when the user doesn't have the recommended client version installed. |
Sandbox Settings
Name | Default value | Description |
---|---|---|
SandboxDatabaseConnectionString | <empty> | If set, defines the connection string to ETL sandbox database. If not defined, running ETL scripts is not possible. |
SandboxDatabaseBulkCopyTimeout | 600 | BulkCopyTimeout given for sandbox SqlBulkCopy operations. |
SandboxDatabaseBulkCopyBatchSize | 5000 | BulkCopyBatchSize given for sandbox SqlBulkCopy operations. |
AllowNonTemporaryETLTargetTable | false | Are ETL scripts allowed to create global temporary database tables (tables starting with ##). |
LDAP Authentication Settings
Name | Default value | Description |
---|---|---|
AuthenticationMethod | 1 | Authentication related setting, more information in LDAP/AD Authentication. |
LDAPConnectionString | <empty> | |
LDAPUserFilter | <empty> | |
LDAPUserSearchBase | <empty> | |
LDAPUserIdAttributeName | <empty> | |
LDAPServerUserName | <empty> | |
LDAPServerPassword | <empty> |
Readonly Information
Name | Default value | Description |
---|---|---|
DatabaseVersion | <current version> | Database schema version. It will be updated automatically when a client with a new version connects to the database and does the migration (see UpdateDatabaseIfNeeded setting documentation for web.config). |
InitializationScriptDatabaseVersion | ||
DatabaseId | <random GUID> | Unique identifier for the database. Unless the database has been copied from another database, there shouldn't be two databases with the same database id. |