Hi everyone,

Need help in understanding below error message and how to fix it.

I am trying to run a .exe file using ansible tried ( raw, win_shell and
win_command ) but, all end up throwing same error.

FAILED! => {"changed": true, "msg": "non-zero return code", "rc": 1,
"stderr": "C:/SystemManager/MASysMgr.exe : The term
'C:/SystemManager/MASysMgr.exe' is \r\nnot recognized as the name of a
cmdlet, function, script file, or operable \r\nprogram. Check the spelling
of the name, or if a path was included, verify \r\nthat the path is correct
and try again.\r\nAt line:1 char:1\r\n+ C:/SystemManager/MASysMgr.exe -w
\r\nC:\\SystemManager\\Migration\\Workflow\\Package_Cre ...\r\n+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n+ CategoryInfo          : ObjectNotFound:
(C:/SystemManager/MASysMgr.exe:S \r\ntring) [],
CommandNotFoundException\r\n+ FullyQualifiedErrorId :
CommandNotFoundException\r\n", "stderr_lines":
["C:/SystemManager/MASysMgr.exe : The term 'C:/SystemManager/MASysMgr.exe'
is ", "not recognized as the name of a cmdlet, function, script file, or
operable ", "program. Check the spelling of the name, or if a path was
included, verify ", "that the path is correct and try again.", "At line:1
char:1", "+ C:/SystemManager/MASysMgr.exe -w ",
"C:\\SystemManager\\Migration\\Workflow\\Package_Cre ...", "+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~", "+ CategoryInfo          : ObjectNotFound:
(C:/SystemManager/MASysMgr.exe:S ", "tring) [], CommandNotFoundException",
"+ FullyQualifiedErrorId : CommandNotFoundException"], "stdout": "",
"stdout_lines": []}

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAD0rZAz4_KZydvOK%3D6tfysPDy63EoBZbOzM7s_FMVuntzUvYTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to