Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Query service : Configuring Business Process Server for query service
 

Configuring Business Process Server for query service

To configure Business Process Server for query service, oebpsclient.conf must be in the class path that contains the following configuration information.
*qs.use.datasource
The value should be either "true" or "false". The default value is "true". The DataSource must be in the same JVM on which the QueryService is running. If the DataSource is in another JVM, then performance is affected.
If the DataSource is not available, then the ConnectionPool is used. If the ConnectionPool is not available, then an error is raised.
*qs.cpool.minConn
This value should be an integer. the default value of minimum connection is 5. The configured connection should be at least 5, and should not exceed 30.
*qs.cpool.maxConn
This value should be an integer. The default value of maximum connection is 30. The configured connection should be at least 30.
Note: Specifying a very high number of maximum connections will overload the connection resources.
The logging information for query service is provided by oebpslog.conf. A category for QueryService called BP ServerClient is also included.
If there is an error, com.Savvion.sbm.bizlogic.client.queryservice.QSException is raised.