If you have a Microsoft SQL database with a large number of tables and stored procedures, you may get timeouts when refreshing metadata or executing a Solution. To prevent timeouts, use the
Additional Parameters and
Object Filters fields on the TIBCO Scribe® Online Connection dialog for the Microsoft SQL Server Connection.
To modify your Microsoft SQL Connection:
- Log into TIBCO Scribe® Online.
- Select More > Connections.
- Select your Microsoft SQL connection to open it.
- In the Additional Parameters field, limit the data accessed by disabling anything that is unnecessary, such as Stored Procedures.The following parameters are supported:
- AllowSprocs — Show or hide stored procedures, default is false.
- AllowTables — Show or hide tables, default is true.
- AllowViews — Show or hide views, default is true.
- QueryTimeout — Controls the timeout value for a query of the source data, default is 600.
- TargetTimeout — Controls the timeout value for update, insert, or delete operations on the target data, default is 30.
- In the Object Filter field, create filters to select specific objects from the database. For example, Tables=CUST* loads all tables that start with CUST.
- Select Test to make sure the Agent can still communicate with the SQL database.
- Select OK.
- On the Connections page, select the Reset Metadata option from the Gear menu for your Microsoft SQL Connection.
Refer to the
TIBCO Scribe Online Connector For Microsoft SQL Server help for additional details on Connection parameters.