Problem installing E1 9.0 Standalone with SSE on Win XP

acollier

Member
After installing E1 9.0 Standalone with SSE DB on Win XP I sign on to DEMO/DEMO, and a window pops up requesting SSE username and password. After trying all passwords I know of, I tried connecting to the SSE DB using my full SQL Server 2005 Configuration Manager, and I'm able to connect and query the JDE tables.

So, I turned on debug in the JDE.ini file and the following errors are generated:

32844/34352 MAIN_THREAD Wed Nov 26 15:32:14.417003 ipcmisc.c299
process 32844 <"G:\SSE\system\bin32\jdenet_n.exe"> registered in entry 0

32844/35904 UNKNOWN Wed Nov 26 15:34:16.636005 jdeksec.c768
INITIALIZING SECURITY SERVER KERNEL

32844/35904 UNKNOWN Wed Nov 26 15:34:16.682004 Netpub.c975
JDENet already initialized

32844/35904 UNKNOWN Wed Nov 26 15:34:16.682007 Jdb_ctl.c2890
Net init failed or not initialized

32844/35904 UNKNOWN Wed Nov 26 15:34:16.917002 Jdbodbc.c1340
ODB0000163 - SQLDriverConnect failure. rc=-1

32844/35904 UNKNOWN Wed Nov 26 15:34:16.917004 Jdbodbc.c1340
ODB0000164 - DBC:00 [IM002][0] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

32844/35904 UNKNOWN Wed Nov 26 15:34:16.917006 Jdbodbc.c1350
ODB0000010 - SQLDriverConnect failed. ODBC DSN: EnterpriseOne SSELocal.


Any help on how to resolve this is greatly appreciated!
 
Did you do the post-installation instructions? If so, then you need to search for, download, and run the fix for SAR #8903255. You likely have a problem with one or more of the following:

- The ODBC data source entry for EnterpriseOne SSELocal did not get created.
- The sqljdbc.jar JDBC driver is not located under C:\E900\MISC.
- The JDBJ.INI file does not have the correct line for SQL Server. The line should read: SQLSERVER=com.microsoft.sqlserver.jdbc.SQLServerDriver
instead of SQLSERVER=com.microsoft.jdbc.sqlserver.SQLServerDriver.
 
Back
Top