Hi All,
I am attempting to execute a dtsx package using Java and I have the following line
Process executionProcess = Runtime.getRuntime().exec("dtexec/f\"C:\\Projects\\EconAnalysisConferenceBoard\\EconAnalysisConferenceBoard\\EconAnalysisConferenceBoard\\ConferenceBoardETL.dtsx\"");
I keep getting an error saying the file cannot be found but if I run the dtexec in command prompt with the exact same paths and file name it runs. Can someone tell me why it won't work in Java? Please don't grill me over the folder naming convention as it is not by my design. :)