Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"This beats the pants off CQG, I am definitely switching to the ProphetX 3.0!" - Comment from Stephen
"Just a quick one to say I'm very impressed so far :) The documentation for developers is excellent and I've quickly managed to get an app written to do historical downloads. The system is very robust and pretty quick considering the extent of data that's available. The support guys have been very helpful too, in combination with the forums it's been plain sailing so far!" - Comment from Adam
"I just wanted to let you know how fast and easy I found it to integrate IQFeed into our existing Java code using your JNI client. In my experience, such things almost never go so smoothly - great job!" - Comment from Nate
"Thanks for following up with me. You guys do a great job in tech support." - Comment from Phelps
"I am very happy I changed. I love the product, but more so I am thrilled with Tech Support. You are knowledgeable, polite, pleasant and professional." - Comment from Pat
"Very impressed with the quality of your feed - ******* is a real donkey in comparison." - Comment from A.C. via Email
"Its working FABULOUSLY for me!! Holy cow...there has been so much I've been missing lately, and with this feed and Linnsoft software...I'm in the game now." - Comment from Chris R.
"For anyone considering using DTN.IQ for a data feed, my experience with the quality of data and the tech support has been very positive." - Comment from Public Forum
"I started a trial a few weeks back before the market went wild. DTN.IQ didn’t miss anything and beat my other provider. I decided to stay with you because of the great service through all the volatility." - Comment from Mike
"I'm satisfied with IQFeed. It's the most reliable and fastest quote feed I have ever used. Although I'm a resident in China, it's still very fast!" - Comment from Xiaofei
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »Archive (2017 and earlier) »IQFeed Developer Support »Intermittent Error None symbols
Author Topic: Intermittent Error None symbols (21 messages, Page 1 of 1)

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: May 26, 2006 03:06 PM          Msg. 1 of 21
Several times today and yesterday, I've gotten a "not found", reissued the request, and gotten a valid response. For example, just now:

HD,SUNW,500;
!ERROR! !NONE!
HD,SUNW,500;
!ERROR! !NONE!
HD,SUNW,500;
!ERROR! !NONE!
HD,SUNW,500;
<data received as normal>

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: May 26, 2006 04:42 PM          Msg. 2 of 21
We havent (yet) recieved any other reports like this.

You mentioned that this has been the last 2 days. Was yesterday the first time you saw this?

Initially this seems as though you might be getting an extra character in your request buffer

Can you post an IQConnect Log for when this happens?

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: May 26, 2006 04:50 PM          Msg. 3 of 21
Last night around midnight eastern. I thought it was simply the midnight maintenance causing the problem, but when I saw it again today during trading hours, I got suspicious.

Is the log available on my disk now, or do I have to turn something on?

I wouldn't think it's an extra character--it's the same TCP/IP code which has worked perfectly for the last 6+ months. :-)

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: May 26, 2006 05:11 PM          Msg. 4 of 21
Quote: it's the same TCP/IP code which has worked perfectly for the last 6+ months. :-)

I appreciate this as it would initially be my reaction as well...but on the other side of the coin, our history servers handle hundreds of thousands of requests a day and this is the only report we have heard as of yet. This seems just as unlikely.

Perhaps this is simply the "tip of the iceburg" and the issue simply hasnt developed enough to gererate a lot of support tickets on it but right now, there isnt enough evidence to make that jump.



IQConnect logging can be turned on via the registry. Check your documentation section titled Logging or registry settings.

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: May 26, 2006 05:14 PM          Msg. 5 of 21
Indeed! Given the wide variety in customers' code, looking there first is a logical choice, so I'm with you.

I'll turn on logging and hope (sort of) that it happens again.

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jun 2, 2006 03:12 PM          Msg. 6 of 21
Well, it just happened again today. My log is some 180MB, so I've just included the relevant parts. If you need the whole log, I can zip it up and put it somewhere.

FROM CLIENT (LOOKUP)=2006-06-02 13:29:31: HD,IOTN,500
TO CLIENT (LOOKUP)=2006-06-02 13:29:32: !ERROR! !NONE!

!ENDMSG!

TO CLIENT (LOOKUP)=2006-06-02 13:29:32: !ERROR! Invalid symbol.

!ENDMSG!
FROM CLIENT(LOOKUP)=2006-06-02 13:29:37: HD,IOTN,500
TO CLIENT (LOOKUP)=2006-06-02 13:29:37: !ERROR! !NONE!

!ENDMSG!

TO CLIENT (LOOKUP)=2006-06-02 13:29:37: !ERROR! Invalid symbol.

!ENDMSG!
FROM CLIENT(LOOKUP)=2006-06-02 13:29:50: HD,IOTN,500
TO CLIENT (LOOKUP)=2006-06-02 13:29:50: 2006-06-01 13:29:50,6.7100,5.8400,6.7000,6.4600,2346292,0
...all the datapoints of IOTN...
TO CLIENT (LOOKUP)=2006-06-02 13:29:51:
!ENDMSG!

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jun 8, 2006 11:02 AM          Msg. 7 of 21
Hi Steve,

Just checking to make sure you got my last post. Do you want a copy of the log? Do you have enough?

Thanks!

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Jun 8, 2006 11:31 AM          Msg. 8 of 21
We are looking into this. Have you seen it happen with other types of requests? both examples you have posted show it happening with a daily request.

