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
0
votes
1 answer

Tridion 2011: Firefox - Why if Login popup is escaped it shows xml error message?

I was accessing the tridion URL on firefox 3.5 and above versions, it popups for userid and password. Am using Tridion 2011 SP1 HR1. At that time, by mistake I have escaped it. Page comes up with a XML error message rather than specific message XML…
Siva Charan
  • 17,940
  • 9
  • 60
  • 95
0
votes
1 answer

How to identify to which item type Transport Package belongs to

To feed the transport package to search engine(FAST) we want to know to which item type transport package belongs to. Eg. If I publish a Page, how can I identify from the Transport Package that this Transport Package belongs to a Page or a…
user1453602
  • 1,165
  • 5
  • 14
0
votes
2 answers

Why is the OData PageContent.Content field null? It has data in the Broker DB

I'm using a linq statement like the one below to return a page. The page returns, the content field is populated in the DB, but the Content is null in the OData response. Any ideas? var pages = (from p in cds.PageContents …
Mr Smith
  • 3,318
  • 9
  • 47
  • 85
0
votes
2 answers

System administration information missing in CME after Tridion installation

We are done with installation of SDL Tridion (migration from 5.3 to 2011SP1) The tridion installation went smoothly. However while accessing CMS from browser we are facing some issues. Not able to access any Administration item (users, groups etc)…
Huston Lopes
  • 622
  • 4
  • 17
0
votes
1 answer

Correct configuration for using REL in Tridion Dynamic Component Presentations

We have a Dynamic CT to render the component output, in it there is a Component Link with link text. While previewing, the output appears to be correct but once we publish the page and hit, the link is not displayed (even the link text). Both the…
0
votes
2 answers

What could be the reason for Unable to start Content Delivery Component, could not locate Tridion Home Location

Please suggest what could be the reason for below issue: Unable to start Content Delivery Component, could not locate Tridion Home Location, determined by presence of cd_core.jar cd_model.jar and (cd_broker_conf.xml or cd_storage_conf.xml)…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
0
votes
2 answers

How to get the tridion broker content through a webservice call?

I need to access the dynamic broker content through a web service call for html5 based mobile website. we are on SDL 2011 version build:6.1.0.55920. Is broker content already available as a web service? Is there any configuration setup that needs…
0
votes
2 answers

Tridion: Error loading Assembly 'Tridion.ContentDelivery.Interop'

We are converting VBScript templates to .net compound templates and are facing some issues while using Broker Query Mechanism. Our Old code looks like: sQuery = "query" & nNumber & ".AddCriteria(""schema"",""="", ""1132"");"& vbcrlf if…
Huston Lopes
  • 622
  • 4
  • 17
0
votes
1 answer

Is there any limitation in using core service through VM

I'm creating component etc using Core service but I'm creating them using VM rather than actual server where Tridion server is installed. The issue I'm facing is I am unable to track the item created on VM even when TCM id is generated for them also…
SDL Developer
  • 612
  • 1
  • 5
  • 15
0
votes
1 answer

Checkout Event Handler opens the item in read mode when i display any Error message

I am trying to display the warning message in the Tridion Message bar when the page or component is checkedout. I have subscribed and tried with (Processed and Initiated) Phase and tried to Subscribe and SubscribeAynsc. subscribor line…
Jey
  • 2,137
  • 4
  • 22
  • 40
0
votes
1 answer

Is Binary Table structure changed in Tridion 2011 SP1

We did a upgrade from Tridion 5.3 to Tridion 2011 SP1. While checking the Broker database tables we have found that structure and name of BINARIES table is changed. In Tridion 5.3 we had table called BINARIES with columns PATH and URL, But when we…
user1453602
  • 1,165
  • 5
  • 14
0
votes
2 answers

How to determine next activity assignee in workflow in tridion

I am writing eventhandler for determining the workflow activities. I am able to get the currrent activity assignee. I need to get the next activity assignee(i.e to which group the activity is assigned to). Inside the TridionActivityDefinitinData…
user1658567
  • 201
  • 1
  • 6
  • 11
0
votes
3 answers

The remote server returned an unexpected response: (407) Proxy Authorization Required

I am trying to connect to core service giving a particular user's credentials most of the time it works but sometimes I get proxy 407 error (as written in title of this question), this auto get resolved after 10-15 minutes and then I am able to…
SDL Developer
  • 612
  • 1
  • 5
  • 15
0
votes
2 answers

ExecuteEntityQuery and CustomMeta

I am trying to retrieve a list of components (including metadata) using the ExecuteEntityQuery method. Unfortunately the CustomMeta property never gets populated and therefore I am having iterate over all items in the list and retrieve the…
dylman79
  • 115
  • 7
0
votes
2 answers

How to enable the buttons created through usercontrol in tridion

I have created the usercontrol with two ribbonitems but they were appearing in the disabled mode. I tried to check by placing alert in my js file for isAvailable and isEnabled functions. Extensions.DynamicControls.prototype.isAvailable = …
pavan
  • 451
  • 1
  • 5
  • 16