How do I execute SSIS package from K2 Five?
Below is my approach:
- K2 Five calls Stored Procedure
- Stored Procedure calls SSIS package(s)
- SSIS package(s) could possibly call other SSIS packages
- SSIS Package(s) returns execution status to a SQL Table or Stored Procedure
- K2 reads the execution status to perform other actions within Workflows or SmartFormsÂ
Here is the issue: I need restart certain SSIS packages if they failed to execute. How do I accomplish this?