I am running WPI in offline mode, I have run webpicmd /offline /products:all /path:blah... and downloaded all. but when provisioning in web farm framework if get the above error.
the shadow-webproductlist.xml contains :
<entry>
<productId>WDeployNoSMO</productId>
Etc
Yet it will not work.. any ideas?
more detail:
2013-02-07T16:48:26.5133344+00:00 Error WEBFARM LIST MYSERVER.MYDOMAIN Server marked 'Unhealthy' due to failure to run operation 'AutoRepair' Microsoft.Web.Farm.WebFarmException: Failed to run method 'Microsoft.Web.Farm.InstallProductsRemoteMethod' on server
'MYSERVER.MYDOMAIN'. Exception in response stream. Unknown product ID 'WDeployNoSMO'. ---> Microsoft.Web.Farm.WebFarmException: Exception in response stream ---> Microsoft.Web.Farm.WebFarmException: Unknown product ID 'WDeployNoSMO'
at Microsoft.Web.Farm.WebPlatformInstallerHelper.GetProduct(ProductManager manager, String productId)
at Microsoft.Web.Farm.WebPlatformInstallerHelper.InstallContext.BeginInstall(String feedUrl, IEnumerable`1 customFeeds, String[] products, String resumeFilePath)
at Microsoft.Web.Farm.WebPlatformInstallerHelper.InstallProducts(String feedUrl, IEnumerable`1 customFeeds, String[] productIds, String resumeFilePath, EventHandler`1 installStatusEvent)
at Microsoft.Web.Farm.InstallProductsRemoteMethod.RunRemote(ServerRemoteMethodContext methodContext, Object[] parameters)
at Microsoft.Web.Farm.WebFarmAgentService.HandleRunMethod(HttpListenerContext context)
--- End of inner exception stack trace ---
at Microsoft.Web.Farm.RunRemoteAsyncResult.ResponseCompleteCallback(IAsyncResult result)
--- End of inner exception stack trace ---
at Microsoft.Web.Farm.AutoRepairOperationProvider.SimpleAsyncResult.EndAutoRepair()
at Microsoft.Web.Farm.AutoRepairOperationProvider.EndRunOperation(IAsyncResult result)
at Microsoft.Web.Farm.RunOperationContext.FinalOperationCompleteCallback(IAsyncResult result)