I noticed that if someone(usually a DBA) accidentally renames or deletes a tdpsql_XXXX.cfg file the command still runs and just uses the default config. it will return with no errors.
Example: Someone has deleted a configfile which points to a specific instance. tdpsqlc backup * full /configfile=tdpsql_INSTANCE.cfg will backup the default server instance if the config file is missing with rc=0. Would it be possible to have the command end in error if /configfile points to a non existent config file? Regards Hans Chr.