| Option | Description |
|---|---|
| Data connection |
Select the name of the data connection to associate with the metabase. If there is only one SQL Server JDBC data connection, it displays by default. When you are adding a new metabase from a data connection, this value is automatically populated with the data connection's source selection. |
| Database server | The address of the database server where the metabase will be created. This value is automatically populated with the database server value from the data connection. |
| SQL server administration user ID and password |
|
| Replication user ID and Password |
|
| Metabase name | The name of the metabase. By default, this is omnirep. You cannot have two metabases with the same name in the SQL Server instance. |
| Maximum transaction rows per user pool | When the trigger-based capture type is selected, click this drop-down list and select the maximum number of transaction rows that can be allocated in each user's pool of rp_trans rows. The default is 400000. If the maximum transaction rows limit is reached, the trigger fails. Each user is assigned a pool of rp_trans rows based on the user's session ID in SQL Server. When a new transaction is created in the trigger, the transaction attempts to reuse the rp_trans rows already allocated in the pool. Rp_trans rows are marked as free and available for reuse after the transactions have been successfully applied on all mapped targets. If there are no free rows available, a new block of rp_trans rows is allocated and added to the user's pool |
| Data logical name and Data size |
|
| Data physical name | If you clicked Retrieve Path, specify the data physical name and path. By default, this is the location where the data logical file is created on SQL Server. For example, C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\metabase_name_data.mdf. Use the default or specify an alternate file path as needed. |
| Log logical name and Log size |
|
| Log physical name | If you clicked Retrieve Path, specify the log physical name and path. By default, this is the location where the log logical file is created on SQL Server. For example, C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\metabase_name_log.ldf. Use the default or specify an alternate file path as needed. |