• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

publishing error

I

iiesolutions

Guest
I have finally figured out why none of my sites were not publishing correctly. In order to correctly verify location, the location for ftp publishing must be within IIS MS FTP root and not a virtual directory elsewhere. ie: if the default or main ftpsite in IIS is configured at c:\inetpub\ftproot\ then a site publish at c:\inetpub\ftproot\site1 will works. Even though you can configure a virtual ftp site anywhere like j:\, sitebuilder will not verify location correctly thus will not publish.

Now I am have another problem in that Module major-upgrade check failed on dynamic published site

Does anyone have any ideas on this


Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30)
Message Publish failed
SWsoft.SiteBuilder.BO.Facade.PublishException: Module major-upgrade check failed on dynamic published site (id='f0eac522-5ead-465c-89c8-0dcdfba55462') ---> SWsoft.SiteBuilder.Modules.Storage.Common.StorageException: WrongSiteId ---> System.Exception: Exception of type 'System.Exception' was thrown.
--- End of inner exception stack trace ---
at SWsoft.SiteBuilder.Modules.Storage.Proxies.ServiceUtil.InvokeService[T](ObjectMethodInvoker fun)
at SWsoft.SiteBuilder.Modules.Storage.Proxies.DataFacadeProxy.ForceLocalUpgrade()
at SWsoft.SiteBuilder.BO.Facade.PublishTask.<>c__DisplayClass2.b__0()
--- End of inner exception stack trace ---
at SWsoft.SiteBuilder.BO.Facade.PublishTask.<>c__DisplayClass2.b__0()
at SWsoft.SiteBuilder.BO.Facade.PublishHelper.CheckPublishExceptions(CheckPublishExceptionsMethod a_method)
at SWsoft.SiteBuilder.BO.Facade.PublishTask.Run(Object a_data)
 
This string in log:
SWsoft.SiteBuilder.Modules.Storage.Common.StorageException: WrongSiteId
tells that after publication in web.config (appSettings parameter with key 'SiteId') file you have invalid site id value.
Please ensure it has correct value.
 
Back
Top