OSFTIG
19 hours agoNew Contributor
How to stop a Data Adapter task that keeps launching CubeViews?
Hello,
I’m facing an issue with a Data Adapter that launches a CubeView.
The problem is that the Data Adapter seems to be looping and triggering the CubeView multiple times, which results in a very long execution time.
When I manually cancel some of the tasks related to the CubeView, it looks like new tasks keep getting created, as if the main process is still running.
My question is:
- Is there a way to kill or stop the main task/process that was initiated by the Data Adapter, so that all dependent CubeView tasks are also stopped as a consequence?
- Or is there a recommended way to safely terminate this kind of runaway Data Adapter execution
PS :
- The same OS environment hosts both development and production.
- I’m currently running OneStream version 7.2.
Thanks in advance for your help.