Client Automation - How to change the CIC (Content Import Client) download interval?
book
Article ID: 50982
calendar_today
Updated On:
Products
CA Client Automation - IT Client ManagerCA Client AutomationCA Client Automation - Patch Manager
Issue/Introduction
By default, the CIC service downloads the software content every 24 hours. How can this interval be changed?
Environment
Client Automation - All Versions
Resolution
The CIC software content download either runs as a service or as an Engine Job.
If CIC is configured to run as an Engine job then the download can be scheduled by clicking on the 'Default Software Contents Download Job' in the DSM Explorer and selecting the 'Scheduling' tab.
If CIC is running as a service then with the following steps the download interval of 24 hours can be changed:
Stop the 'CA Content Import Client' service in the windows service control panel (services.msc).
Edit config.xml file in the \cic\conf folder with an editor like wordpad.
In the section <content_server_connection_property> change the property <connectIntervalMinutes>1440</connectIntervalMinutes>. For example changing the value from 1440 to 720 changes the download from once a day to twice a day.