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
2
votes
3 answers

Implemented Method in DAO Class is not getting called in storage extension of Tridion 2011 SP1

My implemented methods are not getting called from DAO Class. I created bundle xml with name search_dao_bundle.xml as below and placed on same location i.e. tridion_home/config where my cd_storage_xml is placed.
2
votes
1 answer

Tridion Experience Manager (XPM) implementation

I am trying to understand different artifacts around implementing Tridion XPM. Unfortunately I did not find any article that has answers to my questions. For example Content delivery server (on WebSphere) can have four different applications, one…
2
votes
1 answer

Tridion deployer configuration using the broker database in loadbalanced scenario

I'm currently upgrading an application to Tridion 2011. We have two loadbalanced webservers and a single database server hosting the broker database. All content is stored in the broker database and all pages are deployed locally on the webserver…
Syg
  • 403
  • 4
  • 17
2
votes
2 answers

Publishing failed in stage committing deployment

We did upgrade from Tridion 5.3 SP1 to Tridion 2011 SP1. Most of the things are working fine. Publishing of few pages is getting failed at "Committing Deployment" state with below mentioned error. Database is SQL Server. Phase: Deployment Prepare…
user1453602
  • 1,165
  • 5
  • 14
2
votes
1 answer

Not able to read the Tridion custom config xml file node values in custom deployer extension code

My below code was working fine in Tridion 2009 and recently we migrated to Tridion 2011, below code written in java. Getting the file: ExtensionsConfiguration.java package com.tridion.custom.extensions; import…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
2
votes
2 answers

Setting up content expiry date and showing default content for expired content

We are using Tridion 2011 SP1. Is there any way to set up content expiry date for published content. Also if content is expired is there any way to show default content for expired content.
user1453602
  • 1,165
  • 5
  • 14
2
votes
2 answers

Tridion Filter : replacement for SetCustomMetaQuery

What is the replacement for SetCustomMetaQuery in Broker query Mechanism (Tridion 2011)? I got lots of help through this post posted by me earlier. for query.SetCustomMetaQuery("KEY_NAME='Key' AND KEY_STRING_VALUE >= 'Yes'"); I…
Huston Lopes
  • 622
  • 4
  • 17
2
votes
1 answer

SDL Tridion taxonomy component count is off

I am new to Tridion and am facing an issue with the taxonomy. As storage we are using file system and for taxonomy we have sql db. Now, we have created State as Category with few keywords inside it. I have created schema and a component and have…
2
votes
1 answer

CS0103: The name 'Tridion' does not exist in the current context

Tridion 20ll SP1 While Installing CDS at step 'the HTTP Upload server role as a .NET Web site' we are facing various issues. After following all the steps in the installation guide, we get the error "CS0103: The name 'Tridion' does not exist in the…
Huston Lopes
  • 622
  • 4
  • 17
2
votes
2 answers

How to make a Custom Deployer to write data to MS SQL database?

I've added a custom module in the default processor in config/cd_deployer_conf.xml: ...
Marko Letic
  • 2,460
  • 2
  • 28
  • 34
2
votes
1 answer

Content Deployer gives error message after installing SmartTarget

I have configured the Deployer (.NET Website) for SmartTarget. When I try to publish an Dynamic Component Template it gives me an error while deploying. Region has been defined in a TBB, which is included in the CT Add to Smarttarget TBB is also…
bukubapi
  • 497
  • 2
  • 5
  • 13
2
votes
2 answers

Can we customize Deployer using .NET?

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 possible some solution.
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
2
votes
3 answers

OData webservice quering from VS Service Reference

I want to send request like this: /odata.svc/Pages(ItemId=27,PublicationId=1) Here's the code I'm using: CdService.ContentDeliveryService cdService = new ContentDeliveryService(new Uri("http://xxx.xx:81/odata.svc")); var pages =…
Andrey Marchuk
  • 13,301
  • 2
  • 36
  • 52
1
vote
1 answer

How to show content published from Tridion 2011 in separate .net application

We have a standalone .net application, this application is nothing to do with Tridion implementation. But due to some strange suggestion from client we need to store some content (html fragment) in Tridion and publish it to broker, once this…
user1453602
  • 1,165
  • 5
  • 14
1
vote
0 answers

Get page content from Page Meta from Content Delivery side

I am having issues when trying to get the pageMeta from the page directly. Below is my sample code. can you please advice me if i am doing it wrong. Error Message: Index was out of range. Must be non-negative and less than the size of the…
Vandana
  • 11
  • 1