How to import XML of 2GB Size

Mahathi
Mega Sage
Mega Sage

i was trying to export the data from prod environment and import it through XML in dev environment. Incident table containing 17000+ records of size 2.25GB. It was showing 99% uploaded , after which it stopped working .. showing random errors. Can anyone suggest if there is a better way to achieve it?

3 REPLIES 3

Ravi T
Tera Guru
glide.db.impex.XMLLoader.max.file.size.mb


Controls the maximum file size allowed when importing an XML file, in megabytes. Attempting to import an XML file larger than this limit results in an error.

Warning: Use caution when modifying this property. Uploading a very large XML file may impact performance and can cause an instance outage.

 

  • Type: integer
  • Default value: 100
  • Location: System Properties > Import Export

Try changing the above default value

Regards

Ravindra

find_real_file.png

Are you telling about this property.. i have already modified this one as well .

Harsh Vardhan
Giga Patron

did you get timeout error?

 

if you have large size then you can import them on chunk.

 

have you checked this thread. please have a look .

 

https://community.servicenow.com/community?id=community_question&sys_id=f11143e5db98dbc01dcaf3231f96...