-
Duplicate Values are listing (Both English & Translatation) in the result
Dear All, I am using below code to listing Content instances under Current Channel, but unfortunately its returning translation group Contents in the result. For ex: I have English & Arab version contents and both are appearing in the List, I want to lists Contents based on Current Locale. Please help. <c:forEach…
-
Getting Error While executing vgnContentScan
Hi, We have requirement to import data from another CMS to WEM. I think vgnContentScan will help to create CI, if Data present in Database by executing command (Please correct me if I am wrong). For Testing purpose, I added a row in MGMT CTD table and then I copied xml contents from vgnContentScanoptions.xsd and updated…
-
Is there a way we can monitor a single content cache or a component cache
Hi Is there a way we can monitor a single content or component cache on delivery stage, including existing of the cache, cache generated time, the time when it will expire. Thanks
-
How to throw a Warning or Information message from a Listener?
HI, I know how to send an exception from a listener to the browser. For example, the following code snippet can throw an alert message to the browser. MsgObject msgObject=CustomerMsg.getMsgObject("The image you are trying to upload is too large. ("+limitMB +"MB Max) Please contact the admin team if you need assistance.");…
-
Channel Names are not translating
Hi, We are using WEM8.5 SP1, Channel Names are not translating on the Translation page, However, I have added "Translated Names" for the Channel in Language Tab of Channel's Property. Able to see the translation by using Navigaion Component, but not translating using below code: <c:set var="currentChannel"…
-
I can't see targeting tab to leverage segmentation feature
Hi, We recently upgraded to WEM 8.5. When I want to use segmentation and targeting feature, I cant find targeting tab in smartlist and other components, what is missing? do i need to be part of some role to see this tab? I have the admin capabilities. your help much appreciated . Regards Gopal.
-
Find if a content item is published from within SQL database
Hello, Is there a way using either a sql trigger or proc to definitively know that content item is published in the delivery stage? Is there a sql table(s) to query that would indicate if a content item is actively published? This would all need to be done in the SQL database not the display views. Thanks for any…
-
how to enable unlock button of a content instance
Is there any role/capability which handles the enabling of a unlock button in content instance? Any help is much appreciated!
-
How to Show & Hide Widget in the Content Form based on Selection
Hi, We have an Article CTD, and we have an requirement to show/hide widget groups based on the checkbox value. Based on that Content Contributor will get option in the Article content Form to create CI. For Example, if content contributor select a checkbox stating that required attachments option? then relator widget will…
-
Getting Search registration failed Errors - After upgrade WEM from 8.5 to Latest cumulative Path
Hi All, Recently we have upgraded WEM to Latest Cumulative Patch with SP1, After this upgrade Management Endpoint Suspending Continously with Search Registration failed errors. I tried to skip item and resume it. but agian going to suspended mode. Please help to resolve this issue. Thanks Jayaram…
-
Fuera de la oficina RE How to Display Relator Content [WEM 8.5]
Estoy fuera de la oficina, para temas urgentes contactad con mi departamento. Rocio Grela CastroMurex y AplicacionesPg. Pocomaco, Parcela F-1. A CORUÑA - 15190981187161 abanca.com 902 12 13 14 Antes de imprimir este e-mail piense bien si es necesario hacerlo. El medio ambiente es cosa de todos. Advertencia legal: Este…
-
Content Instance Lists on Navigation Component
Hi All, Can you please help me to lists CIs along with Channels in the Navigation Component. By Default, it is listing Channels only, want to lists Content Instances as well. Please help me to fetch CIs in the Tree. I am using below code to lists channels, but unable to use ContentInstance bean here. <%@ page…
-
How Extend Content Workspace WEM 8.5 IN VgnContentSvcs ear
Hii, I Am Totally New To Open Text I Have Rendered Hello Button Widget SuccesFully In Folder Section I WantedTo Rendered New Button In Quick Action widget of folder Section I AM Not getting any clue How I Can Extend Content WorkSpace and Rendered it on Folder Page T
-
Xml error while publishing - Message 007-010-0006 Invalid XML syntax
We got below error while publish some CIs. But it's not happened everytime. It looks relating to the snapshot file, but we're not able to identify what's the cause, can someone help on this? 08/25/2015 15:11:29:414, Error 11 (InvalidParameter), Message 007-010-0006: Invalid XML syntax. 08/25/2015 15:11:29:336, Message…
-
Mail Notification Error - Unable to obtain diagnostic information for vgnIndex.mgmt.mgmt.
Hi, We are continuously getting errors in the run-time Log which says "Unable to obtain diagnostic information for vgnIndex.mgmt.mgmt." This issue is occurring from the begging, While Setup smtp, we configured with Test Domain and has changed it now in Configuration Console-> Content-> Management Services-> Management…
-
Lists Content Instances from Current Channel
Hi, I used below code to display Content Instances under a channel and its working. <c:if test="${not empty currentChannel}"> <c:forEach var="content" items="${currentChannel.contentInstances}" varStatus="counter"> <a href="${linkUrl}">${content.system.name}</a> </c:forEach> </c:if> But, it displaying Default English and…
-
Image Alignment is not working in TinyMCE Editor
Hi All, We are using WEM 8.5 SP1+Cumulative (2015-08-06 16:57:14 GMT). When we set alignment for Image in TinyMCE and save the content, the applied alignment wiped out for that image. Earlier we used WEM 8.5, as per OT Support have upgraded to latest cumulative Patch, but still having same issue. I have given TinyMCE…
-
Portal Version 8.5 will not display assets via a external browser ?
Hi All , We running Vignette portal version 8.5 Build 782547 on our development system with OTMM 10.5 and we have a portal site which is called http://dev3.oneecm.com/portal/site/digitalmediahub/ which will not display the assets on the home page when accessed externally via a web browser , it works fine when we use RDP to…
-
log4j tag library
Hello. We are on WEM/DPM 8.5 and Portal 8.5. I am interested in using tags for logging from display view JSPs in the sites application. The log4j tag library would work great, since DPM uses log4j, but the sites ear has log4j 1.2 and the tag library wasn't introduced until log4j 2.x. I am wondering if anyone else has used…
-
Query to get Content Instances and their associated channels
HI, I have a quick question. Is there a way to query the vignette DB to get all the information of particular CIs of certain type along with its channel association? For instance, EXAMPLE_CTD: ID, TITLE, DESCRIPTION, IMAGE I would like to query the DB to get a list of all the CIs (of type EXAMPLE_CTD), plus their…