SAP Data Services Management Console – “Schedule:NewSchedule316 Error:sh: /usr/bin/crontab: Permission denied” when schedule Batch Job

Today will be case from another SAP product. When I trying to activate SAP Data Services schedule in DS Management Console an error appears:

Repository:XXX Schedule:NewSchedule316 Error:sh: /usr/bin/crontab: Permission denied

Solution

The above error says that user does not have permission to access crontab on Linux server. Which user? Of course user, which is use it to startup Management Console (sidadm).

Try add Your sidadm user to /etc/cron.allow file. If file don’t exist – create it.

-># cat /etc/cron.allow
sidadm

Additionally, add an entry in file /etc/group. Assign Your user to group: trusted.

-># cat /etc/group |grep trusted
trusted:x:42:sidadm

Above solution should resolve error related to crontab.

In my configuration I still couldn’t scheduler Batch Job – I received another errors. But I’ll write about it in next week.

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Copyright © 2025. SAPBasisWorld.com Privacy Policy