PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Cannot login to application designer for peoplesoft

edited Jun 4, 2013 6:42AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 11 commentsAnswered
Hello Guys,
Here is the scenario:

I have multiple oracle databases with the same name as PSPROD on different physical servers. The two tns entries are as follows:

PSPROD =
   (DESCRIPTION =
     (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.24.181)(PORT = 9988))
     )
     (CONNECT_DATA =
       (SERVICE_NAME = PSPROD)
     )
   )

PSPRODT =
   (DESCRIPTION =
     (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.15.161)(PORT = 9988))
     )
     (CONNECT_DATA =
       (SERVICE_NAME = PSPROD)
     )
   )


We are trying to connect to PSPRODT via application designer - it gives me error: Invalid user id and password

I remove the 1st entry from tnsnames.ora file and change the 2nd entry to following

PSPROD =
   (DESCRIPTION =
     (ADDRESS_LIST =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.15.161)(PORT = 9988))

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center