Hi Support,
- VC is running under a Local System Account
- I am trying to start a simple task that runs WS FTP script under DOMAIN\user account (because this kind of tasks may require a network access)
- Task is starting a simple cmd file that contains a command:
"C:\Program Files (x86)\Ipswitch\WS_FTP 12\ftpscrpt" -f "C:\temp\VC test.scp"
It's failing by timeout, no output with any error message
This cmd is running ok when I start it as a batch file manually, under the same domain\user account, so account seems to have all necessary permissions.
VC is running cmd with WS FTP script when task is under Local System Account, no problem
Do you have any idea how to make VC to run WS FTP script under domain\user?