[i]

Suggy
Giga Sage

 

[i]

1 ACCEPTED SOLUTION

Suggy
Giga Sage
10 REPLIES 10

Satishkumar B
Giga Sage
Giga Sage

@Suggy 

 

  • Verify Import Set Configuration: Ensure the import set table and batch size setting are correctly configured and check for any overrides.

  • Check Import Log and System Logs: Review import logs for errors or warnings and check system logs for related messages that might explain the issue.

Please consider marking it as helpful 👍 and accept the solution

 

What are you even trying to say 😞

Sumanth16
Kilo Patron

Hi @Suggy ,

 

Specifies how big the batches should be. Appears only when the Use Batch Import field is selected.

The glide.import_set_load_usebatch and glide.import_set_load_batch_size properties affects these fields. The priority order for the properties and fields are as follows: If the property is set, use the property value. If not, use the field value. If neither property is set, use the default batch size of 1000.
  • For example, if glide.import_set_load_usebatch = true and glide.import_set_load_batch_size = 200, use 200 as the batch size, regardless of the field values.
  • For example, if glide.import_set_load_usebatch = true and the glide.import_set_load_batch_size property is not set, use the default batch size of 1000.
  • For example, if the glide.import_set_load_usebatch property is not set and the Use Batch Import field = true, use the Batch Size field value (or the default of 1000 if the Batch Size field value is not set)
  • For example, if the glide.import_set_load_usebatch property = false and the Use Batch Import field = true, do not use batch import, since the property is set to false.

Please refer servicenow documentation.

 

Mark the comment as a correct answer and also helpful once worked.

 

Thanks & Regards,
Sumanth Meda

I know to read docs 😞