BFIVR Schedule configuration

I’m trying to get Big Fix Insights for Vulnerability Remediation configured in our environment. I’m not sure how, but I seem to have an illegal schedule set. Starting up BFIVR results in

Purged Invalid Source Hashes
Traceback (most recent call last):
File “Main.py”, line 142, in
File “ivr_base_service\services\AppLoader.py”, line 43, in init
File “ivr_common\services\ConfigValidator.py”, line 63, in ValidateConfiguration
File “ivr_common\services\ConfigValidator.py”, line 172, in ValidateDataFlowSchedules
ValueError: Schedule parameter wrongly configured “Daily”
[16528] Failed to execute script Main

I can’t seem to find any information on how to configure the schedule. Can anyone help/point me in the right direction?

You can edit the dataflowsconfig.xml file (look for the dataflows section) to set your schedule. Note that the syntax uses the cron format.

https://help.hcltechsw.com/bigfix/10.0/integrations/Ecosystem/Install_Config/c_refs_cfile.html

Thanks! Just what I needed!