Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parallel Processing of Reports

Former Member
0 Likes
495

Hello Community,

for a customer a should prevent a report from processing twice or more times in parallel. Where or how can I check if the report is still in process?

Thank you for your time

Regards

Norbert

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi

U can set a lock at the beginning of the report: in this way only if the lock is not set (that means the report is finished) it can run the report again.

Max

Read only

ThomasZloch
Active Contributor
0 Likes
457

Please search for existing solutions, there were quite a few in the past weeks.

Thomas