- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Internet Error: 12002 (The operation timed out)
Hi,
I get a time out error when trying to open an HTML table with JSL. When trying to open the webpage in Chrome, the page is large and takes about 60 seconds to load, but does load eventually. This webpage is an internal company site that contains performance data, so I am not able to share the link.
Does anyone know how to fix this? I did not find information in the JMP help or JMP scripting documentation about this error. (I also tried adding a Wait() command after the Open() command, but it did not fix the problem.)
I am using JMP12.
Thanks!
table = Open( "http:xxxxxxxxxx", HTML Table( 1 ), Invisible );
Unable to read data from "http:xxxxxxxxxx":
Internet Error: 12002 (The operation timed out){5} in access or evaluation of 'Open' , Open/*###*/("http:xxxxxxxxxx", HTML Table( 1 ), Invisible)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Internet Error: 12002 (The operation timed out)
see Landon answer in Open() Time Out Error. I think it is the same issue.
I'm looking at adding a JMP 13 preference for this timeout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Internet Error: 12002 (The operation timed out)
see Landon answer in Open() Time Out Error. I think it is the same issue.
I'm looking at adding a JMP 13 preference for this timeout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Internet Error: 12002 (The operation timed out)
Thanks Craige.