Questions tagged [tridion]

SDL Tridion is a Web Content Management software platform that supports both Java and .NET architectures.

Consider posting SDL Tridion related questions at the dedicated Tridion Stack Exchange site.

SDL Tridion is a Web Content Management software platform that supports both Java and .NET architectures by offering multiple public application programming interfaces (APIs) for both the J2EE and the .NET Frameworks.

The management platform runs on Microsoft Windows 2003/2008 whereas the publishing platform is platform-independent and support includes Microsoft, Unix, or Linux.

The latest public release is SDL Tridion 2011 Service Pack 1, which adds built-in support for comments and ratings (SDL Tridion Community Builder).

Common terms and abbreviations

  • Content Management System: The parts of the system used for working with content. This includes editing, versioning, categorization, page composition, etc. and publishing of content to the Content Delivery system.
  • Content Manager Explorer (CME): a browser-based user interface for the content management system.
  • Content Delivery (CD): The parts of the system on or near the presentation servers, which manage deployment or storage of the content and implement web application functionality such as dynamic linking or delivery of targetted content.
  • Presentation Server: the target, published-to website
  • Building Block: an item in Tridion
  • Schema: a content definition for fields, types, and descriptions
  • Component: Tridion's basic unit of content, based on a schema. Multiple components may be used to compose a page.
  • Template: an item that transforms (renders) components or pages
  • Component Presentation (CP): a combination of a component and template, typically on a page or stored in a CD database
  • Tridion Page: an item in Tridion that includes component presentations and is typically published to CD
  • Core Service: A WCF Service introduced in SDL Tridion 2011 which allows manipulation of Building Blocks via code.

See the SDL Tridion World site for more information and examples. See SDL for product-related information.

Appropriate questions

Questions about any of the above technologies in relation to the CMS should have the tridion tag. Example topics include SDL Tridion:

  • Code
  • APIs
  • Errors
  • Configuration details
  • Possibly behavior, unfortunately StackOverflow is focused on programming-type questions which overlaps much of Tridion but is tangential to functional aspects of the software.
1161 questions
-1
votes
1 answer

Getting the tcmid of the selected item on custom button click

I have a custom button in the ribbon. When i select any item (Component or Page) in tridion and click the custom button, i should be able to get the tcmid of the selected item.
pavan
  • 451
  • 1
  • 5
  • 16
-1
votes
1 answer

User id and password window popups everytime

We are using Tridion 5.3. We have recently added new Content Manager Server in our DEV environment. When we access Tridion GUI from Content Manager server everything goes right. But when we try to access Content Manager Server from client machine,…
user1453602
  • 1,165
  • 5
  • 14
-1
votes
2 answers

How to publish image folder from content manager using C# TBB?

I want to move all my images from one of the folder in content manager to one of the folder on the server, how to do it using C# TBB?
Priyanku
  • 63
  • 5
-1
votes
1 answer

How to Finish the Activity?

I am trying to finish the activity after publishing the component from workflow. Publishing is done, and am getting error ("Object instance not set to an instance object") after setting the finish activity message. ActivityFinishData activityfinish…
Jey
  • 2,137
  • 4
  • 22
  • 40
-1
votes
3 answers

Call C# Function from VB Script Not working

VB Script is not calling the c# method from the workflow. Am i doing correct? I am able to test the same code from the server. Option Explicit Dim testwfhandler Set testwfhandler= CreateObject("CoreComponentWorkflow.WorkflowHandler") If Not…
Jey
  • 2,137
  • 4
  • 22
  • 40
-1
votes
1 answer

CurrentWorkItem.ID is correct or not in workflow script editor?

I am using Tridion 2011 SP1, And I am creating workflow like start-->create-->Review-->publish--Stop. I created and registered the class library, and invoke the C# method using VBscript (Script Editor of WF Tab) as given below. Option Explicit Dim…
Jey
  • 2,137
  • 4
  • 22
  • 40
-1
votes
1 answer

Tridion - timeout error

Making changes to global publicaitons is giving time out error database error occurred while executing Stored Procedure "EDA_SYSTEM_GETBLUEPRINT". Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not…
vishal A
  • 31
  • 1
  • 3
-1
votes
4 answers

How to access componentlink field names in third level?

How to access componentlink field names in third level? I have a schema which contains a field as embeddable schema, in that embeddable schema, I have a component link which is derived from another schema. How can i retrieve the field of that…
-1
votes
2 answers

How to create a Structure Group in SDL Tridion 2011 using core services?

I want to create a Structure Group in Tridion 2011 using core services Any idea?
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-1
votes
2 answers

How to set content to a component without loading XML in SDL Tridion using core services?

How do I set content to a component without loading XML in SDL Tridion using core services?
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-1
votes
1 answer

How can I add extra multimedia types to Tridion?

I am using SDL Tridion 2011 SP1. I need small clarification regarding multimedia schema and types that it will allow. By default, Tridion will allow some multimedia types like word document, JPEG, etc. If I want to add some more types to it, is it…
Patan
  • 17,073
  • 36
  • 124
  • 198
-2
votes
2 answers

How to add Tridion site in Internet Information Services(IIS) Manager?

I am working SDL TRIDION 2011 SP1 version. Suddenly I am unable to see the Trdion site in Internet Information Services(IIS) Manager. Please tell me the procedure how to get it back again.
P.Muralikrishna
  • 1,279
  • 9
  • 30
-2
votes
1 answer

Creating and deploying a windows service publishing pages in SDL Tridion

Our requirement is to schedule content publishing of a content page to run in recurring intervals in Tridion CMS application. We are currently using Tridion 2009 SP1 version. As per the suggestion from the experts as in: Tridion 2009 SP1: How to…
-2
votes
2 answers

How to get tcmid of currently logged user in Tridion?

private void Subscribe() { EventSystem.Subscribe(GetInfo, EventPhases.Initiated); } public void GetInfo(User user, LoadEventArgs args, EventPhases phase) { TcmUri id = user.Id; …
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
-2
votes
1 answer

SDL Tridion 2011 SP1 configuration to allow adding users from multiple Domains/forests

We have default installation with Windows authentication in Domain1 and we are manually adding users from Content Manager page by searching users in same Domain1. Recently new Domain2 was added as a Two-way forest transitive. What need to be done to…