cancel
Showing results for 
Search instead for 
Did you mean: 

BW Parallelization

0 Kudos

Dear Community,

In order to parallelize the load process, we built for each entity a different DTP.

For example in BECFM DSO, we have 4 DTPs for 4 different LEs.

Each of them is triggered in a different process chain. When there are no issues, everything works fine in parallel.

The issue is that when there is an error in DSO produces by a bad file from one of the entities, all others are blocked also. The DSO is not able to load anything else until we clean the bad run from the DSO.

Since we have filters on DTP to tell it which files it should load, this is something we are not expecting to happen.

DTP A is only going to load the files in which we have LE names A*, and DTP B is only going to load the files in which we have LE names B*. If we have an error with the file with LE A* we would like to be able to load another file through another process with LE B*.

Please see the images attached.

Thanks in advance for the help!screenshot-10.jpgscreenshot-11.jpgscreenshot-12.jpgscreenshot-13.jpg

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

I am adding two more pictures for clarity. In first (Staging) DSO data are loaded, but then in the next (DLL) DSO, data is completely ignored because of the bad run.