dbTalk Databases Forums  

Execute Process Task : Help!!!

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Execute Process Task : Help!!! in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wikus Schalkwyk
 
Posts: n/a

Default Execute Process Task : Help!!! - 08-18-2004 , 06:23 AM






Hi,

I'm trying to execute a script on our web server, a PHP script, using
"Execute Process Task" task in DTS designer.

So far, I'm able to execute it but it seems like it does not return anything
one the page is loaded.

Tried using a timeout, to kill the page after 60 seconds, but since the PHP
script performs sql operations, this timeout won't always
be sufficient.

I also tried printing a window.close(), to close the window after processing
is done, but this only brings up a dialog, notifying me that this window
wants to close. This also does not work.

Please anyone out there.



Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Execute Process Task : Help!!! - 08-22-2004 , 04:52 AM






In message <ufP72WRhEHA.712 (AT) TK2MSFTNGP09 (DOT) phx.gbl>, Wikus Schalkwyk
<wikus (AT) experient (DOT) co.za> writes
Quote:
Hi,

I'm trying to execute a script on our web server, a PHP script, using
"Execute Process Task" task in DTS designer.

So far, I'm able to execute it but it seems like it does not return anything
one the page is loaded.

Tried using a timeout, to kill the page after 60 seconds, but since the PHP
script performs sql operations, this timeout won't always
be sufficient.

I also tried printing a window.close(), to close the window after processing
is done, but this only brings up a dialog, notifying me that this window
wants to close. This also does not work.

Please anyone out there.


I don't understand how you can use the Exec Process Task to call a web
page.

If I wanted to call a web page and post data or retrieve the page
content I would do this from an ActiveX Script using a suitable Http
capable component, such as the MSXML.ServerXMLHTTP component.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.