Xml Import(containing records >10000) through Data source from Another Instance

sharada_janagar
Kilo Explorer

Hi,

 

I am trying to import Xml(which has 30,000 records) through Datasource from Another Instance, i am able to import only 10,000 records even after writing the query "/cmdb_ci_computer.do?sysparam_record_count=40000&XML" . PFB screenshot. May i know if i am missing any thing?

 

Thanks for the assistance in advance.

 

Datasource.PNG

Regards,

Sharada

1 ACCEPTED SOLUTION

rems
Mega Expert

Hi, Did you set the sys_properties element   ?



com.glide.processors.XMLProcessor.record_count   =   40000 ?


View solution in original post

7 REPLIES 7

rems
Mega Expert

Hi, Did you set the sys_properties element   ?



com.glide.processors.XMLProcessor.record_count   =   40000 ?


Hi Remy Untersinger,



Thanks for the reply. I have tried importin after adding that but could not succeed. PFB screenshot.



System property.PNG
Regards,


Sharada


Well,



I'm doing the same kind of import with more than 30 000 CIs.
In my request, I'm using this as "file Path" : /u_sccm_import.do?XML


<br>


try to remove your parameter ..


does it works ?