v9 DBQueue on hold "waiting for compiler" despite full compiling

After transporting a web-update (web update was commited on change label, packed into transport file. During transport, no Strg+F was applied) the DBQueue is stuck on "waiting for compiler". Of course we already did more then one full compile (scripts with all dependencies), but the DBQueue won't resume. This was the first transport after upgrade von v8.x

Any ideas to fix this..?

Parents Reply
  • Never seen this before. We upgraded that instance from 8.1.4 (if I remember correctly) to 9.1. a while ago. There were no transports since, but Jobs were processed.

    use iam
    select count(*),* from DialogScriptAssembly where IsValid = '0'

    Error

    Msg 8120, Level 16, State 1, Line 2
    Column 'DialogScriptAssembly.UID_DialogScriptAssembly' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.

Children