Hi,
I have a Standalone server with windows server 2019. MySQL 8.x and MSSQL Express 2019. It was working very well until I had to install wordpress. I followed all procedures I could find, chance feeds, add new feeds, but I always get this error:
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Exception: WpiHelper: download first feed failed: System.InvalidOperationException: ProductId StaticContent not found.
at Microsoft.Web.PlatformInstaller.DependencyProduct.ResolveProductIds(ProductManager pm)
at Microsoft.Web.PlatformInstaller.Product.ResolveIDs()
at Microsoft.Web.PlatformInstaller.ProductManager.LoadFromXmlInternal(LineInfoDocument xmlDoc, Boolean loadEnclosures)
at Microsoft.Web.PlatformInstaller.ProductManager.LoadFromXml(String xmlFile, Boolean loadEnclosures)
at Microsoft.Web.PlatformInstaller.ProductManager.Load(Uri productFileUrl, Boolean filterByArchitectureAndOS, Boolean loadEnclosures, Boolean useCachedVersion, String cacheDirectory, Architecture architecture, Int32 osType)
at SolidCP.Server.Code.WpiHelper.TryLoadFeeds()
at SolidCP.Server.Code.WpiHelper.LoadFeeds() ---> System.InvalidOperationException: ProductId StaticContent not found.
at Microsoft.Web.PlatformInstaller.DependencyProduct.ResolveProductIds(ProductManager pm)
at Microsoft.Web.PlatformInstaller.Product.ResolveIDs()
at Microsoft.Web.PlatformInstaller.ProductManager.LoadFromXmlInternal(LineInfoDocument xmlDoc, Boolean loadEnclosures)
at Microsoft.Web.PlatformInstaller.ProductManager.LoadFromXml(String xmlFile, Boolean loadEnclosures)
at Microsoft.Web.PlatformInstaller.ProductManager.Load(Uri productFileUrl, Boolean filterByArchitectureAndOS, Boolean loadEnclosures, Boolean useCachedVersion, String cacheDirectory, Architecture architecture, Int32 osType)
at SolidCP.Server.Code.WpiHelper.TryLoadFeeds()
at SolidCP.Server.Code.WpiHelper.LoadFeeds()
--- End of inner exception stack trace ---
at SolidCP.Server.Code.WpiHelper.LoadFeeds()
at SolidCP.Server.Code.WpiHelper.Initialize()
at SolidCP.Server.WindowsServer.GetWpiFeed()
at SolidCP.Server.WindowsServer.GetWPIProductById(String productdId)
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at SolidCP.Server.WindowsServer.GetWPIProductById(String productdId)
at SolidCP.EnterpriseServer.esServers.GetWPIProductById(Int32 serverId, String productdId)
even with this error, The engine had been created, but cannot be assessed. to be deleted or configured.
Any help to solve this problem will be appreciated.
I solved this problem change feed to https://go.microsoft.com/?linkid=9842185 .
Now I got a new problem with the same subject: cannot install anything from web gallery because SolidCP keep asking for old stuff like visual c++ 2008 (and many other things) that is not available anymore at the link on weg gallery. I downloaded manually and installed but SolidCP does not recognize. Any suggestion to solve the problem?