Solution ID: prim12076 |
Error: "The login name you specified was not found. Please use a different login name or choose Cancel to exit the application" |
Status: Reviewed |
Version(s): 4.0, 4.1, 5.0 |
Problem: | Error: “The login name you specified was not found. Please use a different login name or choose Cancel to exit the application” |
Problem: |
Error: “The login name you specified was not found. Please use a different login name or choose Cancel to exit the application” logging into MM Oracle database |
Cause: |
Both PM and MM were created in the same Oracle instance. |
Fix: | Ensure you are entering a correct username. A list of users who can log into Project Manager / Project Management can be found by logging in as an Admin Superuser and clicking on Admin, Users. Alternatively, try running the following query through Query Analyzer or SQL Plus: select user_name from users where user_id in (select user_id from usereng where db_engine_type=’PM’) |
Fix: | Solution #2 If both PM and MM were installed into the same Oracle instance, it was necessary to create non-default usernames when creating the MM database. DBCONFIG.EXE may not have been configured properly for the MMDB connection. Check to make sure that the Hostname, Database name, and the Oracle Connection string are pointed appropriately. DBCONFIG also needs to connect to the MM privuser and pubuser accounts for successful connections to occur. This would include altering Private Database Logins.
|