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

Execute BEx queries at the same time

michael_vk
Explorer
0 Kudos
736

Dear Guru's,

May be you help me with the very strange situation. I'm not a specialist in SAP BW.

Situation:

In some of the workstations in the same window in different tabs of Google Chrome executing two different BEx query and on the second tab BEx query is waiting while query on the first tab is not finished and only after that is executing! In one of the workstations this situation is not repeat - the second query on the second tab executed regardless of the execution of the first query. What is the possible causes of this situation?

 

Thank you in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

michael_vk
Explorer
0 Kudos

This issue occurs on few workstations. On my WS this situation is floating - sometimes it shows up, sometimes it doesn't.

michael_vk
Explorer
0 Kudos

Dear Savio,

In sm50 I see running only first query, running second query not showing. As second query I can use absolutely any other query and situation will be the same.

michael_vk
Explorer
0 Kudos

Ztest is executing very fast and I cannot repeat the situation vice versa. At the moment when queries are running, in sm50 I see only one working process:

michael_vk_0-1726214893347.png

 

michael_vk
Explorer
0 Kudos

Now, on one of the workstation where second BEx query was executing without delay, it's running incorrect (with delay).

No settings have been changed either in the system or in the browser!

Savio_Dmello
Active Participant
0 Kudos
for Ztest query, can youadd more fields in row/columns and/or an input variable or to make it slow so that you get time to debug and check in sm50 . Also Did you try replication after disabling the cache option.
Savio_Dmello
Active Participant
0 Kudos

Not sure if I understand your issue correctly, but you can try this. Chrome has feature called "Background Timer Throttling" that slows down the execution of background JavaScript processes (such as those running BEx queries) to conserve CPU usage.

Steps to Disable Background Timer Throttling:

  1. Open Chrome and type chrome://flags/ in the address bar.
  2. Search for "Throttle Javascript Timers in Background".
  3. Set the feature to "Disabled".
  4. Relaunch Chrome to apply the changes.

This ensures that timers in background tabs aren't throttled, allowing them to keep running as if they were in the foreground.

The disadvantage is that the background tab will keep consuming resources

michael_vk
Explorer
0 Kudos

Dear Savio_D,

 

Thank you for your feedback.

Unfortunately, in my Chrome I didn't find this feature:

michael_vk_0-1726207334238.png

 

michael_vk
Explorer
0 Kudos

In addition,

I can demonstrate this situation, see the video file on the link: https://dropmefiles.com/EqPj0

 

Savio_Dmello
Active Participant
0 Kudos
I see the option as default in your screenshot. Can u try disabling it. Also, how are you running the BEx queries on web browser? by default you can't. Are these queries attached to portal or used in BO webi?