-
Access denied to a file on the Y drive, but what ID?
I'm trying to read a file stored on the Y drive via an external program. It's getting "access denied" error. I'm trying to find the log file on the TeamSite server that tells me which ID it's attempting to use but I've struck out. Any suggestions? (Full path would be appreciated if you know.)
-
unable to create related business workspace using API
As per screenshots attached, tried to created related business workspace which seems to doing it but when I go inside the business workspace, nothing is there. Any thoughts?
-
How to Achieve Login information about the User in form template?
Hello Folks, I'm trying to capture the current user (Userid) details in a table while they are providing any input in the form. But on the DB level I'm not able to achieve that Kindly suggest something. Regards, Ritikraj Singh, +91 7610541180
-
CTS configuration based on context/cabinet/etc.
Good morning everyone, some time ago CTS was configured here to generate JPEG 2000 in the case of graphic objects uploaded and managed by D2, but now this operation is redundant for a certain application area and also generates further unnecessary consumption of disk space. So I'm wondering if there is a way to configure…
-
Exstream 16.6 and proxy
Hi, I have Exstream server version 16.6, and we are asked to configure Exstream to use the proxy to communicate with the internet Can you tell me where I can configure the proxy? via control center or something else? I saw this post…
-
Webtop Component & Action calling by URL shows resultlist & nothing else of UI
HI, I have requirement to call the component or action by URL to show the result to the user, which URL is getting from other application as we have passed the objectId to the other application. But after customizing search component, i can get the result but it shows only work area with the result but not able to show the…
-
Migrate data from CS 16 to CS 22.4
Hi experts I'm trying to migrate data from CS version 16.0 to a new installation of CS 22.4 I have a folder with over 10,000 Business Workspaces. I tried to migrate this data via Transport Warehouse and also via Object Export, but the Business Workspaces are not included in both Transport Warehouse and Object Export. Any…
-
How would I use the REST api to create a node with xrefs in one call?
I seem to be able to run the query on the nodes endpoint with the following body: { type: 144, parent_id: 48061438, name: 'test', roles: { categories: { '25953013_3': ['aaa'], '25953013_2': ['bbb'], '25953013_4': ['ccc'] }, xrefs: { xref_type: "XREF", xref_id: 2829282882 } } } But the server responds with an error noting…
-
CMS : Full-Text Query : Search using trait in facet
I have a requirement to search using trait in facet , but the query is returnig emty results for trait fields and "cms_not_found" for trait field in "facet_fields_label"
-
Got error when using Content Server rest api endpoint /v2/multipart
I am trying to implement uploading large files with Content server(23.1) rest api end point "/v2/multipart", got message: 500 : {"error":"Multipart Upload is not enabled."}. I looked at Content Server Administration page, it seems nothing I can do there. Could someone tell me how to enable it? Thanks. Tim Jian