Versions Compared

Key

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

Task 3.24: Enable Batch Transmission

...

Note: These services need only be added to one office machine in the agency.  For best practice set up a “Batch” machine that runs all 4 or 5 batch services and is only used for these services.  This can be a virtual machine. 

...

  • In Windows Explorer, navigate to the TraCS program folder, either C:\program files\tracs (32-bit Windows) or C:\program files (x86)\tracs (64-bit Windows).

  • Run Batch Import Export Add Service.bat.  (Use Run as Administrator.)

  • Run Batch TransComm Add Service.bat. (Use Run as Administrator.)

  • Note: if installing on a machine with a server operating system these services must be installed using the Command Prompt

    • Run Command Prompt as administrator

      • Type (Or press the copy button)

        • Code Block
          cd C:\Program Files (x86)\TraCS
        • Code Block
          “.\Batch Import Export Add Service.bat"
          • Wait to complete

        • Code Block
          " .\Batch TransComm Add Service.bat"
          • Wait to complete

...

  • In the Windows control panel, select Administrative Tools and then double click Services.

  • Right click on the TraCS Batch Import Export and choose properties.

    • Select the Log On tab.

      • Click the  This Account radio button

        • Special Note: using the local system account does not work

      • Enter the user name, including the domain name, of a user with authority to access the network TraCS location (if running TraCS in network mode) and the master computer.  The service will run with this user’s Windows access rights.

      • Enter the user’s password in the password and confirm password fields.

      • Click OK.

    • Select the General Tab.

      • Choose Automatic in the Startup Type field.

      • NOTE: DO NOT START THE SERVIC HERE. The service will start automatically once you schedule an Import/Export in TraCS.

  • Right click on the TraCS Batch TransComm and choose properties.

    • Select the Log On tab.

      • Click the This Account radio button

        • Special Note: using the local system account does not work

      • Enter the user name, including the domain name, of a user with authority to access the network TraCS location (if running TraCS in network mode) and the master computer.  The service will run with this user’s Windows access rights.

      • Enter the user’s password.

      • Click OK.

    • Select the General Tab.

      • Choose Automatic in the Startup Type field.

      • NOTE: DO NOT START THE SERVIC HERE. The service will start automatically once you schedule a Communication, in TraCS.

      • Close the Services dialog.

...