Page 1 of 1

InternetOpenURL fails...

Posted: Fri Sep 17, 2010 1:10 pm
by David W.
Hello,I am using the "Download files.." task and it runs a PHP script on a local WAMP server that retrieves data from a database.This query apparently takes more than 5 min. to run before returning data.  RT appears to timeout with these messages.9/17/2010 4:48:04 PM: http://localhost/ci/ihsched.php/nikko/g ... cs/2010-08 -01/2010-09-019/17/2010 4:53:04 PM: InternetOpenUrl fails with message: The operation timed out<CR><LF>Is this a RT controlled timeout that appears to be 5 min?Is there any way to change this?  I need more time for this task.Thanks a bunch!-David

InternetOpenURL fails...

Posted: Sun Sep 19, 2010 10:19 pm
by Oleg
It seems no.
RoboTask uses WinInet API functions in this case. These functions uses the same settings as Internet Explorer, but I can't find the timeout settings.

InternetOpenURL fails...

Posted: Tue Sep 21, 2010 6:12 am
by David W.
Thanks for pointing me in the right direction!http://support.microsoft.com/kb/181050

InternetOpenURL fails...

Posted: Tue Sep 21, 2010 10:58 pm
by Oleg
Great
We've found how set the timeout dynamically for internet actions.
We'll modify "Download files" action in nearest future.