Is it maybe a user related issue? When you run it in the command line your user is used. The cron - job runs as system user on default.
You must add the user command to the crontab
I just asked ChatGPT If you set up the job with “crontab -e” your user will be used automatically. I had it different in my mind.
Something like this should be sufficient:
Maybe you have to add the full path to the KNIME installation. I would pipe the output to a log file to check for possible errors.
Cronjobs can be quite difficult to install as the environment with all the paths must be defined correctly. So maybe you have to source some settings in advance
Can’t seem to get it to work. I wrapped the full command in an all-executable file, which again runs fine when run directly but cron doesn’t like it for some reason…
@evert.homan_scilifelab.se you might want to try and use the full path also escaping possible blanks. Also make sure you have the script made executable.