OpenText Enterprise World Europe 2019 – Day 2
Day 2 of OTEW, we followed the global stream this morning which was taking most of the points from yesterday. But we had the pleasure to have a session from Dr. Michio Kaku, Theoretical Physicist,...
View ArticleOpenText Enterprise World Europe 2019 – Day 3
Last but not least, today was mainly dedicated to demos and customer cases. It started with the global stream presenting some OpenText applications like Core for Quality: An application developed with...
View ArticleDocumentum : Dctm job locked after docbase installation
A correct configuration of Documentum jobs is paramount, that’s why it is the first thing we do after the docbase installation. A few days ago, I configured the jobs on a new docbase using DQL, and I...
View ArticleWhen you change the UNDO_RETENTION parameter, the LOB segment’s retention...
Below, I will try to explain, a particular case for the general error : ORA-01555 snapshot too old error.. Normally, when we have this error, we are trying to adapt the retention parameters or to tune...
View ArticleHow To Push An Image Into Amazon ECR With Docker
8 Steps To Push An Image Into Amazon ECR With Docker Please bear in mind that Amazon elastic container registry (ECR) is a managed AWS Docker registry service. In this topic, we will use the Docker CLI...
View ArticleUsing operating system users to connect to PostgreSQL
PostgreSQL supports many authentication methods by default and one of them is Ident authentication. Using that method you can use the users defined in the operating system and map them to users in...
View ArticleWindocks, SQL Server and Azure in our internal CI pipeline
During the last DevOps Day in Geneva, I presented a sample of our CI implementation related to our MSSQL DMK maintenance product. It was definitely a very good experience for me and good opportunity to...
View ArticleAuditing with EDB Postgres Enterprise
It might be that there is a requirement to audit operations in the database. Maybe because of legal requirements, maybe because of security requirements or whatever. I’ve already written a post in the...
View ArticleThe EDB filter log extension
This is another post dedicated to EnterpriseDB Postgres. Sometimes you may want to get specific messages not getting logged to the server’s logfile or audit records. That might be specific error codes...
View ArticleCause for looping sssd
In RedHat Enterprise Linux 7, the sssd daemons can connect to active directory servers. Default behaviour is to update DNS entries dynamically. If a statical DNS entry already exists this can lead to a...
View ArticleSecond Meetup SOUG / DOAG /AOUG Region Lake of Constance
Tuesday last week I attended the second meeting of SOUG region lake of constance which took place at Robotron Switzerland in Wil SG. Eleven people attended this event, Georg Russ hold a quite...
View ArticlePostgreSQL 12: More progress reporting
PostgreSQL 9.6 introduced a new view called pg_stat_progress_vacuum which gives information about currently running vacuum processes. That was a great addition because since then you could easily...
View ArticleRCSI with foreign keys, NULL values and paramater sniffing behavior
In this blog post let’s go back to the roots (DBA concern) with a discussion with one of my friends about a weird transaction locking issue. In fact, this discussion was specifically around two...
View ArticlePostgreSQL 12: generated columns
PostgreSQL 12 will finally bring a feature other database systems already have for quite some time: Generated columns. What exactly is that and how does is look like in PostgreSQL? As usual, lets start...
View ArticlePostgreSQL 12: Copying replication slots
The concept of replication slots was introduced in PostgreSQL 9.4 and was created to prevent a primary instance to delete WAL that a replica still needs to apply. That could happen when you have a...
View ArticlePostgreSQL 12: Explain will display custom settings, if instructed
How many times did you try to solve a performance issue but have not been able to reproduce the explain plan? Whatever you tried you always got a different result. Lets say you managed to get a dump of...
View ArticleDocumentum – MigrationUtil – 4 – Change Host Name
In this blog I will change the Host Name, it comes after three blogs to change the Docbase ID, Docbase Name, and Server Config Name, hope that you already read them, if not don’t delay So, let’s change...
View ArticleHow to stop Documentum processes in a docker container, and more (part II)
ok, Ok, OK, and the docker part ? In a minute. In part I of this 2-part article, we showed how traps could be used to control a running executable from the outside. We also presented a bash test script...
View ArticleHow to stop Documentum processes in a docker container, and more (part I)
How to stop Documentum processes in a docker container, and more Ideally, but not mandatorily, the management of Documentum processes is performed at the service level, e.g. by systemd. In my blog...
View ArticleDocumentum – RCS/CFS installation failure
A few weeks ago, I had a task to add a new CS into already HA environments (DEV/TEST/PROD) to better support the load on these environments as well as adding a new repository on all Content Servers....
View Article