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
2 answers

Error -Installing user interface update for SDL Tridion 2011SP1

I am installing user interface update for SDL Tridion 2011SP1.When I make below entry in the cd_storage_conf.xml file 120000
Ram Saurabh
  • 1,586
  • 8
  • 27
1
vote
1 answer

Getting 'MaxItemsInObjectGraph quota' error while trying to filter the process histories

I am trying to loop through all the items under Workflow Management --> Process Histories and do something. The below is my code: ProcessesFilterData filter = new ProcessesFilterData() { BaseColumns = ListBaseColumns.IdAndTitle, ProcessType…
Jey
  • 2,137
  • 4
  • 22
  • 40
1
vote
1 answer

400 error (Bad Request) creating a Page with Experience Manager

I have an SDL Tridion 2011 SP1 HR1 image in which Experience Manager is installed. I can successfully browse my staging site, log in to ExM and change content and pages. However, when I try to create a new page I get a 400 (Bad Request) error. This…
Jeremy Grand-Scrutton
  • 2,802
  • 14
  • 20
1
vote
3 answers

Tridion Core Service: How to update system properties of component/ multimedia component

I have a requirement where I need to update system properties (mainly created & modified date) of component / multimedia component. But while creating component I can access only Title property through which I can set name of component, so is there…
SDL Developer
  • 612
  • 1
  • 5
  • 15
1
vote
2 answers

Executing a Page with DCP in SDL Tridion 2011 SP1

I have published a ASPX page with DCP. What…
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
4 answers

change in component are not getting reflecting in the Page with Dynamic component Template

I have created a component Template and I made this component Template as Dynamic. I have checked "Allow on Page Using Dynamic Assembly". The output is of type "HTML fragment". Then I published Component and Component Template. I created a Page and…
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
2 answers

Get Tridion URI from a Page Publish Path?

I would like to get a Page URI from the Tridion Page PublishPath (URL from public site). I know I can use the WebDavURL to get the Page - but there are many cases where this does not match the Page Path (such as the case when the Page Filename is…
robrtc
  • 2,747
  • 1
  • 17
  • 22
1
vote
1 answer

Not able to locate the published html page from Tridion

I configured Tomcat as application server, Tridion deployer using eclipse and oData Web Service. I deployed two application in tomcat, TridionUpload and cd_webservice. Now I could publish successfully. But I am not able to locate the published html…
Satya
  • 115
  • 1
  • 7
1
vote
1 answer

Published dynamic component template not found under published items

I am new to Dynamic Component Templates. I have created a Component Template and made it "Published as Dynamic Component" and allowed "Allow on Page using Dynamic Assembly". I don’t have Deployer configured in my system and all published items are…
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
1 answer

Event handler for Tridion workflow automatic decision

Having trouble with automatic decisions in Tridion 2011 SP1. I have an auto-decision item that go down one of two paths (one to a manual decision and the other to a manual activity). Screenshot attached. What I need to do is analyse the permissions…
wardey
  • 169
  • 10
1
vote
5 answers

How to assign value to metadata field of date or number type?

I am using the following link's code to process metadata fields:- https://code.google.com/p/tridion-practice/wiki/ChangeContentOrMetadata But when I try to assign value to metadata field of date type then I am getting the following xml validation…
SDL Developer
  • 612
  • 1
  • 5
  • 15
1
vote
2 answers

Getting component fields without having to query the underlying XML

Using the Core Service API, is there any way to retrieve the fields of a component without having to resort to querying the underlying XML or using a third party(?) wrapper class? It's fairly simple when using the TOM.NET…
Kevin Brydon
  • 12,524
  • 8
  • 46
  • 76
1
vote
1 answer

Could not load file or assembly 'Tridion.ContentDelivery.WebControls'

We did a upgrade from Tridion 5.3 to Tridion 2011 SP1. On upgraded Content Delivery Server we copied our existing website folder (From Existing Tridion 5.3). When we try to hit Login.aspx page we got a error "The type or namespace name 'Broker'…
user1453602
  • 1,165
  • 5
  • 14
1
vote
2 answers

How to check if field allow multiple values using core service

Using core service how can we check if a field allow multiple values, below is the code I'm using to get the type of field:- SchemaFieldsData fields = client.ReadSchemaFields(schemaTCMURI, true, new ReadOptions()); foreach (var…
SDL Developer
  • 612
  • 1
  • 5
  • 15
1
vote
5 answers

Getting BadImageFormatException exception for "netrtsn" in my Tridion 2011 application

The below line code is giving exception when when we are trying to make Component Link object: Tridion Application Code: string strUrl = String.Empty; ComponentLink comp = new ComponentLink(strUrl); Exception: System.BadImageFormatException was…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198