• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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