Good day,
i have a realy difficult scenario. I have a powershell file executing powershell wasp commands that logs onto a website and select a file (modal dialog). In the powershell file i call another powershell job to bypass the modal dialog freeze issue where the next command does not execute and waits for an action. This i got pass in powershell (manual execute) but executing via ssis i get the same issue.
Please any ideas or perhaps when this point occurs, stop the pkg and rexecute at a certain command or any suggestions. not too keen on creating another package or i gues i can create a agent job that executes the same pkg with var but i think it will cause the same problem as it awaits an action on the modal select file window.
Regards