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

Obtaining component title from the Tridion broker

This code works to get content from the broker for all components whos name begins with "MC": Criteria c1 = new ItemTitleCriteria("MC%", Criteria.Like); //Create query Query myQuery = new Query(c1); String[] itemURIs =…
1
vote
3 answers

Tridion: Component Template issue when looping over linked components

Hello, I got a problem with looping over my linked component. I created a EmailSetup(View UML diagram) Component with a product item. The product Component has schema (EmailBlockWithCode). Product: - Code = "wms_III" - Item: - Key = "ProductKey"-…
Bert Coenen
  • 143
  • 1
  • 8
1
vote
1 answer

Publishing fails during 'committing deployment': cannot execute SQL Query

I've been bouncing my head against this issue for the last couple of hours now and I can't seem to come up with a solution. I'm trying to setup a Tridion Install SP1 HR1, with SQL database. As far as I can tell, the http transport protocol should…
MDa
  • 579
  • 2
  • 10
1
vote
3 answers

Getting Unable to persist data entity, Error while commiting the transaction

I successfully managed to write deployer extension as well as storage extension. And below are the logs which I took from core logs, which shows everything is loaded perfectly!! 2013-01-08 11:30:19,759 INFO BundleConfigurationLoader - Added…
1
vote
1 answer

Publishing of pages and component getting stuck at different stages

After upgrade from Tridion 5.3 to Tridion 2011 SP1 we are publishing lot of Pages and Component again (as we converted existing Component Templates and Page Templates to Compound Templates. While publishing few Pages and Components are getting…
user1453602
  • 1,165
  • 5
  • 14
1
vote
1 answer

How do I make UGC DCPs work with REL?

I am building a primarily dynamic website in .NET and am trying to get UGC to work in conjunction with my Dynamic Component Presentations. My DCPs are being published using the REL output format (to the broker db), and are being consumed using the…
Daniel
  • 133
  • 3
1
vote
1 answer

UGC in Dynamic Component Presentations?

I am having a problem using the UGC framework in conjunction with dynamic component presentations. When I publish a CP as 'embedded on page', my UGC tags are converted from to nicely and I am able to leave ratings etc. However, if I create a…
Daniel
  • 133
  • 3
1
vote
2 answers

Error -Installing user interface update for SDL Tridion 2011SP1

I am installing user interface update for SDL Tridion 2011SP1.When I make below entry in the cd_storage_conf.xml file 120000
Ram Saurabh
  • 1,586
  • 8
  • 27
1
vote
2 answers

Executing a Page with DCP in SDL Tridion 2011 SP1

I have published a ASPX page with DCP. What…
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
4 answers

change in component are not getting reflecting in the Page with Dynamic component Template

I have created a component Template and I made this component Template as Dynamic. I have checked "Allow on Page Using Dynamic Assembly". The output is of type "HTML fragment". Then I published Component and Component Template. I created a Page and…
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
1 answer

Published dynamic component template not found under published items

I am new to Dynamic Component Templates. I have created a Component Template and made it "Published as Dynamic Component" and allowed "Allow on Page using Dynamic Assembly". I don’t have Deployer configured in my system and all published items are…
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
2 answers

Publishing components/pages in SDL Tridion

I have a question with regards to publishing items in SDL Tridion R5.3. When we publish an item say a component or page- all the related items would also be published. Well- my question if the component is being used in an older version of a page…
Krishnakumar
  • 243
  • 1
  • 11
1
vote
3 answers

SDL Tridion 2011 SP1 : Installing monitoring service

We are setting up Tridion 2011 SP1 CDS (.net based) on one of our servers. We are sruck at point 'Installing Monitoring as a Wndows Service'. Evern after running the batch file 'StartCDInstaller.bat' and following the procedure, we cannot locate…
1
vote
1 answer

Ambient data framework getting REMOTE_USER from taf:server:variables in Java

My website is running on .Net and i'm using SDL Tridion 2009. When a user logs in, I can see that the REMOTE_USER variable is correctly stored in the taf:server:variables group in the claim store (using a .net script). In my cartridge (java) i'm…
johnwinter
  • 3,624
  • 15
  • 24
1
vote
1 answer

Content Delivery Error - Smarttarget

I have recently installed and configured Smarttarget 2011 with Tridion 2011 SP1 (with hotfix SP1). I am able to successfully start the QServer and Loaders. My content delivery is a .NET web application which have configured as per the manual. I…
bukubapi
  • 497
  • 2
  • 5
  • 13