-
WEM 16 - integrate blog functionality?
Hi, is there any tool, package or product that can be used and seamlessly integrated with WEM 16: * that works like a blog (can deliver news) * where you can comment and like any news and comments * that has user management and administration and maybe workflows * where user accounts can be connected to an active directory…
-
Custum Listener
Hello, I have a static file named “SiteMap.xml”. When I publish this file, I want to create a Listener that intercept the publish job, change the content of the file (with a function that I created) and then publish it. So I have some questions: • How can I intercept the publish job of this file? • Which function allow me…
-
WEM 16.2.2 Standalone Connection
Hi, Looking for WEM 16.2.2 TomEE standalone connection code logic. The traditional loginMgr.login(bundle); logic for weblogic doesn't work anymore. Thanks, Vinay
-
Moved: Open Deploy fails to deploy .xsl file
This discussion has been moved.
-
WEM 8.5 - How to send an error while executing a content component's display view jsp
Hi Experts, I'm just curious about the error handling in a JSP (display view): Usually, you can force an error page by invoking something like: ${pageContext.response.sendError(404)} In WEM it does not work (or at least it does not work for me). Do you know how to handle this correctly? At a certain condition in a display…
-
Collab 8.2 - Delete a user account using a jython script
Hi, We need to delete a number of user accounts in Vignette Collab 8.2 (I know, old version... but i hope there is someone out there that can help...) As this concerns a lot of user accounts, we'd like to do this by means of a Jython script. In the KMAPI documentation i do not find the delete() method for a KMuser object.…
-
Inline-Edit of a Component in a Display View JS - WEM 16.2
Hello, I’m using a DisplayView JS in the WEM 16.2, but I have a problem to use the Inline-Edit in a Component (SmartList). When I click in edit in the preview, I can edit and change the text, but when I click in Save, and try to see the result, the text continues with the original value Javascript Code: var component =…
-
Suddenly Date Format is not working on WEM & Portal pages
Hi, We are using WEM 8.5.2 with Portal 8.5. In Some pages we are formating the Date through JSTL. But suddenly the format is not working on English Pages (However it is working fine on Arabic Pages). Once we cleared the Delivery Cache then it started working. So, we are doing this every day from past 10days, We tried to…
-
[EXTERNAL] - Respuesta automática UPDATE 2 - New Forum Experience for My Support
Estoy fuera de la oficina. Para cualquier tema urgente contacta con sistemas.admin.murex@abanca.com Rocio Grela CastroMurex y AplicacionesPg. Pocomaco, Calle 1- Parcela 3. 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…
-
[EXTERNAL] - Respuesta automática RE Custom eMail client or use exchange server for workflow notif
Estoy fuera de la oficina. Para cualquier tema urgente contacta con sistemas.admin.murex@abanca.com Rocio Grela CastroMurex y AplicacionesPg. Pocomaco, Calle 1- Parcela 3. 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…
-
Custom eMail client or use exchange server for workflow notifications
Hi Guys, I am working on a Custom Workflow, which involved in notifying the admins as well as the requestor, when a task created by the workflow. Our corporate email service uses the Office 365 exchange server, I attempted to use the same details to send notifications when there is a task, unfortunately workflow module can…
-
Configuration of access to consoles by https
Hi mates, I got a request of my customer to configure the access at console of WEM (AppConsole, configconsole, content...) over https. I'm using WEM 8.1 and Weblogic 10.3.3. somebody know how i can configure this access correctly or if there are some information somewhere about this? Any information will be welcome. Thanks…
-
Changing Password WEM 8.1
Hi all, Our customer want to change the password of WEM in production enviroment but i've not change this password never, so i've investigated about these actions to change it and i've see an script called "/opt/OpenText/WEM/Content/8_1/bin/vgnpasswordchange.sh", and some of documentation about it in the same path with the…
-
close wem connection
Is there a need to close the wem connection when accessing wem via the api? We have recently increased the usage of this and heap size is increasing. At this point just guessing the cause, but I am wondering it there is something here we are leaving open. AuthnBundle authnBundle = buildAuthBundle(config);logger.info("WEM…
-
Smart list automatically logs results to source
This is in a JSP file, using the JSTL tag <c:forEach to iterate through the component results:<script> <c:forEach items="${component.results}" var="content"> var Data = { text1: "${content.text1}", text2: "${content.text2}", text3: "${content.text3}" }; This is just done so I can access the different types (text1, text2,…
-
Resposta automática custom error page
I will be out of the office from 03/11/2019 to 03/25/2019, returning on 03/26/2019. Please be assured that the team is here to support you. Feel free to emailsupport@opentext.com during my absence for any additional needs, be sure to quote your ticket number or you may contact my manager, Bill Odlum: E-mail:…
-
custom error page
Trying to add custom error page for content item on a site that might have been unpublished, but not sure where to put the web.xml when w/in WEM site. <error-page> <error-code>404</error-code> <location>/WEB-INF/errors/404.jsp</location></error-page><error-page> <error-code>500</error-code>…
-
WEM Listeners - handle on Project Folder?
Hello, we are facing a security issue - when Project Folder is being created our security testers were able to enter some Cross-Site-Scripting code. This functionality is out-of-the-box but OT is currently reluctant to fix it. Instead they are suggesting us to use a listener. I have looked at the list of available…
-
Audience presentation not working for Countries
I have created a custom component with targeting rule pointing to an Audience in various countries. When i publish on my production environment, the rules are not being evaluated to true in my scenarios. For example , if i do "Audience NOT = UNited States", i still see my component if i am viewing in united states. This is…
-
Unable to deploy web application using WEM API to Weblogic or Tomcat.
We are using WEM 16.0 (Web Experience Management 16.0 SP1+Cumulative (2017-02-28 23:34:20 GMT) We are writing a new web application that uses the WEM API to dynamically create Content Instances on the management stage. We have the code working using the API but as a stand alone Java application, but we are having issues…