Invalid attribute name for JavaHonk C
If you are working with AutoSys and trying to add new job to AutoSys database where command are located on window box and see below exception:
CAUAJM_E_50216 Invalid attribute name for : C
$ jil < JavaHonkNotifier.jil ______________________________________________________________________________ CAUAJM_I_50204 Inserting/Updating Job: javahonk CAUAJM_E_50216 Invalid attribute name for <javahonk>: C CAUAJM_E_10302 Database Change WAS NOT successful. ______________________________________________________________________________ CAUAJM_E_50198 Exit Code = 1
Solution: It means path of window is not correct. In my case it was happening as I was using below:
command: C:\JavaHonk\scripts\run-UAT-script.bat
I had to change as below:
command: C\:\JavaHonk\scripts\run-UAT-script.bat