OneTime - GeneralElectric/TrueConnect-Link GitHub Wiki

In this mode TrueConnect-Link uses the configuration file for the specified user to decide what needs to be uploaded it then uploads all of those files that have not been uploaded previously, then exits.

To run TrueConnect-Link in this mode execute the following command replacing "someTCuser" with the client ID used to connect to TrueConnect, you will also need a configuration file that has a name that also matches the Client Id plus the suffix ".json".

 TrueConnectLink -c:Start -u:someTCuser

In this mode TrueConnect-Link can exist in one of three ways:

  • Exit code 0; This indicates that all outstanding files were uploaded successfully.
  • Exit code 1; This indicates that a terminal error occurred that prevented the normal execution of the program, check the log for details.
  • Exit code 2; This indicates that the program executed normally but one or more files failed to upload, this can sometimes happen if your network connection is poor, try it again if the error persists check the log to see the issue on the specific file or files.