Error while running the Management Console Setup Wizard

Narendra Kumar

Active Member
Hi,

We have 812 installation with 8.96 tool set. we are upgrading the tool set from 8.96 to 8.97. So we have installed the server Manger and the time of running the Management Console Setup Wizard at step "Data Base Setup" we are getting error. After filling the entry of tnsnames.ora. when we give DataBase user name and Database password and say connect then we are getting following error.

Unable connect to the bootstrap datasource. The supplied credentials may not be valid, or the datasource may not be configured correctly.
com.jdedwards.database.base.JDBException: [TABLE_SPECS_PHYSICAL_TABLE_MISMATCH] Columns in table specification for Table F0092 do not match those in database ORCL.
at com.jdedwards.database.impl.transform.JDBTransformAccess.transformTablesAndJoins(Unknown Source)
at com.jdedwards.database.impl.transform.JDBTransformAccess.logicalToPhysical(Unknown Source)
at com.jdedwards.database.impl.transform.JDBTransformAccess.logicalToPhysical(Unknown Source)
at com.jdedwards.database.impl.transform.JDBTransformAccess.count(Unknown Source)
at com.jdedwards.database.impl.logical.JDBLogicalConnection.count(Unknown Source)
at com.jdedwards.database.impl.condensed.JDBCondensedAccessDelegate.count(Unknown Source)
at com.jdedwards.database.impl.businessview.JDBBusinessViewAccess.count(Unknown Source)
at com.jdedwards.database.impl.condensed.JDBCondensedAccessDelegate.count(Unknown Source)
at com.jdedwards.database.impl.usage.JDBUsageTrackingAccess.count(Unknown Source)
at com.jdedwards.database.impl.condensed.JDBCondensedAccessExpander.count(Unknown Source)
at com.jdedwards.mgmt.jdbj.DatabaseBean.connect(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.modeler.BaseModelMBean.invoke(Unknown Source)
at com.jdedwards.mgmt.JdeModelMBean.invoke(Unknown Source)
at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at com.jdedwards.mgmt.web.AJAXBroker.invoke(Unknown Source)
at com.jdedwards.mgmt.web.AJAXBroker.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at com.jdedwards.mgmt.web.BaseServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:712)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:869)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)


if any one have idea about the causes of the error and how we can resolve it.
it would be helpful for us.

we have following JDE setup
JDE812,tool set 8.96

Thanks in advance
Narendra
 
Back
Top