Can not login to server from workstation

Quan Zongliang

Member
Hi, guys.

Three server had been installed(Windows 2003):
JDEDS - Management Console
JDEES - Enterprise Server
JDEOAS - Oracle Application Server & EnterpriseOne HTML Server

Solution explorer in JDEDS works fine.
But when I install a workstation to another computer(Windows-XP), it can not connect to server. Always prompt me "Database Password Entry" dialog.

jde.log
420/3000 MAIN_THREAD Tue Sep 14 17:39:54.062000 Jdb_ctl.c4065
Starting OneWorld

420/3000 MAIN_THREAD Tue Sep 14 17:39:59.218000 dbinitcn.c899
OCI0000065 - Unable to create user session to database server

420/3000 MAIN_THREAD Tue Sep 14 17:39:59.218001 dbinitcn.c904
OCI0000141 - Error - ORA-01017: invalid username/password; logon denied

420/3000 MAIN_THREAD Tue Sep 14 17:40:56.953000 dbinitcn.c899
OCI0000065 - Unable to create user session to database server

420/3000 MAIN_THREAD Tue Sep 14 17:40:56.953001 dbinitcn.c904
OCI0000141 - Error - ORA-01017: invalid username/password; logon denied

420/3000 MAIN_THREAD Tue Sep 14 17:41:00.062000 dbinitcn.c899
OCI0000065 - Unable to create user session to database server

420/3000 MAIN_THREAD Tue Sep 14 17:41:00.078000 dbinitcn.c904
OCI0000141 - Error - ORA-01017: invalid username/password; logon denied

jdbj.ini
[JDBj-BOOTSTRAP SESSION]
user=JDE
password=
environment=DV900
role=*ALL

[JDBj-BOOTSTRAP DATA SOURCE]
name=System - 900
databaseType=O
server=JDEES
serverPort=1521
database=JDE
physicalDatabase=
owner=SY900
lob=true
unicode=true
databaseInstance=

tnsnames.ora
E1LOCAL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = JDEDS)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = E1Local)
)
)

ODBC only has "OneWorld ODA" in system DSN

Any suggestion is welcome. Thank you.
 
This question more properly belongs in the "EnterpriseOne" section of the forum.

That said, it sounds as if you don't have security services up and running.

Also, if you are using an Oracle database on the back end, you do not need any ODBC data sources configured. E1 connects to Oracle using the normal client connectivity drivers.
 
Back
Top