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 all,
There was an issue with parquet files generation NuGet missing DisposeAsync method for one of its classes. I ended up using another class available in the same NuGet, that required some input data refactoring. So I guess that from the upgrade we performed, DisposeAsync method call was triggered in the background.