InternetOpenURL fails...

Discuss RoboTask here
Post Reply
David W.
Posts: 41
Joined: Wed Feb 22, 2006 8:02 am

InternetOpenURL fails...

Post 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
Last edited by David W. on Fri Sep 17, 2010 5:10 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

InternetOpenURL fails...

Post 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.
David W.
Posts: 41
Joined: Wed Feb 22, 2006 8:02 am

InternetOpenURL fails...

Post by David W. »

Thanks for pointing me in the right direction!http://support.microsoft.com/kb/181050
Last edited by David W. on Tue Sep 21, 2010 10:12 am, edited 1 time in total.
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

InternetOpenURL fails...

Post by Oleg »

Great
We've found how set the timeout dynamically for internet actions.
We'll modify "Download files" action in nearest future.
Post Reply