resourceconnection import
The resourceconnection import command imports a database connection to the
Spectrum server.
Note: For instructions on installing and running the Administration Utility,
see Getting Started with the Administration Utility.
Usage
resourceconnection import --f connectionJsonFileNameNote: To see a list of parameters, type help
resourceconnection import.
Required | Argument | Description |
---|---|---|
Yes | --f file | Specifies the connection JSON file name you want to import. |
No | --u update | Specifies whether to overwrite the existing connection, if connection with the
same name already exists on the server.
|
Example
This example imports the connection "DynamicsTrial.json" and updates the existing connection if it is already present on the server.
resourceconnection import --f D:\trunk_19\DynamicsTrial.json --u true