hi i have created SSIS Package and i am executing it using c# application.
i have created a scheduled task in which i am calling this c# application.
when schedule task runs it executes all part but SSIS part of c# application is not executed.but when i logged in system and run c# application it executes successfully including SSIS also.
please help me out where i am missing.