Questions tagged [tridion-2011]

SDL Tridion 2011 is the name of the SDL Tridion Content Management System released in 2010. SDL Tridion supports both Java and .NET architectures.

For more details on the SDL Tridion CMS, see https://stackoverflow.com/tags/tridion/info, more info on the Experience Manager can be found on http://sdltridionworld.com/releases/release_news/new-UI-sdltridion2011-sp1-released.aspx

595 questions
9
votes
2 answers

Executing an item in the package as a Dreamweaver Template

Does anybody know if it is possible in a compound template to use a string item in the package and execute it as if were a dreamweaver template? And whether you apply the same method to other mediators (like razor)? Thanks Mark
Mark Cooper
  • 481
  • 2
  • 6
9
votes
1 answer

Continuously Update Preview alert on SDL Tridion UI 2012

I am trying to establish new SDL Tridion UI 2012 functionality on some test (default) pages. I am continuously retrieve "The preview for this page is not up to date" alert despite the fact that I click on "Update preview" several time. I was using…
Bogdan Stojanovic
  • 678
  • 1
  • 5
  • 15
8
votes
4 answers

SDL Tridion times out when publishing multiple items

When using SDL Tridion 2011 SP1 we sometimes receive GUI errors when we perform task on multiple items (e.g. publishing 1000 components from one folder at once). Publish about 100 items from the same list works perfectly. The error we see is in the…
Chris Summers
  • 10,153
  • 1
  • 21
  • 46
8
votes
1 answer

how to set publish dcp for child or other publications to different location without overiding all other settings

I am trying to configure cd_storage and getting issue in setting up dynamic component presentation as they get over written by child and published to same folder from every publication. I know we can define the publication level settings but once we…
8
votes
2 answers

List of Publication Targets using Tridion Core Service?

How would I get a list of Publication Targets with the Tridion Core Service? I see this code sample to get the Target Info, but cannot find a way to get the list from the Core Service. Maybe it is part of the Publication object? var pubtarget =…
robrtc
  • 2,747
  • 1
  • 17
  • 22
8
votes
1 answer

Issue in Dynamic Menus in Tridion 2011

We have an application which has menus generated dynamically through the publishing of a dynamic component presentation.A menu.xml is written out by a component template based on the Structure groups and this component template is triggered through…
8
votes
3 answers

SDL Tridion GetListKeywords using Anquilla Framework

I'm writing a GUI extension and using the Anquilla framework to get a list of Keywords within a Category. I'm obtaining an XML document for the list of keywords then working with that document within my extension. My problem is that the returned…
johnwinter
  • 3,624
  • 15
  • 24
8
votes
3 answers

Updating component field while publishing the component

We are updating component field while publishing the component, eg. When the component is getting published we want to update current date time to PublishDate field of the component. We have written this code in .net assembly(c#). While publishing…
user1453602
  • 1,165
  • 5
  • 14
8
votes
2 answers

Impersonate core service in Tridion 2011 SP1 HR1

I am trying to impersonate the Core Service in Tridion 2011 SP1 HR1 and I get this error: The message could not be processed because the action 'http://www.sdltridion.com/ContentManager/CoreService/2011/ISessionAwareCoreService/Impersonate'…
Andreas Nellmon
  • 321
  • 1
  • 9
8
votes
1 answer

How do I get a list of users with the Core Service?

I'm trying to get a list of the available users from the Core Service. I spend quite some time looking at the available service methods and the most obvious seemed to be this: TrusteesFilterData trusteesFilterData = new TrusteesFilterData …
Jeremy Grand-Scrutton
  • 2,802
  • 14
  • 20
8
votes
2 answers

How do you configure an SDL Tridion CME extension for a subset of views?

I have created a new editor for SDL Tridion which adds some new functionality to the ribbon bar. This is enabled by adding the following snippet to the editor.config
Chris Summers
  • 10,153
  • 1
  • 21
  • 46
8
votes
1 answer

Tridion and SmartTarget: tcdl tags converted to instead of

I installed SmartTarget 2011 SP1 on a Tridion 2011 environment (.NET) following the instructions in SDL Live Content. The problem is that When I publish a page, all my tags are converted into The bad thing is…
8
votes
2 answers

Tridion 2011 Core Service: How can I delete previous versions of a component?

I would like to use the Core Service to delete previous versions of a component, only keeping the most recent version. How can I do that?
Andreas Nellmon
  • 321
  • 1
  • 9
8
votes
2 answers

Tridion OData Query with Datetime filter - error : datetime is not property of Entity

I am trying to query the OData using .net client to get the Last Published components within a specific DateTime. It is always failing with an exception 'datetime' is not property of entity: 'com.tridion.storage.ComponentMeta' var lastPubComponents…
Ram G
  • 4,829
  • 1
  • 16
  • 26
8
votes
5 answers

Connection Issue When Dynamically Publishing to a Tridion Broker Database with an Instance Name (JDBC)?

The commit phase always fails with this error: Committing Deployment Failed Phase: Deployment Prepare Commit Phase failed, Unable to prepare transaction: tcm:0515104-66560, org.hibernate.exception.JDBCConnectionException: Cannot open…
1 2
3
39 40