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

Is SiteEdit.ComponentPresentation() still valid in tridion 2011 SP1

In Tridion 5.3 SP1 version we use SiteEdit.ComponentPresentation(objCP) to display editable component presentation on page. This is working fine in Tridion 5.3 SP1. We are migrating to Tridion 2011 SP1 so wanted to confirm that this function still…
1
vote
1 answer

Update Preview of the new UI doesn't work in Chrome and IE (but works in Firefox)

I have configured the new UI for a Java web site and everything works fine, but only if I use Firefox as browser. When using Chrome or Internet Explorer, the Update Preview feature doesn't work properly. When I create a new page it creates the page…
Emma Varona
  • 241
  • 1
  • 3
1
vote
2 answers

Getting Trusteedata error when send the item back to author

I am trying to send the item back to auther in workflow using coresrvice, the below is my code, am getting compile error on casting betweento usrdata to linktotrusteedata. WorkItemData workitem = (WorkItemData)csClient.Read(workitemid,…
Jey
  • 2,137
  • 4
  • 22
  • 40
1
vote
1 answer

Is that possible to update the component during workflow process?

I want to update metadata of the component during the component is in workflow process using core service. Is that possible? I understand that when the item is in workflow process, that item is locked.
Jey
  • 2,137
  • 4
  • 22
  • 40
1
vote
1 answer

How to get the current component TCM id in workflow?

I am trying to get the current component TCM id (component which entered in the workflow) with the VBscript given below, but am not getting the Component TCM id (something like tcm:56-1567) I tried to use the below code, it gives the id like…
Jey
  • 2,137
  • 4
  • 22
  • 40
1
vote
2 answers

Can we restrict user to search only those publication to which he has access?

We are facing the problem with the search functionality in SDL Tridion 2011. We have created a user with access to only two publication, But user is able to search content in all publications and able to open component in read only mode. Do we have…
AlokBhatt
  • 515
  • 3
  • 17
1
vote
2 answers

Unable to get Core Service client working

I am trying to publish the component using core service, to do this, I just created a console application, and executed from the server. I am getting the below error message. Unhandled Exception: System.IO.FileNotFoundException: Could not load file…
Jey
  • 2,137
  • 4
  • 22
  • 40
1
vote
1 answer

How to redirect to the different pages in Tridion using Ribbon Toolbar button?

Am implementing the Ribbon toolbar button. On button click depending upon the schema name, I need to create the popup with corresponding url (Aspx page). Previously I worked with only one aspx page and I am succeeded in the same, I created a popup…
P.Muralikrishna
  • 1,279
  • 9
  • 30
1
vote
1 answer

Error while installing PowerTools

I recently installed the latest PowerTools on Tridion 2011 SP1. After installing my CM gives the following error. Uncaught ReferenceError: Tridion is not defined Attaching a screenshot of the error below If now I remove the PowerTools, I get an…
bukubapi
  • 497
  • 2
  • 5
  • 13
1
vote
2 answers

Error: names and directories be unique for SG.Checked for SG which is cause error according to import logs. Any way to find it out?

While importing website through content porter, I am getting an error that names and directories must be unique for a structure group. In logs I have found the TCM-ID of structure group where the error raised. But I have checked the names and…
AlokBhatt
  • 515
  • 3
  • 17
1
vote
1 answer

Content Delivery Error - Smarttarget

I have recently installed and configured Smarttarget 2011 with Tridion 2011 SP1 (with hotfix SP1). I am able to successfully start the QServer and Loaders. My content delivery is a .NET web application which have configured as per the manual. I…
bukubapi
  • 497
  • 2
  • 5
  • 13
1
vote
2 answers

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:
Patan
  • 17,073
  • 36
  • 124
  • 198
1
vote
2 answers

SiteEdit DD4T Load Error

I am facing an issue while loading the Page created using Razor Template using DD4T. I have published a page to content broker using DD4T Templates and I scripted a Razor template page using DD4T. I added the SiteEdit specific coments in the Razor…
user1357019
  • 215
  • 2
  • 7
1
vote
2 answers

Issue in synchronization contacts from multiple websites

We are facing problem with profilesync service of audience manager. We have the scenario, where we are doing subscription in 2 steps: We are taking user email address which is unique id and we save the record in tridion_submgmt and later profile…
1
vote
3 answers

Can I publish an ASPX page and its code-behind file from Tridion?

I have developed an ASP.NET chat application. Now I want some integration with my Tridion page. To do so I need some code behind file for the published page. And one more issue suppose I want to add a button in my page with its click event. How can…
AmateurCoder
  • 4,272
  • 3
  • 17
  • 31