Can you tell us a little more about the type of activity you are using the feed for at the times it happens?

How many symbols are you watching?
How often does your app make a History request?
Is it only Daily Requests?

any extra information you can provide will help figure out what is causing the issue.
Edited by DTN_Steve_S on Jun 8, 2006 at 11:34 AM

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jun 8, 2006 11:34 AM          Msg. 9 of 21
I've only seen daily, but that may have more to do with the frequency of my requests than anything else. I rarely request history for sub-daily data (probably 50:1 daily to sub-daily).

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Jun 8, 2006 11:36 AM          Msg. 10 of 21
You posted while I was editing. Just wanna make sure you noticed the extra questions.

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jun 8, 2006 11:49 AM          Msg. 11 of 21
Quote: Can you tell us a little more about the type of activity you are using the feed for at the times it happens?

In general, this seems to happen more frequently in the last hour of trading.

The problem occurs as I'm looking at opportunities or going through my portfolio. I'm retrieving the daily data and charting it to determine if I need to make adjustments.

Quote: How many symbols are you watching?

Probably between 75 and 100, including the symbol for which I requested history. My app both watches the symbol and requests the history more or less simultaneously.

Quote: How often does your app make a History request?

I have a caching ability to prevent making lots of history requests, but it will require at least 1 bar to get an overlapped bar to look for splits/etc.

In general though, it requests history as frequently as I click. (Perhaps every 5-10 seconds if the chart isn't interesting, every minute or 2 if it is)

Quote: Is it only Daily Requests?

So far, but really, my decisions are based mostly on the daily chart. Ocasionally, I'll get the higher frequency data, but, as I said in my other post, it's probably 50:1 daily to sub-daily requests.

Quote: any extra information you can provide will help figure out what is causing the issue.

- The issue does seem more prevalent in the last hour of trading.
- Sometimes a single re-request of the daily history will be successful, sometimes it takes 4-5.
- I see similar activity if I'm requesting historical data during midnight maintenance (known good symbols come back as unknown)
- There doesn't seem to be any particular pattern to the symbols which have a problem (CSCO, IOTN, various options)
- It happens pretty infrequently, but is persistent when it does (i.e. several queries are required to get data, and often other symbol failures occur at the same time)

I hope that helps!

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Jun 8, 2006 01:42 PM          Msg. 12 of 21
Please send me a Private Message (or an email to the developer support email) with your username you log into the feed with and we will look into it on the server side.

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jun 16, 2006 10:32 AM          Msg. 13 of 21
Hi Steve, I presume you got my email to the developer email list--if not, let me know, and I'll resend.

This just happened again just a minute ago:
HD,GRMN,500;
!ERROR! !NONE!

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Jun 16, 2006 12:08 PM          Msg. 14 of 21
Our server team has looked into this and we can confirm this is an issue with the servers. There is some "wierd stuff" happening that we haven't been able to track down yet. Part of the wierdness is that we still haven't recieved any other complaints on the issue.

stargrazer
-DTN Guru-
Posts: 302
Joined: Jun 13, 2005

Right Here & Now


Posted: Jun 16, 2006 01:29 PM          Msg. 15 of 21
During the evenings when I do my downloads, I'll experience the same thing. It happens only sometimes. I download 1 minute bars and daily stuff simultaneously, about 10 or 15 symbols at a time, with a total of about 2900 symbols. The 1 minute bars seem to come down ok, but I'll get the ERROR NONE on groups of daily bars. When I run the daily bars by themselves, all seem to come down fine.

On a possibly related note, many moons ago, I also related an issue where if I download too many too fast and run the download up to 100% of my bandwidth, some symbol downloads won't complete. I don't know if this is related or not.
Edited by stargrazer on Jun 16, 2006 at 01:36 PM

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jul 3, 2006 10:57 AM          Msg. 16 of 21
I'm getting TONS of these "Error None" announcements today. At least 6 in the last few minutes on different symbols (ranging from options to equities)

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jul 12, 2006 05:03 PM          Msg. 17 of 21
Quite a few today as well. Several at 2pm eastern, and a few near market close.

This problem seems to be getting worse?

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Jul 13, 2006 11:47 AM          Msg. 18 of 21
We believe we have identified the source of this problem, unfortunately it cannot be resolved with a "quick fix". As a result we will continue to monitor the issue and adjust its priority accordingly.

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Mar 23, 2007 04:59 PM          Msg. 19 of 21
Just FYI, this is still occurring. Today, while the market was open:

HD,VG,500;
!ERROR! Invalid symbol.

HD,VG,500;
!ERROR! Invalid symbol.

HD,VG,500;
!ERROR! Invalid symbol.

HD,GE,3;
!ERROR! Invalid symbol.

HD,VG,500;
!ERROR! Invalid symbol.

The next try gave me VG.

FullyArticulate
-DTN Guru-
Posts: 332
Joined: Sep 22, 2005


Posted: Jun 8, 2007 01:47 PM          Msg. 20 of 21
Will this be fixed in the server release next weekend? I just had to request AIG 8 times.

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Jun 8, 2007 04:44 PM          Msg. 21 of 21
Unfortunately this will not be resolved with the server release. I have brought this back to the attention of the server team.
 

 

Time: Thu April 18, 2024 9:38 PM CFBB v1.2.0 18 ms.
© AderSoftware 2002-2003