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

Tridion UI Error – “The preview for this page is not up to date ”

I have installed Tridion UI and getting below warning in the log file. Except this warning nothing is logged wrong in the log files even in debug mode. “WARN AmbientDataContext - There is no current ambient data context - the ambient data…
chiku
  • 383
  • 1
  • 12
7
votes
3 answers

cd_link.PageLink GetLinkAsString(...) causing pages to fail every other request

I am currently migrating from Tridion R5.3 to Tridion 2011. I am having issues with serving some pages through the presentation server. For reference all of my web pages are classic ASP and I am running them on IIS7.5. I have have a page located at…
Kevin Brydon
  • 12,524
  • 8
  • 46
  • 76
7
votes
1 answer

How does the archive manager check for content unchanged vs content changed?

I am checking the following documentation and looking for little bit more information on How archive manager checks for content…
Kaylan
  • 430
  • 2
  • 5
7
votes
5 answers

Tridion 2009 SP1 Broker not returning results

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…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
6
votes
1 answer

How to configure ambient framework within a Tridion CWA web app

I'm adding ambient framework within an existing Tridion CWA Java web application and I have some questions regarding the mapping of java filters (ambient framework filter vs CWA filters) In the SDL CWA 2011 SP1 documentation (online portal) they…
6
votes
1 answer

Returning ItemStats from Tridion UGC

I was wondering if anyone can offer any pointers on this one. I'm trying to return ItemStats from the Tridion UGC web service but I'm getting the following error when trying to bind the results:- The closed type TridionWebUGC.CDS.ItemStat does not…
John
  • 271
  • 2
  • 5
6
votes
1 answer

Why do my Tridion Binary links not show when using REL?

I am generating a Tridion binary link as follows: Razor TBB generates Link Resolver syntax for binary link Link resolver TBB generates TCDL. The output is published as a Dynamic component template of output type REL. The publication target…
Dominic Cronin
  • 6,062
  • 2
  • 23
  • 56
6
votes
2 answers

Implementing full text search with Tridion Query

I have to implement full-ext search for website based on SDL Tridion WCMS. Any suggestions or an idea how to implement full text search using Tridion Query?
beardeddev
  • 565
  • 1
  • 5
  • 15
6
votes
2 answers

Character encoding issues when getting dynamic components out of a Broker DB - Tridion , Oracle , JSP

I am having issues with character encoding when viewing dynamic content from a broker database. I have a scriptlet that calls the broker DB to generate a XML string and is then parsed by a XSL. I have stripped back my code when debugging this issue…
Chris Eccles
  • 141
  • 1
  • 5
6
votes
2 answers

"the method join is not supported" with Tridion OData service & Linq

I'm trying to a join CustomMeta & PageContents to select a specific page via some metadata that has been set, but I'm getting a "the method join is not supported" error. I think the issue is with my linq statement, as the error happens before…
Mr Smith
  • 3,318
  • 9
  • 47
  • 85
6
votes
1 answer

Error in configuring ambient data framework for Content Delivery web Service

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:…
chiku
  • 383
  • 1
  • 12
6
votes
3 answers

Tridion New UI Preview Site is not reflecting with the changes unless pulished

I have new UI setup and noticing that when ever I update a page it is not refreshing with the updated changes. I do not see either the page_{sessionId/GUID}.aspx created either. Checked the session preview DB and I see the changes in PAGE_CONTENT…
Ram G
  • 4,829
  • 1
  • 16
  • 26
6
votes
2 answers

The closed type Component does not have a corresponding IsMultimedia settable property

I have generated a service reference in Visual Studio to CD OData webservice on SDL Tridion 2011 SP1 and everything seems to be working fine, but when I request specific component with code like this: ContentDeliveryService cdService1 = new…
Andrey Marchuk
  • 13,301
  • 2
  • 36
  • 52
5
votes
1 answer

Tridion UGC service and oAuth authentication

I've a problem when trying to do a webrequest to UGC and authenticate using oAuth. I'm making a webrequest such as:- WebRequest wr = WebRequest.Create("http://ugc.service/odata.svc/Ratings(Id=200)"); wr.Headers["authorization"] = "OAuth " +…
John
  • 271
  • 2
  • 5
5
votes
1 answer

CDA Broker API : Get ComponentPresentations by list of component IDs

I am trying to see if there is a way to get the ComponentPresentations by passing the list of ComponentIDs in one single API instead of passing each one in a loop. In my case all the DCPs are using the same template as well. When I checked the API I…
Kaylan
  • 430
  • 2
  • 5
1
2
3
9 10