Description:
jil update_machine operation to change the machine type is rejected with below error message
CAUAJM_E_19016 Update to type is not allowed for machine '<machine name>'.
Please delete this machine again.
Solution:
Before changing the machine type of any given machine, you have to delete it with attribute "force: 1" as below
jil>>1>delete_machine: machine
jil>>2>force: 1
Then you can insert the machine with its new machine type.