Hi all,
We have a LCA solution that works with various of automation scripts, used to perform CRUD actions on DOM data. After upgrade to 10.5.3.0-15484, all scripts meant to work with DOM data are unable to run, from both, cube and LCA. They are all part of solution created for that specific LCA, that also contains Ad-hoc data source scripts, that are working fine and are not impacted with upgrade.
This is the message we get when we try to run the script from either LCA, or Cube.
I have already tried upgrading solution NuGet to 10.5.3 and it didn't help.
Thanks in advance,
Alija Kusur
hi Alija
Most likely a library that's referenced by the script isn't available when it's being executed. While looking for the Run method one of the classes defined in the script needs that library, but that library can't be found it seems.
Could you check if all the dependencies have been installed on the agent it's being executed on?

Hi Peter,
Thanks for mentioning this, as it was my first step in the investigation, but it could be that I overlooked something, so I will give it a try again and let you know if I find anything.