Connection String Parameters for SAP BusinessOne DI
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Name | Description |
CompanyDB | Your SAP Business One company database. |
ConnectionLifeTime | The maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed. |
DBPassword | The database password. |
DBServerType | The database server type. |
DBUserName | The database user name. |
Language | The Multi-Language support option when connecting. |
LicenseServer | Your SAP Business One license server. |
Location | A path to the directory that contains the schema files defining tables, views, and stored procedures. |
Logfile | A path to the log file. |
MaxLogFileCount | A string specifying the maximum file count of log files. When the limit is hit, a new log is created in the same folder with the date and time appended to the end and the oldest log file will be deleted. |
MaxLogFileSize | A string specifying the maximum size in bytes for a log file (for example, 10 MB). When the limit is hit, a new log is created in the same folder with the date and time appended to the end. |
MaxRows | Limits the number of rows returned rows when no aggregation or group by is used in the query. This helps avoid performance issues at design time. |
Other | These hidden properties are used only in specific use cases. |
Password | The password used to authenticate to the LicenseServer . |
PoolIdleTimeout | The allowed idle time for a connection before it is closed. |
PoolMaxSize | The maximum connections in the pool. |
PoolMinSize | The minimum number of connections in the pool. |
PoolWaitTime | The max seconds to wait for an available connection. |
QueryPassthrough | Set this to true to pass the query to SAP Business One as is. |
RTK | The runtime key used for licensing. |
SecurityCode | An additional security code for the user, if required. |
Server | The server that SAP Business One can be found running on. |
SLDServer | The System Landscape Directory server for SAP Business One. |
Tables | This property restricts the tables reported to a subset of the available tables. For example, Tables=TableA,TableB,TableC. |
UseConnectionPooling | This property enables connection pooling. |
User | The user to use when authenticating to the LicenseServer . |
UseTrusted | Indicates if this is a trusted connection directly to a SQL Server database. |
Verbosity | The verbosity level that determines the amount of detail included in the log file. |
Views | Restricts the views reported to a subset of the available tables. For example, Views=ViewA,ViewB,ViewC. |