How to determine the root cause of the following errors in Autosys logs. Can these be ignored or if these are some serious errors?
[2022-02-25 04:13:35] CAUAJM_E_10728 Failed to process an incoming AFM string: 20220225 04133572+0500 QND_SCH qa_agent 541102.60809613_1_1645780413_694672/WAAE_WF0.1/MAIN State COMPLETE Cmpc(0) UserStatus(Process terminated) SetEnd User(qa_agent) Host(agenthost.example.com).
[2022-02-25 04:13:35] CAUAJM_E_10728 Failed to process an incoming AFM string: 20220225 04133574+0500 QND_SCH qa_agent 541112.60809614_1_1645780413_696407/WAAE_WF0.1/MAIN State COMPLETE Cmpc(0) UserStatus(Process terminated) SetEnd User(qa_agent) Host(agenthost2.example.com).
[2022-02-25 04:13:36] CAUAJM_E_10728 Failed to process an incoming AFM string: 20220225 04133673+0500 QND_SCH qa_agent 541103.60809615_1_1645780413_696168/WAAE_WF0.1/MAIN State COMPLETE Cmpc(0) UserStatus(Process terminated) SetEnd User(qa_agent) Host(agenthost.example.com).
12.x
The AFM cannot be processed because the job that the AFM is sent for does not exist in the database any more according to the following message:
[2022-02-25 04:13:35] CAUAJM_E_10506 Failed to retrieve job with joid <541102>.
[2022-02-25 04:13:35] CAUAJM_E_50081 Job 541102.60809613.1 not found in database. qid:typ:ver:src[61874:000:03:qa_agent agenthost.example.com] msg#[284477]
[2022-02-25 04:13:35] CAUAJM_E_10728 Failed to process an incoming AFM string: 20220225 04133572+0500 QND_SCH qa_agent 541102.60809613_1_1645780413_694672/WAAE_WF0.1/MAIN State COMPLETE Cmpc(0) UserStatus(Process terminated) SetEnd User(qa_agent) Host(agenthost.example.com).
[2022-02-25 04:13:35] CAUAJM_W_10577 Discarding message: qid:typ:ver:src[61874:000:03:qa_agent agenthost.example.com] msg#[284477]1462
Based on the following message, it looks like the job has bene deleted and re-inserted:
[2022-02-25 04:11:16] CAUAJM_I_10082 [agenthost.example.com connected for job123 541102.60809613.1]
[2022-02-25 04:13:33] CAUAJM_I_10082 [agenthost.example.com connected for KILLJOB job123 541102.60809613.1]
..
[2022-02-25 04:16:22] CAUAJM_I_10082 [agenthost.example.com onnected for job123 541125.60809895.1]
Note that the joid of job123 has been changed from 541102 to 541125.