Tridion UI - "Bad Request" -


I have installed Tridion UI 2012 for documentation and everything looks fine and I have UI features such as a new page, Modify an existing page, and even after that, but at all times and again (when I'm clicking on "Update Preview") I have not been able to limit a "bad request" error in the event viewer Detailed error is displayed:

  log name: Tridion Source: Tradition Publication date: 10/07/2012 12:03:37 Event ID: 100 Task Category: None Level: Error Keywords: Classic User: N / A Computer: ZZZZZ Description: update binary using OData service Or unable to add. An error occurred while processing this request. BadRequest Component: Tridion.SiteEdit.FastTrackPublishing errorCode: 1003 User: NT AUTHORITY \ NETWORK Service StackTrace Information Description:. System.Data.Services.Client.DataServiceContext.SaveResulton & lt; HandleBatchResponse & gt; On System.Data.Services.Client.DataServiceContext.SaveChanges (SaveChangesOptions d__1e.MoveNext () System.Data.Services.Client.DataServiceContext.SaveResult.EndRequest (on System.DataServiceContext.SaveResult.HandleBatchResponse () on System.Data.Services) Tridion.SiteEdit.FastTrackPublishing.Service Implementation on Tridion.SaveEdit.FastTrackPublishing.ServiceInmplementation.SaveBinaries (RenderedItem renderedItem, ContentDeliveryService Service) Tridion.SiteEdit.FastTrackPublishing.Service Implementation.Preview (IEnumerable '1 published articles, TcmURI Publication TargetId) Tridion On SITEEdit. SaveBinery (Render ITEM Provided Items, Content Delivery Service Service) FastTrack Lighting Service receipt Preview (IEnumerable`1 Prkashitaitminfo on TCM [Uri PublishingTargetId) (object, object SyncInvokePreview], [] SystemkServiceModelkDispatcherkSyncMethodInvokerkInvoke, Object [) (eg object, object [] inputs object] & amp; system. Sewamodel. Dispacr. Dispecopreshntantmkinvokbejin (Sndesharpisi & amp; RPC) system. Sewamodelkdispapr. Aimutebl Dispacrntmkproses messages into the system Sistmmodel. in Dispacr. Aimutebl Dispatch. processing Movie Message 31 (Sndesharpisi and RPC) ServiceModel.Dispatcher.MessageRpc.Process (Boolean isOperationContextSet) system   

Have you seen this error? < P>

It's a bit late for the party, but in my case it was too big that due to Binaries you had to follow the steps Can indicate in more detail: (Triptian 2011, SP1, HR2, but I think it is also valid for 2013)

  1. < P> On the CMS server, open TcmServiceHost.exe.config and uncomment the body of the following tags:

    >

    Li>

    Restart the TcmServiceHost service and click on 'Update Preview'. Show logfile and you can open it in SVcTress Weaver

    Find the red entry and move from there.

    To allow large binaries (consider the cost of executable), go to your Odata session preview service and do the following:

    1. Web. Open Config and Search & lt; Bindings & gt; & Lt; WebHttpBinding & gt; (Definitely related binding, but usually it is webHttpBinding .)

    2. Add a binding with the following properties (inside < Code> WebHttpBinding & gt; element):

      & lt; Binding name = "AdustedBindingConfiguration" maxReceivedMessageSize = "+20 9 7152000" maxBufferSize = "2097152000" & gt; & Lt; Readerkots Msrrylength = "81920" Maksbitsperread = "5120" Magdepth = "32" Mksonmetablecrsunt = "81920" Mgstringkantentlength = "2097152" / & gt; & lt; Services & gt; & Lt; Services & gt; Find tags and relevant service ('Tridion') & lt; / Binding & gt;

    3. ContentDelivery.Webservice.odataService 'and update bindingConfiguration attribute to match the name of the newly added binding (in this case AdjustedBindingConfiguration)

    4. Hit 'Update Preview' again

Comments