UiPath Documentation
automation-suite
2024.10
false

Automation Suite on Linux installation guide

Prerequisite checks fail when Document Understanding modern projects is enabled and AI Center is disabled

Description

When running the prerequisite checks, the process fails if Document Understanding modern projects is enabled and AI Center is disabled in cluster_config.json.

The following command fails in this configuration:

./bin/uipathctl prereq run /opt/UiPathAutomationSuite/cluster_config.json --versions versions/helm-charts.json
./bin/uipathctl prereq run /opt/UiPathAutomationSuite/cluster_config.json --versions versions/helm-charts.json

Solution

To address the issue, take the following steps:

  1. Temporarily enable AI Center in cluster_config.json by setting aicenter.enabled: true.
  2. Re-run the prerequisite checks.
  3. Verify that all other prerequisite checks pass.
    Note:

    Ignore any errors related to AI Center.

  4. Before running the manifest apply step, revert the configuration by disabling AI Center in cluster_config.json.
  5. Proceed with deployment using the manifest apply command.
  • Description
  • Solution

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated