Policy Republish Fails to Perform Full CalculationDescriptionWhen republishing a policy which is having changes in monitoring script, the full calculation is not performed as expected. After clearing all records in the sn_agent_policy_monitored_cis table for the policy and republishing it, only one record is observed in the table instead of all agent records. This indicates a failure in the calculation process during policy republishing. Steps to Reproduce 1. Update the policy monitoring script, clear all records in the sn_agent_policy_monitored_cis table for the policy that includes a monitoring script. 2. Republish the policy. 3. Verify the sn_agent_policy_monitored_cis table for the policy. 4. Observe that only one record exists in the table instead of the expected number of agent records. WorkaroundWe can fix this issue two different ways. Updating corresponding sn_agent_policy_state record's full calculation date to older than 7 days, which will trigger full calculation Deleting the sn_agent_policy_state record for that corresponding policy, even in this scenario, policy state record will be created and full calculation will be doneRelated Problem: PRB1960200