Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the startup script still refuses to run then follow the error messages. They are of the form like below:

Code Block

Can't locate Data/UUID.pm in @INC (@INC contains: ...

...

Code Block
* cd contrib
* sh FT_MA_Startup.sh \--skip-input || \--help
  • Attempts to install the missing, perl modules.
  • Stops any previous running instance of the service.
  • Creates a backup of any existing log file.
  • Everytime the script executes, it copies the log file from the main log directory to an hourlyfolder in the same directory. The folder is named as: Ftp_MM-DD-YY:HH
  • Starts a new Instance of the service by running daemon.pl

Client Application:

The service includes a client tool to do some preliminary testing. This tool is present inside the bin dir as well.

...