Publish Error in Test Framework

Hi Team,

Developed a small process using Test Automation with the name - RPA_DEV_ProcessA
Published into dev orchestrator.
Now i wanted to rename from RPA_DEV_ProcessA to RPA_PROD_ProcessA.

  1. Changed the same in Project.jason file
  2. Deleted the current package (RPA_DEV_ProcessA) from orchestrator
  3. Tried to publish with the new name (RPA_PROD_ProcessA)
  4. Getting error as -
    Error: Publish of Tests project to orchestrator failed. One or more entry point of Uniqueid’s already used in another project RPA_UAT_ProcessA

Can you delete the entry points from the impacted project, re-add them, and then republish?

How to delete the entry points? Can you pls elaborate on that with steps ?

Try after deleting the another package RPA_UAT_ProcessA from Orchestrator.

Hi @Honda

you’re seeing the error because the “UniqueId” in “project.json” is still the same as a previous project.

Use this will resolve your issue, open project.json and replace the uniqueId value with a new GUID.
You can generate a new GUID using Guid.NewGuid.ToString in UiPath or online.
Save the file and publish again — it will now work without conflict.

If you found helpful, feel free to tick as a solution.
Happy Automation

Open the project.json file and look there for entry points.