cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
The Discovery Summit 2025 Call for Content is open! Submit an abstract today to present at our premier analytics conference.
Choose Language Hide Translation Bar
View Original Published Thread

Internet Error: 12002 (The operation timed out)

robot
Level VI

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.