Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The "AddOverrideSetting" command overrides a setting for Repository or connection

From a Windows command prompt, within the "Tools" folder, enter the following to run the AddOverrideSetting command:

 via.repository AddOverrideSetting /param

Allowable parameters are:


/connId:<Int32>                               ID of connection where setting will be added/overriden
/repoId:<Int32>                                ID of repo where setting will be added/overriden
/settingName:<String>                    Name of setting (required)
/plaintextSettingValue:<String>      Setting value (required)
/dataType:<String>                         Data type of setting value (string/bool/int/float) (required)
/encrypted:<String>                        Whether the value should be encrypted when stored (true/false) (required)
/description:<String>                      Description of setting (required)
/help|?[:<Boolean>]                        Get help

Example

addoroverridesetting /connId:1 /settingname:NewSetting /plaintextsettingvalue:something /datatype:string /encrypted:false /description:something


  • No labels