cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there any way for a single user to execute data actions in parallel?

0 Likes
552

Hello Experts!

We built a debt model, and this model has complex data actions that run for many years, until the end of the debt contracts, because of this complexity the execution of these contracts takes a long time, so we thought about the possibility of parallelizing the execution of contracts by company or by type, I didn't find anything about parallelism of Data Actions, is there any possibility to parallelize the execution from a single user?

Accepted Solutions (0)

Answers (2)

Answers (2)

ThomasK
Active Participant

Hi, you can run data action / multi action it in background and start in a row. However, both are queued in the background and executed serially. Even if you use a second user to execute them in parallel they are again queued and executed serially. You can observe this behaviour in the data action monitor (or with QRC1.25 in the Job Monitor).
Conculsion: Data Actions can´t be parallalized.

Please upvote/accept if it helps.

BR Thomas

N1kh1l
Active Contributor

@Private_Member_740375 

Data action is pending and waiting to execute due to the following reasons:

  • The data action job is queued, and each job is dispatched for execution every second.
  • The same version of the default model is already running a data action, the new data action will stay as pending until the previous action is completed.
  • The same user is already running a data action, the new data action will stay as pending until the previous action is completed.
  • If the required system resources (CPU or access to memory) are not available, the new data action will stay as pending until resources are available.
  • If there are too many other jobs running outside of data actions, the new data action will stay as pending until these jobs have finished.

You can refer to the below note for more details.

3487247 - What does "Pending" in the data action log mean in SAP Analytics Cloud (SAC) - SAP for Me

Hope this helps

Nikhil