How to execute SSIS package from windows service
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I successfully execut SSIS package from C#.net But when i tried that using windows service then SSIS package is not execute. How i can execute ssis package which is stored as file using windows service.
-
I successfully execut SSIS package from C#.net But when i tried that using windows service then SSIS package is not execute. How i can execute ssis package which is stored as file using windows service.
Follow this article: [^] Make sure that the service run at 32 bit runtime if you use JET or ACE OLEDB connections. As they do not work on 64 bit run time.