Define Global Database Options
Use the Database Options page in the CSM Administrator Blueprint Options window (accessed from within the Blueprint Editor) to define global general database options, inlcuding:
- Database timeout values: How long the database attempts to complete an operation before giving up.
- Foreign Keys: Whether or not to enable/enforce Foreign Keys. Foreign Keys establish and enforce a link between tables in a relational database, and are required by SQL Reporting Services.
To define global database options:
- Open the Blueprint Editor
- From the Blueprint Editor menu bar, click Tools>Options.
- Click the
Database Options page.
- Define Timeout values for the database:
- Database command timeout: Specify the number of seconds to attempt a database command before giving up.
- Schema command timeout: Specify the number of seconds to use
before timing out on SQL Server DDL (Data Definition Language) commands (used
to create and modify database tables in the underlying database).
Note: Select the No Limit check box to indefinitely attempt to complete the operations.
- Enable and define Foreign Key settings:
Note: You must enable foreign keys in order to use SQL Reporting Services.
- Create Foreign Keys for Relationships: Select this check box to enable/create foreign keys.
- Not Enforced/Enforced: Select whether or not to enforce foreign keys.
-
Click OK.