dataflow/batch/failureThreshold for Simulation does not work

Hi,

I’m running a simulation, because of some bugs in our code or data I want to complete the simulation although there might be less errors. For the standard batch campaign run, we are setting dataflow/batch/failureThreshold=1000 and this works fine. But for what ever reason for the simulation this DSS setting is not taken. Does there exists another setting?

Andre

@AndreG66

We found a solution

There exists a datatransform

pySetSimulationConfiguration

The mapping of .pyFailPolicy.pyMaxAllowedFailRecords can be overwritten.

For existing simulation it will not taken, but if you create a new one it is working.