There seems to be issues with WCM in either using multiple iparts on a content record... or in using the same ipart on content record - each with slightly differernt configuration options set.
We have a page that was published and working using 3 iparts (same ipart all 3 configured differently). We had some issues with the publishing service and after reinstalling the service manually that seems to be resolved. I can publish new pages but this page is not working.
The naviagtion item shows as published, the content record will publish successfully but the red bar next to it never goes away... and the status indicates publishpending. Has anyone esle seen this behavior... we are trying to figure out what the issues are... and what if we can work around this.
We are getting the following error on the page:
################# ERROR MESSAGE#######################
Server Error in '/iMIS15' Application.
--------------------------------------------------------------------------------
Unable to load requested business object Document (DocumentVersionKey=2ba0a527-0e95-4824-ac2e-772dfa3930f0, publishedOnly=True)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Asi.Business.BusinessItemLoadException: Unable to load requested business object Document (DocumentVersionKey=2ba0a527-0e95-4824-ac2e-772dfa3930f0, publishedOnly=True)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[BusinessItemLoadException: Unable to load requested business object Document (DocumentVersionKey=2ba0a527-0e95-4824-ac2e-772dfa3930f0, publishedOnly=True)]
Asi.Business.Common.DocumentController.Document(Guid documentVersionKey, BusinessContainer container, Boolean publishedOnly, Boolean forceReloadOnInitialFailure) +636
Asi.Business.Common.DocumentController.Document(Guid documentVersionKey, BusinessContainer container) +67
Asi.Web.UI.ContentRecordPage.OnInit(EventArgs e) +203
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
################# END ERROR #########################
Make sure the name of each
Make sure the name of each web part (in the configure dialog) is unique; it can cause issues if there are multiple web parts with the same name on a single content record.
Can you open the content record in the editor? Does it display as expected there?