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)