HtmlServer Data Source

ericwood73

Member
I have installed HtmlServer and AIS on a standalone 9.2 instance. When I try to send a request to AIS, I get the following error in the HtmlServer logs. I created a jde/jde user and password in the E1Local database and granted it all permissions. I set the advanced database settings on the HTML server bootstrap and spec datasource settings to this user and password, but it has not changed the error that I am getting. Does any one know how the datasource and HTMLServer should be configured?

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