Let's Reconnect, thank you for making 2022 our best year yet.

Look Back
Multiple parallel calcs using Java API — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Multiple parallel calcs using Java API

Received Response
10
Views
3
Comments
edited Aug 2, 2018 2:36AM in Essbase 3 comments

Summary

Multiple parallel calcs using Java API

Content

Hello I am trying to write a Jython script. I want it to launch multiple calculations at the same time. Till now, in my other scripts I have been doing the following:

for calc in calc_list:

    ess_cube.calculate(calc)

this will run all the calcs in 'calc_list' but in serial order. How do I launch all those at the same time? I could not find that option in the API docs. Googling it just gives me a load of information about calcparallel setting

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!