|
Home > Archive > Microsoft Content Management Server > August 2006 > Trying to approve more than one posting using approval assistant
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Trying to approve more than one posting using approval assistant
|
|
|
| Hi.
In Approval assistant, when trying to approve more than one posting, it
fails with the following errormessage (example with two postings):
'Posting_1.Displayname'
Approve operation of the selected pages was unsuccessful.
Microsoft.ContentManagement.Publishing.CmsInvalidObjectStateException:
Posting is not ready for approval.
This action can only be performed if this posting is ready for approval. --->
System.Runtime.InteropServices.COMException (0x80041BC5): Posting is not
ready for approval.
This action can only be performed if this posting is ready for approval.
at Microsoft.ContentManagement.Interop.Publishing.IRcwPosting.Approve()
at Microsoft.ContentManagement.Publishing.Posting.Approve()
--- End of inner exception stack trace ---
at Microsoft.ContentManagement.Publishing.Posting.Approve()
at
Microsoft.ContentManagement.WebAuthor.ApprovalAssistant.OnPostingApproveDecline(Object sender, EventArgs e)
'Posting_2.Displayname'
Approve operation of the selected pages was unsuccessful.
Microsoft.ContentManagement.Publishing.CmsServerException: A rollback
operation has occurred in the current CmsContext either as a result of an
explicit RollbackAll call or implicitly due to inability to commit the
transaction.
The CmsContext is now invalid. --->
System.Runtime.InteropServices.COMException (0x80041B6A):
A rollback operation has occurred in the current CmsContext either as a
result of an explicit RollbackAll call or implicitly due to inability to
commit the transaction.
The CmsContext is now invalid.
at
Microsoft.ContentManagement.Interop.Publishing.IRcwPosting.__BeginWrite(Boolean ignoreMarkedForActions)
at Microsoft.ContentManagement.Publishing.Posting.BeginWrite(Boolean
ignoreMarkForActions)
--- End of inner exception stack trace ---
at Microsoft.ContentManagement.Publishing.Posting.Approve()
at
Microsoft.ContentManagement.WebAuthor.ApprovalAssistant.OnPostingApproveDecline(Object sender, EventArgs e)
| |
| Stefan [MSFT] 2006-08-29, 7:22 am |
| Hi Nicas,
are some of the postings selected connected postings?
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Nicas" <Nicas@discussions.microsoft.com> wrote in message
news:888AA4C1-433F-4DB8-8485-41EFB39BCBAC@microsoft.com...
> Hi.
>
> In Approval assistant, when trying to approve more than one posting, it
> fails with the following errormessage (example with two postings):
>
> 'Posting_1.Displayname'
> Approve operation of the selected pages was unsuccessful.
> Microsoft.ContentManagement.Publishing.CmsInvalidObjectStateException:
> Posting is not ready for approval.
> This action can only be performed if this posting is ready for
> approval. --->
>
> System.Runtime.InteropServices.COMException (0x80041BC5): Posting is not
> ready for approval.
> This action can only be performed if this posting is ready for approval.
> at Microsoft.ContentManagement.Interop.Publishing.IRcwPosting.Approve()
> at Microsoft.ContentManagement.Publishing.Posting.Approve()
> --- End of inner exception stack trace ---
> at Microsoft.ContentManagement.Publishing.Posting.Approve()
> at
> Microsoft.ContentManagement.WebAuthor.ApprovalAssistant.OnPostingApproveDecline(Object
> sender, EventArgs e)
>
> 'Posting_2.Displayname'
> Approve operation of the selected pages was unsuccessful.
> Microsoft.ContentManagement.Publishing.CmsServerException: A rollback
> operation has occurred in the current CmsContext either as a result of an
> explicit RollbackAll call or implicitly due to inability to commit the
> transaction.
> The CmsContext is now invalid. --->
> System.Runtime.InteropServices.COMException (0x80041B6A):
> A rollback operation has occurred in the current CmsContext either as a
> result of an explicit RollbackAll call or implicitly due to inability to
> commit the transaction.
> The CmsContext is now invalid.
> at
> Microsoft.ContentManagement.Interop.Publishing.IRcwPosting.__BeginWrite(Boolean
> ignoreMarkedForActions)
> at Microsoft.ContentManagement.Publishing.Posting.BeginWrite(Boolean
> ignoreMarkForActions)
> --- End of inner exception stack trace ---
> at Microsoft.ContentManagement.Publishing.Posting.Approve()
> at
> Microsoft.ContentManagement.WebAuthor.ApprovalAssistant.OnPostingApproveDecline(Object
> sender, EventArgs e)
|
|
|
|
|