In schedular i am getting this result the procedure is not running , why this error occurs and how can i resolve this?
Hi Bale. Are you able to run the same procedure under the same user account manually? This error usually occurs due to insufficient permissions.
Thanks,
Anastasia
HI @Anastasia Pesyakova It seems the error occurs because the board does not support certain actions when executed through procedures. When the scheduler encounters such an unsupported action, it throws an error. As a result, the procedure continues running, but not all of its steps are executed
Hi Bale, yes any "front end" actions (screen refreshes, alerts, user interaction, etc.) will not be supported on a scheduled procedure due to it running as a back end process, it's important to make sure procedures which are run as scheduled processes exclude these kinds of steps.