Web Experience Management
Questions/discussions around all the parts of the VCM Content Suite.
-
SQL query on Content table
In our WEM, we have a content instances of a particular CTD, associated to site channels, and some which are not associated to any channel. I would like to find by SQL query on the Content table, Content items which are associated to a particular channel or any channel. Is there a way to do it by SQL query?
-
Any Option to Versioning ChannelMetadata & ChannelLocalizedMetadata?
Hi All, In our Site we are using more than 500+ ChannelPages (Using ChannelLocalizedMetadata). Is there any option to Versioning? Thanks Jayaram
-
WEM Ephox issue - Black boxes appearing on Ephox GUI where images should be.
Hi, We are getting some issue while opening up WEM Ephox issue - Black boxes appearing on Ephox GUI where images should be. attaching a screen shot for the refrence. kindly advice! Regards Parag Varshney
-
Changing Page Template using API
Hi, I'm trying to update all instances of a Page Template to another one. Here's what I'm doing: Template fromTemplate = (Template)fromTemplateMO; Template toTemplate = (Template)toTemplateMO; String newTemplateId = toTemplate.getId(); List<Page> pageList = Page.findByTemplateId(fromTemplate.getId()).asList();…
-
Ephox - Trail Days Remaining
Hi All, Recently we started experiencing anissue with Ephox - It doesn't load all the icons and also displays "TrailDays Remaining" as shown in the below diagram. This happens some times,when it happens it messes up with the content styles. Currently we havea temporary fix for it - we clear browser cache, remove Ephox…
-
URL Encoding issue for Non English Pages
Hi, We are facing issue by accessing Non English Pages which contains Non-English Characters in the FURL and Its redirecting to 404 Errors in the WebServer, However its working fine on Delivery Portal. We are using Tomcat as Application Server and Apache HTTP as WebServer. Do we need to enable anything to support…
-
ERRORS on delivery Site - Failed to establish connection to the search engine
Hi All, We have two nodes for Delivery, Search is working fine on one Node, But on another Node getting Below error message while performing Search in Delivery Site. com.vignette.as.client.exception.ApplicationException: 04/13/2016 13:38:44:848, Error 1300 (Search), Message 026-160-0089: Failed to establish connection to…
-
HTTP Status 404 for Arabic Characters
Hi All, Our Site is configured as Mutlilingual (English/Arabic), In Preview Arabic URL is working fine without any issue. But in Delivery & WebServer We are getting HTTP Status 404 Error, URL: http://cmspweb1.qu.edu.qa/sites/ar_QA/about/newsroom/CAS/قطر الكلام مجلة فصلية تعنى بالإبداع والثقافة On the Browser We are getting…
-
Guest user is not configured
I am using a Community Services comment and am setting the anonymous user or guest this way <input type="hidden" name="<%=CommunityComponentConstants.PROP_SOCIAL_ANONYMOUS_USER_NAME%>" id="<%=CommunityComponentConstants.PROP_SOCIAL_ANONYMOUS_USER_NAME%>_${feedbackUID}" value="<%=user%>"/> It was working fine for awhile,…
-
File extraction/backup
I am looking for an easy fast method for extracting files from Collaboration 8. I am in the process of performing an upgrade and want to do a backup of all files modified after x date in case of issues. I know the webdav option lets me move files in bulk. but i need to search multiple folder and directories to get all the…
-
Help to display related items for channel Metadata
Hi All, To display the related items for Channel metadata is not working on below approach. If I just print the <x:out select="$channelMetadata" /> value then getting results like below: ef6bdf40cd5c3510VgnVCM1000002974640aSTFLTest15c4bdf40cd5c3510VgnVCM1000002974640aSTFLTest5d5bdf40cd5c3510VgnVCM1000002974640aSTFLTue Mar…
-
way to extract all the PDF's that exist in particular site along with their channel association?
Hi, is there any way to extract all the PDF's that exist in particular site along with their channel association? looking for any DB query or any other approach? Regards Parag Varshney
-
Help On Media Automation
Hi All, Media Automation is working when we associate with Image CT like below. But its not working to associate with Other CTD with below script. Kindly please help for the same, Also please let us know if anything needs to be update in the CTD "press_release" to achieve it. WORKING <automations> <automation>…
-
Removing Special Characters from FURL
Hi All, Normally FURL will pick the values from Title of the CI or Channel Name, Also we have option to edit the FURL by adding Virtual FURL field (We are not enabling this as per requirement and allows to pick title / channel name only as FURL name). Issue Details; Sometime user may entered title with some special…
-
Restrict Categories by Group
Hi All, Is there any way to restrict Categories by Groups like Channel/Project? Because, we want to restrict like GroupA will select/see CategoryA and not other Category. similarly for GroupB will select/see CategoryB only. Please share your suggestion to achieve this. Thanks Jay
-
Help on FURL customization
Hi, We want to generate autonumber as FURL for specific CT. For Example Press Release CT, the FURL has to be unique number. Kindly please suggest. Thanks Jayaram
-
How to get WEM Id of the Workflow from it's name
Hi, I am trying to invoke a Workflow programatically and what I have is it's name. I am able to invoke it through the WEM ID and I am trying to find a way to get the ID from it's name. If anyone has any code sample, please paste it. Thanks in advance Seb
-
Help on File System Location
Hi, I am using WEM with Portal & Tempo Social, and we are using Photo Library(OOTB), Just want to know where these uploading images are stored either in Database or FileSystem and its location. Thanks Jayaram
-
Unable to install Collab on Rhel6
Hi All, Unable to install collaboration on Rhel6 (2.6.32-358.el6.x86_64), and getting below errors ./Collaboration_85_Linux-x64-setup.bin Initializing InstallShield Wizard........ Extracting Bundled JRE. Bundled JRE is not binary compatible with host OS/Arch or it is corrupt. Testing bundled JRE failed. Please help to…
-
Initiate Workflow from WEM API
Is there a way to initiate workflow using the WEM API, either opening the Initiate Workflow window from WEM or pass variables that would initiate an auto workflow?