java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Cannot find the object "CSS_USERS" because it does not exist or you do not have permissions.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by Next Level, 1 year ago
via Oracle Community by 829807, 1 year ago
via Oracle Community by 755244, 1 year ago
via Oracle Community by 638696, 1 year ago
via microsoft.com by Unknown author, 2 years ago
via Oracle Community by 952786, 1 year ago
java.sql.SQLSyntaxErrorException: [FMWGEN][SQLServer JDBC Driver][SQLServer]Cannot find the object "CSS_USERS" because it does not exist or you do not have permissions.
at weblogic.jdbc.sqlserverbase.dda4.b(Unknown Source)
at weblogic.jdbc.sqlserverbase.dda4.a(Unknown Source)
at weblogic.jdbc.sqlserverbase.dda3.b(Unknown Source)
at weblogic.jdbc.sqlserverbase.dda3.a(Unknown Source)
at weblogic.jdbc.sqlserver.tds.ddr.v(Unknown Source)
at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)
at weblogic.jdbc.sqlserver.tds.ddr.a(Unknown Source)
at weblogic.jdbc.sqlserver.ddj.m(Unknown Source)
at weblogic.jdbc.sqlserverbase.ddde.e(Unknown Source)
at weblogic.jdbc.sqlserverbase.ddde.a(Unknown Source)
at weblogic.jdbc.sqlserverbase.ddde.v(Unknown Source)
at weblogic.jdbc.sqlserverbase.ddde.r(Unknown Source)
at weblogic.jdbc.sqlserverbase.ddde.execute(Unknown Source)
at com.hyperion.hit.registry.RegistryConnection.createRegistry(RegistryConnection.java:243)
at com.hyperion.hit.registry.RegistryUtils.initUpgradeRegistry(RegistryUtils.java:189)
at com.hyperion.hit.registry.RegistryUtils.dropRegistry(RegistryUtils.java:157)
at com.hyperion.config.wizard.impl.RegistryWizardState$1.validateInput(RegistryWizardState.java:532)
at com.hyperion.config.wizard.impl.RegistryWizardState$1.validate(RegistryWizardState.java:404)
at com.hyperion.hit.wizard.Wizard$NextClass.run(Wizard.java:504)
at java.lang.Thread.run(Thread.java:619)