Use > JMX Reference > Data Flow Management Methods > How to Disable Updating Last Access Time of Linked CIs during CI Merge Process

How to Disable Updating Last Access Time of Linked CIs during CI Merge Process

Sometimes when one CI is merged with another CI, the Last Access Time attribute of linked CIs is also updated. You may not want the Last Access Time attribute of the linked CIs updated if they are fetched from the database during the merge process and they are unchanged.

To disable updating the Last Access Time attribute of linked CIs during merge of CIs, do the following:

  1. On the UCMDB server, go to JMX Console > UCMDB:service=Settings Services > setSettingValue.
  2. In the name field, enter CIT.notfrombulk.notupdatetime.
  3. In the value field, enter the name of the CI Type for the CI of your interest which you do not want to update its Last Access Time attribute.

    Note All sub types of the CI Type you specified here would be affected.

  4. Click Invoke.

    Note By default this feature is disabled. If you do not want this feature at all, you can remove the CIT.notfrombulk.notupdatetime parameter. To do so, simply invoke the removeSetting JMX method.