I'm calling a dtsx
file in PowerShell(test.ps1)
using below:
& $dtexec /f "$dtsx"
This works fine when I run the test.ps1
from command prompt in local machine but the same doesn't even trigger when test.ps1
is triggered from a java application.
please help.