Continuously Update Preview alert on SDL Tridion UI 2012

心不动则不痛 提交于 2019-11-30 09:05:57

Here's what Update Preview does, make sure all the steps up to the actual page refresh work and are correctly configured and you should be good to do:

  1. Render your template(s) in Preview Mode
  2. Post the results to the Content Delivery Web Service
  3. CD Web Service writes to Session Wrapper Database
  4. Refresh the page
  5. Ambient Framework filters (or HTTP Modules for .NET) check for a session token
  6. DB is queried searching for content with the same session token
  7. If content is found, it is merged with the content on the page.

Typical issues (in my experience so far) are around Ambient Framework Configuration - Either the modules are not installed/configured on your application, or the cd_ambient_conf.xml contains invalid configuration settings.

Might be worth tracing the logs from step 1 to figure out where it's failing - knowing where it fails is usually 80% of the solution.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!