Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Upload button on XML Import seems stuck

pardhiv
Tera Contributor

I am trying to Import Data into a table via XML and the file is around 1.10 GB , After Choosing the file , I clicked on Upload and nothing is happening , waited for couple of minutes to see if Running transaction message pops up. But nothing happens

2 REPLIES 2

Tony Chatfield1
Kilo Patron

Hi, loading an xml file of that size is a risk to the stability of your platform and I would not recommend it;
unless you have increased the allowable file size I do not think it would complete and even if the file loads to the platform you might find issues with processing.

XML import may fail with a file size error due to the system property "glide.db.impex.XMLLoader.max....

 

I created this property as integer , As per article max size is 1070 MB , I gave 2000 , Will it not work.

 

I cant know this because when I click on Upload nothing happens