Author |
Topic: Connection hangs with 3.5 (3 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
JWeissbard91 Posts: 21 Joined: Dec 18, 2007 |
Hello,
I'm trying to update my program to work with API 3.5 and the UUID. When I run: objOECClient.UUID = "XXX" objOECClient.Connect("api.openecry.com", 9200, strUser, strPassword, False) I get no response at all. Is there anyway to debug what's going on? I'm using VB.NET and there's no ConnectFail in the Object Browser. |
||||
RuslanK Posts: 69 Joined: Jun 02, 2010 |
Hello,
I do not see any connections with your username in our server logs for last days. Could you please specify what was the time when you were trying and what was your IP address (if it's possible). Additionally I would like to suggest you to wait a little more during connection attempt, maybe there is some kind of network issue. The OnLoginFailed event will be raised anyway, but it may take longer than expected. Ruslan Kartokhin Software Developer |
||||
JWeissbard91 Posts: 21 Joined: Dec 18, 2007 |
Hello,
It connects now. I had to add the CommLib to the project in order for it to recognize the OnLoginFailed event and then debugged from there. Thanks |
||||