Task- To Send csv files to Secure FTP.
Problem: Script Task using Third Party DLL for Secure FTP mainly "Eldos" is not able to load dll ,when deployed on integration server.
Resolution Usually i Follow and it works even : Copy and Paste Dll in below location depending on Server Configuration.
If Server is Window 32 Bit
"C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\"
If Server is Window 64 Bit
"C:\Program Files\Microsoft SQL Server\100\DTS\Binn\"
Tried Another Resolution:
If Server is Window 32 Bit
"C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\"
If Server is Window 64 Bit
"C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies\"
Please Suggest if there's another resolution.
FYI this is a totally database server ,so no gacutlity available on it.
HS