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)




"I would just like to say that IQFeed version 4 is running very well and I am very happy with its performance. I would also like to extend a big thanks for the fast and efficient help that I always receive. My questions and concerns are always addressed promptly. Way to go!" - Comment from Josh in CO.
"My broker in Davenport suggested I give you a try as he uses your service and says its the best." - Comment from Bill via RT Chat
"IQ feed works very well, does not have all of the normal interruptions I have grown used to on *******" - Comment from Mark
"I am a hedge fund manager here. It’s funny, I have a Bloomberg terminal and a Bridge feed, but I still like having my DTN feed!" - Comment from Feras
"I use IQ Feed, Great stuff as far as data analysis information, storage and retrieval is concerned." - Comment from Public Forum
"This is an excellent value, the system is generous (allowing for 500 stocks) and stable (and really is tick-by-tick), and the support is fantastic." - Comment from Shirin via Email
"I have been using IQFeed now for a few years in MultiCharts and I have zero complaints. Very, very rare to have any data hiccups or anything at all go wrong." - Comment from Public Forum
"I ran your IQFeed DDE vs. my broker vs. a level II window for some slow-moving options. I would see the level II quote change, then your feed update instantaneously. My broker's DDE, however, would take as much as 30 seconds to update. I am not chasing milliseconds, but half a minute is unacceptable." - Comment from Rob
"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
"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
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 »Can't Connect IQFeed 5.2.1.0 and wine-1.9.6 (Staging)
Author Topic: Can't Connect IQFeed 5.2.1.0 and wine-1.9.6 (Staging) (5 messages, Page 1 of 1)

TechnoConserve
-Interested User-
Posts: 5
Joined: Apr 4, 2016


Posted: Apr 7, 2016 02:23 PM          Msg. 1 of 5
It seems like this is possible based on the threads I've read from others but for some reason I'm not having any luck. On the GUI side of things, everything looks fine, but nothing seems to actually connect. The logs seem to support this since it looks like it connects successfully but then immediately complains no clients are connected and begins shutting down. Again, there is no sign of this in the GUI of Diagnostics.exe which will just hang indefinitely without throwing errors or crashing.

It seems like there is a ping issue though since the logs end with "Ping failed: Error: 11010 - Unknown Error."

The machine is a DigitalOcean VPS running Ubuntu 14.04 x64

Any guidance on what sort of black magic I need to use or incantations to mutter while running commands to make this work would be greatly appreciated

Results from traceroute in Diagnostics.exe:

login.interquote.com
Trace route to 66.112.156.213
Hop Min RTT Avg RTT Max RTT IP
1 * * * Error:11010
2 * * * Error:11010
3 * * * Error:11010
4 * * * Error:11010
5 * * * Error:11010
6 * * * Error:11010
7 47 ms 47 ms 47 ms 66.112.156.213


login2.paragonsoftware.net
Trace route to 66.112.148.213
Hop Min RTT Avg RTT Max RTT IP
1 * * * Error:11010
2 * * * Error:11010
3 * * * Error:11010
4 * * * Error:11010
5 * * * Error:11010
6 * * * Error:11010
7 * * * Error:11010
8 * * * Error:11010
9 * * * Error:11010
10 * * * Error:11010
11 * * * Error:11010
12 * * * Error:11010
13 49 ms 49 ms 50 ms 66.112.148.213

Results from ping in Diagnositics.exe:

Pinging login.interquote.com [66.112.156.210] with 32 bytes of data:

Reply from 66.112.156.210: bytes=4 time=48ms TTL=53
Reply from 66.112.156.210: bytes=4 time=48ms TTL=53
Reply from 66.112.156.210: bytes=4 time=48ms TTL=53
Reply from 66.112.156.210: bytes=4 time=52ms TTL=53

Ping statistics for 66.112.156.210:
Approximate round trip times in milli-seconds:
Minimum = 48ms, Maximum = 52ms, Average = 49ms


Pinging login2.paragonsoftware.net [66.112.148.210] with 32 bytes of data:

Reply from 66.112.148.210: bytes=4 time=50ms TTL=49
Reply from 66.112.148.210: bytes=4 time=50ms TTL=49
Reply from 66.112.148.210: bytes=4 time=50ms TTL=49
Reply from 66.112.148.210: bytes=4 time=50ms TTL=49

Ping statistics for 66.112.148.210:
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 50ms, Average = 50ms



File Attached: IQConnectLog8.txt (downloaded 1473 times)

DTN_Tim Walter
-DTN Guru-
Posts: 1238
Joined: Apr 25, 2006


Posted: Apr 7, 2016 02:34 PM          Msg. 2 of 5
Hello,

When IQConnect starts up it waits for 30 seconds and if no connections are received it will then close itself. If you look at the launching the feed apps, it will show an example of how you connect to the admin socket to keep the app open while you do other functions.

Once any connection to IQFeed is made, the feed will close itself 5 seconds after the last socket is closed. So, I would just open the admin socket and leave that there for the duration of your apps run. The ping being blocked seems normal in WINE builds by default.

Tim

TechnoConserve
-Interested User-
Posts: 5
Joined: Apr 4, 2016


Posted: Apr 7, 2016 02:45 PM          Msg. 3 of 5
So when running in wine it's normal that the diagnostics don't actually run?

DTN_Tim Walter
-DTN Guru-
Posts: 1238
Joined: Apr 25, 2006


Posted: Apr 7, 2016 03:04 PM          Msg. 4 of 5
On WINE, with current IQFeed versions, yes. Much of the diagnostics was designed using a COM interface that WINE does not support. We are looking to remove the pieces in a nearby release to improve this.

Tim

tccharleton
-Interested User-
Posts: 25
Joined: Dec 2, 2014

Reluctant but dedicated nerd.


Posted: May 6, 2016 07:16 AM          Msg. 5 of 5
Check out the thread below. I had a similar problem and I found a solution. It may not work but it might be related.

http://forums.dtn.com/index.cfm?page=topic&topicID=4195
 

 

Time: Tue April 23, 2024 11:35 PM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003