Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SSIS calling web site
Message
De
04/12/2012 11:03:27
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Business Intelligence
Titre:
SSIS calling web site
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01558661
Message ID:
01558661
Vues:
76
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
Répondre
Fil
Voir

Click here to load this message in the networking platform