Question

I am trying to load some Content using Ektron and am running into the following Exception:

        System.Exception: com: content block in use
              at Ektron.Cms.EkException.ThrowException(Exception ex, EventLogEntryType                 EventType)
              at Ektron.Cms.Content.EkContent.GetContentForEditing(Int64 Id)
              at Ektron.Cms.ContentAPI.GetContentForEditing(Int64 Id)
              at Ektron.Cms.API.Content.Content.GetContentForEditing(Int64 Id)
              at LoadUtilities.LoadXml(String name, Stream fileContent)

Any suggestions on this issue is helpful.

Was it helpful?

Solution

"Content Block in use" means someone has the content checked out and you tried to Get the content for editing.

OTHER TIPS

Your issue maybe in the xml itself. Review the content in the workarea. If the xml is invalid it may cause a problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top