Unable to update machine type or delete that machine
search cancel

Unable to update machine type or delete that machine

book

Article ID: 30467

calendar_today

Updated On:

Products

CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation AE - Scheduler (AutoSys) Workload Automation Agent

Issue/Introduction

Unable to update machine type or delete that machine 

- Update error: 

CAUAJM_I_50323 Inserting/Updating machine: my_machine

CAUAJM_E_19016 Updates to type is not allowed for machine 'my_machine'.

Please delete this machine definition and re-define it again.

CAUAJM_E_10302 Database Change WAS NOT successful.

 

- Delete error:

CAUAJM_E_50329 Cannot delete machine "my_machine" as it is still being referenced by active jobs.

CAUAJM_E_50228 Deletion of machine: my_machine was NOT successful!

jil>>3> CAUAJM_I_50227 Deleting machine: my_machine

 

CAUAJM_E_50329 Cannot delete machine "my_machine" as it is still being referenced by active jobs.

CAUAJM_E_50228 Deletion of machine: my_machine was NOT successful!

 

Environment

Release: All Supported WAAE versions

Resolution

You are not allowed to update or delete any machine definition which is still referenced in any CA WAAE job definition.

In order to remove this restriction, you can use the jil "force" option like that:

jil
 
1> delete_machine: my_machine
2> force: y
3> exit

Additional Information

You may use force y or 1.