Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SSIS calling web site
Message
From
04/12/2012 11:03:27
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Business Intelligence
Title:
SSIS calling web site
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01558661
Message ID:
01558661
Views:
77
Hi

I've got access to a web site link that creates a csv file for me to download.

ie http://100.1900.100.100/webmethods/WinScheduledTasks.aspx?t=1

I've tried adding a call to that link to my SSIS package before the FTP step as a script task

using

System.Diagnostics.Process.Start("http://100.1900.100.100/webmethods/WinScheduledTasks.aspx?t=1");


but the package completes before the download file has been made available and so fails as there is no file to download.

Any ideas on the best way to get this link to work in an SSIS package
Reply
Map
View

Click here to load this message in the networking platform