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

Content mismatch during Tridion Page Resolving

We are facing a content mismatch issue during publishing multiple pages at a time. Let's take two pages (A & B) with xml content. When I publish both pages together, the content of page A is replaced with the content of Page B but Page B's content…
Balaji
  • 461
  • 1
  • 3
  • 8
0
votes
2 answers

Alignment of page source is getting distorted after publishing

We are using Tridion 2011 SP1. After publishing the page source of the page is getting distorted. Javascript and other HTMl sections are coming on same line it seems that it is ignoring new line charater but if we copy paste page source to…
user1453602
  • 1,165
  • 5
  • 14
0
votes
3 answers

new user interface update (SiteEdit) in Tridion 2011 SP1 is not working in IE 8 and 9

When we click on the SDL Tridion button in IE browser, it is redirecting to servername/WebUI/Editors/SiteEdit/Views/Editor.aspx with page not found message. But in Firefox it is working perfectly and Redirecting to…
user1808474
  • 161
  • 2
0
votes
1 answer

Getting error in Tridion while accessing core services

Could not find endpoint element with name 'wsHttp' and contract 'Tridion.ContentManager.CoreService.Client.ISessionAwareCoreService' in the ServiceModel client configuration section. This might be because no configuration file was found for your…
Aquarius24
  • 1,806
  • 6
  • 33
  • 61
0
votes
1 answer

Getting could not locate named parameter from Hibernate Query in Tridion 2011

I have below method in my DAO class. public PublishAction findbyLatestPublishedDate(int tcmURI,int pubID) throws StorageException { log.info("Entering Method: JPAPublishActionDAO.PublishAction.findbyLatestPublishedDate"); StringBuilder…
0
votes
2 answers

Getting Access is denied for the user NT AUTHORITY\NETWORK SERVICE.while accessing coreservice Tridion

When I was writing the custom page using tridion 2011 core services from my local, I used my tridion credential to access the core services webservice. Now when everything is done on my local :), I published my website and simply did below things on…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
0
votes
1 answer

How to store only PDF type of Binaries in my storage extension using Custom DAO in Tridion 2011

I have written custom DAO to Add/Update/Delete specific records for my Binaries in my persistence type of storage extension in Tridion 2011. Below is sample code where I am trying to use my custom DAO class/interface (PublishActionDAO and…
0
votes
2 answers

How to write Component Undeploy and Binary Undeploy functionality of deployer extension in tridion 2011

I was just trying to write small deployer extension where if user publish/unpublish page/component/binary from the tridion, its records will go into specific table using storage extension. Storage extension part is already done!! Well I can easily…
0
votes
1 answer

How to get primary key ID from table using Hibernate to update the table while unpublishing the Tridion page

I have succesfully able to populate the my storage extension table using my custom deployer, now I can see my records are going perfectly if user publish any page. Now I want to handle the Unpublishing part, so I have written the Custom page…
0
votes
1 answer

Tridion Publisher stopped working

I'm using Tridion 2011 SP1 HR1. Suddenly (it sounds silly, but I haven't changed any settings) my publishing stopped working. The only thing I recall doing was deleting everything from the "incoming" folder assuming that Tridion would re-create…
Nickoli Roussakov
  • 3,434
  • 16
  • 22
0
votes
3 answers

Unable to see items in publishing queue

We are using Tridion 2011 SP1. We have a user who is having access to 2 publications, he can publish the pages from those publications, but when he check published items in publishing queue he can't see any item in publishing queue (though he…
user1453602
  • 1,165
  • 5
  • 14
0
votes
1 answer

Where to get the URL data from in this trigger

I was having old tridion 2009 trigger, this is the code: CREATE TRIGGER My_TABLE ON [ITEMS] FOR INSERT AS INSERT INTO My_TABLE(ACTION, PUBLICATION_ID, ITEM_REFERENCE_ID, ITEM_TYPE, LAST_PUBLISHED_DATE, URL, SCHEMA_ID) SELECT…
Manoj Singh
  • 7,569
  • 34
  • 119
  • 198
0
votes
2 answers

New UI SiteEdit Implementation

I have implemented New UI SiteEdit in Tridion 2011 SP1. When I have created a page without components in it ,I am able to edit the page. If I am inserting the component I am not able to edit the page. Please help on this issue?
user1808474
  • 161
  • 2
0
votes
1 answer

Tridion templates in content manager is not accessible

When tried to access templates in Tridion content manager it shows error “Unable to get template types with id:#number”. Also the templates in content manager is not accessible
Ajo Mathew
  • 628
  • 1
  • 5
  • 25
0
votes
1 answer

Publish Content Broker DB in tridion

I am using SDL Tridion 2011 I want to know how to get the content published to Broker DB (SQL database) and binary assets (Images, Flash, CSS & JS) get published to filestream. We have looked and tried to modify cd_storage_conf.xml and found the…
Ajo Mathew
  • 628
  • 1
  • 5
  • 25