I have two projects with one containing all my scripts, named queries, etc. I am trying to get an alarm notification block calculatedRoster running using a named query from the parent. I see the query within the child project that was inherited from the parent. when i run the same script in the console it returns the results I am expecting. I put essentially the same into the calculatedRoster script and I get no errors in the script. When I try to test the notification block I get the following issue:
org.python.core.PyException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Project name required for script execution: the Gateway Scripting Project is not set.
I went into the gateway and made sure the gateway scripting project was set to the parent. I have also tried changing my runDBQuery to include and not include the parent in the path..including "Parent/namedquery" and also "Parent", "namedquery".
What am I missing?