cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
robot
Level VI

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)

1 ACCEPTED SOLUTION

Accepted Solutions
Craige_Hales
Super User

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.

Craige

View solution in original post

2 REPLIES 2
Craige_Hales
Super User

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.

Craige
robot
Level VI

Re: Internet Error: 12002 (The operation timed out)

Thanks Craige.