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)




"Previously I was using *******. IQFeed is WAY more economical, and for my charting needs is just as good, if not better." - Comment from Public Forum Post
"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 just wanted to tell you what a fine job you have been doing. While *******, from what I hear, has been down and out, off and on, IQ feed has held like a champ this week." - Comment from Shirin
"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
"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
"Excellent datafeed !!!" - Comment from Arely
"You have an excellent product !!!!!!" - Comment from Arely
"Awesome response, as usual. It is a sincere and refreshing pleasure to do business with DTN, compared to your competition." - Comment from Ryan
"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 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
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
Viewing User Profile for: eraskas
About Contact
Joined: Jul 12, 2010 12:32 PM
Last Post: Jul 12, 2010 12:36 PM
Last Visit: Jul 12, 2010 01:09 PM
Website:  
Location:
Occupation: developer
Interests: 3rd party software to IQ feed
Avatar:
somewhere on the learning curve
AIM:
ICQ:
MSN IM:
Yahoo IM:
Post Statistics
eraskas has contributed to 1 posts out of 21185 total posts (0.00%) in 5,037 days (0.00 posts per day).

20 Most recent posts:
DTN.IQ Client Software Support » trouble loggin in to IQ Feed Jul 12, 2010 12:36 PM (Total replies: 0)

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: Thu April 25, 2024 2:48 AM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003