Export the Robot Agent and Dependencies from the Online Source Environment

Follow these steps to export the robots and their dependencies from the online source environment and create a ZIP file which can be imported into the offline target environment.

  1. Prepare the environment.
    Ensure that all robots run successfully and all required dependencies are installed.
  2. Run the rcc_agent_env_diagnosis script to validate the online source environment setup:
    • Mac or Linux: bash scripts/unix/rcc_agent_env_diagnosis.sh
    • Windows: .\scripts\windows\rcc_agent_env_diagnosis.ps1
  3. Run the rcc_offline_export_all script to generate the ZIP file which can be imported into the offline target environment:
    • Mac or Linux: bash scripts/unix/rcc_offline_export_all.sh
    • Windows: .\scripts\windows\rcc_offline_export_all.ps1
    The script creates a comprehensive ZIP file containing all runtime dependencies required for offline robot execution which you can import into your offline target environment.

    Note:

    • The ZIP file is self-contained and ONLY portable across environments with similar Operating System and CPU architecture.

    • You MUST use the same user account for exporting from the online source environment and importing into the offline target environment.