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

Deployment Manager: Last Event more than 3 weeks old

InTrust: version 11.2

Collection comprised of only Domain controllers.

 

Collecting status is green, however, the Last Event collected is more than 3 weeks old for each Domain Controller. I opened repository Viewer and ran a query. Most current events showing are also more than 3 weeks old.

I deleted my collection and created a new collection. Same results, the Last Event is never updated.

Any suggestions?

 

David

Parents
  • Hi David,

    Please try stopping the InTrust services once again and run the following 2 queries against the InTrust_cfg_db:

    Truncate Table [dbo].[ITRTAgentDataSource]
    Truncate Table [dbo].[ITRTAgent]

    Once complete re-start the services and allow some time for the collections to update.

    Based on the results, it sounds like there was some duplicates created previously in ITRTAgent table as well. Clearing both should help resolve the issue. Now that you have the patch applied will prevent the problem from returning.

    Let us know the results.

    Thank you,
    Chris
Reply
  • Hi David,

    Please try stopping the InTrust services once again and run the following 2 queries against the InTrust_cfg_db:

    Truncate Table [dbo].[ITRTAgentDataSource]
    Truncate Table [dbo].[ITRTAgent]

    Once complete re-start the services and allow some time for the collections to update.

    Based on the results, it sounds like there was some duplicates created previously in ITRTAgent table as well. Clearing both should help resolve the issue. Now that you have the patch applied will prevent the problem from returning.

    Let us know the results.

    Thank you,
    Chris
Children
No Data