id
stringlengths
9
15
text
stringlengths
0
1.09M
context_100
In the CME , I click on the ' Where Used ' button for a component in a ' master ' publication . In the list of items , there is also a ' local copy ' in a ' child ' publication . When I select this local copy , the ' Open ' button is disabled . ! [ enter image description here][1 ] Any idea what might be the cause ? ...
context_101
1 . Author updates content using XPM 2 . Need to catch the event(Update Preview ) in event system . 3 . I looked at the TOM.NET API document and did n't come across any event matching to Update Preview ( XPM ) . need assistance on this .
context_102
We are planning to move all Tridion DLL from the website 's BIN directory to computers ' Global Assembly Cache ( GAC ) so they do n't need to be repeated for each website . Is there anything I should pay attention to ? Any downside of doing so ?
context_103
I have a page template containing two TBBs . The first renders the component presentations , and the second is the default finish actions . The page contains a component presentation that writes an XML document to Output . The output is intended to be the xml document , however instead of the bare document , it is wra...
context_104
This code works nicely when I have " Administrator " privileges ... string item = " tcm:12 - 31 - 64 " ; if ( this.client.IsExistingObject(item ) ) { this.client.Read(item , new ReadOptions ( ) ; ) ; } ... but when I do not , the " IsExistingOject " call succeeds , but the " Read " call fails . My system adm...
context_105
So we wanted to force workflow on components before any changes to it and for that we opted to use the checkbox “ Any changes made to a Component based on this Schema require approval by a Bundle Workflow Process ” in the component schema as shown below : [ ! [ enter image description here][1]][1 ] It is working as e...
context_106
i found an issue when CoreService Read componentData . Content , all " & # 160 ; " are missing , this could cause issue when save back to Tridion . example : & lt;p> </p > read from Coreservice : & lt;p > & lt;/p > any solution ? thanks
context_107
by default DXA resolves component links in richtext field and component link fields without page extension(.html ) but in my application we need the extension . please help me get the page url with extension .
context_108
I am trying to configure the Deployer service in Web.85 in the new way and after following all the steps in the SDL documnetation I am not able to start the service even though i have configured the Deployer stateStore . Can someone share with me a working Deployer - config.xml ? Without the sensitive data ...
context_109
I 've always gone with the rule of * * 1 Broker per website * * , the main reasons being for most efficient CCS , cleaner deploying set up , separation of concerns if one ' goes down ' etc We have a new implementation and 3 main websites , where all content is being published to the DB using the DD4 T framework . A n...
context_110
While testing out Device Preview ( formerly Tridion Device Emulator ) , I found out that most if not all of the default device sizes are incorrect . Some are off by 40 % or more . For example in Device Preview , the iPhone 5 has a default viewport width of 187px , however , in reality the iPhone 5 has a view port w...
context_111
I 've been working on local sample to publish binaries to the Broker database . In my DD4 T web app I 'm generating different dimension sizes of the binary ( this is really cool functionality btw :)) I 'm noticing that I the files are not removed from the system when the content is unpublished , or republished with ...
context_112
We had SDL web 8 installed on a Windows Server 2012 R2 server with SQL Server 2012 SP2 for the database . We uninstalled Web 8 and are trying to install Tridion 2013 , but we are getting the error > A later version of MicrosoftPrerequisitesInstaller is already installed . Setup will now exit . during the Content Man...
context_113
How can i update AKAMAI automatically after publishing content on Tridion 2011 ? Is Storage extension only way or we can any simple way also .
context_114
We are getting waiting for publishing in Tridion and when we checked our publisher services found that it stopped automatically . Below error is reported in event viewer . Faulting application name : TcmPublisher_x86.exe , version : 6.1.0.996 , time stamp : 0x4eb0f691 Faulting module name : clr.dll , version ...
context_115
I 'm trying to create an S3 ECL Provider ... But I 'm not sure how to create the connection . I 'm on .NET Framework 4.5.2 and SDL Web8.1 I have two possible ways : 1 ) AmazonS3Config config = new AmazonS3Config ( ) { ServiceURL = serviceUrl , } ; S3 = new AmazonS3Client ( ...
context_116
I have a localized component in one of the child publication . I need to know the parent component from which the current component been localized . This code to be executed in event handler . Any guidance in TOM.Net API or code snippet to achieve this scenario would be very much helpful .
context_117
We are implementing an Event System to record the publish transaction information to a log file and a custom database . When a single page is published all the states it goes through are being captured in the log file ; however , when multiple pages are published not all transactions are being captured . We are subscr...
context_118
In an XPM implementation , when saving or " updating preview " a call is made to ` http://CMSERVERURL / WebUI / Models / SiteEdit / Services / Services.svc / GetPreviewToken ` . This call is not returning any response ( of any kind , success , fail , not found ) and I 've not found anything interesting ( Errors or War...
context_119
I am creating a simple query by combining few criteria to get the page i d .The code for the method is as below . The issue is while monitoring the performance of the website the method is taking long time for the first time but for the subsequent hits its taking negligible time . The result are as below 1 ...
context_120
* * ExternalContentLibraryStubSchema - mm blueprint problem * * two different schema - DXA MediaManager Module installs it in 100 Master " Modules / MediaManager " - MediaManager installed it in 200 Example Content " Content / STUBS " So there is a problem since the mm ecl content is based on the st...
context_121
We have migrated SDL Tridion 2013 SP1 to Web 8.5 and we configured SI4 T AWS Cloud Search and SI4 T Solr Search . When I configured Indexers Individually I have not faced any issues , when I configured Both Indexers together I have received below error for Solr . > multiple values encountered for non multiValued fiel...
context_122
I am getting the below mentioned error while accessing an application after upgrade the SDL Tridion from 2011 SP1 to 2013 SP1 . > Unable to locate a valid Tridion Home directory Complete Stack trace is given below:- > [ TridionConfigurationException : Unable to locate a valid Tridion Home directory , see Tridion eve...
context_123
I am trying to configure the Deployer service in Web.85 in the new way and after following all the steps in the SDL documnetation I am not able to start the service even though i have configured the Deployer stateStore . Can someone share with me a working Deployer - config.xml ? Without the sensitive data ...
context_124
I have a DXA 2.1 application that uses elastic search module . The module stores the tcm i d of an image and an internal link to a component on another page . Using this page , [ Handling an image in a Multimedia Component][1 ] [ 1 ] : https://docs.sdl.com/LiveContent/content/en-US/SDL%20Tridion%20Sites-v1/#addHist...
context_125
I am installing the TRI for the first time on an SDL Tridion 2013 SP1 CM / CD server . I have encountered a few problems and thought I would document the ones I fixed here and see if I could get some help on the ones I ca n't . The two issues I solved : 1 . System . Web . Infrastructure missing when first loading t...
context_126
I am trying to publish some pages but it is getting failed every time . I checked the logs ( event viewer / database / publisher ) but have not found any indication . Same error happens when trying to preview the content of page . Please suggest Following is the error sample : ( 2147747185 ) Object reference not set ...
context_127
When browsing non core pages using DXA 1.6 - Tridion 2013 SP1 I start getting a null pointer exception . Checking the source code it seems the error happens here : entity = ( EntityModel)semanticMapper.createEntity(entityClass , semanticSchema.getSemanticFields ( ) , new SemanticFieldDataProviderImpl(new com.sdl.w...
context_128
We were doing some content entry and suddenly we see that one of component gave errors in saving . Now , the component is showing as locked in the CME . If we now try to do Open or CheckIn or Undo Checkout the component , we get errors as shown below : ! [ enter image description here][1 ] What I have already tried s...
context_129
I have installed SDL Tridion 2013 on Windows 2008 R2 SP1 with IIS 7.5 on AWS environment , and followed every step as mentioned in the installation manual . But afer succcessfull instalation I am not able to start CMS from the browser as it is not accepting the username and password ( We have tried with credentials ...
context_130
It looks like there is some problem regarding the automatically Region Name setup on empty component metadata field . I currently have this setup on my component template : [ ! [ enter image description here][1]][1 ] From my understanding the Region Name should then be TelenorHeaderStart ( with excluded module name ...
context_131
I am making a GUI Extensions that needs to get all Components and their schemas that are being used on the pages that the user selects . To do this , I just get all PageData 's ( CoreServce ) for the pages the User selected in the list . Then for each PageData I get the ComponentData and its SchemaFieldsData . Now af...
context_132
I 've written some Tridion 2011 SP1 Event System Code to subscribe to the Structure Group save event but the breakpoint is not getting hit : EventSystem . Subscribe (SaveStructureGroupEventHandler , EventPhases . Processed ) ; In the same events code project I have successfully written and subscribed to the Page ...
context_133
I 'm trying to create a copy of an existing component using the core service which has worked fine up until I hit a binary component when running my console app . To give you an example of what my code is doing you can see below that I check ` .BinaryContent ` and then try to build up the properties before creating th...
context_134
While following the QuickStart instructions [ here][1 ] I am not sure if I am required to setup the " visitor 's .Net website " to make publishing with Topology Manager work . So far I have successfully setup the CME , Discovery Service and Deployer Service ( as Windows Services ) using the PowerShell scripts . All ...
context_135
We are running SDL Tridion 2011 SP1 . I am looking for ideaes to move flat files(HTML , class , jsp , jars etc . ) to Tridion CM for a consumer base(developers ) with no experiance in using the Tridion CME . Users will not be using the explorer for creating and editing purposes but only publish these assets to a delive...
context_136
As part of DXA 1.7 I 'm setting up the SDL Web Context Service . Sadly the service wo n't start , I get this from the Services snap - in : [ ! [ enter image description here][1]][1 ] Checking the Event Viewer , I can see the staggeringly inconclusive message : > The SDL Web Context Service service terminated with...
context_137
In our Tridion 2013 SP1 environment , we have an extensive blueprint structure . Often , we publish from a high blueprint level down to all its children . However , only the items in the lowest level actually need to be published to the websites . For that purpose , we have implemented a custom resolver , that removes...
context_138
I 'm currently trying to implement a DD4 T solution ( running locally ) , and have had a lot of success with most aspects of the implementation . I have pages setup and working which pull through all types of content from Tridion , but am currently hitting a brick wall with regards to Dynamic Link Resolution . Ever...
context_139
I have to created an application only using tridion 2013 ( without DD4 T ) . I want to use SDl media manager to manage the Images and Video contents for my application . Now the issue is I am able to retrieve the CDN url of MM items from application but unable to resolve it . Please suggest what are the possible way t...
context_140
I have another problem with a list of TcmUri i pushed to the package and try to use . The code below is what i tried so far ( not working , displaying nothing ) // SOME CODE // WHAT IS NEW @@RenderComponentField(slideshareList[${paragraphindex}],"tcm:125 - 48340 - 32")...
context_141
I have run into a little problem with the SiteEdit / UI / Experience Manager . I have upgraded from 2009 to 2011 SP1 and the majority of things seem to work fine except I 'm getting an error every time I create a page . The problem occurs when it tries to create the page and it fails with the error message shown below ...
context_142
This seems related to this issue which has no answer : I 'm implementing Experience Manager / UI 2012 in a Tridion 2011 SP1 DD4 T site . When I click on an Image to edit it , the image selector slides out and I can select a new image . Which exhibits the behaviour described in the comments of this question : http://t...
context_143
I 'm trying to use the default DD4 T solution on Google code as a base for my DD4 T project and am running into an error " No PageFactory configured " First things first - I 've had to create my own Provider module for Tridion 2013 SP1 . I simply copied the DD4T.Providers . SDLTridion2013 project , renamed it , and ...
context_144
Currently we 're about to do some maintenance for a client , but we noticed that on both the test CMS and the Live CMS the access is denied when using the Purge Tool application . This is what event viewer returns : Unable to Initialize TDSE object . Access is denied for the user \ADM . Error Code : 0x80040302 ( -...
context_145
I 'm trying to install the odata service in .NET . Our Tridion Content Manager and frontend are working fine as well as the Deployer . I found the oData folder in our Tridion Installers , with this structure /dll /X86 /X86_64 access_token.svc Global.asax linking.svc odata.svc W...
context_146
Our Environment : SDL Tridion 2013 SP1 We are trying to automate sitemap during every page publishing / unpublihsing . The requirement is to create two sitemap files ( audiositemap.xml/videositemap.xml ) . While creating content pages , author would choose whether the page type is audio or video in page metadata . Du...
context_147
I am having problems publishing out Categories and Keywords from our production CMS to the production website . I am able to publish out pages and components out to production though . Our staging site also uses the production CMS and I am able to successfully publish out categories and keywords to staging along with ...
context_148
I am trying to upload a text file using Load From Disk . Right now I am just doing a test file but ultimately need to use this to upload the robots.txt file to our site . ( Our SEO team wants an easy way to modify and publish this file in between our web deployments which happen about every 6 weeks ) The steps I h...
context_149
I 've configured SI4 T using a custom elastic search from this blog : https://velmuruganarjunan.wordpress.com/2018/09/10/tds-event-presentation-si4t-based-elasticsearch-integration-for-sdl-tridion-web-8-with-dxa-2-0/ After completing the tutorial . I published a page , but nothing gets added to the elastic search ind...
context_150
I am trying to set up Tridion Reference Implementation for first time . I am done with CMS part . Now i am facing problem with Website setup as site is throwing below error . > Value can not be null . > Parameter name : paths > > With Stack Trace goes like Stack Trace : [ ArgumentNullException : Value > can not...
context_151
I would like to learn a bit about Tridion by experimenting with it . Does SDL offer a free download for learning / experimentation use ? I know there are webinars i can look at , documents i can read , but i prefer learning by doing ... Btw , i 'm getting a " This post does not meet our quality standards . " What does...
context_152
Recently i have migrated my database and CME to SDL Tridion 2013 . Publishing and creating of components are success . But when i try to edit a schema or copy a schema and try to open its design i ge the following errors . 1 . Unable to save schema 2 . Unable to retrieve converted schema .![enter image description h...
context_153
At a customer we have trouble with urls that do not get updated . When a page is moved up or down in the navigation ( structure groups ) , the old urls are still resolved ( which causes 404 's ) . An custom url resolver is used and I see that the ComponentLink object ( Tridion . ContentDelivery . Web . Linking ) is ca...
context_154
We are working on a web application which retrieves data using ODATA services and hence we do not require any CD license on our content delivery web application . We are looking for a possibility of using contextual image delivery engine to provide multi variant images for different devices where based on transformatio...
context_155
My current customer has just switched from Tridion 2009 to 2011 . The content managers ( who do nothing but Tridion all day ) are a bit disappointed about a few things : - When they insert a component onto a page , they need to resize the columns ( because the titles of the components are very long here ) . This sett...
context_156
I 'm working with razor templates , I have two if 's inside a foreach . I 've attached the simple code . But when I use Template Builder razor does n't interpret the second if ( It 's like a text for Razor ) . If I add a @ before the if , I get an error . @foreach ( var cp in ComponentPresentations ) { ...
context_157
We are attempting an upgrade of our development environment from Tridion 5.3 to 2011 and we still have a couple of publications that are using classic ASP which for various reasons we have n't been able to upgrade yet . Dynamic linking for pages using .NET webcontrols is working fine but we are getting the following e...
context_158
I 'm trying to Build DD4 T 2 Java , using the following POM 's and Maven ( with version changed from 2.0.6-SNAPSHOT to 2.0.5 . I am using the ' cd-8.1.0 ' profile for the CIL / CIS dependencies - * * POM * * - https://github.com/dd4t/dd4t-2-java/blob/develop/dd4t-test-spring-web/pom.xml - * * Parent POM * * - https...
context_159
We are about to begin the upgrade of an existing * * DXA 1.0 Java * * project currently based on * * SDL Tridion 2013 SP1**. I know it is not much of an upgrade ( moving from DXA Java 1.0 to DXA 2.x ) , rather it is as good as a new implementation . I would like to know what is advisable from the below 2 options . 1 ...
context_160
I have 1 Text field ( Check boxes ) in a Schema : Above field have a Custom URL which points to a .NET page . Values of Check box are each A , B , C. I want to get and set the value , which is retrieved from the custom URL page . I confirm to get value , but ca n't set value to text field ( check box ) . when sett...
context_161
I have a component with 82 child(Dependency ) components . I am trying to open the component and modified some attributes in the 4th level of Embedded fields . While re save the same component it is taking many hours , finally there is no error massage it is throwing .
context_162
I 've some content that is failing to deploy to ST , here 's the error log : 2015 - 04 - 19 19:53:02,702 ERROR DeployPipelineExecutor - Unable to execute onSuccess event in phase : Deployment Commit Phase for transaction : tcm:0 - 2012 - 66560 2015 - 04 - 19 19:53:02,703 ERROR DeployPipelineExecutor - Origina...
context_163
I have hundreds of pages that are using the same page metadata and I would like to set an specific value in one of this fields that is a text with C # or other automatic way . Does anyone knows how to do it ? Thanks in advance .
context_164
I have a scenario where I have to check if there is any change in a particular field of a component then I have to call some shell scripts and then move some files from one location to another . The Publish status of the component should be marked successful in CMS only if the operation performed by scripts and file co...
context_165
I have SmartTarget regions on a number of pages that are now XPM enabled , and I am not able to select them . When I click on the page 's ' Properties border button ' I also do n't get a section in the pop - up for ' Targeted regions ' ( per the documentation ) . So it looks like XPM just is n't recognizing the regions...
context_166
After upgrading to DD4 T .Net 2.2 and SDL Web 8.5 from DD4 T 2.0 and Tridion 2013 SP1 we have found that few pages are not showing images on the page . On most of the pages , images are showing perfectly . When we published the page in new publication target , pages started to show images perfectly . So my question is ...
context_167
I have set up a fresh Web 8.5 install , and a fresh DXA 1.7 Java web app . However , when I try to start my webapp , I get an error com.sdl.odata.client.api.exception.ODataClientHttpError : Unable to get response from OData service : 9000 org.springframework.beans.factory . BeanCreationException : Error creating ...
context_168
Having a bit of trouble with the events system when triggering an event via the core service . We have components saved to a publication that we need to copy across to another publication in the same instance of Tridion . These components are saved from a separate application that uses the core service . So in summ...
context_169
Given a Blueprint structure : > 400 Branded Site Master > > 500 Branded Site A > > 500 Branded Site B with pages created at the 400 level and specific Components localized at 500 ( e.g. " contact us " for a specific brand ) . All these publications are using the same deployer , with different directories specifie...
context_170
I 'm trying to create a copy of an existing component using the core service which has worked fine up until I hit a binary component when running my console app . To give you an example of what my code is doing you can see below that I check ` .BinaryContent ` and then try to build up the properties before creating th...
context_171
I have a DWT TBB having code something like that - @@List${TemplateRepeatIndex}.Fields.title@@ Now here Single quote in the title of the Video component creates a problem to execute the java script applied on the onclick event . So i have to escapee this anyho...
context_172
I 've set up the REST service ( https://github.com/dd4t/DD4T.RestService.WebApi ) to expose content , and would like to experiment with using the REST provider ( https://github.com/dd4t/DD4T.Providers.Rest ) to consume content within a DXA 2.0 application . Struggling to find much documentation , but thought it was a ...
context_173
I am getting a list of expired users from third party so i have list of Email I d 's for which i need to delete the contacts from Tridion Database tables ( Sub management , CM_Email , Contacts , extended_details etc ) I will schedule this application so that all the InActive Users ( Which i am getting from third party...
context_174
I would like to delete certain address book sin Tridion 2011 Audience Manager , however there is nu delete button available . I see no option to delete an address book . How should I go about this ? It seems weird to me that I can not remove an address book . Thanks :)
context_175
We are running 2011 SP1 - 1 . Recently we started getting the following sequence of messages in the message centre when starting the GUI The remote server returned an error : ( 404 ) Not Found The remote server returned an error : ( 404 ) Not Found The remote server returned an error : ( 404 ) Not Found ...
context_176
We have requirement to have workflow item to be approved by two departments in an organization before it reaches to final approval . Is it possible to implement the parallel workflows , if yes then how it can be implemented in SDL Tridion 2013 ?
context_177
I 'm trying to install the odata service in .NET . Our Tridion Content Manager and frontend are working fine as well as the Deployer . I found the oData folder in our Tridion Installers , with this structure /dll /X86 /X86_64 access_token.svc Global.asax linking.svc odata.svc W...
context_178
I 'm working on a powertool that editors can use to update a component . the why we want this is not important right now ; p ... I 'm using CKEditor for the richttext options . http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Minimum_Setup but i would prefer to use the tridion wysywig editor . why ? well for o...
context_179
None of the comp links in my staging website are getting resolved . I have checked that Tridion tag has been registered in web.config . Also the deployer output is given below . I have checked the cd_core log in debug mode and here are it 's stamp . Please suggest . 2013 - 10 - 25 09:41:27,718 DEBUG Compone...
context_180
We are planning to integrate DD4 T APPLICATION Integration with DXA 2 MODEL SERVICE using below Article http://blog.trivident.com/switching-to-the-dxa-2-model-service-in-your-dd4t-application/ We are using Topology Manager to publish the Website . Since DD4 T will be using Publication Resolver is it required to conf...
context_181
How to get accessTokenData of the logged in user with core service instead of application pool user ? Below code retrieves the application pool user . AccessTokenData currentUser = tridionClient . ClientInstance . GetCurrentUser ( ) ; //gets current logged in username string currentUserName = System ....
context_182
I have created a MVC 4 Application and followed the setup procedure for DD4T. Once I run my website it gives off an error " No PageFactory Configured " . I 've read the issue about this problem on this forum earlier , but what solves that problem , does n't solve mine . I 've added all the Tridion dll 's to the bin di...
context_183
I have recently installed web 8 and trying to setup XPM on my website as per [ doc][1]. XPM markup is not appearing on the published pages , however if I render the page with template builder , could see the markup . Have installed session enabled content service and preview web service , also registered these capabi...
context_184
While running the web application of my project(DXA 1.5 & SDL Web 8) , I get below error in cd_client.log file . ERROR [ Sdl . Web . Delivery . ADF.Ambient Runtime . OnRequestStart ] - Failed to send claim store Exception Details : EXCEPTION : System . Reflection . TargetInvocationException : Exceptio...
context_185
As part of DXA 1.7 I 'm setting up the SDL Web Context Service . Sadly the service wo n't start , I get this from the Services snap - in : [ ! [ enter image description here][1]][1 ] Checking the Event Viewer , I can see the staggeringly inconclusive message : > The SDL Web Context Service service terminated with...
context_186
In my package , i have a list of TcmUri which sometimes contains valid TcmUri but also fake TcmUri such as ` tcm:0 - 0 - 0 ` . slideshareList is the name of my list . I need to write something like this : @@RenderComponentPresentation(slideshareList[${TemplateRepeatIndex}],"tcm:125 - 48340 - 32")@@ ...
context_187
This is pertaining to SDL Tridion 2013 SP1 . We are not using LDAP , instead Active Directory . The userids are appearing in the Trustees table as well as correct privileges in the TCM Admin as System Admin . However we are still getting this error below : Server Error 401 - Unauthorized : Access is denied due to i...
context_188
We have a setup of SDL Tridion 2011 Sp1 Content manager and Content delivery on separate Windows Server 2008 R2 . We have have upgraded Content delivery server from Windows Server 2008 R2 to Windows Server 2012 R2 . Now after upgrade we are facing following error : - * * Tridion Content Delivery Deployment Errors : ...
context_189
I 'm configuring Web 8.5 's scalable deployers , and see that even though the Adapter specified in deployer-conf.xml for endpoint and workers , logging indicates that filesystem adapter is being used instead . Suggestions welcome . Details are : - Transport core log has below ( note the 406 http error ) 2017 - 06 ...
context_190
I build the ECL connector to get content from Rest Services as SDL Tridion component . As usual each ECS component created has two metadata section ( external with rest service data and custom as defined in SDL Trdion Schema ) . I am able to save the values in custom metadata if not visiting / clicking to external met...
context_191
I have Razor Mediator 4 Tridion 1.3.3.1 installed on Tridion 2013 SP1 . When I attempt to publish a page template , it fails in the publishing queue . The error message shown is , ` The configuration file has been changed by another program . ( C:\apps\sdl\cm\config\Tridion . ContentManager.config ) ` I definitely d...
context_192
The use case is the need for the ( plain text ) contents of a binary variant in the Tridion Content Delivery web service . The Binary Variant URL is ` http://localhost:82/odata.svc / BinaryVariants(BinaryId=159,PublicationId=4,VariantId='Y29uZmlnLWJvb3RzdHJhcA== ' ) ` Experimenting with the CD web service I tried ` ...
context_193
We 've inherited a Tridion implementation that is built on VBScript templates and are upgrading it from 2009 to 2011 . One of the page templates has the following code : ` Set var = CreateObject("DLL.Class " ) ` Which is causing the pages using the template to fail on publish with the error : ` Error 429 occurred wh...
context_194
I 'm using SDL Tridion 2011 SP1 and ca n't enable the log for Business Connector . I have enabled it in ` \Tridion\bc\conf\log4j.properties ` , but for some reason file is not created . Here 's my log4j.properties : # Set root category priority to ERROR and its only appender to A1 . log4j.rootCategory=ALL ...
context_195
I have a scenario where i need to know who has initiated a publish for a component\page . Once that user is known , I need to put that user 's name into my component and then it has to go for publishing . What would be the best way to do that ? I came across PublishEngine . GetPublishInfo method which would be helpful...
context_196
I am getting the below mentioned error while accessing an application after upgrade the SDL Tridion from 2011 SP1 to 2013 SP1 . > Unable to locate a valid Tridion Home directory Complete Stack trace is given below:- > [ TridionConfigurationException : Unable to locate a valid Tridion Home directory , see Tridion eve...
context_197
I am getting an error when trying to Publish Pages after installing SI4T. Indexable file extensions are not configured . ' Error creating bean with name ' JPASearchBinaryContentDAO ' defined in URL [ jar : file:/D:/SDLWeb_Services / Deployer / staging / lib / si4t.jar!/com / tridion / storage / si4t / dao / JPASearc...
context_198
I 'm getting this error when I check my page in my browser . The page conains a single Component Presentation , with the " Allow on Page Using Dynamic Assembly " box checked . ! [ enter image description here][1 ] [ 1 ] : http://i.stack.imgur.com/h575O.png I 've checked the source code of the page rendered and it...
context_199
I m getting this error in core Log file while running Tridion reference implementation website . Stack trace of the error is here java.lang.ExceptionInInitializerError at com.tridion.meta.BinaryMetaFactory.getMetaByURL(BinaryMetaFactory.java:271 ) Caused by : java.lang.RuntimeException : Fata...