TIBCO Spotfire® Server and Environment - Installation and Administration

create-join-db

Configures the default join database.

create-join-db 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
<-t value | --type=value> 
<-d value | --database-url=value> 
<-u value | --username=value> 
[-p value | --password=value] 
[-i value | --min-connections=value] 
[-a value | --max-connections=value] 
[-v | --validate] 

Overview

Use this command to configure the default join database.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--type=value
Required none The database type and the driver to use. Must match the type name of one of the enabled data source templates.
-d value
--database-url=value
Required none The JDBC URL to the database. Because this argument usually contains special characters, be sure to escape those characters or enclose the values in quotes.
-u value
--username=value
Required none The database account username.
-p value
--password=value
Optional none The database account password.
-i value
--min-connections=value
Optional 0 The minimum number of connections to keep in the connection pool.
-a value
--max-connections=value
Optional 0 The maximum number of connections to keep in the connection pool.
-v
--validate
Optional none Indicates whether the created configuration should be validated by attempting to connect to the database using the specified connection information.