-
RUNSHELL and SETWFATTR runs on pageload
Hi All, I have a WR powerview for a form and i would like to use the WR RUNSHELL command only when the user clicks on a button, but the RUNSHELL command runs on page load, same for SETWFATTR even though they are inside a java script function, is there a way to stop these from running till the user clicks on a button
-
Enable Export in DA
Hi, I'm logged in as an Admin with the highest privileges but I don't have the ability to Export data. I have tried other accounts as well and they can't export either. Where can I check to make sure the settings are correct for search capabilities in DA? Documentum version 5.3
-
Error using WebReport to call REST API for authenticating Content Server
Hello everyone, I have this basic WebReport as follows: [LL_WEBREPORT_EXCLUDEHTML /] [LL_WEBREPORT_RESTCLIENT @HOST:[LL_REPTAG_$host /] @PORT:[LL_REPTAG_$port /] @URI:/OTCS/cs.exe/api/v1/auth @METHOD:POST @TIMEOUT:10 @USERNAME:[LL_REPTAG_$username /] @PASSWORD:[LL_REPTAG_$password /] @OUTPUT:ASSOC:outputAssoc /]…
-
Creating a BWS without parent_id fails
Hi all! In the past i was working with my testsystem and everything was woking fine. I was able to create BWS via RestCalls with or without parent_id`s According to the documentation an early BWS requires the parent_id and the late not Example to create an early business workspace:…
-
POST on BWS results in error
Hi all! I found an interresting thing. Posting a new BWS with the parameter { "bo_id":"84", "bo_type_id":26, "ext_system_id":"dummy", "template_id":"16978932",…… results in an Error: Error message {"error": "Cross-application workspace already exists."} I can delete the node where the bo_id was given. But what to do, when…
-
Getting the Core Dumps for Content Server
Hi, We have Content Server 16.2 running and seems like either the llservworker process or the llserver process is being restarted randomly. How can we enable the core dumps to pin point the issue? Core dump at the OS level is alreay enabled, but we don't see any core logs generated at all. ulimit -a | grep -i core core…
-
Accessing Search Templates in Smart View
Hi, I'm noticing inconsistent behaviour around Advanced searches that are saved as search forms. My understanding is these (as opposed to saving search query) are to be accessible to Smart view search, i.e. so you can in classic view, save an advanced search page (i.e. one with metadata) and access it from the search icon…
-
Restrict a particular Business Workspace in ECM to a specific user even though his role has access
We have a requirement to restrict a particular Business Workspace in ECM if an Entity is restricted to a specific user by the Admin. For this requirement, we tried Add/Update Access for the User to restrict access to that particular Business Workspace. But, when we did that, the user could still access the Business…
-
Problem in search with where1 adding 'AND'
Hello, I am working with the API (Content Web Services 16.2.0) of OpenText Content Server, I am creating a function to perform searches using the SingleSearchRequest class among others, I indicate the query to perform to the setResultSetSpec parameter and everything seems to work fine, when I launch this query…
-
DQL query for self "fix"
Are there any DQL queries i can run that check system for issues and attempts to fix or show where the problem lies if it can't fix it? -thanks