Installing Package issue

Hi Team,

I am trying to install Report Viewer through Package resource which was running correctly in PUSH mode, but after setting up pull mode , throwing the below error…

PowerShell DSC resource MSFT_PackageResource failed to execute Set-TargetResource functionality with error message: The specified Name (MicrosoftSystemCLRTypesforSQLServer2012
(x64)) and IdentifyingNumber ({F1949145-EB64-4DE7-9D81-E6D27937146C}) do not match Name () and IdentifyingNumber () in the MSI file
+ CategoryInfo : InvalidOperation: (:slight_smile: , CimException
+ FullyQualifiedErrorId : ProviderOperationExecutionFailure
+ PSComputerName : localhost

Now it is not working in PUSH mode also. Showing the same error. but the same thing was working fine and the location from where it gets the Package is also same.

Thanks,
Aravinda

You’ll probably need to start over on a fresh computer to troubleshoot. At a guess, I’d say the LCM is having a problem getting to the package. Is the MSI local? It needs to be. If it isn’t, you should use a File resource to copy it over, first, at least as a test.