cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • DownloadSemiconductor Toolkit: Tools to create wafer maps, add wafer geometry to graphics, explore die defects & compare wafers.
  • Discovery Summit 2026: Early User Edition - September 23-24.Register. It's free.
  • Use JMP Clinical with CDISC-compliant data. Review studies, ID safety and efficacy signals & communicate findings with interactive graphics. Register to see how. Aug. 27, 2 pm US ET.

Discussions

Solve problems, and share tips and tricks with other JMP users.
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.

Recommended Articles