- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 12:06 AM
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.
Regards,
Sharada
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 12:20 AM
Hi, Did you set the sys_properties element ?
com.glide.processors.XMLProcessor.record_count = 40000 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 12:20 AM
Hi, Did you set the sys_properties element ?
com.glide.processors.XMLProcessor.record_count = 40000 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 12:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 12:46 AM
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 ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 05:41 AM
does it works ?