filmov
tv
SSIS Tutorial Part 100-Delete Folder with Files from FTP Server by using Script Task in SSIS Package

Показать описание
FTP Task/Script TAsk in SSIS Video Scenario:
We often have the requirement in which we need to delete the Folder from FTP Server. FTP Task have the operation in which we can Delete the Remote Folder but if FTP Server Folder ( Remote Folder) has the files, FTP Task will fail with below error.
"Error: 0xC001602F at DeleteDirectoryWithFiles, Connection manager "FTPConnection": Deleting folder "/FolderName" ... 550 The directory is not empty. "
How can we delete the folder with Files on FTP Server?
Solution:
There could be multiple solutions for this requirement. We can use Script task and check if the files exists in Remote Folder or not. If file/s exists then we can use First FTP Task to Delete all the files and second FTP Task to Delete the Folder.
If no file exits then we have to direct our flow to second FTP Task that will delete the remote folder.
Link to the blog post for this video with scripts
Check out step by Step SQL Server Integration Services(SSIS) Tutorial by TechBrothers
We often have the requirement in which we need to delete the Folder from FTP Server. FTP Task have the operation in which we can Delete the Remote Folder but if FTP Server Folder ( Remote Folder) has the files, FTP Task will fail with below error.
"Error: 0xC001602F at DeleteDirectoryWithFiles, Connection manager "FTPConnection": Deleting folder "/FolderName" ... 550 The directory is not empty. "
How can we delete the folder with Files on FTP Server?
Solution:
There could be multiple solutions for this requirement. We can use Script task and check if the files exists in Remote Folder or not. If file/s exists then we can use First FTP Task to Delete all the files and second FTP Task to Delete the Folder.
If no file exits then we have to direct our flow to second FTP Task that will delete the remote folder.
Link to the blog post for this video with scripts
Check out step by Step SQL Server Integration Services(SSIS) Tutorial by TechBrothers
SSIS Tutorial Part 100-Delete Folder with Files from FTP Server by using Script Task in SSIS Package
SSIS Tutorial Part 95-Delete Specific Files or All Files from FTP Server Folder
28 How to delete more than 3 months older files from a folder in SSIS | delete older files in SSIS
SSIS Tutorial Part 135-Load, Zip and Delete Multiple Flat Files in SSIS Package
45 How to delete all files except oldest file for each month in SSIS
44 How to delete more than 3 months older files except month end files in SSIS
SSIS Delete Content in Text or any File
Using the File System Task for deleting files and directories - SSIS tutorials for Beginners COZYROC
SSIS Tutorial Part 97-Create A Directory(Folder) For Each Day and Load Files on FTP Server
SSRS Tutorial Part 100 -How to move report/s between folders by using Report Manager in SSRS
How to Use the FTP Task to Delete Remote Files - SSIS tutorials for Beginners by COZYROC
SSIS Tutorial Part 133-Load Text Files,Zip them to Zip File with DateTime & Delete in SSIS Packa...
SSIS Tutorial Part 98-Get File Names from FTP Server and Save to SQL Server Table in SSIS Package
SSIS Tutorial Part 103-Sync FTP Folder to Local Folder without Downloading Existing Files
SSIS Interview Question-How to load top 100 records from Flat file in SSIS Package
SSIS Tutorial Part 136-Zip Different Types of Files according to Extension in SSIS Package
87 How to export top 100 records from one file to another file in SSIS
SSIS Tutorial Part 102-Sync Local Folder to FTP Server Folder without Upload Existing Files
SSIS Interview Questions | Which Task in SSIS is used to copy,rename,move,delete files or folders
MSBI - SSIS - Loop Through All Files In A Folder - Part-145
SSIS Interview Question - How to get the oldest file from folder and load in SSIS Package
SSIS Tutorial Part 106-Create Directory with Date on Local Path & download Files from FTP Server
MSBI - SSIS - Loop Through All Files In A Folder - Part-120
Find the most recently modified file in a directory with SSIS
Комментарии