This is for SDL Tridion 2009 related queries.
0
votes
0answers
8 views
write access to Keywords? [migrated]
"To add a Keyword (to a Category or Keyword), you must have Category Management rights and Write permissions for the Category"
That is the statement from SDL.
I have users who are "regional" and ...
0
votes
0answers
12 views
Tridion 2009 SP1 CMS failed to publish HTML pages [migrated]
In Tridion 2009 SP1 CMS, publishing is failed for all the HTML pages with the below error while its successful for rest of the file formats. Also deployer log is not updated as well, as the file has ...
1
vote
0answers
13 views
Prioritize publications in Tridion 2009 SP1 [migrated]
Currently, whenever we publish a content file along with all the child publications, all the child publications get published in a random order. Is there a way I can configure the publication Target ...
0
votes
2answers
55 views
Email generation on content publishing in Tridion 2009 SP1 [closed]
I have a requirement for an auto email generation with the publishing Status of a specific important Content file either (Success or Failed) which would help us in alerting & troubleshooting in ...
2
votes
2answers
57 views
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 = ...
4
votes
2answers
86 views
How to determine in a Custom Resolver if I am publishing or unpublishing? Tridion 2009 SP1
I'm trying to capture when a component is unpublished. I try some approaches but I don't have the result that I want. My attempts are:
In Event System. But this not works because there are a known ...
2
votes
2answers
54 views
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 ...
0
votes
4answers
51 views
How to compare component versions for sending notifications?
I am working with Workflows (Automatic Activities).
I would like to show which parts of the component have been modified via e-mail.
I guess I can use something like:
...
0
votes
1answer
41 views
How to know the url from a pdf component? (Tridion2009)
We have some pdf as a multimedia components. And I would like to know the url before I publish the page where we are using the pdf. The component is already published.
I was trying to guess looking ...
6
votes
2answers
145 views
Any open source alternatives for Dreamweaver using WebDav?
We would like to use WebDav to work with our templates and we can't use Dreamweaver.
Any suggestions?
Thank you,
4
votes
2answers
116 views
Tridion 2009 SP1: How to schedule a content page for a recurring publishing?
I need to automate an xml page publishing twice every week using Tridion 2009 SP1. As per my discussion with the SDL support team, there is no out of box feature available. Also I have seen a solution ...
0
votes
1answer
26 views
Tridion: Changing Components' Embedded filed values
I should loop trough all my components and change certain fields' content. Everything is going fine until I encounter on embedded filed. I do not know how to get values from embedded filed, check ...
4
votes
2answers
70 views
In a C# TBB: how to split a multi SingleLineTextField into seperate strings
I have a plain textfield in Tridion that can have multiple values. The itemtype is a SingleLineTextField.
In the TBB code I have the following (removed the non-essential parts):
ItemFields ...
1
vote
2answers
69 views
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 ...
2
votes
3answers
126 views
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 ...
10
votes
3answers
111 views
XSLT in component gets (un)encoded
Really simple question, but I can't seem to get it working right.
I have a component in which there is some XSLT (for navigation). It gets published using the XSLT Mediator via an XSLT TBB.
Upon ...
7
votes
2answers
92 views
Change Document Type in Rich Text Schema Field Tridion 2009
I am a front end developer who uses Tridion from time to time (on a not very technical level)
.
I am looking for a way to change the document type in the Tridion 2009 rich text schema field to allow ...
4
votes
2answers
121 views
Tridion migration Questions from SDL Tridion 5.3sp1 to 2011sp1
We have to migrate Tridion 5.3sp1 to 2011sp1,
if somebody have some experience on this kind of migration,
we are using only following features.
DWT ( i dont see much changes in it)
Tom.net
...
5
votes
1answer
84 views
SDL Tridion 2009 SP1 Custom URL get current field value
I am connecting to a Custom URL on a component field which contans the following code
function SaveAndClose()
{
var newValue = new Array();
newValue[0] = ...
1
vote
2answers
94 views
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 ...
8
votes
1answer
111 views
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 ...
1
vote
1answer
169 views
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 ...
2
votes
1answer
53 views
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 ...
1
vote
3answers
122 views
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 ...
3
votes
1answer
230 views
Tridion 2011 - Filtering XSLT on Formatting Feature window
Currently we are doing Tridion upgrade from 2009 to 2011.
I see a strange problem and want to know why it is been updated differently.
My Problem:
On many of Schema's, we have our own filtering ...
5
votes
1answer
130 views
Tridion Date Picker - access to events
I have a Tridion Date control added to a GUI Extension .aspx page I have created.
I've added this to the ASPX page with
<c:Date id="AdjustDate" runat="server"
IsSeparateFields="false" ...
1
vote
3answers
233 views
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 =
...
3
votes
3answers
228 views
Attempting to deploy a binary to a location where a different binary is already stored
When I am publishing my page from tridio 2009, I am getting the error below:
Destination with name 'FTP=[Host=servername, Location=\RET, Password=******, Port=21, UserName=retftp]' reported the ...
2
votes
1answer
78 views
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?
6
votes
2answers
163 views
Tridion preview and HTML5 elements
We have created a new website based on HTML5. With elements like <header>, <nav>, <section>, etc...
It is a pretty straightforward implementation in Tridion 2009 SP1. This means that most ...
4
votes
1answer
98 views
How to access transformed html page in Custom Page Deployer?
Let's say we have to access the content of our published page in a Custom Deployer.
This part of the code is inside the processPage method that is in our CustomModule that extends PageDeploy class.
...
3
votes
2answers
245 views
Tridion 2009 SP1: Image Thumbnails - How to publish the original image as well?
I have a Dynamic Component Template which publishes XML to the Broker database which is then dynamically loaded using the Component Presentation factory.
This Xml contains URLs to Images. I need a ...
2
votes
3answers
103 views
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 ...
2
votes
2answers
290 views
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:
<Processor Action="Deploy" Class="com.tridion.deployer.Processor">
...
<Module ...
0
votes
0answers
48 views
SDL Tridion 2009 unable to save security changes at publication level giving publication_save invalid object error
I have one user which was assigned to configuraion management group.For this gruoup we are trying to provide access to publish contentso that other groups/user will not be able to publish ...
6
votes
2answers
275 views
Keyword Path in SDL Tridion
Could someone please give some idea on how this can be done? This might be very simple and basics, but i couldn't figure this out.
Here is my requirement.
I have a category A with child keyword B ...
6
votes
1answer
157 views
iframe tag in component gives incomplete page on publishing
In Tridion I have a page to which a component is attached that has a text field in which, there is a iframe tag like <iframe src="http://mysite.com/l/5042/2012-06-21/9pb4y" width="100%" ...
-2
votes
2answers
142 views
Tridion Publishing and Garbage Collection
I refer to a previous post Tridion 2009 Template Publishing Failure where I explained that our system was crashing apparently randomly during mass-publishing.
We're using XSLTMediator & all our ...
1
vote
2answers
131 views
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 ...
1
vote
1answer
94 views
Ambient data framework getting REMOTE_USER from taf:server:variables in Java
My website is running on .Net and i'm using SDL Tridion 2009.
When a user logs in, I can see that the REMOTE_USER variable is correctly stored in the taf:server:variables group in the claim store ...
9
votes
2answers
129 views
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 ...
3
votes
1answer
186 views
SDL Tridion SiteEdit 2009 SP2 XPath error when editing some components
I am receiving the following error when trying to edit some of my Component Presentations using SiteEdit.
Sys.FormatException: Could not get the type info from component xml
schema. Field: ...
1
vote
2answers
154 views
Error when using the tcmse:PublishBinary in XSLT TBB with the XSLT Mediator
I am working on XSLT TBB in SDL Tridion 2011 SP1. I am using XSLT mediator downloaded from Tridion site.
I have created a TBB to retrieve the image as follows:
<?xml version="1.0" ...
4
votes
3answers
280 views
Tridion 2009 SP1: Custom Page that uses TDSE. Published page stays in publishing queue
I am writing a custom page for Tridion 2009 SP 1 that publishes a page based on the query string, which will be called from a scheduled task.
I am using the following code:
string pageId = ...
6
votes
3answers
132 views
Unable to delete Structure Group in Tridion 2009
This is a repeat of a question in the (restricted) Tridion Forum about the inability to delete a structure group. However, since it didn't get a proper answer or solution by the person reporting the ...
1
vote
4answers
245 views
Tridion 2009 SP1: Broker how to get Binary Url?
I am trying to retrieve the Binary Url of a multimedia component's file that is published as a dynamic Component Presentation.
I can see the Url in the Binaries table within the Broker database but I ...
0
votes
1answer
100 views
How can we override the existing deployer customization in Tridion 2009?
While in process of customizing Deployer, I noticed that we have already customized PageDeploy and PageUndeploy modules, please see the below config sections taken from cd_deployer_conf.xml.
...
5
votes
2answers
197 views
Tridion Content Port between publications which are different
I have 2 publication trees in a single Tridion Content Manager 2009 instance
I need to port one set of content (Schemas, Components, etc) from one tree to the next. None of the trees share any ...
7
votes
5answers
273 views
Tridion 2009 SP1 Broker not returning results
I am having trouble loading a Dynamic Component Presentation from the Broker based on a fairly simple query like the below, where I am trying to load the Component based on being tagged with a ...
2
votes
1answer
92 views
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 ...


