Web Experience Management
Questions/discussions around all the parts of the VCM Content Suite.
-
Orphan File Finder
Is it possible to set the starting documnent number in this tool? We have over 2 million documents and it had been running for about 3 days for this to run but for some reason this morning it crashed with just over 100,000 documents left to check, and the results are gone. It would nice to run this in batches rather than…
-
Issues with furl configuration
Hi All,I am having issues configuring furlThese were the steps i followed:1> I went into /Workbench/Friendly URLs2> I added a new Friendly URL and put the friendly name asFriendly Name : /abc/defTarget : URLURL:http://xyz.com.au/ghi/aaa?module=bbb&view=ddd3> I went into the browser and typed in http://xyz.com.au/abc/def in…
-
Opportunity to engage with our user experience team for OpenText WEM!
The OpenText UX team (user experience) is engaging in both usability testing and design partnership activities. Usability test participants will be requested to participate every month or so, depending on development schedules. Often, participating companies will be asked to recruit users in their organization that match…
-
could not build url to a vcm asset in portal render jsp using print format
Hi, I chnaged the sequence of mappers as follows for the following property in vgnextgeneric resource so that the friendly urls (generated by my listener for each asset in vcm) for the assets will be used while rendering the content. All this work fine. but I am trying to build urls for some assets like printer friendly…
-
Issue loading CI having too many relator items
Hi, We have a "Relator CCE" in one of our CTD's that relates to "Content Select CCE". We have a CI that has around 2000 contents in that relator widget. Due to this the loading of the CI is impacted and it takes too much time to load. Apart from loading, it is very very tiring process to add another content in that…
-
schema error when trying to vgnexport
Hi guys, i've tried to export some content according to the docs in the admin guide, it fails while parsing the manifest. I suspect this to be related to the website rebuild, as i cannot download the referenced xsd file: xmlns="http://www.opentext.com/xmlschemas/importexport" Can anybody provide the xsd file for version…
-
How to compile a Java file which imports API packages from vignette Collaboration (VBCS)
Hi, When i tried to compile the jave file "EMailSecuritySample1.java" in solaris, the below errors are coming. This java file imports api packages from VBCS. Please help ASAP. Thanks, Ravi bash-3.00# javac EMailSecuritySample1.java EMailSecuritySample1.java:6: package com.intraspect.kmapi does not exist import…
-
How to export just the published content items.
Hi, Is it possible to export only the published content items using the vgnexport command ? I looked at the options for vgnexport, but could not find any that relates to status of an object. Thanks, Hari Kusumba
-
Getting site specific user groups
Hi, I have two customer sites and each has its own login criteria. I am using Active directory for authentication.authorisation. In the login action class, when I say the following code, I am seeing all user groups irrespective of site context. Set userGroups = currentUser.getParents(userGroupEntityType, false); I want to…
-
Broken URLs are getting generated with Ephox with Inline Tags
Hi I have a scenario where content C1 has content select and C2 is associated. With Content C2 we are trying to link content C3 using inline link. For content C3, broken links are getting generated. Here is the Graph ; ->Channel ---------->Content C1 (It has content select widget for one of the attribute, it associates…
-
Vignette APIs - Navigation Blocks???
Hi, 1) Is there any Vignette APIs available to check whether a particular Navigation item part of any Navigation Block??? or 2) Other way is any Vignette APIs to get list of navigation Items for a particular Navigation Block ??? -Senthil S
-
Replace a user in multiple groups with another user
Is there a way i can remove a user from multiple subgroups at the same. and also replace that user with a new user. Basically like a find and replace option. I have a user leaving the company that is listed as 'publisher' in multiple sub groups in the "all users" group. I would like to replace her with the new user in all…
-
API call to retrieve values from Content Relator CCE or Content Select CCE widgets
Hi,We have content items that are linked to other content items via ContentRelator CCE and Content Select CCE widgets. Using a JSP override, I wish tolook to a particular content item and retrieve all content items it is linkedto.Does anyone know of any way of doing this?I have tried using…
-
help required on export/import of contents programatically
Hi, we are looking to port a few contents from one server to another. we are on V7.3.0.5. Although, vgnexport/vgnimport are the OOB options available to make this happen. However, we are looking to write a java program to do this job. Can anyone suggest the way to programatically export/import contents?
-
issues while creating contents using API
We are facing some issues while trying to create content instances using Vignette API. In our content type definition, there are a couple of relators and we need to set the values of some of the attributes inside those relators. We are able to create the contents by setting the values of the first level attributes, which…
-
DSM query component cach key question,
If I need pass parameters to same channel, but those parameters are not in query context, which mean for content instance you get from query is still same, but just some layout is different, is that possible? Does query component cache key include parameter value no matter this parameter was used in query or not? Thank you…
-
ASP.NET Menu Control fail to render the table layout
We recently upgraded to VAP 8.1 from VAP7.2.2. Looks like after the upgrade webconnector2.14 fails to render the ASP.NET Menu Control table layout. It tries to render everthing as a div tag overwriting the table layout. Is this a known issue ? And is there any resolution or workaround for same ? This has broken the portlet…
-
Portlet groups
How do I get portlet groups which has view permissions for a particular portlet? I need to know the groups for existing portlets which has view permission using api.
-
Post submission is not working in the portlet
We got a problem recently in our project. We have two portal page that page A is allow user to enter the search query string and another page B is used to display the search results. There is portlet A on page A and we have a <form method="post" action="pageB"> to let use enter the search query, the action of the form is…
-
how to access default portalcontext object in a separate servlet accessed from ajax call
I am making an ajax call to a servlet from a secondary page. I need to access the default portalcontext object ( com.vignette.portal.website.enduser.PortalContext) from within the servlet accessed from an ajax call made from the secondary page. The portalcontext object is available in secondary page, need to avail the same…