HTTP data source
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-23-2011 09:02 AM
Guys,
Need some help on creation of HTTP data source. This is my first time working with anything of this kind,and I am clueless 😞
I am given with a URL and when ever I try to load the data it is giving me this error
com.glide.db.impex.datasource.DataSourceException: java.io.IOException: Incomplete download /glide/instances/dtccpov_16000/temp/gurl7b95a2c39d3110007877486612fde1f9.tmp, 0 of 0 bytes
Any idea what might be the issue ?
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2011 07:04 AM
Let's say I am getting data from a file at the following URL:
http://MyMainServer.com/filepath/subfilepath/filename.csv
I would have the following settings on the data source:
Type: File
Format: CSV
File Retrieval Method: HTTP
File Path: /filepath/subfilepath/filename.csv
Server: MyMainServer.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2011 07:33 AM
Also, for a quick example on HTTP data source imports, check out:
http://www.john-james-andersen.com/blog/service-now/import-records-via-an-http-data-source.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2011 09:10 PM
Thanks a lot John ! I missed this post on your blog somehow 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2016 07:26 AM
Hi John,
I am using HTTP method to retrieve the XML file in service now. i am getting below error :
com.glide.db.impex.datasource.DataSourceException: java.io.IOException: Incomplete download /glide/nodes/xlgroupdev002_16017/bin/../tmp/gurl1e7c16606f6b1200cd41be7cbb3ee499.tmp, 0 of 0 bytes
Does it means Connection Successfull?
Does it means We are not able to connect?