Hi,
I'm using version 8.1.18.
I have a Project script called 'CallTakerRequest'.
A component calls this script on an 'onActionPerformed' event. Once in a blue moon, the Project script fails to execute and I get the following message in the logs. Not sure why it is complaining that the Project script is not defined???
Were you editing the project? Or any of the inheritable projects it depends on? If so, there is a short window of time where the gateway restarts the scripting environment where the name really doesn't exist.
(It's a bug, IMNSHO. But long-standing.)
I was editing the project throughout the morning. It is not inheritable.
At the time of the issue being reported to me, I had the project closed and had a different project opened.
I then reopened the problem project. Drilled into the component responsible for calling my project script to double check my sanity and then just saved the project again. Tested the project script and it fired correctly.