Viewing 3 posts - 1 through 3 (of 3 total)
1)Right click on that specific folder go to properties
2)select security window
3)under that select your current user name
4)click edit
5)select full control
6)click apply and ok.
And then...
August 7, 2015 at 7:09 am
#1818083
Can you please post your package design.
Regards,
Saravanan S
August 7, 2015 at 7:05 am
#1818081
string FolderPath = Dts.Variables["User::V_Filepath"].Value.ToString();
string FileName = Dts.Variables["User::V_GeographyLevelFileName"].Value.ToString();
...
August 7, 2015 at 7:02 am
#1818080