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 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 am very pleased with the DTNIQ system for quotes and news." - Comment from Larry
"I cannot believe what a difference it makes trading with ProphetX!" - Comment from Bruce in Los Angeles
"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
"I just wanted to say how happy I am with your service. I was able to download the API docs last week and I was able to replicate Interactive Brokers historical bar queries and realtime bar queries over the weekend. That was about one of the fastest integrations that I've ever done and it works perfectly!!!!" - Comment from Jason via Email
"As a past ******* customer(and not a happy one), IQ Feed by DTN is a much better and cheaper product with great customer support. I have had no problems at all since switching over." - Comment from Public Forum
"I used to have *******, but they are way more money for the same thing. I have had no probs with data from DTN since switching over." - Comment from Public Forum Post
"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
"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.
"Awesome response, as usual. It is a sincere and refreshing pleasure to do business with DTN, compared to your competition." - Comment from Ryan
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 1479 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: Mon May 6, 2024 3:52 PM CFBB v1.2.0 13 ms.
© AderSoftware 2002-2003