Best Of
Re: Logs files on servers
Hi.
- Yes, these files are stored with the extension *.tmp but are actually printfiles that hasn't been able to reach its destination. so if you don't need to send them to 'wanted destination' you can delete them… actually the whole folder can be deleted.
- if you don't use these *trc-files for anything, there is no problem deleting them. the Exstream-service doesn't 'lock' them.
//Stig ;-)
Re: Logs files on servers
Hi there,
The undeliverable files are most likely spool files that could not reach their destination. They could be pointing to old printer servers or old printers.
They could also be other output files that could not reach their network destination.
You should be aware of why these files are being created as someone may be missing them :-)
When it comes to the *trc files you should troubleshoot them separately as they are custom files unique to your project.
You will see in the log files any “undeliverable” entries and possibly the reason why.
You may want to add a housekeeping task that removes anything like this that is more than X days old.
Good luck!
Vyv
Re: Exstream CE 25.3 - PDF/UA - not passing PAC test
Hi Madhukar,
uhhh, you might have made my day. I'll curiously wait for that. Thank you so much for this info!
Re: Exstream CE 25.3 - PDF/UA - not passing PAC test
Hi Tobi,
The changes are not available in the latest hotfix. We are planning to release a new hotfix in a few weeks. I will update here once it is released. You can test it then.
Re: D2 Smartview url parameters
This shows the parameters for our embedding of URLs but the parameters for auth/app, etc should be the same. See if this helps.
Streamlined Access to In‑Demand Developer Services
Accelerate Innovation with the OpenText™ Cloud Platform
The OpenText™ Cloud Platform (OCP) is a next‑generation Information Management‑as‑a‑Service platform that powers the OpenText™ Core family of multi‑tenant SaaS applications and Thrust Services. Built on a highly secure and highly available architecture, OCP delivers the information management capabilities modern organizations need—scalable, resilient, and ready for rapid integration.
Whether you’re a startup building your first SaaS product, an ISV extending your platform, or an OEM embedding intelligence directly into your solutions, OpenText provides streamlined API access designed to help you move faster without compromising on enterprise‑grade reliability, security, or governance.
Now Available by Credit Card: Key OpenText Thrust Services
Organizations can now purchase select OpenText services directly by credit card—making it easier than ever for developers to start building with powerful information management capabilities.
Thrust Services Bundle
RESTful APIs for storage, metadata, capture/OCR, AI‑driven classification, workflow automation, and granular access control—ready to embed directly into your application stack.
Signature Thrust Services
Secure e‑signature APIs with audit trails, signer verification, and compliant document handling for regulated or high‑assurance workflows.
Information Intelligence Thrust Services
AI‑powered content intelligence that analyzes, classifies, and extracts metadata while detecting risk to support governance, compliance, and automation initiatives.
Faster Access. Faster Innovation.
Skip slow procurement cycles and complex onboarding. With OpenText’s credit‑card purchasing and developer‑ready APIs, teams can get up and running quickly—testing, building, and shipping smarter applications without friction.
Start Building Today
Explore available plans, test services for free, and begin integrating OpenText APIs into your applications:
Re: OpenText Content Server IDE (CSIDE) 25.x Complete Documentation
Just to add some further color to these great responses:
When you create WebReports, you are actually creating OScript. When a WebReport is submitted, the code on the backend converts the WebReports template (reportview ) into an optimized OScript file that is cached, and compiled, so when you run a WebReport you are running native, compiled Oscript code. Of course the more complex each reportview is, and the more "Tags" you use, the more Oscript code you are running, but behind the scenes you have chunks of OScript that are completely supported by OT to remain compatible with each Content Server release. That is why historically, WebReports were seen as a good alternative to native Oscript. Of course there are still ways to write bad (non-robust) WebReports if you don't actually use the tools provided. The tag library is essentially an API to use Oscript functions in a supported way.
The basic WebReports paradigm is completely analogous to many modern day "template" based technologies that allow content and tags (usually handlebar/moustache type syntax in newer languages). There are essentially three main components in every one of these technologies and the table below shows how they compare. The WebReports tag syntax is unusual, but you only need to learn these three tag types. After that it's all about the specific API endpoints provided by these tags and there is an excellent tag guide provided to learn these items. I should also note that WebReports also support OScript blocks of code that allow basic Oscript script to be added to any WebReport. Several limitations are implemented with this feature to maintain the strict API, but it does provide a simple scripting ability to supplement the template approach, as is the case with other technologies listed below. Why the funny tag syntax? Well WebReports tags were designed to match the WebForm tags that existed back in 2002-3 when WebReports was first created. This technology pre-dated more modern types or syntax with Django possibly leading the way in about 2005.
Finally, with all of the approaches listed, the success is often about design and architecture, how the application is broken down into functional components, how you query data (SQL queries are the most common reason for performance issues ), filtering and sorting can be down at the DB level, or the server level, or in the client. WebReports has historically provided a platform that allows fairly swift implementation of applications, but as with all technologies, maximum performance, security, portability, and usability require a more rigorous development process, or (as is often the way) an interactive improvement process. We see many existing WebReport customers in this phase of review and improvement and thus that is where we have focused our products and services today.
Greg Petti
Re: OpenText Content Server IDE (CSIDE) 25.x Complete Documentation
The AddressBook example mentioned by @appuq is available in older versions of the CS IDE docs, but as mentioned the OT training course is a good place for the basics, but there is still a big gap between that and actual live solutions, forums like this can help along with experienced resources.
SmartUI/JATO is one interface option, but may not deliver what you need for your solution(s), e.g. Classic UI support etc. It also have a vastly different skill profile for development resources.
AnswerModules is a more developer focussed overlay that WebReports allowing deeper integration with OTCS, but again a good grounding in OScript development will help you understand why the scripts in Groovy need to be as they are etc.
Re: OpenText Content Server IDE (CSIDE) 25.x Complete Documentation
Hi, it looks like my previous comment didn't make it in. Just to build on what Appu and Greg have mentioned, both extremely experienced in this area, Content Server has very many options for personalizing and customizing. In the Classis UI, there are appearances, ActiveView, WebReports and others that provide a layer of development without oScript and using common web standards like HTML, JS, CSS, etc. In the Smart View, there are widgets that allow for custom and dynamic content and custom perspectives, as well as CSS file configuration for changing the overall style. I always suggest customers look at all the options and compare to their needs and their skills in house.
One thing I will add about WebReports is that it used to be a separate purchased module, but it has since been rolled into core Content Server and is available at no extra cost, and there is a lot of solid documentation to get started, so its worth looking at as there is no cost associated with trying it. We are still using it to build full applications for Content Server, including a modern development environment with AI tools, such as in the attached screenshots.
Re: OpenText Content Server IDE (CSIDE) 25.x Complete Documentation
Why not consider training? The documentation available, along with the creation of a sample module, kind of covers the most commonly used aspects of code. Also, Oscript is not a widely used software; it gets used only in OTCS, so unless a company/organization has committed towards creating a technical debt vis-à-vis you will find this difficulty. Currently, Oscript is widely used by partners who create products and modules, and it so happens that a lot of them are experienced or ex-opentexters.
Most OT installs will not even allow custom modules to be installed, especially in cloud and others, unless you are a name-brand recognized vendor/partner, so most customers get by doing lighter integrations (SOAP/REST/WR/AM).
AM (answermodules) is probably the easiest way to add functionality to OTCS in a relatively cost-effective way, as you can find a lot more Java/Groovy programmers.WR is also used as an alternate way.
For self-study, I had found that doing the addressbook module, this module is akin to a "Hello World" of Oscript .OT used to maintain it for some time. I think I was the last one who made something that works in CSIDE. This teaches the developer subtypes, request handlers,webnodes, and commands; however is geared towards Classic UI, which is weblingo.WF and Event Scripting were easy wins, but nowadays WR offers you that much more easily.
For SmartUI, you have to invest in an SDK and work through the example, although SmartUI is a way of doing powerful rest based javascript, and that is how the world is going. Perhaps with AI, SmartUI might now be easier.
Hope some of it made sense :)





