Verify permissions
This assumes standard install paths - they may be different for you.
# Check spool directory
ls -la /var/spool/xi/batch/
# Check key files specifically
ls -l /var/spool/xi/batch/btsched_jfile
ls -l /var/spool/xi/batch/btsched_vfile
ls -l /var/spool/xi/batch/btsched_reps
# Check file sizes (zero-size files indicate problems)
du -h /var/spool/xi/batch/btsched_*
# Check who you're running as
whoami
groups
Put your question here.