tridion

Tridion New UI Preview Site is not reflecting with the changes unless pulished

偶尔善良 提交于 2019-12-10 13:55:10
问题 I have new UI setup and noticing that when ever I update a page it is not refreshing with the updated changes. I do not see either the page_{sessionId/GUID}.aspx created either. Checked the session preview DB and I see the changes in PAGE_CONTENT table with new rendered content, so seems like session preview is working fine but the Preview site is not able to get the changes and refresh the UI. I have checked all the preview handlers and mappings for .aspx and made sure they are correct in

How to remove items from publishing using a Tridion Resolver?

我们两清 提交于 2019-12-10 13:25:40
问题 I am trying to do implement a custom resolver for a component as described here by Chris: http://www.tridiondeveloper.com/the-story-of-sdl-tridion-2011-custom-resolver-and-the-allowwriteoperationsintemplates-attribute I want to remove some of the binaries (mostly pdf's) used in component and prevent them from publishing. I am able to get the list of used items using item.GetListUsedItems method. How do I remove them? using : tridion 2009 回答1: At Publishing time the resolver process determines

Looping through the multiple component links to get the schema name of the linked component in Dreamweaver TBB in SDL Tridion 2011

余生长醉 提交于 2019-12-10 10:41:34
问题 I am working on the Dreamweaver template building blocks and implementing SiteEdit for the page. I am using SDL Tridion 2011 SP1 and Site Edit 2012 and Default Dream Weaver Templating. My schema has a multi-value field of type "Component Link". My main component XML looks like this. <Content xmlns="UUID"> <link xlink:type="simple" xlink:href="tcm:202-8121" xmlns:xlink="http://www.w3.org/1999/xlink"></link> <link xlink:type="simple" xlink:href="tcm:202-8122" xmlns:xlink="http://www.w3.org/1999

Unable to save Publication Targets in Tridion 2011 SP1

試著忘記壹切 提交于 2019-12-10 10:09:56
问题 Upgraded from Tridion 5.3 SP1 to Tridion 2011 SP1. Want to change Httpupload page URL mentioned in Publication Targets, but while saving it Tridion is throwing error 8004D025) Error: Exception of type 'System.EnterpriseServices.TransactionProxyException' was thrown.Unable to save Target type (tcm:0-2-65538).SQLUtilities.GetDatabaseConnectionDataStoreDAL.InitDataStoreBroker.InitDataStoreUtilitiesBL.InitDataStoreTargetTypeBL.UpdateTridion.ContentManager.IdentifiableObject.SaveThroughLegacyBL

Exception loading CustomMeta from Tridion Broker Service (2009 SP1)

£可爱£侵袭症+ 提交于 2019-12-10 10:05:02
问题 I am trying to load some Custom Meta from a component which is published into the Tridion Broker. This is 2009 SP1 I can see the component in the Custom_Meta table with a query like: SELECT * FROM [Tridion_Broker].[dbo].[CUSTOM_META] WHERE ITEM_ID = 204221 However using the below code, I get a Java Runtime exception on the line where I do GetMeta. I have noticed that if my queryStringId is a proper TCM ID then it will throw the excpetion but if I just put the item Id it will return null.

How does Tridion CME pick specific AD-LDAP from a domain containing many AD-LDAP?

╄→гoц情女王★ 提交于 2019-12-10 09:23:39
问题 Implementation has AD. The SDL Tridion CMS MMC console DOES NOT have any AD-LDAP integration (no sync or anything). Just a plain vanilla install. This means users are created in AD, then manually added in CMS and given rights/access in CME. When we add a user we just provide the Domain name in the GUI and the CMS goes and fetches all the users. Now we do not provide any configuration or reference to any AD-LDAP server anywhere for above setup. If a domain “My_Domain” has 20 AD servers then

how to pass embedded schemas as drop down for the content schema in SDL Tridion 2011 SP1

大憨熊 提交于 2019-12-10 09:22:22
问题 I am trying to create a schema in SDL Tridion to satisfy these requirements. I have two main fields: ABCD, which has one sub field as "XYZ" AAAA, which has two sub fields namely "Name" and "Value" Both main fields are repeatable and and should be movable. Example patterns may look as per requirement: ABCD----AAAA----ABCD---AAAA AAAA----ABCD----ABCD----AAAA The main fields AAAA and ABCD should be moved from one to another. Say if I create a component with the created schema and the first main

Tridion: Template Builder and Visual studio debugging

 ̄綄美尐妖づ 提交于 2019-12-10 05:44:25
问题 We are creating compound templates using Visual Studio 2008. While debugging, we attach to the process of template builder. However we are not able to locate the template builder process ID while attaching the process in VS 2008. This works well on our dev server where VS 2008, CMS(Tridion 2011 SP1) and Template builder are on the same server. But doesn't works if the VS2008 and Template Builder are installed on a machine other than CMS server. Is it a pre-requisite to have all (VS2008,

Error uploading large binaries into SDL Tridion Multimedia Components

倾然丶 夕夏残阳落幕 提交于 2019-12-10 01:13:58
问题 I am using SDL Tridion 2011 SP1, and uploading large binaries as Multimedia Components. This works fine for binaries up to about 30Mb, after that the CME fails to upload files. I assume this is some sort of web.config setting to limit binary sizes, does anyone know which config files I need to change to allow binaries of up to 100Mb. Are these CMS specific settings, and will I need to make additional changes to support uploading these large files over WebDAV? I am fully aware that I could use

Implementing full text search with Tridion Query

筅森魡賤 提交于 2019-12-08 22:14:47
问题 I have to implement full-ext search for website based on SDL Tridion WCMS. Any suggestions or an idea how to implement full text search using Tridion Query? 回答1: The SDL Tridion Content Delivery API is designed for retrieval of content based on system or custom metadata and/or taxonomy. The full text is not available via the API for searching. To implement a full text site search on a Tridion site it is normal to use/integrate a separate search engine, such as Google Site Search or one of the