Questions tagged [tridion2009]

This is for SDL Tridion 2009 related queries.

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

This is for SDL Tridion 2009 related queries.

73 questions
2
votes
2 answers

Tridion - Move component to another folder

I want to move one component from one folder to another folder already created. while (textReader.Read()) { textReader.MoveToElement(); Component comp = tdse.GetComponent(textReader.GetAttribute("ID"), constant_Publication, true, -1); } I…
abapero
  • 133
  • 4
2
votes
2 answers

synchronizer - unable to get client-side resource

I already put this into the old forum so I hope this will be fine. Suddenly in one location users to the CMS side now are getting errors. If they work elsewhere there is no problems. I know the forum usage is low but if I shall slap the network…
Tony L
  • 41
  • 4
2
votes
3 answers

Multiple page publishing in SDL Tridion

How can I publish a page to more than one child publication at a time using the SDL Tridion 2009 GUI? Here is an example of what I want to achieve: I have a Publication called "Global" with a Page called home.aspx and then two child Publications…
BitRider
  • 255
  • 2
  • 11
2
votes
1 answer

Configuring custom resolvers on Tridion 2009

Rumor has it (see Publishing ends up publishing many Components and runs out of memory for example) that custom resolvers are available in Tridion 2009. My question: how can you configure one without a TridionContentManager.config? Or am I…
Quirijn
  • 3,549
  • 15
  • 30
2
votes
1 answer

Transactional Log data size

Occasionally transaction log file can grow to 4 times the data size due to a “re-indexing” task triggered by SDL. What are the recommended settings to avoid this?
Aswani
  • 247
  • 1
  • 8
2
votes
3 answers

Can we have publication targets defined on the basis of structure groups in Tridion 2009

Can we have different publication targets on the basis of structure groups, so if we have two structure groups in my publication [07 Global English] as below: 1) My Website 2) My Mobile So whenever user tries to publish the pages/structure group…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
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

In Tridion 2009, is it possible to suppress the Advanced dialog of the RTF image tool?

In Rich text format areas, our site design dictates only a couple of possibilities for styling an image. These possibilities are offered via a FormatAreaStyles configuration. If the author selects the image, opens the image tool, and clicks the…
Dominic Cronin
  • 6,062
  • 2
  • 23
  • 56
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
1
vote
2 answers

Remove all items in multivalue field from Custom URL page

I have a Custom URL That loads all the fields from a multi value text field for modifying. When the save button is clicked it should update all the fields but at the moment all it does is add additional parameters rather than update the exisitng…
Mark
  • 45
  • 5
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

Serialization error while publishing the content using DD4T TBB's

We rebuilt the DD4T TBBs from source control and deployed them to tridion using TCMUploadAssembly.exe. We Created a simple component with a multimedia link field ,a component link field and a text field and populated the values. Then created a CT…
1
vote
3 answers

Retrieving a list of Tridion 2009 components with a specific value and schema without using search

I would like to create a .NET page residing on the CMS server that shows all components that are based on a specific Schema(tcm:3-3-8) and from a specific Publication(tcm:0-3-1) including BluePrinted and Localized items, but only if they have the…
Snow Queen
  • 21
  • 2
1
vote
3 answers

Reading all components from folder and subfolder

I am working on Tridon 2009 using .NET Templating C# 2.0 I need to read all the components from folders and its subfolder. If in my code I write: OrganizationalItem imageFolder = …
1
vote
2 answers

Tridion 2009 Custom Page: How to fix the error message "Object required: 'TMSMail'"?

We are using a custom page on Tridion 2009. This custom page was working fine earlier. Recently we have moved this to another server. Now this custom page is throwing error saying that Error 424 occurred while rendering the Page: Object required:…
Siva Charan
  • 17,940
  • 9
  • 60
  • 95