Creating Named Database Access Configurations
Use this procedure to a create named database access configurations. These are saved sets of values that are then available for the configdadb
utility as templates to configure database access for data areas.
To create a named database access configuration
-
At the Landmark command line, type
configdatabase --gui name
-
Specify values for the following database access options for a data area:
Database Access Option Description Automatically create schemas for data areas? Select TRUE
orFALSE
. If you selectTRUE
, you will later provide a prefix to use to build the schema names.The database to use for this data area. Choose the number from the list presented by the interview that represents the database you will use, or if in GUI mode, select the database from the drop-down list. Are you connecting to an availability group listener of a SQL Server availability group or a SQL Server Failover Cluster Instance? This applies only to SQL Server 2012 and higher. If yes, do not specify an InstanceName, but rather the availability group listener of the availability group as the SQL Server. The name of the SQL Server server to use. The port number of the remote SQL Server database. If the SQL instance is configured to use dynamic ports, use 0 for the port. Otherwise specify the correct static port. The name of the database on the server. Do you want to use unicode support? The name of the full text index for the database on the server. The user ID to use when connecting to SQL Server. A user defined in the SQL Server database. The password for the user. The password for the SQL Server user. Do you want to specify filegroups for tables and indexes? If you choose to use filegroups, you will need to provide the names of the filegroups to use for tables, indexes, and large objects. The prefix to use to build schema names The schema name will be created by concatenating the prefix with an underscore and then the data area name. The resulting schema name cannot exceed 18 characters in length and must start with a letter.
You are only prompted for the prefix if you selected
TRUE
when asked if you want to automatically create schemas. - Click Finish.