The 360Eyes tasks are blocked at the same step in the execution log (for example, they stop after CHOOSE_LOADING_MODE starts).
Run a Webi 360Eyes task that includes snapshot processing/copy.
Monitor the task execution log.
Observe that multiple tasks remain stuck around the same step, for example:
[08/11/2024 20:18:58] Start of COMPUTE_SNAPSHOT_ID step
[08/11/2024 20:18:58] End of COMPUTE_SNAPSHOT_ID step
[08/11/2024 20:18:58] Start of CHOOSE_LOADING_MODE step
Check the WebI log and notice the snapshot copy phase is extremely slow (can take many hours, up to a day).
During the snapshot copy, the default multi-threaded processing can cause performance issues with Oracle, leading to very long snapshot copy times and tasks appearing blocked at the same step.
Go to the Overridden Parameters section for the webi task/job
Update the parameter to force single-thread processing during snapshot copy:
-threads=1
Save the job configuration.
Re-run the 360Eyes task and confirm that the steps progress normally.
Go to the Overridden parameters section for the webi task/job.
Add the parameter:
-nbThreadsWhenCopyingSnapshot=1
Save the configuration.
Re-run the task.
This option is especially relevant for Oracle environments.