OttoReceiver script not running

We see the record created in the table but the script isn’t running to process it. Logs show no error. Our webhook user has privs to execute all scripts.

Well that is odd

Is your data api hung. You may want to try restarting it

or is your script never returning?

Todd

Someone just brought a similar issue to my attention. Twice in the past 2 months only. Record is created but script appears to not run.
Am adding a ‘Just did this flag’ to the record at the end of the script that is called from the receiver to check it did run and if there was some kind of glaring error…

We’re all good. Checking further, the script they were trying to run was making calls to MBS which wasn’t installed for DAPI. I advised to call the processing script as PSOS since the script engine has MBS installed.