CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
CSIDE - Working with Linux
Hi, I recently completed the Content Server IDE (CSIDE) Fundamentals & Content Server System Administration l 16.2.8 courses and wanted to start implementing what I learned in our environment. Problem is that the courses had everything on a windows server and we have content server on linux. I'm not really sure how to get…
-
Brava now opening signed documents & CoreSignature question
Hello everyone, my team is trying to implement a special third party signing solution through the use of workflows, one problem that we came across was with Brava! when we tried opening documents that were already electronically signed It just gives us an error. Any help on how this can be fixed or why it is happening? We…
-
Create an OScript object based on Class
Like in other languages I need to have an Object in my OScript module. This object will have properties and methods. So I would like to define it as a Class and then create an instance. Is it possible to do in OScript? Could somebody share an example?
-
Which certificate store used when Oscript calls Java libraries
Hi, I have some Oscript that calls an API via the Apache HTTP Client library. I'm getting a (well known) certificate error, mainly this Java exception: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to…
-
Locked out of Admin account after changing the password
Hello, I tried installing an instance of CS on my local PC, using Apache Tomcat, SQL Server and OTDS, I solved all of the errors by myself and I managed to get OTCS running on localhost, I was in, I could do and access everything, the thing is OTCS told me to change the admin password, I did, and restarted CS as I was…
-
Validation of input fields in Content Server
Hello Please could you let me know if anyone has tried to validate attributes in Content Server, like attribute type, attribute length and other conditions?
-
Order of bind variables in CAPI.Exec()
Hi, I was writing a function that does either an Insert or an Update, depending on whether there is already a row for that UID. The table is simple - consisting of an ID numeric field and a CLOB field. In my SQL, I use bind variables, :A1 and :A2 for the two pieces of data. Depending on whether it's an insert or an update,…
-
Oscipt dbwizapi issue in Oclipse
HI Team , We are facing Oscript issue when we open opentext modules in Oclipse. It is giving error "An object was not specified.At dbwizapi:DBWizApiSubSystem.ConfirmSchemaVersion line 84. Any opentext patch is missing?Can anyone advise on this issue? I have attached screenshots for your reference
-
Custom module recompilation
Hi Experts, We have a custom module which is developed for Livelink 9.7.1 to apply permissions once folders are created using workflow. While recompiling this module to make it compatible with CS20.4. we are getting "unknown feature specified error" for below line in code. RecArray.AddRecord( array, { obj,…
-
add custom search region
Dear Mates, Is there is a way I can add a custom search region using the interface. I have an object with different custom property and that property needs to be indexed and when I hit the search using that new property I should get the results. Like OTName i need this custom property to be indexed and searchable. Please…
-
Support for the Private function suffix
just checking, the OnLine documentation for the latest CS IDE indicate the the PRIVATE function prefix currently does nothing and that only PUBLIC and OVERRIDE have been implemented, although PRIVATE is there for a future release…
-
Change workflow attribute value from outside workflow instance
Hello, I'm still green to to OScript, so I'm not sure if what I'm asking is possible. What I'm doing: I have a dashboard-style Webreport that lists all instances of a workflow that are on a particular step. These workflow instances are grouped into to two tables based on the value of one of the workflow's attributes (set…
-
Getting error while opening from Eclipse :no OPENSSL_Applink
Hi Experts , Need help in resolving this issue to explore Eclipse Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 OTCS Content Server 16.2.8 (2019-03), build 768 Attaching snap
-
Build clean removes features from compiled orphans
Hi, I've seen this behaviour for a number of years now but it's very non-determininstic and very hard to pin down. It also seems to only occur with orphaned objects. The scenario is something like this: * I orphan a request handler (or a Utils pkg) into my oscript project; * In the source, I add a new method to the orphan…
-
List of functions that change between versions
Hi, Does OpenText still publish a list of functions that have changed between versions so that 3rd party developers can review any custom code blocks that might override them? There was a time when OT did this, but last I had heard of it was in 2013. If so, where is the link? Thanks in advance -Hugh
-
Adding an ospace to existing module - managing the upgrade
Hi, This has probably come up a few times, but admittedly it's not frequent. Let's say you have a module with, say, 2 ospaces. Now, in the new version, let's say you add a 3rd. Now you have a module with a higher revision number, so when you drop it in staging, it shows up as upgradeable. If you go through the vanilla…
-
CSIDE/Eclipse freezes every time I make an object change
Hi, I'm noticing with the latest CSIDE plug-in on CS 20.4 that any time I edit an .os file and try to save it, Eclipse freezes up for about 45 seconds to a minute. During this time, the application is showing in task manager as non-responsive. I have the same plug-in on CS 20.2 and CS 20.3 without this issue (or at least I…
-
Resource does not exist
When we try to debug , eclipse is getting prompted at the break point location, but its showing resource does not exist, other codes are able to connect to source code and working in the hierarchy. Attached screen snapshot for reference
-
Getting a list of group names for a user in OScript (querying OTDS)
I have a custom OScript REST API and I need to check the group membership of the user as I want to limit access to the API to a specific group. The group is available in the connected OTDS instance. Is there sample code to do this?
-
Best Practices for making Admin request handlers available to business admins
Hi, Is there a guide or best practices for setting up admin sections and their usage privileges? I managed to reverse engineer my way to a functioning module where some of the request handlers will show up on the admin page that Business Administrators see. I have an orphan of the BusinessPrivilege object in WebAdmin which…