FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister  MasterVB.NET
Visual Basic 2005 .NET Forum
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Error Status: 12019
 
Post new topic   Reply to topic    MasterVB.NET Forum Index -> ASP.NET General Discussion
View previous topic :: View next topic  
Message
Author
JimR
Newbie
Joined: 26 Jul 2006
Posts: 4

PostPosted: Wed Jul 26, 2006 4:00 am    
Post subject: Error Status: 12019
Reply with quote

I have clients that intermintantly get the following error when making a async method call:

Message: Unknown Type: ConnectFailure Status:12019

Any ideas? or additional troubleshooting steps or where I can reference status 12019. The method calls do not take long and I have set the AjaxPro.timeoutPeriod = 30000

Thanks.



 

Back to top
View user's profile Send private message
Author
JimR
Newbie
Joined: 26 Jul 2006
Posts: 4

PostPosted: Wed Jul 26, 2006 4:00 am    
Post subject:
Reply with quote

By adding additional logging, I found out that it is only AOL 9.0 Security Center users that are getting ConnectFailure errors (and getting every time). I assume this is because of some proxy issues of aol browser. I have to do some more digging. Has anyone else run into this?



 

Back to top
View user's profile Send private message
Author
JimR
Newbie
Joined: 26 Jul 2006
Posts: 4

PostPosted: Wed Jul 26, 2006 4:00 am    
Post subject:
Reply with quote

Ok I found another issue and it looks to be a bug. I was getting back This error message when using AOL 9.0:

Message: Ok Type: ConnectFailure Status: 200

But the above error shouldn't be an error so I checked the core.js file and found that the 'OK' response it looks for is case sensitive in line 302 of core.js:

if(this.xmlHttp.status == 200 && this.xmlHttp.statusText == "OK") {

so I changed it to this:

if(this.xmlHttp.status == 200 && this.xmlHttp.statusText.toUpperCase()
== "OK") {

recompiled and my app is now working in AOL.

Why bother with AOL? Well my app is an ecommerce app and I couldn't have the latest version of AOL not be compatible.



 

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    MasterVB.NET Forum Index -> ASP.NET General Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Archieve

Powered by phpBB © 2001, 2002 phpBB Group, used in Visual Basic 2005 .NET Forum

| Visual Basic .NET Forum | Online Recipe Archiver | Shareware Freeware PAD | Lowongan Kerja | Kamus Online | Health Supply | Digital Camera Review |
Orang Paling Keren

RSS