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 connectionJsonFileName
Note: To see a list of parameters, type help resourceconnection import.
RequiredArgumentDescription
Yes--f fileSpecifies the connection JSON file name you want to import.
No--u updateSpecifies whether to overwrite the existing connection, if connection with the same name already exists on the server.
true
If there is a resource on the server with the same name as the resource you are importing, the resource on the server will be overwritten.
false
If there is a resource on the server with the same name as the resource you are importing, the resource will not be imported. This is the default setting.

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