I am trying to use an Execute Process Task using c:\PSTools\psexec.exe as the Executable value and -s \\RAWS01 \\RAWS01\ts$\BRCOM.exe /ACCT="TL NJ VN redbank"/MENU /AUTO=153 as the Arguments value.
When SSIS 2005 (unfortunately, I'm stuck to this version) executes this task I receive this error:
In Executing "c:\PSTools\psexec.exe" "-s \\RAWS01 "\\RAWS01\ts$\BRCOM.exe /ACCT="TL NJ VN redbank"/MENU /AUTO=153"" at "", The process exit code was "3" while the expected was "0".
Can anyone help me with the proper syntax for running this?
Thanks,