When I try to implement this process:
in JobQueueInfo I'm getting message in Journal Entry: "Tasks not processed because the script assemblies are not valid."
Without "Create report" it is executing properly.
When I try to implement this process:
in JobQueueInfo I'm getting message in Journal Entry: "Tasks not processed because the script assemblies are not valid."
Without "Create report" it is executing properly.
The SQL step does not need the script assemblies, that's why it is working without the create report step.
You need to compile your database, that's what the error message is saying. Your scripts have not been compiled correctly.