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)




"You are either overstaffed or people just don't have problems with your feed because customer support always answers the phone quickly." - Comment from Jay via Email
"Everything is working great ! Very impressive client. The news refreshes better and is more pertinent than the ******* feed I paid $ 100/month for. I Also like the charts a lot." - Comment from Leon
"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
"I was with ******* for 4 years at $230 a month, this is a huge savings for me, GOD BLESS YOU PEOPLE," - Comment from T.S. via Email
"I use IQ Feed, Great stuff as far as data analysis information, storage and retrieval is concerned." - Comment from Public Forum
"I just wanted to let u know that your data feed/service is by far the best!!! Your unfiltered tick data is excellent for reading order flow and none of your competitors delivers this quality of data!" - Comment from Peter via Email
"And by the way, have to say this. I love the IQFeed software. It's rock solid and it has a really nice API." - Comment from Thomas via RT Chat
"I like you guys better than *******...much more stable and a whole lot fewer issues." - Comment from Philip
"I've never had DTN go out on me since switching. ******* would go down a couple times every month when I was using them." - Comment from Bryce in AL.
"I've been using Neoticker RT with IQFeed for two months, and I'm very happy with both of the products (I've had IQFeed for two years with very few complaints). The service from both companies is exceptional." - Comment from Public Forum
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) »Data and Content Support »problems retrieving historical data for msft
Author Topic: problems retrieving historical data for msft (37 messages, Page 2 of 2)

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 23, 2006 05:11 PM          Msg. 31 of 37
ahhhhh, I guess that contract expired....

You might change the symbols that end in G6 to end in H6 instead...

-steve

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 23, 2006 05:44 PM          Msg. 32 of 37
ooops, I noticed in an earlier post that I said I had set logging registry value to
1, but in fact the error shows up only when it is set to 0, probably because of
the speed issue.

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


Posted: Jan 24, 2006 09:36 AM          Msg. 33 of 37
I did some remote testing this morning and I am still getting good data and complete requests for all of the symbols requested

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 24, 2006 05:56 PM          Msg. 34 of 37
I have created a newer version of my application, which shows consistent
errors on my machine. Please try this newer version, which
finds more of the errors.

If anyone else has java installed and can try this on their machines, that would
also be appreciated.

http://www.softwaretruth.com/stevek/dtn/DtnControllerSimple.java

(I also uninstalled my iqfeed 4.1.0.0 beta installation and re-downloaded
and re-installed, but no change was evident.)

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


Posted: Jan 25, 2006 09:22 AM          Msg. 35 of 37
I am still not recieving any errors.

I have run through it 4 times from my local machine as well as 4 more times from a remote location. All requests completed and no errors were reported.

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 25, 2006 09:46 AM          Msg. 36 of 37
well that is disappointing.

it sounds to me like we need to turn on logging
of the iq app, so that we can trace the problem back.

Where do you stand in getting a version of
the iq connection manager which logs faster,
by not closing and reopening the log every time?

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 25, 2006 10:24 AM          Msg. 37 of 37
A Workaround Seems To Have Been Found!!!!

When I replaced :

mSinSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 9100));
which actually connects to my internet address on the local lan: "192.168.1.100"
with :

mSinSocket.connect(new InetSocketAddress("127.0.0.1", 9100));

it all magically started working consistently.

I even have a theory how this could trigger a bug in dtn's code.
In an earlier message I pointed out that most programmers wrongly
think that they will receive a full line of data when they read from a socket.
Even if the sender of the data sends a full line, there is in fact no guarantee
that this will happen. So one possibility is that connecting to
"192.168.1.100" takes a bit longer, routes through a router, etc.. which
can cause a less than full line to occasionally come through; since
the dtn app is probably not expecting this, it gets misparsed and havoc results.

Another, less likely possibility is that my router or msft's ip stack is messing up
loopback connections. But this is inconsistent with the fact that it only happens
with HX (tick data requests).

In any case, I am glad to be thru this horrific experience lasting 6 months, which I wasted
100's of hours on. It would be nice if dtn would compensate me for their
bug with several months of free service.
 
Page 2 of 2 Go to page: · 1 · [2] · Prev

 

Time: Mon May 20, 2024 2:50 PM CFBB v1.2.0 9 ms.
© AderSoftware 2002-2003