![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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 |
#3
| |||
| |||
|
|
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 () |
|
"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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |