Search This Blog

August 26, 2014

SSIS 2012 - Eexecute ssis package from command line

1. Open the Visual Studio Command window
2. Go to SSIS pacakage location
3. Execute the following command
dtexec /f package name

August 25, 2014

SSIS 2012 FTP Task Error to connect to FTP server

You can use the following ftp server for testing FTP Connection.
Use anonymous user without having any password ftp2.census.gov

Following are the error message while connecting and receiving the files from FTP SERVERS.
Error
An error occurred in the requested FTP operation. Detailed error description: 200 Switching to ASCII mode. 200 PORT command successful. Consider using PASV. 425 Failed to establish connection Exception from HRESULT: 0xC001602A

Resolution:

1. Create an inbound and outbound rule to allow the FTP PORT(21) to OPEN
2. Select the FTP Connection to "Use Passive Mode"