Does anyone know why the Map/Reduce script that is...
# suitescript
c
Does anyone know why the Map/Reduce script that is scheduled to run every 15mins but it didn’t run? Is it because the environment is a demo account?
c
Is the status set to scheduled?
@chesleylo
message has been deleted
c
yes, the status is set to scheduled
c
post screenshot of the whole deployment record
c
message has been deleted
c
It's probably running but there's an error in the script so it exits early.
put log.debug('running'); (assuming SS 2.x) at the top of the script and see if that leaves an entry in the execution log.
If that does leave an entry then you know that the script is executing. Your next step will be to include various logging statements to track how far your script is executing until it fails. I just had this exact same issue with a scheduled map/reduce script.
c
I have logs on the entry and I didn’t see any history in Status page
c
If it logged then the script is running
So that's your initial issue solved?
c
the issue is the script didnt run it by scheduled