We have a table which is guarded on deployment and on execution. When we run a manual execute on this table we get the message that this table is guarded, therefore not executed. This table is in a nightly execution and we don't expect this table will be executed because of the guard on execution. But we are dumbfounded that during the nightrun it is executed (and runs in an error). What are we doing wrong?
Solved
Table is guarded on execution and deployment but still executed in an execution
Best answer by RLB
The scheduler executes the latest, deployed version of the project. Guarding a table and saving the project is not enough.
Take a look at the versions of your project and check if the newest version has indeed been deployed.
So, deploy your project.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.