Question:
Why am I getting error “Submission failed, reason = WARNING - Bad password for user” while password validation is disabled?
Answer:
Permissions on file $CAIGLBL0000/sche/config/ExtNodeL.sch must be set to 744 and not 755
1) chmod 744 $CAIGLBL0000/sche/config/ExtNodeL.sch
2) restart the submission agent with "unishutdown sche" , then "unistart sche"
Additional Information:
1) -To disable password validation, update this file with -n=*,*,D
2) - To enable password validation, update this file with -n=*,*,E
3) - In both the cases, permissions on file $CAIGLBL0000/sche/config/ExtNodeL.schmust be set to 744 and not 755