Hi Team,
I have create a solution in studio web which includes a case management project. It was working fine and deployed.
Recently I made some minor change in one of the RPA project in the solution (not touched case management).
Now when I’m trying to deploy the solution I am getting below error:
Error
Robot - ProcessOrchestration: “Materials Management” finished executing in 00:00:01.343 with error code 1
JSON is not a valid Case Management JSON of any previous version. - error code 1
System.Exception: ProcessOrchestration: “Materials Management” finished executing in 00:00:01.343 with error code 1
JSON is not a valid Case Management JSON of any previous version. - error code 1
Hi @Rohit_More
Go to your main Solution dashboard then remove/unlink the recently modified RPA project from the solution then deploy the solution (with just the Case Management project) to clear the error and then re-add the modified RPA project back into the solution and then again deploy the entire solution again.
This forces UiPath to build a fresh, correct master JSON file.
cheers
Hi Rohit,
It turns out this is an issue with some flags going stale. We have a fix rolling out to address the issue this week. In the mean time, if you refresh the page before a deployment, that should fix the issue - as it will refresh the flags and ensure the correct setting.
Otherwise, we’ll update when the fix is rolled out.
Thanks,
Tyler
Thanks @bhavesh.choubey1 , @Tyler_Toth for your response.
I reopened the solution next day and I was able to publish without doing any changes.