Customers who have 'com.sn_sam_saas' plugin and not 'com.sn_sam_saas_int' get a reconciliation failure in UtahDescriptionA 'sn_sam_saas_int' plugin script include, SAMSaasConstants, is referenced in code that customers with the 'sn_sam_saas' plugin are entering. This is causing a reconciliation error for customer with only 'sn_sam_saas' and not sn_sam_saas_int'.Steps to Reproduce Code flow:- ReconciliationEngine.createReconResultRecord() calls SampReconProgressUtil.initialize()- SampReconProgressUtil.getTotalLicensable() only checks 'com.sn_sam_saas' plugin before calling SampReconProgressUtil.getTotalLicensableConsumptions()- However, the 'com.sn_sam_saas_int' script include SAMSaasConstants is used in getTotalLicensableConsumptions()We should check for the 'com.sn_sam_saas_int' plugin before entering this code. Customers who have sn_sam_saas and not sn_sam_saas_int will enter that code and face an error due to the missing script include.WorkaroundThe fix will be available in Washington DC. A backport request for Utah and Vancouver is being evaluated. An update set is also being evaluated.Related Problem: PRB1691268