工作负载计划程序作业不会启用



我正在尝试创建一个执行curl命令的Workload Scheduler作业。

Steps中,我选择了Start a program作为步骤,RP_CLOUD作为Agent(这是唯一的选项(。我将curl命令粘贴到Program中。

现在,当我尝试启用该作业时,我会收到一个弹出窗口,上面写着<b>AWSUI4177E</b><br />AWSUI4177E Unable to update the Process.<br /><i>AWSUI4299E An internal error has occurred: AWSPRE001E The user "paul.carron@anaeko.com.5c81ed484ccf4c54aa9e348e" cannot create a job of type "executable" on the "RP_CLOUD" workstation. Download and install a Workload Automation Agent on a different machine.</i>

curl语句在我的终端中执行时有效。我做错了什么?

在基础设施提供的代理上运行作业有一些安全限制。我看到两个选项:

  1. 使用restful作业类型(因为您正在调用curl命令(
  2. 安装代理

相关内容

最新更新