CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
Extending CS Workflow problem
Hi, i try to extend CS Workflow. I follow documentation https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=79432603&objAction=browse&viewType=1 and i've meet one problem. It is impossible to create new data type because type mentioned in documentation does not exist. How can i extend a wf functions?
-
CBCopyPost
Hi, We are using oscript to try and get category info of the target folder inside CBCopyPost event. It seem like the object holding this information is not located in the regular local variables list. It is important to mention that we dont want to be dependent on the option of the category metadata that is manually chosen…
-
Sequence
Has the same DB sequence been used to generate ID for DTREE (DTREE.DATAID) and KUAF(KUAF.ID)? Regards, Gerry
-
CSIDE (and CustomizationsRT) questions
been a while, but back on the O-script wagon. i am trying to patch something and want to use the customizationsRT functionality for this. ( is this still a thing to do? ) in the good old builder one could open 2 views and copy of move object references between them. i do not see how i do this in eclipse. furthermore: in…
-
Recommended Development Environments
Hello I am taking the first steps in studying Open Text and Open Script. Tell me what is the recommended development environment and what extensions do professionals recommend using? Thank's
-
Content Server Development environment on ARM?
Microsoft added support for x64 emulation on Windows ARM late last year. I'm curious to know if anyone has tried running a Content Server development environment (CS & CSIDE) on Windows ARM64? Does anyone know if OpenText has intention of supporting Content Server & CSIDE on ARM?
-
CSIDE does not work after restart eclipse
Hi, I've installed CSIDE (com.opentext.cside_22.1.0.v20211215_02234) in Eclipse (2022-03 (4.23.0)) and it only works fine until eclipse is restarted. After relaunch eclipse i can't add new objects, except scripts. Any idea what is a reason and how can i soleve this?
-
Impending removal of OSX export functionality
Hi all - We are looking to remove OSX export functionality from CSIDE, since we cannot see where these exports may in fact be imported. Prior to doing this however we'd like feedback from the end users. Hence: this forum post. Please do let us know if this is functionality you still depend on in any way by replying to this…
-
event script - recalculated due date
We want to send custom email notification that includes recalculated due date when workflow step is ready. However, the due date read from WSubWorkTask is not recalculated yet at this point. It ends with a wrong due date (the initial one) in the email. How can we get recalculated due date in step ready event? Thanks.
-
JavaObjects Apache Http Client and getting UTF-8 data from response
OK, This one is a bit of a noodle scratcher. I suspect the root of the problem is that when you pull string data into an Oscript string it doesn't interpret the character set correctly. What I'm trying to do is consume a REST call from Apache HTTP client (java library) from within Oscript. With JSON responses it works…
-
Widget won't deploy to Content Script
I'm a beginner, I'm currently following "Content Server Smart View Development 20.2" course, I tried 3 times to deploy a greeting widget to content script but for some reason it won't show up. for clarification, these are the steps I did: I generated an OScript project using the Smart View SDK. I created a new module and…
-
CSIDE 22.1 Abysmally slow when saving
Hi, Like many other developers, I moved to CS 22.1 and CSIDE 22.1. I've built a net new development environment on Windows Server 2019 and SQL Server 2019 with an internal OTDS. What I'm finding is that whenever I try to save any change, the IDE hangs for about 15-30 seconds, making development very difficult. I had a…
-
CS IDE error
One of my developers has started getting this error, which causes the module tree to disappear etc in CS IDE, cant find anything on a KC / Forum search.
-
How to call a module upgrade script
Hi, For a module I'm working on, I need to call some Oscript to move some opentext.ini settings into KINI. I was under the impression that DoSubclassUpgrade() was the feature of my Module object I need to orphan, but I don't ever see it get called. Further, unlike other modules, I don't see the Configure script ever being…
-
What are other 3rd parties doing for licence management?
Hi, I started looking at the OTDS licence management API as a possible solution to the problem of storing a licence key that you simply need to access at start up prior to getting the db connection. Right now, ours is stored in the opentext.ini file. Literally the only reason for doing that is so we can get the licence key…
-
Exporting Documents from CS v16
What is the efficient way to export 35000 documents with all versions from Content Suite v16 to Windows file system ? The documents are stored in multiple folders in Content Server . Thanks & Regards Saswata Mandal
-
CSIDE on RHEL 7.8
I am seeing almost a similar thing as this poster since I am new to CSIDE on Linux it is quite possible I do not know what I am doing. My CS Server binaries and install directories are owned by root:root the main oracle install owned by oracle:install.I start my llserver with the sudo root command start_lladmin and…
-
LINUX RHEL 7.8
I created a module in Windows 2016/CSIDE that contains one or two RH's a bunch of java code So far good they have been in use for more than a year. We have a potential customer on Linux CS so I tried installing my module. The module did not install from my past knowledge with builder and UNIX I renamed it by module.oll to…
-
Can't create module in CSIDE
I have been trying to set up Oclipse CSIDE as an OScript novice, in order to use it for SmartUI SDK. However, I have been struggling with creating a module in Oclipse. After entering module name and version in the Wizard and clicking OK, I receive "java.lang.reflect.InvocationTargetException". Looking further down in the…
-
OUnit Test suite in 21.4 CSIDE
Hi, When I upgraded CSIDE, I noticed a new control, an OUnit test control: It looks like an Oscript version of the JUnit test suite you find in your typical Java project. As someone who is trying to implement more TDD in my Oscript development, I have to ask if there is any guidance on how to use OUnit tests? I haven't…