CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
Categories table DB location
Hello, I was wondering if somebody could tell me what the table name is for the categories tab within a record/folder/file? The record that I am interesting are physical storage items in case that makes a difference.
-
Profiler use
Hi all - I'm guessing that nobody outside of OpenText makes use of the profiler functionality ( https://knowledge.opentext.com/knowledge/llisapi.dll/fetch/-15106263/15106294/15106295/16376487/67794710/67790529/-/documentation/profiler.html ), however if you do make use of this: could you provide feedback on how you go…
-
Feature Request - Open Trace file in CS IDE
It would be helpful if we could open a Trace file in the CS IDE and have it appear in the same way as though the code had stopped in normal execution, so that I can interact with the stack and the variables to see what is going on. This would be much easier than trying to compare the functions with the data in the trace…
-
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…
-
Create new REST API (oScript)
Hello! I try create new REST API in Eclipse What's next step? Where I need to do registration this new API? In Postman I get error: "The REST API Url could not be found in the mappings registry" Or explain me please how I can create new API...
-
Can we Show up the multi operational commands for a specific node or node type ?
I have been trying to implement the custom multi-operational command and successfully implemented one. It's working fine. I am just curious if we can have this custom multi-operational command for a specific node only. I want this command to be present in just a specific folder of my choice. Could someone help me with how…
-
ANNOUNCEMENT: CSIDE 23.1 (out in a few months) will require Eclipse 2022-03 or higher
Hi all - just a heads up that with the 23.1 release of CSIDE you'll need to upgrade your Eclipse installation to 2022-03 or higher. Failure to do this may result in some odd suggestions from Eclipse when attempting the upgrade (and the upgrade will in the end fail). Timelines for 23.1 are not firm, but it's my…
-
Error during startup, moduleInfoList is null
I occasionally get the error below when starting eclipse. A restart of eclipse usually fixes it, but not always. Any idea what is causing this? An internal error occurred during: "Build OScript Server Model: 'cs20_3_server'". Cannot load from long array because "moduleInfoList" is null I'm using eclipse 4.25 and cside…
-
Add custom commands in the multi-function bar for multiple node operations.
Hey, I am trying to add custom commands in the multi-function bar. I already went through the CSIDE documentation and just found for adding commands in the node's function menu. Could someone help me with the documentation or steps I need to go through for adding commands in the multi-function bar? Thanks
-
Which method use for file upload through ClassicUI&SmartView?
Dear All, I'd like to know which method was used when user upload files to the Content Server? There are so many mthod in the CSIDE Oscript. BR, Alvin
-
Publishing changes to Content Server
Hallo, I have a project .os (not mine). I made some changes in code and want ADD this changes to the EXISTING Module. How can I do it? Can you explain me, please, how I can publish my changes to the server (OpenText Content Server)? P.S. I try to change API functionality.
-
CSIDE on RH Linux - Dispatcher error on most UI function
Hi, I'm trying desperately to debug something in a Linux/PostGRE environment. But I can't seem to get a stable environment. I created my Content Server instance with its own user account. I added my user to the opentext wheel group and made sure that everything in OTHome was g+w (group writeable). Now I get this problem on…
-
Errors just open project eclipse oscript
Hallo, when I try to open eclipse project or run server, I get two errors... I try to close another project, stop server, stop service OTDS, but it's no result. For the moment can help if delete Eclipse and install again with patches. Can you help me, please, what's wrong?
-
CSIDE not stopping on breakpoints
Hi, This started with the latest CSIDE plugin, but for some reason, even after several restarts, I'm unable to get breakpoints to be honoured. I even went as far as setting a breakpoint in my own webnode action and added some additional debug there to make sure that was the code path being followed. It was. Besides…
-
Compile .os Eclipse
Hello, I have a project os (not mine). I made some changes and want compile and add this changes to content server. How can I do it? I try do Run, but get an errors. Can you explain me, please, how I can publish my changes to the server?
-
Code example OScript
Hello! Where I can find any video or article with examples for creating new OScript project? I learn OScript and I use Eclipse IDE. I created new OScript project, but I can't understand where I have to write my OScript code and run it:) Thanks.
-
SmartView/Dashboard/OTCS
Hello! We have dashboard based on URL, not WebReport. We need to correct this dashboard, but we can't find the sources. Thanks.
-
Convert email to PDF
Hi Experts We have OT CS 21.4, XECM and also recently installed Intelligent Viewing. We have a requirement to for outlook email which is stored as .msg to be converted into PDF. Can you please let me the options that we have for this functionality to be implemented. Regards CRHR
-
Shutdown for Service OTCS
Hello. When I create new OScript project in Eclipse I see a message : "Service "OTCS" is running. Do you wish to shutdown service, continue in readonly mode or cancel startup?" How can I restart the service OTCS, if I choose "Shutdown"? Thanks.
-
when are you guaranteed to have prgCtx
I have some startup code that in dev always is able to get a prgCtx, tested on the main dB platforms, and on both Windows and Linux dev sandboxes on a VM. I so far have no way to test in containers....another story. However, it seems that same code, run in a container, is failing to get prgCtx. The code in question…