#opentext — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #opentext, aggregated by home.social.
-
Falls Ihr schon immer Sumerisch lernen wolltet: Schon 2023 wurde von Walther Sallaberger und Laurent Colonna d’Istria das dreibändige Lehrbuch " Sumerisch: Eine Einführung in Sprache, Schrift und Texte" veröffentlicht.
Frei bei Epub der Uni München.
#Sumer #sumerisch #sumerian #Keilschrift #Cuneiform #Geschichte #Mesopotamia #OpenText
-
@briankrebs this toot brought back memories. One of my first commercials was a spot called “Patch Tuesday” for a little company called Novell.
-
New OpenText capabilities enhance enterprise defense with AI across identity, data, and apps https://www.helpnetsecurity.com/2025/10/30/opentext-cybersecurity-capabilities/ #Industrynews #OpenText
-
Building a stronger SOC through AI augmentation https://www.helpnetsecurity.com/2025/09/24/tim-bramble-opentext-ai-soc-value/ #Artificialintelligence #incidentresponse #cybersecurity #Don'tmiss #Features #Hotstuff #OpenText #strategy #News #LLMs #SOC
-
AI can’t deliver without trusted, well-governed information https://www.helpnetsecurity.com/2025/08/29/ai-readiness-complexity/ #Artificialintelligence #PonemonInstitute #OpenText #strategy #report #survey #News
-
OpenText unveils AI-powered threat detection and response capabilities https://www.helpnetsecurity.com/2025/02/21/opentext-core-threat-detection-and-response/ #Industrynews #OpenText
-
OpenText Cloud Editions 24.4 blends AI with secure data connectivity https://www.helpnetsecurity.com/2024/11/20/opentext-cloud-editions-24-4/ #Industrynews #OpenText
-
OpenText Cybersecurity Unveils 2024’s Nastiest Malware – Source: www.darkreading.com https://ciso2ciso.com/opentext-cybersecurity-unveils-2024s-nastiest-malware-source-www-darkreading-com/ #rssfeedpostgeneratorecho #DarkReadingSecurity #CyberSecurityNews #DARKReading #OpenText
-
OpenText Cloud Editions 24.3 elevates human potential https://www.helpnetsecurity.com/2024/07/17/opentext-cloud-editions-24-3/ #Industrynews #OpenText
-
OpenText Boosts MDR Offering for MSPs With Pillr Acquisition – Source: www.databreachtoday.com https://ciso2ciso.com/opentext-boosts-mdr-offering-for-msps-with-pillr-acquisition-source-www-databreachtoday-com/ #rssfeedpostgeneratorecho #CyberSecurityNews #DataBreachToday #DataBreachToday #OpenText #Boosts
-
OpenText laying off 8% of staff. ~1200 people.
Also OpenText.
OpenText reported fiscal year 2022 revenue of $3.5 billion, including cloud revenue of $1.5 billion, customer support revenue of $1.3 billion, licensing revenue of $350 million and professional services revenue of $270 million.
-
Today I wondered how to get #OpenText #BizMapper to insert a data row into a #database table, after processing the input source that is read from a #DB, while it constructs a document output to the file system (or an #mq, not a db).
It does not seem possible.
The solution is to turn around the process: get the data row entered first, then use that to construct the output document, then update the data row in post.
-
Last week I migrated one of my #dataIntegration #software applications. It went from #XML input and #JSON output to JSON input and output, and at the same time from #Oracle #Java8 to #IBM #Java11.
That move cut away 2/3rds of the #sourceCode.
The functionality stayed roughly the same. Some validations got omitted. I may wind up adding them back in.
This is the way forward. It wouldn't have been possible without tooling that produces JSON documents. #OpenText #BizMapper -
Brand power vs. product power - David Friend
Contributor
Share on Twitter
David F... more: http://feedproxy.google.com/~r/Techcrunch/~3/ul_ZuRl13gI/ #advertisingtech #cloudstorage #carbonite #marketing #startups #articles #business #opentext #column #brand #solo #tc -
OpenText buys data backup firm Carbonite for $1.42B - Carbonite has agreed to a $1.42 billion purchase by OpenText, an enterprise information management ... more: http://feedproxy.google.com/~r/Techcrunch/~3/eEaPnJAz8Go/ #cloudstorage #worldwideweb #carbonite #computing #security #chairman #opentext #cloud
-
Did I mention #OpenText has an office on the other side of my town? I've become quite familiar with the #BizLink, #BizMapper, and #BizManager products they bought from #GXS. BizManager has some #usability and #accessibility issues. And its web interface is written in #JSP. I know #java, #webstandards, and JSP from long ago (BizManager's JSP seems that old). Maybe I should offer them my help?
-
Last week my team learned about a limitation in #XML processing in the #BizMapper application by #OpenText (formerly by #GXS):
If an XMLElement has 2 or more children with the same name, and the source format for that element has its sort order set to unordered, then BizMapper no longer knows which child element to pick.
We wanted the 2nd. BizMapper gave us the 1st.
This is understandable behavior. It's also quite annoying. We reached out to their support and hope for a solution. -
The solution to this failure is 2-fold:
- recognize that the field got assigned a #namespace;
- set the field's namespace to empty (don't remove it!).
#businessIntelligence #BI #BizMapper #OpenText #XML