Specify background job parameters for DEE and IRC

Use this XML to specify the parameters used by DEE and IRC for background extraction.

The parameters in the ConfigParam section are used by the DEE.

The parameters in the Settings section is used by IRC.

Note: This XML setting is applicable to all SAP Insights that support background extraction.
Setting Description
XML File path [InstallPath]\Adapters\TMonitor\Settings\SAPBackgroundDEESettings.xml
Tag
<SAPBackgroundDEESettings> 
<ConfigParams description = "These settings will be used by the DEE"> 
  <DAT_SIZE description = "Threshold of temporary table to hold data (In Rows)"> 
  1000000 
  </DAT_SIZE> 
  <KIL_WAIT description = "Time before aborting background process (In Mins)"> 
  60 
  </KIL_WAIT> 
   … 
  <MEM_PCNT description="Setting %tage of /abap/heap_nondia memory as usage limit (In %)"> 
  20 
  </MEM_PCNT> 
  </ConfigParams> 
  <Settings description = "These settings will be used by IRC">
 <initialwaittime description = "Initial Wait time before making the first data call to DEE"> 
 120 
  </initialwaittime> 
  <pollingwaittime description = "Polling wait time before making the next data call after ON HOLD message from the DEE"> 
  30 
  </pollingwaittime> 
  <maxnoofpollingcalls description = "Max number of data calls to DEE after ON HOLD message from the DEE"> 
  240 
  </maxnoofpollingcalls> 
  </Settings> 
 </SAPBackgroundDEESettings> 
Key: DAT_SIZE: Specify the number of rows in the temporary table to hold data.
Default value The default value is 1000000.
Recommended value The recommended value is 1000000.
Key: KIL_WAIT: Specify the time (in minutes) before aborting background processes.
Default value 60
Recommended value 60
Key: MEM_PCNT: Specify the percentage of /abap /heap_nondia memory.
Default value 20
Recommended value 20
Key: initialwaittime: Specify the initial wait time before making the first data call to DEE".
Default value 120
Recommended value 120
Key: pollingwaittime: Specify the polling wait time before making the next data call after ON HOLD message from the DEE"".
Default value 30
Recommended value 30
Key: Maxnoofpollingcalls: Specify the max number of data calls to DEE after ON HOLD message from the DEE".
Default value 240
Recommended value 240