简体   繁体   English

AutoSys Xit Code -655

[英]AutoSys Xit Code -655

I'm totally new to AutoSys and have been muddling my way around. 我是AutoSys的新手,并且一直在混淆我的方式。 I've managed to figure out that the job I sent to the AutoSys Server is failing and the Exit Code is -655. 我已经设法弄清楚我发送给AutoSys服务器的工作失败了,退出代码是-655。 Can anyone please tell me what that means? 任何人都可以告诉我这意味着什么?

If you are bound to active directory for security then a 655 can mean 如果为了安全性而绑定到活动目录,那么655可能意味着

  1. Account not defined to Active Directory 帐户未定义到Active Directory
  2. Account not defined to autosys_secure table 帐户未定义到autosys_secure表
  3. Password in autosys_secure does not match password in Active Directory autosys_secure中的密码与Active Directory中的密码不匹配
  4. Active directory account lockout 活动目录帐户锁定
  5. Active directory account disabled 已禁用活动目录帐户
  6. Active directory batch account restricted to a different server Active Directory批处理帐户仅限于其他服务器

There are more security violations that can trigger this error. 有更多安全违规可以触发此错误。 These are the most common. 这些是最常见的。 655 is always some security related issue. 655始终是一些与安全相关的问题。

Please make sure that the below are working fine 请确保以下工作正常

autoping -m (machine name) - Autoping is successful autoping -m(机器名) - Autoping成功

autorep -m (machine name) This should return as machine is Online autorep -m(机器名)这应该在机器在线时返回

Per Appendix A of the Unicenter AutoSys Job Management for UNIX and Windows Reference Guide: 根据UNIX和Windows的Unicenter AutoSys作业管理的附录A参考指南:

-655 (SYSTEM_ERROR) => STARTJOB failures because auto_remote will not start. -655(SYSTEM_ERROR)=> STARTJOB失败,因为auto_remote不会启动。

Somewhat helpful. 有点帮助。

I got this error when the profile in the job does not match an existing profile. 当作业中的配置文件与现有配置文件不匹配时,我收到此错误。 In my case, it was due to a typo. 就我而言,这是由于一个错字。

Reference: https://comm.support.ca.com/kb/exitcode-655-on-windows-system-agent/kb000006112 参考: https//comm.support.ca.com/kb/exitcode-655-on-windows-system-agent/kb000006112

EXITCODE: -655 on Windows System Agent EXITCODE:Windows系统代理上的-655

Document ID : KB000006112 Last Modified Date : 14/02/2018 Show Technical Document Details 文件编号:KB000006112最后修改日期:14/02/2018显示技术文档详细信息

Issue: 问题:

We have installed a 11.3 System Agent successful on a Windows system. 我们在Windows系统上成功安装了11.3系统代理。 Autoping works fine. Autoping工作正常。 User and password are defined within autosys_secure. 用户和密码在autosys_secure中定义。

Test job is submitted and ends with exitcode -655. 提交测试作业并以exitcode -655结束。

[03/08/2017 10:06:53] CAUAJM_I_40245 EVENT: FORCE_STARTJOB JOB: testjob 

[03/08/2017 10:06:53] CAUAJM_I_40245 EVENT: CHANGE_STATUS STATUS: STARTING JOB: testjob MACHINE: win_agent 

[03/08/2017 10:06:54] CAUAJM_I_40245 EVENT: ALARM ALARM: STARTJOBFAIL JOB: testjob MACHINE: win_agent

[03/08/2017 10:06:54] <Owner attribute error. User does not exist in the system> 

[03/08/2017 10:07:04] CAUAJM_I_40245 EVENT: CHANGE_STATUS STATUS: FAILURE JOB: testjob MACHINE: win_agent EXITCODE: -655

Environment: 环境:

11.3 SP7 System Agent on Windows 11.3 Windows上的SP7系统代理

Cause: 原因:

Machine definition contains wrong node_name. 机器定义包含错误的node_name。

Resolution: 解析度:

Adapt machine definition with correct node_name. 使用正确的node_name调整机器定义。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM