HtmlServer Data Source

ericwood73

Member
I've set up HtmlServer and AIS on a standalone client using Server Manager. When I try to send a request to AIS I get the following error in the HTML server logs. I added a jde/jde user to the E1Local database and granted it all permissions. I set the jde user and pass in the advanced database settings for the HTML Server for both the bootstrap and spec database settings, but I get the same result. Does anyone know how to set up the datasource and the HTML server for local database access?

15 Sep 2017 21:40:15,188[SEVERE][BASE]com.jdedwards.database.base.JDBException: [DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local. java.sql.SQLException: ORA-01017: invalid username/password; logon denied
15 Sep 2017 21:40:15,188[SEVERE][BASE]com.jdedwards.database.base.JDBException: [DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local. com.jdedwards.database.base.JDBException: [DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local.
15 Sep 2017 21:40:15,191[SEVERE][BASE]com.jdedwards.database.base.JDBException: [DATA_SOURCE_NOT_FOUND] Data source for F00921, TBLE not found. ([DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local.) com.jdedwards.services.objectlookup.DataSourceNotFoundException: Data source for F00921, TBLE not found. ([DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local.)
15 Sep 2017 21:40:15,192[SEVERE][BASE]com.jdedwards.database.base.JDBException: [DATA_SOURCE_NOT_FOUND] Data source for F00921, TBLE not found. ([DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local.) com.jdedwards.database.base.JDBException: [DATA_SOURCE_NOT_FOUND] Data source for F00921, TBLE not found. ([DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local.)
15 Sep 2017 21:40:15,192[SEVERE][JAS]Exception occured in the JDESignon.jdeSignon() :BuildUserSession Failed. com.jdedwards.database.base.JDBException: [DATA_SOURCE_NOT_FOUND] Data source for F00921, TBLE not found. ([DATABASE_CONNECT_FAILED] Database Connection failed for DataSource System Local.)
 
Back
Top