Issues while installing or starting Applications Manager with PostgreSQL backend database

Issues while installing or starting Applications Manager with PostgreSQL backend database

Problem 1 :
When starting Applications Manger in Linux with PostgreSQL backend, the following error message is displayed :
Check the permission of AppManager/working/pgsql/data/amdb directory.
Permissions should be u=rwx (0700) or u=rwx,g=rx (0750).
Solution : 
This is due to the PgSQL invalid permissions error.
To solve this issue, navigate to <APM_home>/working/pgsql/data directory in the terminal and execute the following:
chmod 700 amdb  
   (or)
chmod 750 amdb
This will rectify the invalid permissions error.






                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Installing Applications Manager in AWS

                        Applications Manager can be installed in EC2 instances in both Windows and Linux platforms.  Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in EC2 for Windows Go to EC2 console and launch an "Windows" instance ...
                      • Issues while upgrading Applications Manager with PostgreSQL backend database

                        Problem 1: After installing Applications Manager with PostgreSQL as backend (For versions 14850 and above), the following error message is shown due to error the initPGSQLDB.sh file because of missing GLIBC_2.9 library file:  ./initdb: ...
                      • Issues while installing or starting Applications Manager with Microsoft SQL Server backend database

                        Problem: Unable to install or start Applications Manager using Microsoft SQL Server database as backend. Solution: Follow the below troubleshooting steps to resolve the issue: 1. On the Microsoft SQL server host, go to Start -> All Programs -> ...
                      • Installing Applications Manager in Microsoft Azure

                        Applications manager can be installed in Azure Virtual Machines in both Windows and Linux platforms.  Applications Manager comes with bundled PostgreSQL. Installing Applications Manager in VM for Windows Go to Virtual Machines and create a "Windows" ...
                      • Maintenance of Applications Manager backend database

                        Note: Please take complete database backup without fail prior to these steps. I. Applications Manager with PostgreSQL Database. Shutdown all Applications Manager related process as follows: For windows: Open services.msc --> stop ManageEngine ...