Solution ID: prim10875 |
On Oracle single-instance database: "Error: Invalid Database. The database you are connecting to is not a Project Manager database." |
Status: Reviewed |
Version(s): 4.0 |
Fact: | Single instance oracle database |
Problem: | When connecting to a single-instance oracle database the following error is received: ”Error: Invalid Database. The database you are connecting to is not a Project Manager database.”
or: “Error: Invalid Database. The database you are connecting to is not a Methodology Manager database’ when connecting to a database via Methodology Manager.”
The database can be connected to successfully when configuring the database connection. |
Cause: | This message will be returned if connecting to a Methodology Manager database via the Project Manager client or vice versa. See: prim1552 - Error: Invalid Database. The database you are connecting to is not a Project Manager database. However, on a single-instance oracle installation the issue is likely to be caused by the ‘Private database logins’ being incorrectly configured. For security purposes there are three database level usernames and passwords that are used for various purposes within the application. These are:
When a client logs into the Project Manager application, the application connects to the database using ‘pubuser’ and reads the ‘private’ database user details. When a client logs into the Methodology Manager application, the application connects to the database using ‘pubuser1‘ and reads the ‘private’ database user details. The issue above can occur when the database names get ‘confused’. E.g. If the ‘pubuser1‘ login becomes associated with the ‘privuser’ database login then an error will occur. Please follow the instructions below to resolve the issue. |
Fix: | For Project Manager:
From Methodology Manager:
|