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

DBQueue not getting any process

Hello,

 

I might a problem with DBqueue. All the environment was working fine until I realized that no DBQueue calculations are getting made. I tried to publish a new item in the IT Shop and I spotted that is in the state 'Does not apply yet' when I tried to add it to a shelf. Digging into the problem I came to the conclusion that not new DB process are getting into the DBQueue.

 

I don't know what should I check in order to fix this problem.

 

Thanks,

Adrian Perez

Parents
  • Hi Adrian,

    It sounds like triggers have been disabled on your database.

    You can verify this in SQL Server Studio ..... choose any of the 1IM tables and look at the Triggers folder. If the icons have a red arrow pointing down they are disabled.

    You can re-enable all triggers using this command:

    exec QBM_PTriggerEnable '%','%'

    HTH, Barry.
Reply
  • Hi Adrian,

    It sounds like triggers have been disabled on your database.

    You can verify this in SQL Server Studio ..... choose any of the 1IM tables and look at the Triggers folder. If the icons have a red arrow pointing down they are disabled.

    You can re-enable all triggers using this command:

    exec QBM_PTriggerEnable '%','%'

    HTH, Barry.
Children
No Data