Postgres database not installing for 2024.3

Postgres database not installing for 2024.3

Question
During the installation process of DigitalHive 2024.3 on Windows Server, this error occurs:  
Notes
*Where: 
Build file 'C:\DigitalHive\theia.gradle' line: 196
*What went wrong:
Execution failed for task ':initializeDatabase'
>java.io.FileNotFoundException: c:\DigitalHive\ContentStore\data\postgresql.conf (The system cannot find the file specified)
Trying to execute these commands to manually register the Content Store: 
c:\DigitalHive\ContentStore\bin\pg_ctl.exe register -N "DigitalHive Content Store" -D
c:\DigitalHive\ContentStore\data -w
produced an error indicating vcruntime140.dll was missing. 

Answer

Need to install the latest Microsoft Visual C++ Redistributable package: 

    • Related Articles

    • Installing Digital Hive 2024.3 on Linux

      Overview The 2024.3 Digital Hive release brings a lot of new capabilities to the market. In order to deliver some of the new features, changes to the underlying technology stack that underpins the Digital Hive solution had to be made. The 2024.3 ...
    • Installing the Digital Hive Software

      Question How do you install Digital Hive? Answer Digital Hive can be installed in Windows or Linux environments. Installing Digital Hive on Windows Prerequisites for installing Digital Hive on Windows Microsoft® Visual C++ 2013 runtime library ...
    • How to Clone Digital Hive Using a Direct Copy of the Database

      Question How can I clone or migrate one Digital Hive environment to another environment? Answer The same version of Digital Hive needs to be installed in both the original and new environment. Steps Install the same version of Digital Hive in the new ...
    • Upgrading Digital Hive on Linux to the 2024.3 Release

      Overview The 2024.3 Digital Hive release brings a lot of new capabilities to the market. In order to deliver some of the new features, changes to the underlying technology stack that underpins the Digital Hive solution had to be made. The 2024.3 ...
    • Cleaning up Stale Lobs

      Question I see errors like this in the theia log: org.postgresql.util.PSQLException: ERROR: large object 443111 does not exist Is there anything that I can or should do? Answer If you often delete images then it is suggested to run a vacuum job to ...