I’m using DU for current project. It is working fine on my machine in Studio.
I’m running into this error when trying to run with Remote Debug on an unattended bot.
I’ve tried deleting and re-installing packages on the bot itself as well as manipulating some of the packages on the project side. Below are the packages currently installed in the project and in use.
Yeah the solution was in the packages. You can’t have IntelligentOCR.Acitivities and also have the DU.Activities in the same job as I believe the DU package is an older one. You must use the DocumentUnderstanding.Activities.ML version and it should work unattended.
Caveat: This will require you to adjust the Extraction activities as those are different between the two DU packages.