dbdriver import

The dbdriver import command imports a JDBC database driver definition file into the server. Database driver definition files are created by exporting a database driver definition from the server using the dbdriver export command. You can only import database driver definitions that were exported from the same version of Spectrum™ Technology Platform.

Usage

dbdriver import --f DriverDefinitionFile --u TrueOrFalse
Required Argument Description
Yes --f DriverDefinitionFile Specifies the database driver JSON file you want to import. Directory paths you specify here are relative to the location where you are running the Administration Utility.
No --u TrueOrFalse Specifies whether to overwrite the existing database driver definition if a database driver with the same name is already on the server, where TrueOfFalse is one of the following:
true
If there is a database driver on the server with the same name as the one you are importing, the driver on the server will be overwritten. This is the default setting.
false
If there is a database driver on the server with the same name as the one you are importing, the driver will not be imported.

Example

This example imports the database driver definition named MyDatabaseDriver.json which is located in a subfolder named exported in the location where you are running the Administration Utility.

dbdriver import --f exported\MyDatabaseDriver.json