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
3
votes
1 answer

Tridion Query for component that have no exact metadata field

I have a components that based on schema that have a non mandatory metadata field ExtendedType. I can query for a component that have this field with a certain value: new CustomMetaValueCriteria(new CustomMetaKeyCriteria("ExtendedType"),…
beardeddev
  • 565
  • 1
  • 5
  • 15
3
votes
2 answers

Why there is no Tridion page template system metadata published to broker database?

We are using Tridion 2011 SP1 HR1 and New UI. We would like to generate new UI JSON tags using our Java framework based on the Java content delivery API: Tridion delivery framework (TDF). The JSON tag for the page should contain the…
3
votes
3 answers

UGC user is coming back as Null

I'm using the UGC web service to return UGC content but I have an issue in that users are being returned as null. The users are being entered into the UGC database - I can see users in both the UGC_USERS table and the UGC_ITEMS tables but when it…
John
  • 271
  • 2
  • 5
3
votes
2 answers

Deploying not happening in publishing process

I am trying to publish to local file system, however publishing is not happening properly and its failed to deploy in my 2011 GA VM environment. I am getting "Polling for notification for destination: YTnMgU6u5Vh09cOGUG7ouA== has exceeded polling…
Jey
  • 2,137
  • 4
  • 22
  • 40
3
votes
1 answer

Using the Tridion UGC web service to add ratings

I know I can add comments through the UGC web service by using something like the following:- WebServiceClient ugcCall = new WebServiceClient(); string ugcData = "{ \"d\" :{\"Content\":\"" + comment + "\",\"Status\":2,\"ItemPublicationId\":\"" +…
John
  • 271
  • 2
  • 5
3
votes
2 answers

Tridion deployer removes localized/parent files

We are facing weird behaviour during publishing pages in Tridion. We have English pages in 050 publication and same pages are localized in 060 publication. Let's take a sample page accounts (tcm:120-1234) in English publication and same localized…
Balaji
  • 461
  • 1
  • 3
  • 8
3
votes
1 answer

Does the BinaryFactory work for binaries on the file system?

I'm trying to read the binary data of a published binary using the following code: Tridion.ContentDelivery.DynamicContent.BinaryFactory factory = new BinaryFactory(); BinaryData binaryData = factory.GetBinary(uri.ToString()); This worked fine,…
Quirijn
  • 3,549
  • 15
  • 30
3
votes
4 answers

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

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…
3
votes
1 answer

Tridion Query: filter/exclude components based on a list of keywords

I'm using Tridion.ContentDelivery.DynamicContent.Query. I'm trying to filter components and exclude some of them by the taxonomy keyword, my code: List excludeCriteria = new List(); foreach (string keywordUri in…
beardeddev
  • 565
  • 1
  • 5
  • 15
3
votes
1 answer

User Generated Content - dynamically retrieve popular content

Looking at the documentation for UGC in Tridion SP1 2011, is it possible to dynamically query for "popular" content - so return all pages or components ordered by rating or number of comments? The UGC commands seem to deal with comments/rating on an…
Neil
  • 2,688
  • 1
  • 23
  • 32
3
votes
2 answers

Tridion 2011 SP1 CD API - retrieve content tagged with keyword

We're designing schemas for content that we want to retrieve via the CD API based upon a Keyword field. From an API point of view, I'm wondering if it makes a difference if this field is a Content field or a Metadata field: Looking at the API docs,…
Neil
  • 2,688
  • 1
  • 23
  • 32
3
votes
2 answers

PDF file(Multimedia Content) not getting deployed on CDS ,but is getting published successfully

I am using Tridion 2011 sp1. My requirement is that on click of link "download PDF" a window should appear with options Save ,Cancel and Open. First to publish PDF file. I created a multimedia schema to upload pdf files.This pdf file is not…
3
votes
1 answer

Tridion OData service documentation

Is there any documentation on Tridion's OData service? I have a link to the Tridion documentation (here) but I don't see anything for the OData service.
Mr Smith
  • 3,318
  • 9
  • 47
  • 85
3
votes
2 answers

CustommetakeyCriteria

We are using Filter Criteria's to retrieve values from Storage Database (SQL Server). To retrieve various Event Component bases of their StartDate and EndDate we have written below mentioned code. ItemSchemaCriteria isEvent= new…
user1453602
  • 1,165
  • 5
  • 14
3
votes
3 answers

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

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…
D.B.
  • 89
  • 1
  • 8