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 noticed that ******* quotes locked up shortly after the interest rate announcement yesterday while yours stayed stable." - Comment from Ron in Utah
"There is no doubt that IQFeed is the best data provider. I am very satisfied with your services. And IQFeed is the only one that I would recommend to my friends. Now, most of them are using your product in China." - Comment from Zhezhe
"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
"Thanks for all of your help. Great customer service deserves to be recognized which one the reasons I've been a customer of DTN for over 10 years!" - Comment from Stuart
"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'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
"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 "bracket trade" all major news releases and I have not found one lag or glitch with DTN.IQ feed. I am very comfortable with their feed under all typical news conditions (Fed releases, employment numbers, etc)." - Comment from Public Forum
"DTN has never given me problems. It is incredibly stable. In fact I've occasionally lost the data feed from Interactive Brokers, but still been able to trade because I'm getting good data from DTN." - Comment from Leighton
"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
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) »DTN.IQ Client Software Support »trouble loggin in to IQ Feed
Author Topic: trouble loggin in to IQ Feed (1 messages, Page 1 of 1)

eraskas
-Interested User-
Posts: 1
Joined: Jul 12, 2010

somewhere on the learning curve


Posted: Jul 12, 2010 12:36 PM          Msg. 1 of 1
I built a very simple two-button application in VB.net 2010 Express to simply register and remove the client app. The program also directly has imported into the project the IQConnect.exe and IQFEEDY.ocx file which is registered and available through the tool box.
I am getting the following error at the login screen:

“Sorry, your Product and/or Service for the attempted login are incorrect. If you have recently changed products you may also need to change your type of service. Please contact DTN customer support for assistance. “

Here is the code that is being used presently:

Imports System.Net.Sockets
Public Class Form1


Dim sckClient As TcpClient

Dim ProdID As String
Dim ProdVersion As String
Dim Prodkey As String
Private Sub AxIQFeedY1_IQConnectStatus(ByVal sender As System.Object, ByVal e As AxIQFEEDYLib._DIQFeedYEvents_IQConnectStatusEvent)

End Sub

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim state As Boolean = False
'ProdID = "IQFEED_DEMO"
ProdID = "My_ID_XXXX"
Prodkey = "0.11111111"
Dim ProdVersion = System.Reflection.Assembly.GetExecutingAssembly.GetName().Version.ToString
MessageBox.Show(ProdVersion)
AxIQFeedY1.RegisterClientApp(ProdID, Prodkey, ProdVersion)
sckClient = New TcpClient
End Sub

Private Sub ButtonIQcon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonIQcon.Click

End Sub




Private Sub ButtonIQdiscon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonIQdiscon.Click
AxIQFeedY1.RemoveClientApp()
End Sub
End Class

When I switch to “IQFEED_DEMO” as the ProdID I get the following error code in a message box:
SOCKET_ERROR ON ADMIN SOCKET CONNECT(): 10038

I would appreciate if you could help me sort out the problem.

Thanks very much,
 

 

Time: Wed April 24, 2024 10:31 PM CFBB v1.2.0 9 ms.
© AderSoftware 2002-2003