Wednesday, March 6, 2013

How to Deactivate Automatic Recovery in SOA 11g

You can reconfigure the automatic recovery to recover no messages as follows:
  1.    Log on to the EM console.
    2. Right-click on soa-infra (soa_servern) and select SOA Administration -> BPEL Properties.
    3. Select More BPEL Configuration Properties ... .
    4. Scroll down and click on RecoveryConfig.
    5. RecurringScheduleConfig is the recovery mechanism that runs daily at midnight by default.
    6. Set the properties as follows to disable it:


    maxMessageRaiseSize -> set to 0
    stopWindowTime -> set to the same time as the startWindowTime
    startupRecoveryDuration -> set to 0

    So it does ask you to set
    maxMessageRaiseSize -> set to 0
    Which in your case is set to 50.

    So both should be set to 0.