"cf-promises -r" is needed for Mission Portal to functioning well. Please ensure that it is on in masterfiles/update/update_policy.cf policy on this section.
######################### We don't need this on 3.5.0 ##########################
# am_policy_hub.update_report::
#
# "$(sys.cf_promises) -r"
# contain => u_in_shell_and_silent,
# comment => "Generate config knowledge format after update",
# handle => "cfe_internal_update_policy_commands_run_cf_promises_r";
################################################################################
to
am_policy_hub.update_report::
"$(sys.cf_promises) -r"
contain => u_in_shell_and_silent,
comment => "Generate config knowledge format after update",
handle => "cfe_internal_update_policy_commands_run_cf_promises_r";
We apologize for your difficulty.