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
1
vote
0 answers

Tridion Broker: get keyword id from item_categories_and_keywords using API

We have a component with a certain keyword field, which is located at the metadata tab. Using the Broker API we would like retrieve the keyword for a certain component. The custom_meta is returning the keyword title. We can't use the taxonomy api…
Mirjam
  • 11
  • 1
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
0 answers

Disabling component source tab on Tridion 2011 SP-1

We have a client that has a requirement to disable the source tab on components, they want to force them to use the GUI fields only and not mess around with any source. Whilst this is easy to accomplish for rich-text fields I cannot find a…
wardey
  • 169
  • 10
1
vote
1 answer

How to retrieve a PDF(document) from the Tridion File System and create a multimedia component out of it

I am required to make changes to an existing PDF component. In doing so we are creating a new PDF in the File System with the same name as the exsting PDF and deleting the original PDF.Now the new PDF that is created after the update is required to…
tk2013
  • 31
  • 2
  • 6
1
vote
1 answer

Get shared pages using localized component

I'm currently working on a event handler, which will on save-event, save the latest revision date of the page and it's components into a custom database, and this is working, but i'm facing some performance issues. Let me give you an example, for…
1
vote
3 answers

How to call Vbscript function in the Compound template (using C#fragment) in Tridion?

Please let me know How to call Vbscript function in the Compound template (using C#fragment) in Tridion 2011?
TridionDev
  • 11
  • 1
1
vote
2 answers

Internal Link Resolution Issue

I am getting a freak behavior as stated below (The environment is SDL Tridion 2011 SP1 with HotFix Rollup applied): I have a page - Page 1 - with say following components on it associated thru' different static Templates: 1) Component 1 2) Component…
Pankaj Gaur
  • 307
  • 2
  • 4
  • 17
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

Tridion OutboundEmail - Contact synchronization from several Presentation servers?

I'm facing a problem with OutboundEmail Synchronization for Contacts. We have the following scenario : 2 load-balanced CMS servers and 3 load-balanced CDE web servers located in different data centers. Each CDE web server will have it's own SQL…
1
vote
2 answers

Read UTF-8 content from the XML file in Tridion multimedia component - Templating C#

I am trying to read an XML file content embedded in Multimedia Component through templating(C#). The XML file contains few UTF-8 characters. When I read the xml content, the the output is translating the UTF-8 characters into some garbage…
TempTracer
  • 137
  • 5
1
vote
1 answer

How to get particular tcm uri based on description in Tridion using core services?

I get the list of all users in XElement in Tridion using core services. Now I want to search for a particular user's tcm uri based on the decription?
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
1
vote
2 answers

Is it possible to modify/customize the Component "Info" details in Tridion 2011

Is it possible to modify/customize the Component "Info" tab details according to user. Please see the details below: Now in above image, I want to show full path of Image like (d:\images\Chrysanthemum.jpg) "Original File:" as it was coming Tridion…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
1
vote
1 answer

Error connecting Tridion with different user

Hi i am trying to connect to Tridion through core service by using another person credentials using following code: using (ChannelFactory factory = new ChannelFactory("netTcp_2011")) { …
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
1
vote
2 answers

Unable to Initialize TDSE object. Could not load file or assembly 'Tridion.ContentManager.Publishing while accessing the Tridion UI

While opening the Tridion UI I am getting this error: Unable to Initialize TDSE object. Could not load file or assembly 'Tridion.ContentManager.Publishing, Version=6.1.0.996, Culture=neutral, PublicKeyToken=360aac4d3354074b' or one of its…
user1808474
  • 161
  • 2
1
vote
1 answer

How to create a new user in Tridion 2011 using core services?

I know how to create components, pages, structure group but i got stuck while creating new user using core services of .net? Can anyone help me out of this?
Aquarius24
  • 1,806
  • 6
  • 33
  • 61