API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Content Web Services with Java 8 and Content Server 16
I am using Content Web Services with Java to upload files into Content Server. The Java version is 1.8 and Content Server 16. I am using various operations like adding category, adding permissions, remove permissions, create file, create folder etc Now, I am facing the following issues:- 1. First time, I run the java…
-
Technology for Smart UI
Hi, What frameworks does SMART UI leverage? I'm coming from Documentum background. Node.js? GWT? Angular 1.x? Angular 2+? I can't seem to find this information easily. Thanks, Brad
-
CWS Search for folder nodes by node name
Hi all, we currently let the user browse the folder structure of the workspaces in Content Server. However to improve usability, especially for lager environments we want to add folder searching capabilities to our application connecting to Content Server via CWS. How can you seach for a folder via the CWS API? Thanks &…
-
What does this mean - The OScriptVM is currently suspended. Build cannot be performed.
Hi, I have been getting this message a lot during my latest CSIDE project using the latest jar, and CS 16.2.3: The OScriptVM is currently suspended. Build cannot be performed. When I get it, any feature or script I add to my object never gets compiled. Also, Content Server running single threaded through builder stops…
-
Number of Custom Columns Displayed in NodeTable Browse
By removing the Size and Modified columns and displaying on a high resolution/extra large monitor, only four custom columns display. While the remaining custom columns appear when expanding a row, it is desired to have all the columns appear from left to right as in the Classic UI. Is it possible to show more columns or is…
-
Search service - No results when multiple terms are concatenated
Hi, I am faced with a strange problem. Months ago I used the following query and the result was correct, but for some time now the "AND" operator seems to no longer work between search term. If I execute the following search request, the result is correct: <soapenv:Envelope…
-
How to find all documents(count) inside a parent folder which has a specific Category attached?
Hi, I have this query to find all documents which has a category added. Although I need to refine it to search all docs inside a specific parent folder with various childs inside it. Could you please help? select DATEPART(YEAR, dt.createdate) "CreateYear", count(*) "CreateCnt" from Calligo.dbo.dtree dt join LLATTRDATA lla…
-
livereport for currently logged in users(for a week) and documents added(per week)
Hi Team, I am looking for a live report which will provide me volumetrics details for users, documents, business workspaces created per week as per below 1. Number of users accessed content server application in last week 2. Number of documents added into content server last week 3. Number business workspaces created last…
-
Developing Automation Tool for Migration & Bulk Operations
Dears i am looking for resources to start developing a tool which allow us to migrate files with their metadata from our network drive by reading CSV file in addition, same tool or a separate one should provide the capability to bulk add/edit/delete documents or metadata i tried to utilize my knowledge in developing web…
-
Importing CS 10 module to CS 16 - sometimes appends _1 to end of feature
Hi, I imported a group of modules today from CS 10 to CS 16. All but one of them imported properly. The other, it always imports and in the src, the Configure request handler gets renamed to Configure_1, meaning if I uninstall and reinstall the newly CS-16-ized module, it will fail to install because the request handler…
-
Can you PLEASE make the Shutdown/Continue/Cancel dialog pop to the front?
I've been meaning to ask this for a long time. If, when starting up Eclipse, you click something to the foreground at the wrong time, the modal dialog asking if you want to shutdown, continue or cancel goes to the back, and nothing in the taskbar indicates there is a popup waiting for an answer. This includes if you have…
-
Problem with integrating Hello command
Hi All, I am trying to implement the 'hello' command into my module. I have copied the complete hello command folder under the commands directory of the 'src' folder and added the below code to my 'extensions.js' file. "csui/utils/commands": { "extensions": { "dcits": [ "dcits/commands/hello/hello.command" ] } },…
-
Publish content to an external site
Hello All, I would like to export content from OTCS to a web server and its associated metadata will be stored in a database. One option I have is to use REST services but I would like to know if there is a WCM or any other OT product that I will meet my requirement OOTB? Thanks
-
Upload.Program.cs – Could not load requested cache object
Am relatively new to both Web Services and C#. Using the Upload.Program.cs as a template, I am attempting to upload a small document 1017 bytes, but the Uploading of the file is failing with the following: Core.CouldNotLoadMethodContext : CacheUtil: Could not load requested cache object ( not found ) Any thoughts as to…
-
How to create a patch in CSIDE?
Hi, I was looking into how to create a patch in CSIDE. In the builder, it was pretty straightforward: create a new ospace, orphan object, apply changes and use patchutils to dump a patch. However, with the changed module structure in the CSIDE it is unclear to me what the best way is on how to approach this. Any input on…
-
Copied folders into a project are displayed as subprojects
Hello, As we cannot create a project from project template using Webservices (see https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=22340284&objAction=viewincontainer), I am investigating another option. The idea is to create an empty project and to copy the content from an existing project used as a template.…
-
Create a new project based on a project template
Hi, We need to use web services to create a project in Livelink based on an existing project template. Is there a way to do this? Using LAPI, we export the project template to XML and then import it to create the project. Trying this with web services though just creates a copy of the template. Thanks, Shaun
-
Livereport java webservices
Hi everyone, I'm trying to call the method runreport from the documentmanagement webservice through java code. In the javadoc(https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=18047148&objAction=browse&viewType=1 > API documentation > Class DocumentManagement_JAXWS) it only says which parameters to send.…
-
Not able to create a Pie chart/Bart Chart in LiveReport
Hi All, I am not able to create a Bar chart/Pie chart in Live report. When I am creating a Bar chart/Pie chart live report I am receiving the below error message [Reports of type 'Pie chart'require column 1 to be of type 'String'] Can you please provide some solutions?\ Thanks & Regards, Dina
-
Server returned HTTP response code 405 for URL
Hi , Really need some help here. I've been trying to upload a 1GB document via the ContenService.UploadContent and had the Java Out of Memory Error (Guess the heap space aint enough). I then trying to use the HTTP Content Handler(Almost identical to what is provided in the example) to try to upload the file but i get a 405…