Login failed from Jdeveloper 11.1.1 to E1 9.1

RKUSA

Active Member
Hi,

I have installed Jdeveloper 11.1.1.5.0 with my JDE 9.1 ( tools 9.1.3.1). I have opened jdeveloper from JDE and right clicked on DV910 from Application Navigator and select New EnterpriseOne Project and got error "Login failed"

Would you please let me know if I am missing any step for jdeveloper installation. JDE works fine from this client machine.

ERROR LOG says below, but I don't know where to fix.

13 Aug 2015 09:14:57,677 [SEVERE] - [INTEROP] Unable to get initialize UserSession com.jdedwards.database.base.JDBException: [DATA_SOURCE_NOT_FOUND] Data source for F00950, TBLE not found. ([ORACLE_TNSNAMES_ENTRY_NOT_FOUND] Entry not found for database E910 in Oracle TNSNAMES file.)
13 Aug 2015 09:14:57,678 [SEVERE] - [INTEROP] [DATA_SOURCE_NOT_FOUND] Data source for F00950, TBLE not found. ([ORACLE_TNSNAMES_ENTRY_NOT_FOUND] Entry not found for database E910 in Oracle TNSNAMES file.) com.jdedwards.system.connector.dynamic.ServerFailureException: [DATA_SOURCE_NOT_FOUND] Data source for F00950, TBLE not found. ([ORACLE_TNSNAMES_ENTRY_NOT_FOUND] Entry not found for database E910 in Oracle TNSNAMES file.)
13 Aug 2015 09:14:57,679 [SEVERE] - [INTEROP] Exception occurred while validating role and/or environment in Java Connector Login method:[DATA_SOURCE_NOT_FOUND] Data source for F00950, TBLE not found. ([ORACLE_TNSNAMES_ENTRY_NOT_FOUND] Entry not found for database E910 in Oracle TNSNAMES file.) com.jdedwards.system.connector.dynamic.ServerFailureException: Exception occurred while validating role and/or environment in Java Connector Login method:[DATA_SOURCE_NOT_FOUND] Data source for F00950, TBLE not found. ([ORACLE_TNSNAMES_ENTRY_NOT_FOUND] Entry not found for database E910 in Oracle TNSNAMES file.)



Thanks,
Kaushik Roy
 
Hi,


13 Aug 2015 09:14:57,677 [SEVERE] - [INTEROP] Unable to get initialize UserSession com.jdedwards.database.base.JDBException: [DATA_SOURCE_NOT_FOUND] Data source for F00950, TBLE not found. ([ORACLE_TNSNAMES_ENTRY_NOT_FOUND] Entry not found for database E910 in Oracle TNSNAMES file.)

You need to fix your tnsnames.ora file - Add your database details in. Fix your jdbj.ini file inside DV910\ini\sbf. See where the tns file is configured to as well.
 
Back
Top