• mckinnj1 (7/6/2015)


    I am running into the same issue via SSIS. I am trying to run the following:

    Execuable: cmd.exe

    Argument: /c "\\he_interface_test\c$\Program Files\McKesson\Supply Chain Management\BIN\batchfms.exe" login password

    The executable will run and hang, but no results. Nothing is logged, no outputs.

    I've looked all over and I can't seem to find the magic syntax to get this to complete successfully.

    Any ideas?

    The path to your exe has a space in it therefore you may need to use DOS short paths to reference it so you can include the command line params in the /c option value. Also or alternatively you may need to fully qualify the reference to cmd.

    Executable (on my machine): C:\Windows\System32\cmd.exe

    Argument: /c "\\he_interface_test\c$\Progra~1\McKesson\Supply~1\BIN\batchfms.exe login password"

    YMMV since Windows will assign short paths on a first in basis, therefore you may need to use ~2 or ~3, etc. to get to the proper program files or supply chain folders on your machine.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato