Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Blazon fail to convert part of word files to PDF until restart the IGC services
The Content server version is 16.2.1. There's a customized webreport sub-tag to call blazon to convert word to pdf and add banner/watermark (oscript). This sub-tag works good for many years. But recently it meets problem. For example, there were more than 20 workflows using this sub-tag to convert file. Nearly half of them…
-
The items are not from the same database
In workflow, we have a EventScript which is simply there to initiate another series of workflow instances based on the attributes of the WF you are creating. After upgrading from CS16.2.4 to 22.3 (16.2.21.2017), this event script has stopped working. Having debugged it and stepped through into the Core modules, we have…
-
OBuild - parser errors
Hi OT Gurus (particularly @Dave Carpeneto @Juliano_Ghisi @Hany Samuel @Stephan Baumann). Working with OBuild, I've noticed something that I'm seeking guidance on whether this is a known issue/limitation, or whether perhaps some coding practices need review. For quite some time, OScript has permitted referencing…
-
CSIDE 23.4 now available for download
Greetings OScripters: I just noticed that CSIDE 23.4 was posted to the Knowledge Centre ~ 2 weeks back. For reference the binary can be grabbed @ and the release notes are @ . New in this release is functionality that provides unit test coverage information. There's also a new feature which simplifies patch creation. Full…
-
OBuild: OScript commandline build tool
In 22.4 release, we release our new tool OBuild. This is a CLI tool to build OScript Modules without the need to have Eclipse or GUI. This tool is mainly for third party developers who wish to automate their build process and build a CI/CD pipeline which has been always a challenge if you only use CSIDE. We really love you…
-
How to get folder(Node) details using API's Including sub nodes and metadata.
Hi Team, Please let me know How to get folder(Node) details including metadata and sub nodes using API's in content server Thanks in advance.
-
How to download documents using content server api's
Hi team How can I download bulk documents in content server using rest API's Thanks
-
Shortcuts edit
Hello, everyone) I have some created shortcut based on URL. What does it URL mean? and how I can make some changing in this shortcut (it's not my creation)? If you have information, please help me
-
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…
-
Create new REST API
Hello! I need to develop new REST API to get some data in JSON format (OScript eclipse). But I haven't information how it possible. Where do I begin? Where I need registered my new API? Explain me please, or share information about it
-
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.
-
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?
-
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?
-
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?
-
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?
-
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…