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,

    Are we certain it is the correct InTrust_Cfg_DB we targeted?

    Can check on the InTrust server via the following registry key if the database is the right one:

    HKLM\Software\Wow6432Node\Aelita\ADC\CfgConnection\

    Datasource= SQLServer
    Initial Catalog = InTrust_Cfg_DB_Name

    Another possible reason might be if not clicking 'Execute' when running the SQL query but instead clicking 'Parse' (the check-mark) in SQL Studio. It clicking 'Parse' this would just check the query for validity and not delete anything.

    Try executing the query like this:

    Truncate Table [dbo].[ITRTAgentDataSource]
    Select Count(*) From [dbo].[ITRTAgentDataSource]
    Truncate Table [dbo].[ITRTAgent]
    Select Count(*) From [dbo].[ITRTAgent]

    You should see that there are 0 entries returned for both tables. They will start re-populating with new entries short time after InTrust services are re-started.
Reply
  • Hi David,

    Are we certain it is the correct InTrust_Cfg_DB we targeted?

    Can check on the InTrust server via the following registry key if the database is the right one:

    HKLM\Software\Wow6432Node\Aelita\ADC\CfgConnection\

    Datasource= SQLServer
    Initial Catalog = InTrust_Cfg_DB_Name

    Another possible reason might be if not clicking 'Execute' when running the SQL query but instead clicking 'Parse' (the check-mark) in SQL Studio. It clicking 'Parse' this would just check the query for validity and not delete anything.

    Try executing the query like this:

    Truncate Table [dbo].[ITRTAgentDataSource]
    Select Count(*) From [dbo].[ITRTAgentDataSource]
    Truncate Table [dbo].[ITRTAgent]
    Select Count(*) From [dbo].[ITRTAgent]

    You should see that there are 0 entries returned for both tables. They will start re-populating with new entries short time after InTrust services are re-started.
Children
No Data