-
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…
-
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…
-
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…
-
Avoiding subtypes ID collison when creating a new Volume
Hi Folks, I am trying to create a new volume in Content Server, and it looks like what we need is just: Object llNode = $LLIAPI.LLNodeSubsystem.GetItem( TheIDOfTheVolume )
llnode.NodeAlloc( session, TheNameOfTheVolume) But this is assuming that we already know the ID of the volume. The thing about this ID, is that 0 to…