Troubleshooting with Simple Installation
If you encounter an issue while installing TIBCO MDM with PostgreSQL, you may resolve the issues by completing the common troubleshooting procedures.
Issue | Description | Solution |
---|---|---|
Database specific error | The following exception is displayed in
$MQ_HOME/log/elink.log:
Unable to get managed connection for java:jboss/eCMDataSource The exception may get display due to the following reasons:
|
To resolve this error, perform the following steps:
Execute pg_start.bat/.sh and pg_stop.bat/.sh to start and stop PostgreSQL Server. The files are located at $MQ_HOME/db/postgreSQL/install. Execute pg_init.bat/.sh to initialize the PostgreSQL database instance. The files are located at $MQ_HOME/bin/pgsql. Perform the following tasks:
|
The
pgAdmin4 tool Error
|
When you run
pgAdmin4.exe from $MQ_HOME\bin\pgsql\pgAdmin4\bin, the black page is displayed.
The issue occurs on Windows 2008 R2 and PostgreSQL combination. |
Install PgAdmin 4 Client standalone. |