Questions tagged [tridion-content-delivery]

SDL Tridion Content Delivery (CD), including distribution, presentation, and storage APIs.

SDL Tridion separated content management from content delivery.

Stack Exchange Q&A site proposal: Tridion

Use this tag for questions that are related to SDL Tridion Content Delivery (CD), including:

  • Distribution
  • Presentation Server (ASP.NET or JSP)
  • APIs
  • Configuration (to an extent)

Consider joining the Area 51 Tridion proposal to help create a StackOverflow site dedicated to all types of SDL Tridion-related questions.

150 questions
4
votes
2 answers

Tridion and REL: Updating page filename within the page's PublishedUrl property

We have a requirement where the url of a page needs to be localizable/translated. Our existing mechanism relies on the actual published url to retrieve the page via oData. To clarify with a simplified example: we have some logic in the front end…
4
votes
1 answer

SiteEdit customization when Pages are only managed in Portal server

Pages are only managed in Portal server. Business users will have no context while creating new content. Component presentations are directly retrieved through Web Services, not through a SDL Tridion Page. Please let us know how we can customize if…
user1808474
  • 161
  • 2
4
votes
1 answer

Transport package in Success folder

In cd_deployer_conf file we have set Cleanup="false, so that transport package will not be deleted after publishing, but we can see 3 different packages for single publish actions…
user1453602
  • 1,165
  • 5
  • 14
4
votes
1 answer

Tridion DynamicContent.Query Searching By Component Template

I'm trying to render all component presentations from the broker database with a certain component template. Here's the query code so far: using Tridion.ContentDelivery.DynamicContent; using…
4
votes
1 answer

ERROR XMLConfigurationReader - Error while validating file 'cd_ambient_conf.xml' with schema 'schemas/cd_ambient_conf.xsd

I configured ambient data framework in my staging website for Tridion UI 2012. But in the log file it records below error - 2 012-11-08 11:42:20,095 WARN AmbientDataContext - There is no current ambient data context - the ambient data framework is…
chiku
  • 383
  • 1
  • 12
4
votes
1 answer

2011 Storage - JDBC Error

Came across the following error in our logs when we've used PageMetaFactory to get meta information on a page: Cannot release connection From some digging this seems to be caused by an application trying to use a connection from the connection…
Neil
  • 2,688
  • 1
  • 23
  • 32
4
votes
2 answers

How to enable Content Delivery Loggin

How to enable content delivery logging in Tridion 2011 sp1. We have .net version of content delivery. After installation of content delivery we changed logback file present in our application folder (D:\Inetpub\MyPortal\bin\config), below is the…
user1453602
  • 1,165
  • 5
  • 14
4
votes
1 answer

Create Tridion Tag Cloud with Taxonomy Keywords?

Content in the CMS is tagged with Keywords and after publishing they are used as Tracking Keys and the value is incremented each time a Page is loaded. In the past a DB Query was used with the Tridion Broker DB to produce a tag cloud. I would like…
robrtc
  • 2,747
  • 1
  • 17
  • 22
4
votes
1 answer

Sometime publishing fails during Transporting phase with error "Internal Server Error"

Sometime publishing fails during Transporting phase with error: Could not transport tcm_0-333793-66560.Content.zip using HTTPS,cause: "Internal Server Error". In cd_transport log, the error is: 2012-10-30 06:34:16,778 ERROR…
Meenakshi
  • 599
  • 3
  • 13
4
votes
3 answers

SDL Tridion 2011 SP1 code hangs creating Broker Query object

A client is trying to integrate some Broker Query code in to an existing web application. They have the following code: public String doItNow(int keyA, String schemaA, String templateIdA) throws Exception…
Jeremy Grand-Scrutton
  • 2,802
  • 14
  • 20
4
votes
1 answer

How to access transformed html page in Custom Page Deployer?

Let's say we have to access the content of our published page in a Custom Deployer. This part of the code is inside the processPage method that is in our CustomModule that extends PageDeploy class. This way I will get the page that is being…
Marko Letic
  • 2,460
  • 2
  • 28
  • 34
4
votes
2 answers

Tridion 2011 SP1 : Issue while deploying the content

We are using Tridion 2011 sp1 without any hotfix and .net web application httpupload.aspx to deploy the content in filesystem. We monitored and found there are two issues: 1) Some time pages those are published successfully in the publishing queue…
4
votes
2 answers

Content delivery service reports "Unable to retrieve desired results."

When testing my Tridion content delivery web service using a web browser, I can successfully get a list of the available collections by invoking "http://webservice/odata.svc/", however when I try to access one of the collections, for example;…
Dominic Cronin
  • 6,062
  • 2
  • 23
  • 56
4
votes
2 answers

Configure & Use Broker API in .Net Project

Can someone point me to documentation for setting up the Broker API to use from a .Net app? I've reviewed the documentation on livecontent, but I don't see anything specific on setting up & configuring the broker API to be used from a .net project:…
Mr Smith
  • 3,318
  • 9
  • 47
  • 85
4
votes
2 answers

Content Porter to publication with different name

While exporting content from a publication to a publication with different name in other environment, then the properties are also becoming same for target publication and we are not able to change the parents for the target publication. Need…
AlokBhatt
  • 515
  • 3
  • 17