The CreatorCon Call for Content is officially open! Get started here.

HTTP data source

adiddigi
Tera Guru

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 !

9 REPLIES 9

john_andersen
Tera Guru

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


john_andersen
Tera Guru

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


Thanks a lot John ! I missed this post on your blog somehow 🙂


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?