I have a SSIS package which copies data from CSV file stored on Server A to Sql server database. The SSIS is stored on file system on server B. I have a .net application which calls this ssis package from C# code . But this same scenario works from my local application but when I deployed to UAT server . The package only exceutes the first step i.e. of execute SQL task but the copy of data from CSV to table doesn't works . I don't get any error when executing package from .Net code.
Please help.