This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to generate report - ReportComponent

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.

  • The problem was that, for "Create report", I chose "Default report server" in Generation > Server function and none of my Job servers does not have this function.

    Finally I have done it in a simpler way