My SSIS package is driving me crazy.
I have an ftp connection using my local filezilla ftp server. I connect to it using IP and TestConnection in FTP Connection Editor Manager says connection is ok. Everything looks fine until I press run or debug where I see the old ftp details when I click edit on ftp connection. Hence the task fails. When I stop debug I see that ftp connection has been set to the old one. I searched the entire project for the old ftp name and replaced everything with the new one. But this still happens:)
Am I not allowed to write IP in the Server Name part. Using everywhere else, I can connect to the ftp as follows. ftp://127.0.0.5/folder/
*Edit:*I just found that when I stop debugging and the properties window was open during debug, I can see the connection string with correct servername but the servername part is wrong. And it probably fails to connect somehow because it is using the old servername info.