我想使用下面的命令使用STAF运行python脚本(test.py)但是获得Retrun代码1
H:\>STAF 192.168.252.81 process START SHELL COMMAND "python /opt/test/test.p
" PARAMS "3344" wait returnstdout
Response
--------
{
Return Code: 1
Key : <None>
Files : [
{
Return Code: 0
Data :
}
]
}
答案 0 :(得分:0)
检查远程计算机是否在trust list
上,然后在没有“PARAMS”的情况下进行尝试,或者对python脚本中的值进行硬编码。