Unable to retrieve Update Set XML

Leng09
Tera Contributor

Hi, i'm trying to retrieve an update set via XML which was downloaded from DEV instance, but after selecting the XML in PRD instance, clicked on Upload button, it shows the below. Tried going to the Retrieve Update Set to search, but seems that the upload was not successfully uploaded. The file size of the XML is about 15MB, with about 3000+ updates. Would anyone know what could be the issue?

Leng09_0-1697284372551.png

 

13 REPLIES 13

Bert_c1
Kilo Patron

It seems you're not following Best Practice for update sets. 15MB file size and 3000+ updates is excessive. go back to development instance and break that up into smaller update sets, use the Update set batching feature. there is a system property named 'glide.platform_ml.update.set_size', but I'm not sure that applies. Create a Support Case to get more details.

Leng09
Tera Contributor

Hi @Danish Bhairag2 @Brad Bowman  ,

 

Do you know if there is any implications to change the value for com.glide.attachment.max_size?

 

It seems that in the system logs, its throwing an error. seems to be the size of the update set has exceeded.

That would explain it.  You can increase that value without too much worry - just then someone could attach to any record larger files than you may want.  If this is a one-off update set and not your typical development pattern, then just change the system property temporarily.

just saw that @Bert_c1 has mentioned about this glide.platform_ml.update.set_size instead. should this then be the value to change for update set size? if so, i just checked that the value for this is '10000000'. It should actually work right?

It should