tridion-content-delivery

How can we override the existing deployer customization in Tridion 2009?

余生颓废 提交于 2020-01-06 15:39:28
问题 While in process of customizing Deployer, I noticed that we have already customized PageDeploy and PageUndeploy modules, please see the below config sections taken from cd_deployer_conf.xml. PageDeploy: <Module Type="PageDeploy" Class="com.tridion.extensions.deployer.ConditionalPageDeploy"> <Transformer Class="com.tridion.deployer.TCDLTransformer" /> </Module> PageUndeploy: <Module Type="PageUndeploy" Class="com.tridion.extensions.deployer.ConditionalPageUndeploy"/> I just have their .jar

Error in configuring ambient data framework for Content Delivery web Service

假装没事ソ 提交于 2020-01-03 09:08:18
问题 I am configuring ambient data framework for Content Delivery web Service it is throwing below error when I hit my service url in browser Server Error in '/' Application. Cannot find claim processor implementation class: com.tridion.ambientdata.processing.ExampleClaimProcessor1 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:

Personalizing Content

邮差的信 提交于 2019-12-23 22:06:11
问题 i have a usecase where i want to personalize the content, that a visitor see based on his information saved in Audience Manager.(i have added a keyword "personalize" for one of the contact "x").For this I have created a a target group, defined its characteristics and tracking keys(defined personalize > 0). After this, i associated the Target group with a component presentation and Published the Page When i logged in with "x" credentials i was unable to see that component presentation on the

Attempting to deploy a binary to a location where a different binary is already stored

混江龙づ霸主 提交于 2019-12-23 18:11:44
问题 When I am publishing my page from tridio 2009, I am getting the error below: Destination with name 'FTP=[Host=servername, Location=\RET, Password=******, Port=21, UserName=retftp]' reported the following failure: A processing error occurred processing a transport package Attempting to deploy a binary [Binary id=tcm:553-974947-16 variantId= sg= path=/Images/image_thumbnail01.jpg] to a location where a different binary is already stored Existing binary: tcd:pub[553]/binarymeta[974950] Below is

Tridion 2009 SP1 Broker not returning results

本秂侑毒 提交于 2019-12-23 09:21:15
问题 I am having trouble loading a Dynamic Component Presentation from the Broker based on a fairly simple query like the below, where I am trying to load the Component based on being tagged with a specific Keyword: private string GetComponentPresentations() { Logger.Log.Info("Entered GetComponentPresentations"); var publicationCriteria = new PublicationCriteria(_publicationId); int schemaId = int.Parse(SchemaId.Split('-')[1]); // Is it the correct content type (Schema) var isSpecifedSchema = new

Getting No bean named defined while implementing storage extension in Tridion 2011 SP1

陌路散爱 提交于 2019-12-12 13:26:33
问题 I am trying to implement the storage extension using below example, http://www.sdltridionworld.com/articles/sdltridion2011/tutorials/extending-content-delivery-storage-sdltridion-2011-1.aspx I created my DAO and other files with the same name used in above example. After creating these files I build my code using eclipse and coverted it into .JAR file name (cd_search_Indexer). 1) I copied my jar file to my presentation tridion_home/lib folder 2) I created bundle xml with name search_dao

Server Performance going down while we trying to get some data from Tridion 2009 broker LINK_INFO table using C# 2.0

浪子不回头ぞ 提交于 2019-12-12 00:43:12
问题 Actually I tried to implement Google Markup on our pages, so that our usercontrol will render below type of HTML on the page header section <link rel="alternate" hreflang="en-GB" href="http://www.mysite.com/english/index.aspx" /> <link rel="alternate" hreflang="de-DE" href="http://www.mysite.com/de/german/index.aspx" /> <link rel="alternate" hreflang="en-DE" href="http://www.mysite.com/de/english/index.aspx" /> <link rel="alternate" hreflang="ru-RU" href="http://www.mysite.com/ru/russian

Executing a Page with DCP in SDL Tridion 2011 SP1

和自甴很熟 提交于 2019-12-11 06:24:55
问题 I have published a ASPX page with DCP. <html> <head> </head> <body> <tridion:ComponentPresentation runat="server" PageURI="tcm:9-5251-64" ComponentURI="tcm:9-5245" TemplateURI="tcm:9-5247-32"/> </body> </html> What are the ways to execute this page, so that it renders the DCP. I just tried browsing this page through IIS, I am getting parser error. Unknown server tag 'tridion:ComponentPresentation' It would be great if some one can guide me to run this page. Thanks in Advance 回答1: Make sure

Can we customize Deployer using .NET? [closed]

[亡魂溺海] 提交于 2019-12-10 23:18:23
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I need to customize my deployer for some reasons, I can only see some articles which are using java for customizing deployer. Can we customize deployer using .NET project, please share your thought and if

Tridion UI - Preview Not Updating

别等时光非礼了梦想. 提交于 2019-12-10 14:54:25
问题 Today I have installed Tridion UI according to the documentation on http://sdllivecontent.sdl.com/. All seems to be working with the exception of "Update Preview" function. After making a change to a component the page correctly shows that the preview is out of date but clicking the "Update Preview" button reloads the page with no error other than the same warning being displayed "The preview for this page is not up to date". I see there is another post related to this (Tridion New UI Preview