I have a script that runs: text =Open(URL); and it works fine for the majority of all cases. The URL is a link to a python script that returns data in comma delineated text format. The problem I'm facing is every now and then the python script may take a while and the open() times out in JSL. I get the error:
"Unable to read data from URL:
Internet Error: 12002 (The operation timed out)"
When heading to the URL in a browser the data returns just fine. Is there anyway to manipulate the JSL timeout parameter?