I’m trying to get the scheduler to run a task under a user’s account. I’ve added it and I can press run – it seems to think it has run, but it doesn’t seem to launch on the server. I have checked that the SolidCP scheduling service is running. Are there some logs or something that I can try to use to diagnose why it isn’t working?
The problem seems to be that it can’t find the server. I’ve dug through the source code a bit and pinned it down to a stored proc called GetServerByName not returning the server, and I think that’s because the SolidCP user that the scheduler is running under isn’t a SolidCP admin. Problem is that I don’t know why that is the case – I can’t work out which user it is or why it is only causing me problems. The only admin user by RoleID that it checks is serveradmin.