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 TrueOrFalseRequired | 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:
|
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