dbTalk Databases Forums  

HTTP request from DTS

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


Discuss HTTP request from DTS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
S. MARSOLLE
 
Posts: n/a

Default HTTP request from DTS - 02-02-2005 , 04:48 AM






I want to make an HTTP request from a DTS task just to produce a log in an IIS
log file.
This I'm sure to have IIS log file processed by my DTS jobs.

How can I make such a task ?
ActiveX Script task ?

--
Kind regards / Cordialement

Sébastien MARSOLLE


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

Default Re: HTTP request from DTS - 02-02-2005 , 06:48 AM






Use an ActiveX Script ask, or perhpas just use a job -

Set xmlHTTP = CreateObject ("MSXML2.ServerXMLHTTP.4.0")
xmlHTTP.open "GET","http://someotherserver/respond.asp", False
xmlHTTP.send ()


--
Darren Green
http://www.sqldts.com
http://www.sqlis.com

"S. MARSOLLE" <sebm (AT) nospam (DOT) fr> wrote

Quote:
I want to make an HTTP request from a DTS task just to produce a log in an
IIS
log file.
This I'm sure to have IIS log file processed by my DTS jobs.

How can I make such a task ?
ActiveX Script task ?

--
Kind regards / Cordialement

Sébastien MARSOLLE




Reply With Quote
  #3  
Old   
S. MARSOLLE
 
Posts: n/a

Default Re: HTTP request from DTS - 02-02-2005 , 07:21 AM



Darren Green wrote:
Quote:
Use an ActiveX Script ask, or perhpas just use a job -

Set xmlHTTP = CreateObject ("MSXML2.ServerXMLHTTP.4.0")
xmlHTTP.open "GET","http://someotherserver/respond.asp", False
xmlHTTP.send ()
Thank you, it works.

Quote:
"S. MARSOLLE" <sebm (AT) nospam (DOT) fr> wrote in message
news:uUfO6URCFHA.472 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
I want to make an HTTP request from a DTS task just to produce a log
in an IIS log file.
This I'm sure to have IIS log file processed by my DTS jobs.

How can I make such a task ?
ActiveX Script task ?

--
Kind regards / Cordialement

Sébastien MARSOLLE


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.