Web Experience Management
Questions/discussions around all the parts of the VCM Content Suite.
-
Resposta automática Unable to approve translated CI until we approve parent CI(en_us).
I will be out of the office from 03/12/2018 to 03/26/2018, returning on 03/27/2018. 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 can contact my manager located in United States, William…
-
Unable to approve translated CI until we approve parent CI(en_us).
Hi Everyone, In our WEM preview enviroment we are unable approve translated CI untill we approve parent CI where as we are able to approve the same from content workspace. Any thoughts? Thanks, Sagar Sunkar.
-
Help to Publish a Channel through Workflow
Hi, Have anyone tried to Publish the Channels through workflow in WEM16.x. Will it work? Thanks Jayaram
-
Resposta automática Help to Publish a Channel through Workflow
I will be out of the office from 03/12/2018 to 03/26/2018, returning on 03/27/2018. 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 can contact my manager located in United States, William…
-
Add button near text area widget in content type page. On click of this button, need to make externa
Add button near text area widget in content type page. On click of this button, need to make external Api call and paste the response in Text area.
-
HTTP 500 Errors for portal style components
Hi, We are getting below errors frequently on portal log. I verified the tomcat access log and found that the issue with "/portal/css/bootstrap/portal014809292337461480929233746.css". But I couldnt find this component in the portal. Kindly please help me to fix this issue. Because, its filling the Log. Localhost log:…
-
Cache issue on Clustering Environment
Hi, We are using Portal running on Tomcat AppServer with two nodes. Sometimes each node giving different data. Please help to resolve this issue. Also we are getting below WARN messages in catalina log. 2018-09-03 09:33:43,929 [PeriodicalManagerDefaultPool-Worker-25] WARN…
-
custom validation message in Date Selector
Hi there, We have updated the date selector widget's date.jsp to disable all the previous dates in the calendar popup. Now we would like to inject a custom validation or modify the OOTB validation message on failure?. How can this be achieved?.
-
Deny Publish Capabilities
Hi there, Is there a way we can deny users from publishing content in WEM using capabilities?. Please let me know.
-
VgnVCMServer turns into "FAILED_NOT_RESTARTABLE" State always
Hi, The VgnVCMServer always going to "FAILED_NOT_RESTARTABLE" STATE. and Seeing below errors in the VgnVCMServer.out Log. We have increased the ulimit but still we are getting this error. <Aug 15, 2018 3:40:37 PM AST> <Error> <EJB> <BEA-010024> <Error occurred during passivation: java.io.FileNotFoundException:…
-
Java API content instance update
I am doing something like this to update a date on the content instance in WEM. When I log into WEM, I see the new date; however, I don't see the new date on the site as it seems to be caching old value. Is there a flag or method to tell WEM this ContentInstance has changed. If I open the item in WEM and make any small…
-
extending preview session timeout
Hi there, For content workspace we found a workaround which is to append a hidden iframe to the body, which loads '/content' and run it every 15 mins This seem to work fine. However when the user is previewing the site pages, this obviously does not work. How can we load a custom JS script in preview for doing something…
-
Single Workflow Process
Hi there, We are wondering if there is a way we can have a restriction on managed object, to make sure at any given time, it is a part of only one workflow process?. Or in other words, can we restrict a user to initiate a workflow on a managed object which is already under an active workflow process?. I see that, in the UI…
-
Content Workspace session timeout
Hi there, We are evaluating the client side options for extending the content worspace session timeout from the default value. Tried the below options: Option 1: Using setTimeout function, making ajax call to '/content/' every 15 mins. We could see response 200 from the dev tools every 15 mins on this request. However the…
-
API to get Workflow Process Name
Hi there, We have a content workflow, and are trying to capture the name of the workflow process, but could not. Is there an API that can help getting the name (it is the value that we enter, when we initiate the workflow). Appreciate any help..
-
Hiding Language Picker if the Translation is Not Available
Hello, - We are using WEM 8.5 SP2 with DPM. Using the Default Language Picker we customized it hide the Language Selection if No Translation is available for the Channel or Contents. Initially it works without any issue, but now-a-days we are getting different URL values and suspecting it may due to Cache (Current TTL…
-
SmartList Conditions
on 'Add Condition', the options are 'contains', 'is', 'is not', and 'in'. I would like to show a list where the 'title' field 'startsWith' "B" or something like that. Is there a way to do 'startsWith'? Thanks
-
User Picker widget
Hello, does any know how to create WEM user picker widget? The users data set is large (300-400,000 users) so it would be search-based. Either LDAP or custom DB data-source is good for us. Thank you, Vlad
-
Fetching Content Instances
We wanted to get a list of Content Instances using search a string that matches with certain fields. When we used ContentInstanceDBQuery and ContentInstanceWhereClause, it was having perfornance issues(taking around 3-4 mins) when fetching more than 1000 records. Is there a better way to do this with an improved…
-
How to get Content Instance State through API
Hi, On the CI Properties page I see a State field that has values like 'Published', 'Unpublished', 'stale' etc. How to get the same through API? Thanks in advance