on 2016 Feb 15 4:10 PM
Hello,
Is it possible to run multiple Data Manager packages at the same time. We are experiencing long package run times and want to try and run parallel processes.
Thank you,
Robert
Request clarification before answering.
Hello Robert,
Yes, it possible to run DM packages parallelly...we have an option !!
As said above be clear with your actual requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
As vadim said pls provide more details, but you can run your package by choosing any of your dimension from the scope as a driving dimension. For example 10 processes starts at the backend for 10 separate periods at the same time and every process writebacks their own data. Another alternate is you make your calculation parallel only on ABAP side and writeback merges your results and writebacks all at once.
Generally codes can be optimized by using hash tables, secondary indexes or just calculation parallelism rather than paralleling package etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What type of DM packages do you want to run in parallel? Please provide all details... For script logic - one solution, etc...
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 32 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.