How to import XML of 2GB Size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 03:38 AM
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?
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2019 10:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 12:47 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2019 01:00 AM
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 .